Skip to content

Commit

Permalink
Merge pull request #103 from bastien-phi/support_laravel_8
Browse files Browse the repository at this point in the history
Add Laravel 8 support
  • Loading branch information
letaniaferreira authored Sep 10, 2020
2 parents ba81260 + 531c19e commit 9ffed90
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@
],
"require": {
"php": ">=7.2",
"illuminate/support": "^6.0|^7.0",
"illuminate/support": "^6.0|^7.0|^8.0",
"rollbar/rollbar": "^2"
},
"require-dev": {
"orchestra/testbench": "^4|^5",
"orchestra/testbench": "^4.0|^5.0|^6.0",
"mockery/mockery": "^1",
"php-coveralls/php-coveralls": "^2.2",
"squizlabs/php_codesniffer": "3.*",
Expand All @@ -54,5 +54,7 @@
"phpcs --standard=PSR1,PSR2 src tests"
],
"fix": "phpcbf --standard=PSR1,PSR2 src tests"
}
},
"minimum-stability": "dev",
"prefer-stable": true
}

0 comments on commit 9ffed90

Please sign in to comment.