summaryrefslogtreecommitdiffstats
path: root/composer-dev.json
diff options
context:
space:
mode:
Diffstat (limited to 'composer-dev.json')
-rw-r--r--composer-dev.json52
1 files changed, 0 insertions, 52 deletions
diff --git a/composer-dev.json b/composer-dev.json
deleted file mode 100644
index 5b5b5d9..0000000
--- a/composer-dev.json
+++ /dev/null
@@ -1,52 +0,0 @@
-{
- "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": [
- ""
- ]
-}