Skip to content

Commit

Permalink
drop laravel 7 support
Browse files Browse the repository at this point in the history
  • Loading branch information
repl6669 committed Apr 5, 2024
1 parent b8c4939 commit 00d8167
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@
"require": {
"php": "^8.0",
"ext-zip": "*",
"illuminate/support": "^8.0|^7.0",
"illuminate/filesystem": "^8.0|^7.0"
"illuminate/support": "^8.0",
"illuminate/filesystem": "^8.0"
},
"require-dev": {
"mockery/mockery": "^1.4.4",
"nunomaduro/collision": "^5.0|^6.0",
"orchestra/testbench": "^5.0|^6.0",
"nunomaduro/collision": "^5.0",
"orchestra/testbench": "^6.0",
"phpunit/phpunit": "^9.5"
},
"autoload": {
Expand Down

0 comments on commit 00d8167

Please sign in to comment.