| 1234567891011121314151617181920212223 |
- {
- "name": "jonnyw/php-phantomjs",
- "description": "Execute PhantomJS commands through PHP",
- "authors": [
- {
- "name": "Jonny Wenmoth",
- "email": "contact@jonnyw.me"
- }
- ],
- "minimum-stability": "stable",
- "require": {
- "php": ">=5.3.0"
- },
- "autoload": {
- "psr-0": {
- "JonnyW\\PhantomJs\\": "src"
- },
- "classmap": ["src/"]
- },
- "bin": [
- "bin/phantomjs"
- ]
- }
|