Skip to content

Commit

Permalink
Add Laravel 5.8 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
mikebronner committed Apr 5, 2019
1 parent 0ef8d81 commit 9021f65
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 11 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ composer.lock
/vendor
/node_modules
yarn.lock
.phpunit.result.cache
15 changes: 7 additions & 8 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,19 +24,18 @@
"illuminate/queue": "5.5 - 5.8",
"illuminate/support": "5.5 - 5.8",
"mixpanel/mixpanel-php": "*",
"sinergi/browser-detector": "~5.0"
"sinergi/browser-detector": "*"
},
"require-dev": {
"fzaninotto/faker": "~1.4",
"fzaninotto/faker": "*",
"laravel/laravel": "5.8",
"laravel/browser-kit-testing": "^4.0",
"mockery/mockery": "0.9.*",
"phpmd/phpmd": "^2.6",
"laravel/browser-kit-testing": "*",
"mockery/mockery": "*",
"phpmd/phpmd": "*",
"phpunit/phpunit": "*",
"sebastian/phpcpd": "*",
"symfony/thanks": "^1.0",
"codedungeon/phpunit-result-printer": "*",
"php-coveralls/php-coveralls": "^2.0"
"symfony/thanks": "*",
"php-coveralls/php-coveralls": "*"
},
"autoload-dev": {
"psr-4": {
Expand Down
4 changes: 1 addition & 3 deletions phpunit.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,8 @@
convertErrorsToExceptions="true"
convertNoticesToExceptions="true"
convertWarningsToExceptions="true"
printerClass="Codedungeon\PHPUnitPrettyResultPrinter\Printer"
processIsolation="false"
stopOnFailure="true"
syntaxCheck="false"
stopOnFailure="false"
>
<testsuites>
<testsuite name="Feature">
Expand Down

0 comments on commit 9021f65

Please sign in to comment.