Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/gallery.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier Paroz <github@oparoz.com>2015-08-11 03:34:03 +0300
committerOlivier Paroz <github@oparoz.com>2015-08-11 03:34:03 +0300
commitb84508a0b687b91b623c6f81ea99e5fe40daa846 (patch)
treefdc2ffb7294a715d6f0a20d35fc135030d905aa6 /composer.lock
parenta8b1af48860f359435fa451fa9c765c420b3dd33 (diff)
1st acceptance and api tests
Diffstat (limited to 'composer.lock')
-rw-r--r--composer.lock72
1 files changed, 56 insertions, 16 deletions
diff --git a/composer.lock b/composer.lock
index c61c6be9..1712b41f 100644
--- a/composer.lock
+++ b/composer.lock
@@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
"This file is @generated automatically"
],
- "hash": "fb314fe9044e33e6f2cdafdb2b8a8f7a",
+ "hash": "5f3a21b583d859e4ea3af1e2d9e0ed17",
"packages": [
{
"name": "symfony/yaml",
@@ -59,26 +59,26 @@
"packages-dev": [
{
"name": "codeception/codeception",
- "version": "2.1.1",
+ "version": "2.1.2",
"source": {
"type": "git",
"url": "https://github.com/Codeception/Codeception.git",
- "reference": "6c22380326421947fba0d6116c13a5c24d214adb"
+ "reference": "521adbb2ee34e9debdd8508a2c41ab2b5c2f042b"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/Codeception/Codeception/zipball/6c22380326421947fba0d6116c13a5c24d214adb",
- "reference": "6c22380326421947fba0d6116c13a5c24d214adb",
+ "url": "https://api.github.com/repos/Codeception/Codeception/zipball/521adbb2ee34e9debdd8508a2c41ab2b5c2f042b",
+ "reference": "521adbb2ee34e9debdd8508a2c41ab2b5c2f042b",
"shasum": ""
},
"require": {
"ext-json": "*",
"ext-mbstring": "*",
- "facebook/webdriver": "~1.0",
+ "facebook/webdriver": ">=1.0.1",
"guzzlehttp/guzzle": ">=4.0|<7.0",
"guzzlehttp/psr7": "~1.0",
"php": ">=5.4.0",
- "phpunit/phpunit": "~4.7.0",
+ "phpunit/phpunit": "~4.8.0",
"symfony/browser-kit": "~2.4",
"symfony/console": "~2.4",
"symfony/css-selector": "~2.4",
@@ -135,7 +135,47 @@
"functional testing",
"unit testing"
],
- "time": "2015-07-14 11:24:17"
+ "time": "2015-08-09 13:48:55"
+ },
+ {
+ "name": "codeception/phpbuiltinserver",
+ "version": "v1.2.1",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/tiger-seo/PhpBuiltinServer.git",
+ "reference": "730206313b7e85d9ed4838ba02a0aee24fce1239"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/tiger-seo/PhpBuiltinServer/zipball/730206313b7e85d9ed4838ba02a0aee24fce1239",
+ "reference": "730206313b7e85d9ed4838ba02a0aee24fce1239",
+ "shasum": ""
+ },
+ "require": {
+ "codeception/codeception": ">=2.0.2",
+ "php": ">=5.4.0"
+ },
+ "type": "library",
+ "autoload": {
+ "psr-0": {
+ "Codeception": "src"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "tiger-seo",
+ "email": "tiger.seo@gmail.com"
+ }
+ ],
+ "description": "PhpBuiltinServer extension for Codeception",
+ "keywords": [
+ "codeception"
+ ],
+ "time": "2014-09-19 10:14:07"
},
{
"name": "doctrine/instantiator",
@@ -802,16 +842,16 @@
},
{
"name": "phpunit/phpunit",
- "version": "4.7.7",
+ "version": "4.8.3",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/phpunit.git",
- "reference": "9b97f9d807b862c2de2a36e86690000801c85724"
+ "reference": "fd3050e26e3105f416d74c4d33aea659b406c59d"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/9b97f9d807b862c2de2a36e86690000801c85724",
- "reference": "9b97f9d807b862c2de2a36e86690000801c85724",
+ "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/fd3050e26e3105f416d74c4d33aea659b406c59d",
+ "reference": "fd3050e26e3105f416d74c4d33aea659b406c59d",
"shasum": ""
},
"require": {
@@ -821,7 +861,7 @@
"ext-reflection": "*",
"ext-spl": "*",
"php": ">=5.3.3",
- "phpspec/prophecy": "~1.3,>=1.3.1",
+ "phpspec/prophecy": "^1.3.1",
"phpunit/php-code-coverage": "~2.1",
"phpunit/php-file-iterator": "~1.4",
"phpunit/php-text-template": "~1.2",
@@ -829,7 +869,7 @@
"phpunit/phpunit-mock-objects": "~2.3",
"sebastian/comparator": "~1.1",
"sebastian/diff": "~1.2",
- "sebastian/environment": "~1.2",
+ "sebastian/environment": "~1.3",
"sebastian/exporter": "~1.2",
"sebastian/global-state": "~1.0",
"sebastian/version": "~1.0",
@@ -844,7 +884,7 @@
"type": "library",
"extra": {
"branch-alias": {
- "dev-master": "4.7.x-dev"
+ "dev-master": "4.8.x-dev"
}
},
"autoload": {
@@ -870,7 +910,7 @@
"testing",
"xunit"
],
- "time": "2015-07-13 11:28:34"
+ "time": "2015-08-10 09:16:56"
},
{
"name": "phpunit/phpunit-mock-objects",