Skip to content

Commit 9cab2a3

Browse files
committed
feat(deps): laravel 9, 10, 11 compatibility
1 parent eee2e4a commit 9cab2a3

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@
1010
],
1111
"license": "MIT",
1212
"require": {
13-
"php": "^7.2|^7.3|^8.0",
14-
"illuminate/contracts": "^6.0|^7.0|^8.0",
15-
"illuminate/database": "^6.0|^7.0|^8.0",
16-
"illuminate/http": "^6.0|^7.0|^8.0",
17-
"illuminate/support": "^6.0|^7.0|^8.0"
13+
"php": "^7.2|^7.3|^8.0|^8.1|^8.2",
14+
"illuminate/contracts": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0",
15+
"illuminate/database": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0",
16+
"illuminate/http": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0",
17+
"illuminate/support": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0"
1818
},
1919
"autoload": {
2020
"psr-4": {

0 commit comments

Comments
 (0)