johnpbloch / wp-cli-phar
Installs: 204 074
Dependents: 3
Suggesters: 0
Security: 0
Stars: 4
Watchers: 2
Forks: 1
Open Issues: 0
Requires
- php: ^8.1
Requires (Dev)
- czproject/git-php: ^4.2
- guzzlehttp/guzzle: ^7.8
- illuminate/collections: ^10.48
Replaces
- wp-cli/wp-cli: v2.11.0
README
This package provides the PHAR releases for WP CLI as their own composer package. This allows you to require a version of wp-cli as a dependency without having all of its dependencies all over your vendor directory. This package exposes the phar file as a binary to composer, so you can depend on it being available to your composer scripts, no matter where you've deployed your code.
File Integrity
All PHAR files are checked for a valid signature against the sha512 signature attached to the relevant release. Feel free to check the signature yourself.
LICENSE
MIT licensed (just like WP CLI).