Skip to content
This repository has been archived by the owner on Sep 22, 2024. It is now read-only.

Commit

Permalink
fix: composer reqs
Browse files Browse the repository at this point in the history
  • Loading branch information
Razorsheep committed Nov 21, 2023
1 parent 6738b0d commit a7df321
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@
}
],
"require": {
"php": "^7.2.5|^8",
"illuminate/database": "^6.0|^7.0|^8.0|^9.0|^10.0"
"php": "^7.4|^8.0",
"illuminate/database": "^8.0|^9.0|^10.0"
},
"require-dev": {
"mockery/mockery": "^1.2",
"orchestra/testbench": "^4.0|^5.0|^6.0|^7.0|^8.0",
"phpunit/phpunit": "^7.0|^8.0|^9.0|^10.0"
"mockery/mockery": "^1.6.6",
"orchestra/testbench": "^6.0|^7.0|^8.0",
"phpunit/phpunit": "^8.0|^9.0|^10.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit a7df321

Please sign in to comment.