File tree Expand file tree Collapse file tree 3 files changed +9
-11
lines changed Expand file tree Collapse file tree 3 files changed +9
-11
lines changed Original file line number Diff line number Diff line change @@ -2,3 +2,4 @@ composer.lock
22/vendor
33/node_modules
44yarn.lock
5+ .phpunit.result.cache
Original file line number Diff line number Diff line change 2424 "illuminate/queue" : " 5.5 - 5.8" ,
2525 "illuminate/support" : " 5.5 - 5.8" ,
2626 "mixpanel/mixpanel-php" : " *" ,
27- "sinergi/browser-detector" : " ~5.0 "
27+ "sinergi/browser-detector" : " * "
2828 },
2929 "require-dev" : {
30- "fzaninotto/faker" : " ~1.4 " ,
30+ "fzaninotto/faker" : " * " ,
3131 "laravel/laravel" : " 5.8" ,
32- "laravel/browser-kit-testing" : " ^4.0 " ,
33- "mockery/mockery" : " 0.9. *" ,
34- "phpmd/phpmd" : " ^2.6 " ,
32+ "laravel/browser-kit-testing" : " * " ,
33+ "mockery/mockery" : " *" ,
34+ "phpmd/phpmd" : " * " ,
3535 "phpunit/phpunit" : " *" ,
3636 "sebastian/phpcpd" : " *" ,
37- "symfony/thanks" : " ^1.0" ,
38- "codedungeon/phpunit-result-printer" : " *" ,
39- "php-coveralls/php-coveralls" : " ^2.0"
37+ "symfony/thanks" : " *" ,
38+ "php-coveralls/php-coveralls" : " *"
4039 },
4140 "autoload-dev" : {
4241 "psr-4" : {
Original file line number Diff line number Diff line change 77 convertErrorsToExceptions =" true"
88 convertNoticesToExceptions =" true"
99 convertWarningsToExceptions =" true"
10- printerClass =" Codedungeon\PHPUnitPrettyResultPrinter\Printer"
1110 processIsolation =" false"
12- stopOnFailure =" true"
13- syntaxCheck =" false"
11+ stopOnFailure =" false"
1412>
1513<testsuites >
1614 <testsuite name =" Feature" >
You can’t perform that action at this time.
0 commit comments