Skip to content

Commit 6cae6dc

Browse files
authored
Merge pull request #19 from dsbilling/l9
2 parents 0435575 + dd471a7 commit 6cae6dc

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,14 @@
1616
}
1717
],
1818
"require": {
19-
"php": "^7.1|^8.0",
20-
"illuminate/http": "5.6.*|5.7.*|5.8.*|6.*|7.*|8.*",
21-
"illuminate/support": "5.6.*|5.7.*|5.8.*|6.*|7.*|8.*",
19+
"php": "^7.1|^8.0|^8.1|^8.2",
20+
"illuminate/http": "5.6.*|5.7.*|5.8.*|6.*|7.*|8.*|9.*|^10.0",
21+
"illuminate/support": "5.6.*|5.7.*|5.8.*|6.*|7.*|8.*|9.*|^10.0",
2222
"intervention/image": "^2.4"
2323
},
2424
"require-dev": {
25-
"phpunit/phpunit": "^7.0|^8.0",
26-
"orchestra/testbench": "^3.7|^4.0|^5.0|^6.0"
25+
"phpunit/phpunit": "^7.0|^8.0|^9.0",
26+
"orchestra/testbench": "^3.7|^4.0|^5.0|^6.0|^7.0"
2727
},
2828
"autoload": {
2929
"psr-4": {

0 commit comments

Comments
 (0)