Skip to content

Commit d86b51a

Browse files
authored
#7 Allow illuminate contracts 7.* and 8.*
1 parent 9885e8f commit d86b51a

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",
29-
"illuminate/contracts": "^6.0",
29+
"illuminate/contracts": "^6.0|^7.0|^8.0",
3030
"symfony/yaml": "^4.1",
3131
"justinrainbow/json-schema": "^5.2"
3232
},

0 commit comments

Comments
 (0)