filipvanreeth / wp-composer-compatibility
Checks if WordPress plugins are available and installable with Composer
1.1.1
2024-04-20 09:54 UTC
Requires
- php: >=8.0
- wp-cli/wp-cli: ^2.5
Requires (Dev)
- filipvanreeth/wpcs-psr: dev-develop
- php-stubs/wp-cli-stubs: dev-master
- phpstan/extension-installer: ^1.3
- phpstan/phpstan: 1.10.x-dev
- szepeviktor/phpstan-wordpress: dev-master
README
This plugin allows you to check if the plugins you have installed are compatible and installable with Composer.
Installation
Via Composer
composer require --dev filipvanreeth/wp-composer-compatibility
Usage
Check if the plugins are compatible and installable with Composer
wp composer plugins-check
This command will check if the plugins you have installed are compatible and installable with Composer and will return the number of plugins that are compatible and installable with Composer.