Skip to content

Commit 65d1f1b

Browse files
authored
Added support for Laravel 11.x (#27)
* Added support for Laravel 11.x * Added dbal for backwards compatibility
1 parent 7ee56e4 commit 65d1f1b

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111
"license": "MIT",
1212
"require": {
1313
"php": ">=7.4",
14-
"illuminate/support": "^8.0|^9.0|^10.0",
15-
"illuminate/console": "^8.0|^9.0|^10.0",
16-
"illuminate/filesystem": "^8.0|^9.0|^10.0",
14+
"illuminate/support": "^8.0|^9.0|^10.0|^11.0",
15+
"illuminate/console": "^8.0|^9.0|^10.0|^11.0",
16+
"illuminate/filesystem": "^8.0|^9.0|^10.0|^11.0",
1717
"doctrine/dbal": "^2.9|^2.10|^3.0"
1818
},
1919
"autoload": {

0 commit comments

Comments
 (0)