composer-wp
composer-wp copied to clipboard
Manage WordPress core, plugins, and themes with composer.
``` Fatal error: Undefined class constant 'DEBUG' in /Users/Oomph/.composer/vendor/balbuf/composer-wp/src/Installer/InstallationManager.php on line 26 ```
Here is a `composer.json` example file to see: ``` json { "name": "composer-wp/demo", "description": "Demo package for testing purposes", "type": "application","repositories": [ { "type": "composer", "url": "https://wp-languages.github.io" } ], "require":...
composer-wp is unable to install the REST API plugin. I think this is because it doesn't follow any sort of proper semver convention; it's been releasing betas as 2.0-betaN, where...
One example: https://wordpress.org/plugins/gravity-forms-custom-post-types/developers/
Composer 1.0.0 has introduced a new argument named `$bypassFilters` - need to figure out how it is used.