This repository has been archived on 2025-01-19. You can view files and clone it, but cannot push or open issues or pull requests.
drupalcampbristol/web/vendor/jcalderonzumba/gastonjs/composer.json
2017-02-13 15:31:17 +00:00

50 lines
996 B
JSON

{
"name": "jcalderonzumba/gastonjs",
"description": "PhantomJS API based server for webpage automation",
"keywords": [
"phantomjs",
"headless",
"api",
"automation",
"browser"
],
"homepage": "https://github.com/jcalderonzumba/gastonjs",
"type": "phantomjs-api",
"license": "MIT",
"authors": [
{
"name": "Juan Francisco Calderón Zumba",
"email": "juanfcz@gmail.com",
"homepage": "http://github.com/jcalderonzumba"
}
],
"require": {
"php": ">=5.4",
"guzzlehttp/guzzle": "~5.0|~6.0"
},
"require-dev": {
"symfony/process": "~2.1",
"symfony/phpunit-bridge": "~2.7",
"phpunit/phpunit": "~4.6",
"silex/silex": "~1.2"
},
"config": {
"bin-dir": "bin"
},
"autoload": {
"psr-4": {
"Zumba\\GastonJS\\": "src"
}
},
"autoload-dev": {
"psr-4": {
"Zumba\\GastonJS\\Tests\\": "tests/unit"
}
},
"extra": {
"branch-alias": {
"dev-master": "1.1.x-dev"
}
}
}