Skip to content

Commit 0d553b7

Browse files
committed
Allow illuminate contracts > 6.*
1 parent 70bed5f commit 0d553b7

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

composer.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -31,15 +31,15 @@
3131
"php": ">=7.1",
3232
"ext-ldap": "*",
3333
"ext-json": "*",
34-
"psr/log": "~1.0",
35-
"psr/simple-cache": "~1.0",
36-
"nesbot/carbon": "~1.0|~2.0",
37-
"tightenco/collect": "^5.0|6.0.*",
38-
"illuminate/contracts": "^5.0|6.0.*"
34+
"psr/log": "^1.0",
35+
"psr/simple-cache": "^1.0",
36+
"nesbot/carbon": "^1.0|^2.0",
37+
"tightenco/collect": "^5.0|^6.0",
38+
"illuminate/contracts": "^5.0|^6.0"
3939
},
4040
"require-dev": {
41-
"phpunit/phpunit": "~6.0",
42-
"mockery/mockery": "~1.0"
41+
"phpunit/phpunit": "^6.0",
42+
"mockery/mockery": "^1.0"
4343
},
4444
"archive": {
4545
"exclude": ["/tests"]

0 commit comments

Comments
 (0)