Skip to content

Commit a2c5fa9

Browse files
illuminate/http must be updated too (#7)
Co-authored-by: Juan Lotito <juan.lotito@softonic.com>
1 parent 344c738 commit a2c5fa9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
},
1111
"require": {
1212
"php": ">=7.2",
13-
"illuminate/http": "^7.0 || ^8.0",
13+
"illuminate/http": "^7.0 || ^8.0 || ^9.0",
1414
"illuminate/contracts": "^7.0 || ^8.0 || ^9.0"
1515
},
1616
"require-dev": {

0 commit comments

Comments
 (0)