update composer

This commit is contained in:
Arkadiusz Kondas 2016-04-07 23:25:02 +02:00
parent bd34266ae1
commit 63d49616d8

18
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", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
"This file is @generated automatically" "This file is @generated automatically"
], ],
"hash": "54ea009d9b09c1886c0789dadc484a36", "hash": "7c34eebd6b8749a1cd09df57e5d1f47a",
"content-hash": "52c31f7df9edd7063e2489ed47e091a7", "content-hash": "087091d0c339e9fa3a551a189ea658bf",
"packages": [], "packages": [],
"packages-dev": [ "packages-dev": [
{ {
@ -458,16 +458,16 @@
}, },
{ {
"name": "phpunit/phpunit", "name": "phpunit/phpunit",
"version": "5.3.0", "version": "5.3.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/sebastianbergmann/phpunit.git", "url": "https://github.com/sebastianbergmann/phpunit.git",
"reference": "dd3001822b2df8f5add266020e3d2fd3c5db3ae9" "reference": "34a3acb401ae79deb37bc6e5f5ec3d325b369b4c"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/dd3001822b2df8f5add266020e3d2fd3c5db3ae9", "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/34a3acb401ae79deb37bc6e5f5ec3d325b369b4c",
"reference": "dd3001822b2df8f5add266020e3d2fd3c5db3ae9", "reference": "34a3acb401ae79deb37bc6e5f5ec3d325b369b4c",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -482,7 +482,7 @@
"phpunit/php-code-coverage": "^3.3.0", "phpunit/php-code-coverage": "^3.3.0",
"phpunit/php-file-iterator": "~1.4", "phpunit/php-file-iterator": "~1.4",
"phpunit/php-text-template": "~1.2", "phpunit/php-text-template": "~1.2",
"phpunit/php-timer": ">=1.0.6", "phpunit/php-timer": "^1.0.6",
"phpunit/phpunit-mock-objects": "^3.1", "phpunit/phpunit-mock-objects": "^3.1",
"sebastian/comparator": "~1.1", "sebastian/comparator": "~1.1",
"sebastian/diff": "~1.2", "sebastian/diff": "~1.2",
@ -529,7 +529,7 @@
"testing", "testing",
"xunit" "xunit"
], ],
"time": "2016-03-31 21:35:50" "time": "2016-04-07 07:04:34"
}, },
{ {
"name": "phpunit/phpunit-mock-objects", "name": "phpunit/phpunit-mock-objects",
@ -1155,7 +1155,7 @@
"prefer-stable": false, "prefer-stable": false,
"prefer-lowest": false, "prefer-lowest": false,
"platform": { "platform": {
"php": ">=7.0.5" "php": ">=7.0.0"
}, },
"platform-dev": [] "platform-dev": []
} }