Composer dep updates

This commit is contained in:
Nabeel Shahzad 2018-03-29 14:24:36 -05:00
parent 7fbcfa391b
commit 2090f05236
3 changed files with 13 additions and 13 deletions

View File

@ -48,7 +48,7 @@
"filp/whoops": "~2.0", "filp/whoops": "~2.0",
"bpocallaghan/generators": "5.0.1", "bpocallaghan/generators": "5.0.1",
"nunomaduro/collision": "^2.0", "nunomaduro/collision": "^2.0",
"codedungeon/phpunit-result-printer": "^0.8.4" "codedungeon/phpunit-result-printer": "^0.9"
}, },
"autoload": { "autoload": {
"classmap": [ "classmap": [

22
composer.lock generated
View File

@ -4,7 +4,7 @@
"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"
], ],
"content-hash": "dfde3ba21620519cec84830961ccc642", "content-hash": "60281a4e1830c6c5a9a9338b02936d30",
"packages": [ "packages": [
{ {
"name": "akaunting/money", "name": "akaunting/money",
@ -1378,16 +1378,16 @@
}, },
{ {
"name": "laravel/framework", "name": "laravel/framework",
"version": "v5.6.13", "version": "v5.6.14",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/laravel/framework.git", "url": "https://github.com/laravel/framework.git",
"reference": "90ccb77a543ff063533083f427d5e655546afbad" "reference": "fba33e59fd43661933e9cecb84dfb0a64c5323ce"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/laravel/framework/zipball/90ccb77a543ff063533083f427d5e655546afbad", "url": "https://api.github.com/repos/laravel/framework/zipball/fba33e59fd43661933e9cecb84dfb0a64c5323ce",
"reference": "90ccb77a543ff063533083f427d5e655546afbad", "reference": "fba33e59fd43661933e9cecb84dfb0a64c5323ce",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -1512,7 +1512,7 @@
"framework", "framework",
"laravel" "laravel"
], ],
"time": "2018-03-26T13:45:20+00:00" "time": "2018-03-28T14:17:03+00:00"
}, },
{ {
"name": "laravelcollective/html", "name": "laravelcollective/html",
@ -4959,16 +4959,16 @@
}, },
{ {
"name": "codedungeon/phpunit-result-printer", "name": "codedungeon/phpunit-result-printer",
"version": "0.8.4", "version": "0.9.3",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/mikeerickson/phpunit-pretty-result-printer.git", "url": "https://github.com/mikeerickson/phpunit-pretty-result-printer.git",
"reference": "cb9bf244b62392909ee61ee174874de137fe698a" "reference": "9e45322cca36496240cc7cc799c3d4045f21576d"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/mikeerickson/phpunit-pretty-result-printer/zipball/cb9bf244b62392909ee61ee174874de137fe698a", "url": "https://api.github.com/repos/mikeerickson/phpunit-pretty-result-printer/zipball/9e45322cca36496240cc7cc799c3d4045f21576d",
"reference": "cb9bf244b62392909ee61ee174874de137fe698a", "reference": "9e45322cca36496240cc7cc799c3d4045f21576d",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -5004,7 +5004,7 @@
"printer", "printer",
"result-printer" "result-printer"
], ],
"time": "2018-03-23T23:03:37+00:00" "time": "2018-03-27T00:16:57+00:00"
}, },
{ {
"name": "doctrine/instantiator", "name": "doctrine/instantiator",

View File

@ -7,8 +7,8 @@
convertNoticesToExceptions="false" convertNoticesToExceptions="false"
convertWarningsToExceptions="false" convertWarningsToExceptions="false"
beStrictAboutOutputDuringTests="false" beStrictAboutOutputDuringTests="false"
printerClass="Codedungeon\PHPUnitPrettyResultPrinter\Printer"
beStrictAboutTestsThatDoNotTestAnything="false"> beStrictAboutTestsThatDoNotTestAnything="false">
<!--printerClass="Codedungeon\PHPUnitPrettyResultPrinter\Printer"-->
<testsuites> <testsuites>
<testsuite name="Application Test Suite"> <testsuite name="Application Test Suite">
<directory suffix="Test.php">./tests</directory> <directory suffix="Test.php">./tests</directory>