Skip to content

Commit

Permalink
Merge pull request #19 from dsbilling/l9
Browse files Browse the repository at this point in the history
  • Loading branch information
dsbilling committed Dec 28, 2023
2 parents 0435575 + dd471a7 commit 6cae6dc
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 @@ -16,14 +16,14 @@
}
],
"require": {
"php": "^7.1|^8.0",
"illuminate/http": "5.6.*|5.7.*|5.8.*|6.*|7.*|8.*",
"illuminate/support": "5.6.*|5.7.*|5.8.*|6.*|7.*|8.*",
"php": "^7.1|^8.0|^8.1|^8.2",
"illuminate/http": "5.6.*|5.7.*|5.8.*|6.*|7.*|8.*|9.*|^10.0",
"illuminate/support": "5.6.*|5.7.*|5.8.*|6.*|7.*|8.*|9.*|^10.0",
"intervention/image": "^2.4"
},
"require-dev": {
"phpunit/phpunit": "^7.0|^8.0",
"orchestra/testbench": "^3.7|^4.0|^5.0|^6.0"
"phpunit/phpunit": "^7.0|^8.0|^9.0",
"orchestra/testbench": "^3.7|^4.0|^5.0|^6.0|^7.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 6cae6dc

Please sign in to comment.