Skip to content

Commit d6024a9

Browse files
authored
Merge pull request #10 from JanWeskamp/master
Update composer.json
2 parents 8e400ba + 2d4ef3d commit d6024a9

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
"keywords": ["Laravel", "Tests", "Factory"],
55
"license": "MIT",
66
"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",
7+
"php": ">=5.6.0",
8+
"illuminate/support": "5.0.x|5.1.x|5.2.x|5.3.x",
9+
"illuminate/console": "5.0.x|5.1.x|5.2.x|5.3.x",
10+
"illuminate/filesystem": "5.0.x|5.1.x|5.2.x|5.3.x",
11+
"symfony/class-loader": "dev-master",
1212
"doctrine/dbal": "~2.3"
1313
},
1414
"autoload": {

0 commit comments

Comments
 (0)