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.
2 parents 33cb90f + b877a2a commit 721dcfdCopy full SHA for 721dcfd
composer.json
@@ -13,14 +13,14 @@
13
],
14
"require": {
15
"php": "^5.5.9 || ^7.0",
16
- "illuminate/support": "5.1.* || 5.2.* || 5.3.*",
17
- "illuminate/console": "5.1.* || 5.2.* || 5.3.*",
18
- "illuminate/filesystem": "5.1.* || 5.2.* || 5.3.*"
+ "illuminate/support": "~5.1",
+ "illuminate/console": "~5.1",
+ "illuminate/filesystem": "~5.1"
19
},
20
"require-dev": {
21
"phpunit/phpunit" : "^4.8 || ^5.0",
22
- "orchestra/testbench": "3.3.x-dev",
23
- "orchestra/database": "3.3.x-dev",
+ "orchestra/testbench": "~3.0",
+ "orchestra/database": "~3.0",
24
"mockery/mockery": "~0.9.4"
25
26
"autoload": {
0 commit comments