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",
"version": "1.0.1",
"version": "1.0.2",
"source": {
"type": "git",
"url": "https://github.com/Codeception/Stub.git",
"reference": "673ea54cdd7141e0a5138ad78aaa60751912f573"
"reference": "95fb7a36b81890dd2e5163e7ab31310df6f1bb99"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Codeception/Stub/zipball/673ea54cdd7141e0a5138ad78aaa60751912f573",
"reference": "673ea54cdd7141e0a5138ad78aaa60751912f573",
"url": "https://api.github.com/repos/Codeception/Stub/zipball/95fb7a36b81890dd2e5163e7ab31310df6f1bb99",
"reference": "95fb7a36b81890dd2e5163e7ab31310df6f1bb99",
"shasum": ""
},
"require": {
"phpunit/phpunit-mock-objects": "^2.3|^3.0|^4.0|^5.0"
"phpunit/phpunit-mock-objects": ">2.3 <7.0"
},
"require-dev": {
"phpunit/phpunit": "^4.8|^5.0|^6.0|^7.0"
"phpunit/phpunit": ">=4.8 <8.0"
},
"type": "library",
"autoload": {
@ -343,7 +343,7 @@
"MIT"
],
"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",
@ -1290,16 +1290,16 @@
},
{
"name": "phpspec/prophecy",
"version": "1.7.3",
"version": "1.7.5",
"source": {
"type": "git",
"url": "https://github.com/phpspec/prophecy.git",
"reference": "e4ed002c67da8eceb0eb8ddb8b3847bb53c5c2bf"
"reference": "dfd6be44111a7c41c2e884a336cc4f461b3b2401"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/phpspec/prophecy/zipball/e4ed002c67da8eceb0eb8ddb8b3847bb53c5c2bf",
"reference": "e4ed002c67da8eceb0eb8ddb8b3847bb53c5c2bf",
"url": "https://api.github.com/repos/phpspec/prophecy/zipball/dfd6be44111a7c41c2e884a336cc4f461b3b2401",
"reference": "dfd6be44111a7c41c2e884a336cc4f461b3b2401",
"shasum": ""
},
"require": {
@ -1311,7 +1311,7 @@
},
"require-dev": {
"phpspec/phpspec": "^2.5|^3.2",
"phpunit/phpunit": "^4.8.35 || ^5.7"
"phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5"
},
"type": "library",
"extra": {
@ -1349,7 +1349,7 @@
"spy",
"stub"
],
"time": "2017-11-24T13:59:53+00:00"
"time": "2018-02-19T10:16:54+00:00"
},
{
"name": "phpunit/php-code-coverage",