Skip to content

Commit

Permalink
require laravel/framework=^8.12 as the minimum for PHP 8 support
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeldyrynda committed Dec 1, 2020
1 parent 6fee0bf commit c0ab519
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 @@ -4,8 +4,8 @@
"type": "utility",
"require": {
"php": "^7.3|^8.0",
"illuminate/database": "^8.0",
"illuminate/events": "^8.0"
"illuminate/database": "^8.12",
"illuminate/events": "^8.12"
},
"require-dev": {
"phpunit/phpunit": "^9.3"
Expand Down

0 comments on commit c0ab519

Please sign in to comment.