Force lock file to work on php 5.5.9

This commit is contained in:
Graham Campbell
2015-10-02 11:45:39 +01:00
parent a21fae88d4
commit 093bd8c55c
2 changed files with 14 additions and 8 deletions

19
composer.lock generated
View File

@@ -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": "5fcb1ee71470887bd1dca3ef98e61bc5",
"content-hash": "d73310d7327fc68c212b2fb76f30ee7d",
"hash": "4b5a5184752be8d270d8be97d85d26fd",
"content-hash": "dc1e35be9fd2c68b8409f2512d3daed6",
"packages": [
{
"name": "alt-three/emoji",
@@ -3927,16 +3927,16 @@
},
{
"name": "phpunit/phpunit-mock-objects",
"version": "2.3.7",
"version": "2.3.8",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
"reference": "5e2645ad49d196e020b85598d7c97e482725786a"
"reference": "ac8e7a3db35738d56ee9a76e78a4e03d97628983"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/5e2645ad49d196e020b85598d7c97e482725786a",
"reference": "5e2645ad49d196e020b85598d7c97e482725786a",
"url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/ac8e7a3db35738d56ee9a76e78a4e03d97628983",
"reference": "ac8e7a3db35738d56ee9a76e78a4e03d97628983",
"shasum": ""
},
"require": {
@@ -3979,7 +3979,7 @@
"mock",
"xunit"
],
"time": "2015-08-19 09:14:08"
"time": "2015-10-02 06:51:40"
},
{
"name": "sebastian/comparator",
@@ -4410,5 +4410,8 @@
"platform": {
"php": "^5.5.9"
},
"platform-dev": []
"platform-dev": [],
"platform-overrides": {
"php": "5.5.9"
}
}