Skip to content

Commit 45d6b64

Browse files
authored
Merge pull request #48 from samrook/l9_update
Laravel 9 Compability
2 parents cce3c27 + 3bca9e0 commit 45d6b64

File tree

2 files changed

+1626
-189
lines changed

2 files changed

+1626
-189
lines changed

composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
},
2121
"require": {
2222
"php": ">=5.4.0",
23-
"illuminate/support": "~5.4|^6.0|^7.0|^8.0",
24-
"illuminate/validation": "~5.4|^6.0|^7.0|^8.0"
23+
"illuminate/support": "~5.4|^6.0|^7.0|^8.0|^9.0",
24+
"illuminate/validation": "~5.4|^6.0|^7.0|^8.0|^9.0"
2525
},
2626
"autoload": {
2727
"psr-4": {

0 commit comments

Comments
 (0)