Skip to content

Commit

Permalink
Added support for Laravel 11.x (#27)
Browse files Browse the repository at this point in the history
* Added support for Laravel 11.x

* Added dbal for backwards compatibility
  • Loading branch information
demianottema authored Feb 28, 2024
1 parent 7ee56e4 commit 65d1f1b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
"license": "MIT",
"require": {
"php": ">=7.4",
"illuminate/support": "^8.0|^9.0|^10.0",
"illuminate/console": "^8.0|^9.0|^10.0",
"illuminate/filesystem": "^8.0|^9.0|^10.0",
"illuminate/support": "^8.0|^9.0|^10.0|^11.0",
"illuminate/console": "^8.0|^9.0|^10.0|^11.0",
"illuminate/filesystem": "^8.0|^9.0|^10.0|^11.0",
"doctrine/dbal": "^2.9|^2.10|^3.0"
},
"autoload": {
Expand Down

0 comments on commit 65d1f1b

Please sign in to comment.