Add phpunit-selenium to composer depenendencies
This commit is contained in:
parent
5e7a812933
commit
6cf6ab2e2d
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
@ -1397,6 +1397,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",
|
||||
|
|
|
|||
Loading…
Reference in New Issue