Skip to content

Commit 6d370d5

Browse files
Merge pull request #8 from pjordaan/github-issue-7
#7 Allow illuminate contracts 7.* and 8.*
2 parents ec0db26 + 9a65ece commit 6d370d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
],
2727
"require": {
2828
"php": "^7.2|^8.0",
29-
"illuminate/contracts": "^6.0",
29+
"illuminate/contracts": "^7.0|^8.0",
3030
"symfony/yaml": "^4.1",
3131
"justinrainbow/json-schema": "^5.2"
3232
},

0 commit comments

Comments
 (0)