vaimo / binary-phantomjs
A Composer package which installs the PhantomJS binary (Linux, Windows, Mac) into `bin` of your project
Installs: 19
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 10
Forks: 43
Open Issues: 0
Type:composer-plugin
Requires
- php: >5.3
- composer-plugin-api: ^1.0
- ext-openssl: *
Requires (Dev)
- composer/composer: ^1.2
This package is auto-updated.
Last update: 2024-10-29 05:28:51 UTC
README
A Composer package which installs the PhantomJS binary (Linux, Windows, Mac) into /bin
of your project.
The downloaded binary version will chosebn based on che package version. This means that the following configuration will download the 2.1.1 release of PhantomJs:
{ "require": { "vaimo/binary-phantomjs": "2.1.1" } }