gutenberg-section-block icon indicating copy to clipboard operation
gutenberg-section-block copied to clipboard

Add composer.json

Open strarsis opened this issue 7 years ago • 1 comments

It would be nice to have a composer.json in this repository for installing the plugin via composer.

strarsis avatar Oct 13 '18 21:10 strarsis

Workaround:

"repositories": [
    {
      "type": "composer",
      "url": "https://wpackagist.org"
    },
    {
      "type": "package",
      "package": {
        "name": "marcusig/gutenberg-section-block",
        "version": "1.0.0",
        "type": "wordpress-plugin",
        "source": {
          "url": "https://github.com/marcusig/gutenberg-section-block",
          "type": "git",
          "reference": "master"
        }
      }
    }
],
"require": {
    "marcusig/gutenberg-section-block": "*",
},

noxify avatar May 23 '19 14:05 noxify