Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
Add PHP 8.0 and Laravel 8 Support
  • Loading branch information
Pezhvak authored and svenluijten committed Dec 30, 2020
1 parent 62b7d69 commit 389fc14
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
}
],
"require": {
"php": "^7.2",
"illuminate/support": "^6.0 || ^7.0",
"laravel/framework": "^6.0 || ^7.0"
"php": "^7.2 || ^8.0",
"illuminate/support": "^6.0 || ^7.0 || ^8.0",
"laravel/framework": "^6.0 || ^7.0 || ^8.0"
},
"require-dev": {
"graham-campbell/testbench": "^5.0"
Expand Down

0 comments on commit 389fc14

Please sign in to comment.