We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70bed5f commit 0d553b7Copy full SHA for 0d553b7
composer.json
@@ -31,15 +31,15 @@
31
"php": ">=7.1",
32
"ext-ldap": "*",
33
"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.*"
+ "psr/log": "^1.0",
+ "psr/simple-cache": "^1.0",
+ "nesbot/carbon": "^1.0|^2.0",
+ "tightenco/collect": "^5.0|^6.0",
+ "illuminate/contracts": "^5.0|^6.0"
39
},
40
"require-dev": {
41
- "phpunit/phpunit": "~6.0",
42
- "mockery/mockery": "~1.0"
+ "phpunit/phpunit": "^6.0",
+ "mockery/mockery": "^1.0"
43
44
"archive": {
45
"exclude": ["/tests"]
0 commit comments