phpunit update
This commit is contained in:
parent
f32b376cdb
commit
ab08c8f563
2 changed files with 9 additions and 9 deletions
|
@ -19,7 +19,7 @@
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"symfony/var-dumper": "~3.1.0",
|
"symfony/var-dumper": "~3.1.0",
|
||||||
"squizlabs/php_codesniffer": "~2.6.2",
|
"squizlabs/php_codesniffer": "~2.6.2",
|
||||||
"phpunit/phpunit": "~5.4.8"
|
"phpunit/phpunit": "~5.5.2"
|
||||||
},
|
},
|
||||||
"extra": {
|
"extra": {
|
||||||
"paas": {
|
"paas": {
|
||||||
|
|
16
composer.lock
generated
16
composer.lock
generated
|
@ -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": "3161cca7432009f93c6a6c5d06d69669",
|
"hash": "9c4657008fcebce7e45807ae0dc59d30",
|
||||||
"content-hash": "d8d65bca7181cfc0a498f511629d165d",
|
"content-hash": "054a8bdbb08cfac744d4b28965fb6f17",
|
||||||
"packages": [
|
"packages": [
|
||||||
{
|
{
|
||||||
"name": "container-interop/container-interop",
|
"name": "container-interop/container-interop",
|
||||||
|
@ -1253,16 +1253,16 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "phpunit/phpunit",
|
"name": "phpunit/phpunit",
|
||||||
"version": "5.4.8",
|
"version": "5.5.2",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/sebastianbergmann/phpunit.git",
|
"url": "https://github.com/sebastianbergmann/phpunit.git",
|
||||||
"reference": "3132365e1430c091f208e120b8845d39c25f20e6"
|
"reference": "46ec2d1522ae8c9a12aca6b7650e0be78bbb0502"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/3132365e1430c091f208e120b8845d39c25f20e6",
|
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/46ec2d1522ae8c9a12aca6b7650e0be78bbb0502",
|
||||||
"reference": "3132365e1430c091f208e120b8845d39c25f20e6",
|
"reference": "46ec2d1522ae8c9a12aca6b7650e0be78bbb0502",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
|
@ -1301,7 +1301,7 @@
|
||||||
"type": "library",
|
"type": "library",
|
||||||
"extra": {
|
"extra": {
|
||||||
"branch-alias": {
|
"branch-alias": {
|
||||||
"dev-master": "5.4.x-dev"
|
"dev-master": "5.5.x-dev"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"autoload": {
|
"autoload": {
|
||||||
|
@ -1327,7 +1327,7 @@
|
||||||
"testing",
|
"testing",
|
||||||
"xunit"
|
"xunit"
|
||||||
],
|
],
|
||||||
"time": "2016-07-26 14:48:00"
|
"time": "2016-08-18 11:10:44"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "phpunit/phpunit-mock-objects",
|
"name": "phpunit/phpunit-mock-objects",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue