diff options
-rw-r--r-- | composer.json | 3 | ||||
-rw-r--r-- | composer.lock | 68 |
2 files changed, 68 insertions, 3 deletions
diff --git a/composer.json b/composer.json index 2f6bec91..85fdb5ad 100644 --- a/composer.json +++ b/composer.json @@ -52,6 +52,7 @@ "require-dev" : { "symfony/yaml" : "2.1", "symfony/stopwatch" : "~2.6", - "phpunit/phpunit" : "4.8.*" + "phpunit/phpunit" : "4.8.*", + "phpunit/phpunit-selenium": "^2.0" } } diff --git a/composer.lock b/composer.lock index 783d54cc..e0177ed5 100644 --- a/composer.lock +++ b/composer.lock @@ -4,8 +4,8 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", "This file is @generated automatically" ], - "hash": "60ac519d67728cc5b125f77048d2e0c0", - "content-hash": "3dfc055d11c8010e9b16fb7df58c0f94", + "hash": "2de2026649db7bc41653bef80f974c6a", + "content-hash": "ea8ef74f1f1cf53b9f96b7609d756873", "packages": [ { "name": "christian-riesen/base32", @@ -1398,6 +1398,70 @@ "time": "2015-10-02 06:51:40" }, { + "name": "phpunit/phpunit-selenium", + "version": "2.0.2", + "source": { + "type": "git", + "url": "https://github.com/giorgiosironi/phpunit-selenium.git", + "reference": "2bad798ec0daf20d2854400e3bc5329ee0a7b2d1" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/giorgiosironi/phpunit-selenium/zipball/2bad798ec0daf20d2854400e3bc5329ee0a7b2d1", + "reference": "2bad798ec0daf20d2854400e3bc5329ee0a7b2d1", + "shasum": "" + }, + "require": { + "ext-curl": "*", + "ext-dom": "*", + "php": ">=5.3.3", + "phpunit/phpunit": "~4.8", + "sebastian/comparator": "~1.0" + }, + "require-dev": { + "phing/phing": "2.*" + }, + "type": "library", + "autoload": { + "classmap": [ + "PHPUnit/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "include-path": [ + "" + ], + "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" + } + ], + "description": "Selenium Server integration for PHPUnit", + "homepage": "http://www.phpunit.de/", + "keywords": [ + "phpunit", + "selenium", + "testing", + "xunit" + ], + "time": "2016-03-01 10:33:56" + }, + { "name": "sebastian/comparator", "version": "1.2.0", "source": { |