Skip to content

Commit 1c28a02

Browse files
committed
ITT: Laravel 5.1 support.
1 parent 634351a commit 1c28a02

File tree

2 files changed

+775
-406
lines changed

2 files changed

+775
-406
lines changed

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@
1111
],
1212
"require": {
1313
"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.*",
14+
"illuminate/support": "5.1.*",
15+
"illuminate/database": "5.1.*",
1616
"mockery/mockery": "^0.9"
1717
},
1818
"require-dev": {
1919
"phpunit/phpunit": "^5.0",
20-
"orchestra/testbench": "^3.1",
21-
"illuminated/helper-functions": "^1.0"
20+
"orchestra/testbench": "3.1.*",
21+
"illuminated/helper-functions": "5.1.*"
2222
},
2323
"autoload": {
2424
"psr-4": {

0 commit comments

Comments
 (0)