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 8e400ba + 2d4ef3d commit d6024a9Copy full SHA for d6024a9
composer.json
@@ -4,11 +4,11 @@
4
"keywords": ["Laravel", "Tests", "Factory"],
5
"license": "MIT",
6
"require": {
7
- "php": ">=5.4.0",
8
- "illuminate/support": "5.0.x|5.1.x|5.2.x",
9
- "illuminate/console": "5.0.x|5.1.x|5.2.x",
10
- "illuminate/filesystem": "5.0.x|5.1.x|5.2.x",
11
- "symfony/class-loader": "~2.3|~3.0",
+ "php": ">=5.6.0",
+ "illuminate/support": "5.0.x|5.1.x|5.2.x|5.3.x",
+ "illuminate/console": "5.0.x|5.1.x|5.2.x|5.3.x",
+ "illuminate/filesystem": "5.0.x|5.1.x|5.2.x|5.3.x",
+ "symfony/class-loader": "dev-master",
12
"doctrine/dbal": "~2.3"
13
},
14
"autoload": {
0 commit comments