summaryrefslogtreecommitdiff
path: root/composer.lock
diff options
context:
space:
mode:
authorLev Lazinskiy <lev@circleci.com>2016-06-08 18:40:41 -0700
committerLev Lazinskiy <lev@circleci.com>2016-06-08 18:40:41 -0700
commit6cf6ab2e2df7f00e82d80d1e094a0454139ce68f (patch)
treed1127da403d28a6ba7eb1d1e5f5dc31144ef2882 /composer.lock
parent5e7a812933390d30e714efc3a1ff4a94dbd1702d (diff)
Add phpunit-selenium to composer depenendencies
Diffstat (limited to 'composer.lock')
-rw-r--r--composer.lock68
1 files changed, 66 insertions, 2 deletions
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": {