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 634351a commit 1c28a02Copy full SHA for 1c28a02
composer.json
@@ -11,14 +11,14 @@
11
],
12
"require": {
13
"php": ">=5.5.9",
14
- "illuminate/support": "5.1.*|5.2.*|5.3.*|5.4.*",
15
- "illuminate/database": "5.1.*|5.2.*|5.3.*|5.4.*",
+ "illuminate/support": "5.1.*",
+ "illuminate/database": "5.1.*",
16
"mockery/mockery": "^0.9"
17
},
18
"require-dev": {
19
"phpunit/phpunit": "^5.0",
20
- "orchestra/testbench": "^3.1",
21
- "illuminated/helper-functions": "^1.0"
+ "orchestra/testbench": "3.1.*",
+ "illuminated/helper-functions": "5.1.*"
22
23
"autoload": {
24
"psr-4": {
0 commit comments