Updated dependencies.

This commit is contained in:
Dmitry Khomutov 2018-02-21 11:14:31 +07:00
parent 5deccf040c
commit e7732f0b7b
No known key found for this signature in database
GPG key ID: EC19426474B37AAC

26
composer.lock generated
View file

@ -314,23 +314,23 @@
}, },
{ {
"name": "codeception/stub", "name": "codeception/stub",
"version": "1.0.1", "version": "1.0.2",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/Codeception/Stub.git", "url": "https://github.com/Codeception/Stub.git",
"reference": "673ea54cdd7141e0a5138ad78aaa60751912f573" "reference": "95fb7a36b81890dd2e5163e7ab31310df6f1bb99"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/Codeception/Stub/zipball/673ea54cdd7141e0a5138ad78aaa60751912f573", "url": "https://api.github.com/repos/Codeception/Stub/zipball/95fb7a36b81890dd2e5163e7ab31310df6f1bb99",
"reference": "673ea54cdd7141e0a5138ad78aaa60751912f573", "reference": "95fb7a36b81890dd2e5163e7ab31310df6f1bb99",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"phpunit/phpunit-mock-objects": "^2.3|^3.0|^4.0|^5.0" "phpunit/phpunit-mock-objects": ">2.3 <7.0"
}, },
"require-dev": { "require-dev": {
"phpunit/phpunit": "^4.8|^5.0|^6.0|^7.0" "phpunit/phpunit": ">=4.8 <8.0"
}, },
"type": "library", "type": "library",
"autoload": { "autoload": {
@ -343,7 +343,7 @@
"MIT" "MIT"
], ],
"description": "Flexible Stub wrapper for PHPUnit's Mock Builder", "description": "Flexible Stub wrapper for PHPUnit's Mock Builder",
"time": "2018-01-27T00:37:17+00:00" "time": "2018-02-18T13:56:56+00:00"
}, },
{ {
"name": "composer/ca-bundle", "name": "composer/ca-bundle",
@ -1290,16 +1290,16 @@
}, },
{ {
"name": "phpspec/prophecy", "name": "phpspec/prophecy",
"version": "1.7.3", "version": "1.7.5",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/phpspec/prophecy.git", "url": "https://github.com/phpspec/prophecy.git",
"reference": "e4ed002c67da8eceb0eb8ddb8b3847bb53c5c2bf" "reference": "dfd6be44111a7c41c2e884a336cc4f461b3b2401"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/phpspec/prophecy/zipball/e4ed002c67da8eceb0eb8ddb8b3847bb53c5c2bf", "url": "https://api.github.com/repos/phpspec/prophecy/zipball/dfd6be44111a7c41c2e884a336cc4f461b3b2401",
"reference": "e4ed002c67da8eceb0eb8ddb8b3847bb53c5c2bf", "reference": "dfd6be44111a7c41c2e884a336cc4f461b3b2401",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -1311,7 +1311,7 @@
}, },
"require-dev": { "require-dev": {
"phpspec/phpspec": "^2.5|^3.2", "phpspec/phpspec": "^2.5|^3.2",
"phpunit/phpunit": "^4.8.35 || ^5.7" "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5"
}, },
"type": "library", "type": "library",
"extra": { "extra": {
@ -1349,7 +1349,7 @@
"spy", "spy",
"stub" "stub"
], ],
"time": "2017-11-24T13:59:53+00:00" "time": "2018-02-19T10:16:54+00:00"
}, },
{ {
"name": "phpunit/php-code-coverage", "name": "phpunit/php-code-coverage",