Skip to content

Commit c0ab519

Browse files
require laravel/framework=^8.12 as the minimum for PHP 8 support
1 parent 6fee0bf commit c0ab519

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
"type": "utility",
55
"require": {
66
"php": "^7.3|^8.0",
7-
"illuminate/database": "^8.0",
8-
"illuminate/events": "^8.0"
7+
"illuminate/database": "^8.12",
8+
"illuminate/events": "^8.12"
99
},
1010
"require-dev": {
1111
"phpunit/phpunit": "^9.3"

0 commit comments

Comments
 (0)