Skip to content

Commit

Permalink
add Laravel 8 support
Browse files Browse the repository at this point in the history
  • Loading branch information
timacdonald committed Sep 8, 2020
1 parent 66b1cdc commit 9925615
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@
],
"require": {
"php": "^7.1",
"illuminate/support": "~5.5.0 || ~5.6.0 || ~5.7.0 || ~5.8.0 || ^6.0 || ^7.0"
"illuminate/support": "~5.5.0 || ~5.6.0 || ~5.7.0 || ~5.8.0 || ^6.0 || ^7.0 || ^8.0"
},
"require-dev": {
"ergebnis/composer-normalize": "^2.0",
"infection/infection": "^0.16",
"orchestra/testbench": "^5.0",
"orchestra/testbench": "^6.0",
"phpstan/phpstan": "^0.12",
"phpunit/phpunit": "^9.0",
"timacdonald/php-style": "dev-master",
Expand Down

0 comments on commit 9925615

Please sign in to comment.