Skip to content

Commit 52da87b

Browse files
authored
Update composer.json
1 parent 0028918 commit 52da87b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@
1717
],
1818
"require": {
1919
"php": "^7.1",
20-
"illuminate/http": "5.6.*|5.7.*|5.8.*|6.*|7.*",
21-
"illuminate/support": "5.6.*|5.7.*|5.8.*|6.*|7.*",
20+
"illuminate/http": "5.6.*|5.7.*|5.8.*|6.*|7.*|8.*",
21+
"illuminate/support": "5.6.*|5.7.*|5.8.*|6.*|7.*|8.*",
2222
"intervention/image": "^2.4"
2323
},
2424
"require-dev": {
2525
"phpunit/phpunit": "^7.0|^8.0",
26-
"orchestra/testbench": "^3.7|^4.0"
26+
"orchestra/testbench": "^3.7|^4.0|^5.0|^6.0"
2727
},
2828
"autoload": {
2929
"psr-4": {

0 commit comments

Comments
 (0)