Skip to content

Commit

Permalink
Drop active support for Laravel 6.x and 7.x.
Browse files Browse the repository at this point in the history
  • Loading branch information
TheDoctor0 committed Mar 8, 2023
1 parent 1604615 commit 890d2b8
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": "^6.0|^7.0|^8.0|^9.0|^10.0",
"illuminate/console": "^6.0|^7.0|^8.0|^9.0|^10.0",
"illuminate/filesystem": "^6.0|^7.0|^8.0|^9.0|^10.0",
"illuminate/support": "^8.0|^9.0|^10.0",
"illuminate/console": "^8.0|^9.0|^10.0",
"illuminate/filesystem": "^8.0|^9.0|^10.0",
"doctrine/dbal": "^2.9|^2.10|^3.0"
},
"autoload": {
Expand Down

0 comments on commit 890d2b8

Please sign in to comment.