{ "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" ] }