Skip to content

Commit

Permalink
Merge pull request #16 from austinkregel/support-laravel-8
Browse files Browse the repository at this point in the history
Update the laravel dependency to include laravel 8
  • Loading branch information
Nathan Heffley authored Nov 12, 2020
2 parents d22403f + 401a6fb commit ed96117
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"license": "MIT",
"require": {
"php": "^7.2.5",
"laravel/framework": "^7.0"
"laravel/framework": "^7.0|^8.0"
},
"require-dev": {
"orchestra/testbench": "^5.0"
Expand Down

0 comments on commit ed96117

Please sign in to comment.