diff options
author | Remi Collet <fedora@famillecollet.com> | 2016-04-22 14:37:35 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2016-04-22 14:37:35 +0200 |
commit | 6ab9b29a84a8831fec32391bcaf7834a656660d5 (patch) | |
tree | 86f446dcd5f29c23d6c6ed77e56fe0605992e86b /composer-dev.json | |
parent | deb2da72d8369dd60a9be00b4355f27fceab85e6 (diff) |
php-phpunit-PHPUnit-Selenium: 3.0.2
Diffstat (limited to 'composer-dev.json')
-rw-r--r-- | composer-dev.json | 52 |
1 files changed, 52 insertions, 0 deletions
diff --git a/composer-dev.json b/composer-dev.json new file mode 100644 index 0000000..5b5b5d9 --- /dev/null +++ b/composer-dev.json @@ -0,0 +1,52 @@ +{ + "name": "phpunit/phpunit-selenium", + "description": "Selenium Server integration for PHPUnit", + "type": "library", + "keywords": [ + "xunit", + "phpunit", + "testing", + "selenium" + ], + "homepage": "http://www.phpunit.de/", + "license": "BSD-3-Clause", + "authors": [ + { + "name": "Giorgio Sironi", + "email": "info@giorgiosironi.com", + "role": "developer" + }, + { + "name": "Ivan Kurnosov", + "email": "zerkms@zerkms.com", + "role": "developer" + }, + { + "name": "Sebastian Bergmann", + "email": "sb@sebastian-bergmann.de", + "role": "original developer" + } + ], + "support": { + "issues": "https://github.com/sebastianbergmann/phpunit-selenium/issues", + "irc": "irc://irc.freenode.net/phpunit" + }, + "require": { + "php": ">=5.6", + "phpunit/phpunit": "~5.0", + "sebastian/comparator": "~1.0", + "ext-curl": "*", + "ext-dom": "*" + }, + "require-dev": { + "phing/phing": "2.*" + }, + "autoload": { + "classmap": [ + "PHPUnit/" + ] + }, + "include-path": [ + "" + ] +} |