wearerequired / composer-scripts
Helpful Composer scripts used by required.
Installs: 485
Dependents: 0
Suggesters: 0
Security: 0
Stars: 4
Watchers: 2
Forks: 0
Open Issues: 4
Type:composer-plugin
Requires
- php: ^7.3 | ^8.0
- composer-plugin-api: ^2.0
Requires (Dev)
- composer/composer: 2.0.*@dev
- composer/semver: ^3
- phpunit/phpunit: ^7.5 | ^8.5 | ^9.4
This package is auto-updated.
Last update: 2024-10-15 05:06:19 UTC
README
A collection of useful Composer plugins used by required.
Features
Plugin Availability
Inspired by No Longer in Directory, this feature detects if a WordPress plugin (type wordpress-plugin
) is being installed or updated from WPackagist that:
- has been pulled from the WordPress Plugin Directory but is still available via Subversion.
- has not been updated in over two years and thus should be used carefully.
Plugin Changelog
This feature prints a link to the changelog on WordPress.org if a WordPress plugin has been installed or updated.
Installation
Install this script by using composer global require wearerequired/composer-scripts
.
And that's it! From now on, this composer plugin will run automatically when updating or installing WordPress plugins through Composer.
Note: It's recommended to install this into your global ~/.composer/composer.json
file instead of every project's configuration. This way, the script is only run locally and not elsewhere.