Skip to content

Commit bd8ae09

Browse files
committed
Revert contract dependency change
1 parent 919b37b commit bd8ae09

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
@@ -21,6 +21,7 @@
2121
"illuminate/auth": "~5.6.0|~5.7.0|~5.8.0|~5.9.0",
2222
"illuminate/console": "~5.6.0|~5.7.0|~5.8.0|~5.9.0",
2323
"illuminate/container": "~5.6.0|~5.7.0|~5.8.0|~5.9.0",
24+
"illuminate/contracts": "~5.6.0|~5.7.0|~5.8.0|~5.9.0",
2425
"illuminate/database": "~5.6.0|~5.7.0|~5.8.0|~5.9.0",
2526
"illuminate/encryption": "~5.6.0|~5.7.0|~5.8.0|~5.9.0",
2627
"illuminate/http": "~5.6.0|~5.7.0|~5.8.0|~5.9.0",
@@ -31,7 +32,6 @@
3132
"zendframework/zend-diactoros": "~1.0"
3233
},
3334
"require-dev": {
34-
"illuminate/contracts": "dev-master",
3535
"mockery/mockery": "~1.0",
3636
"phpunit/phpunit": "~7.4"
3737
},

0 commit comments

Comments
 (0)