Skip to content

Commit

Permalink
dropped support for L6,L7,L8
Browse files Browse the repository at this point in the history
  • Loading branch information
Sachin Agarwal committed Mar 11, 2024
1 parent dd9d2f4 commit 76c043b
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 @@ -18,13 +18,13 @@
}
],
"require": {
"php": "^7.2.5|^8.0",
"illuminate/support": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0",
"illuminate/container": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0",
"guzzlehttp/guzzle": "^6.5.7|^7.4.4|^7.2"
"php": "^8.0.2",
"illuminate/support": "^9.0|^10.0|^11.0",
"illuminate/container": "^9.0|^10.0|^11.0",
"guzzlehttp/guzzle": "^7.5"
},
"require-dev": {
"phpunit/phpunit": "~4.0|^9.3|^10.5",
"phpunit/phpunit": "^9.5.8|^10.5",
"skagarwal/reflection": "~1.0"
},
"autoload": {
Expand Down

0 comments on commit 76c043b

Please sign in to comment.