Skip to content

Commit 21d4779

Browse files
committed
PHP8 add php8 and laravel 9 support
1 parent e089b97 commit 21d4779

File tree

2 files changed

+2215
-793
lines changed

2 files changed

+2215
-793
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111
"type": "project",
1212
"require": {
1313
"php": "^7.2|^8.0.0",
14-
"illuminate/support": "~5.5|^6.0|^7.0|^8.0",
15-
"illuminate/mail": "~5.5|^6.0|^7.0|^8.0",
16-
"illuminate/view": "~5.5|^6.0|^7.0|^8.0"
14+
"illuminate/support": "~5.5|^6.0|^7.0|^8.0|^9.0",
15+
"illuminate/mail": "~5.5|^6.0|^7.0|^8.0|^9.0",
16+
"illuminate/view": "~5.5|^6.0|^7.0|^8.0|^9.0"
1717
},
1818
"require-dev": {
1919
"mockery/mockery": "^1.0",

0 commit comments

Comments
 (0)