From 740ee5d36b50d39b39923e735944077a9da8e536 Mon Sep 17 00:00:00 2001 From: Hillel Coren Date: Thu, 13 Jul 2017 11:38:41 +0300 Subject: [PATCH] Fix for Travis --- composer.json | 2 +- composer.lock | 15 +++++++-------- 2 files changed, 8 insertions(+), 9 deletions(-) diff --git a/composer.json b/composer.json index 617b1010c778..b18b56a8905d 100644 --- a/composer.json +++ b/composer.json @@ -88,7 +88,7 @@ }, "require-dev": { "codeception/c3": "~2.0", - "codeception/codeception": "*", + "codeception/codeception": "2.3.3", "phpspec/phpspec": "~2.1", "phpunit/phpunit": "~4.0", "symfony/dom-crawler": "~3.0" diff --git a/composer.lock b/composer.lock index e2db12cfb5b4..f79ef5bb553f 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": "3a5a81cd6f93b6dbfc3ae6a4afc09b44", - "content-hash": "074f1ae60d97a90b9e2a9ed919ff4bd3", + "hash": "e8611674b74a220909d4c70784f2e227", + "content-hash": "8d418324fd6e8b5af5c7b2058e31d898", "packages": [ { "name": "agmscode/omnipay-agms", @@ -10233,16 +10233,16 @@ }, { "name": "codeception/codeception", - "version": "2.3.4", + "version": "2.3.3", "source": { "type": "git", "url": "https://github.com/Codeception/Codeception.git", - "reference": "b5391497f9a3c9d0a9c02ae39b53441e413e35a8" + "reference": "67cd520b4f20cdfc3a52d1a0022924125822a8e6" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Codeception/Codeception/zipball/b5391497f9a3c9d0a9c02ae39b53441e413e35a8", - "reference": "b5391497f9a3c9d0a9c02ae39b53441e413e35a8", + "url": "https://api.github.com/repos/Codeception/Codeception/zipball/67cd520b4f20cdfc3a52d1a0022924125822a8e6", + "reference": "67cd520b4f20cdfc3a52d1a0022924125822a8e6", "shasum": "" }, "require": { @@ -10279,7 +10279,6 @@ "php-amqplib/php-amqplib": "~2.4", "predis/predis": "^1.0", "squizlabs/php_codesniffer": "~2.0", - "symfony/process": ">=2.7 <4.0", "vlucas/phpdotenv": "^2.4.0" }, "suggest": { @@ -10324,7 +10323,7 @@ "functional testing", "unit testing" ], - "time": "2017-07-10 19:45:09" + "time": "2017-06-02 00:22:30" }, { "name": "doctrine/instantiator",