Merge pull request #1284 from cachethq/phpunit

Updated PHPUnit 4.8.19->4.8.21
This commit is contained in:
Graham Campbell 2015-12-24 16:14:44 +00:00
commit 3951f0116a
2 changed files with 8 additions and 8 deletions

View File

@ -44,7 +44,7 @@
"fzaninotto/faker": "^1.5",
"graham-campbell/testbench-core": "^1.1",
"mockery/mockery": "0.9.4",
"phpunit/phpunit": "4.8.19"
"phpunit/phpunit": "4.8.21"
},
"autoload": {
"classmap": [

14
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": "074c92f778d666fd209d97753839fbe2",
"content-hash": "8a51b88ff61aa51581943bbf535a48d1",
"hash": "a3b9bbc718643a97e37577e546d1ceb2",
"content-hash": "607ebb1e1d86d57b0889da35b2383335",
"packages": [
{
"name": "alt-three/emoji",
@ -4440,16 +4440,16 @@
},
{
"name": "phpunit/phpunit",
"version": "4.8.19",
"version": "4.8.21",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/phpunit.git",
"reference": "b2caaf8947aba5e002d42126723e9d69795f32b4"
"reference": "ea76b17bced0500a28098626b84eda12dbcf119c"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/b2caaf8947aba5e002d42126723e9d69795f32b4",
"reference": "b2caaf8947aba5e002d42126723e9d69795f32b4",
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/ea76b17bced0500a28098626b84eda12dbcf119c",
"reference": "ea76b17bced0500a28098626b84eda12dbcf119c",
"shasum": ""
},
"require": {
@ -4508,7 +4508,7 @@
"testing",
"xunit"
],
"time": "2015-11-30 08:18:59"
"time": "2015-12-12 07:45:58"
},
{
"name": "phpunit/phpunit-mock-objects",