Skip to content

Commit 344c738

Browse files
upgrading illuminate-contracts dependency (#6)
Co-authored-by: Juan Lotito <[email protected]>
1 parent 85ac7cc commit 344c738

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
@@ -11,7 +11,7 @@
1111
"require": {
1212
"php": ">=7.2",
1313
"illuminate/http": "^7.0 || ^8.0",
14-
"illuminate/contracts": "^7.0 || ^8.0"
14+
"illuminate/contracts": "^7.0 || ^8.0 || ^9.0"
1515
},
1616
"require-dev": {
1717
"friendsofphp/php-cs-fixer": "^2.16",

0 commit comments

Comments
 (0)