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 479c03f commit bee99a7Copy full SHA for bee99a7
composer.json
@@ -17,12 +17,12 @@
17
"require": {
18
"php": ">=7.1",
19
"illuminate/database": "^5.6",
20
- "illuminate/support": "~5.6",
21
- "mockery/mockery": "~1.0",
+ "illuminate/support": "~5.6"
22
},
23
"require-dev": {
24
"phpunit/phpunit": "~7.0",
25
- "squizlabs/php_codesniffer": "^3.0"
+ "squizlabs/php_codesniffer": "^3.0",
+ "mockery/mockery": "~1.0"
26
27
"autoload": {
28
"psr-4": {
0 commit comments