Skip to content

Commit ebee089

Browse files
committed
ITT: Laravel 5.3 support.
1 parent 679358f commit ebee089

File tree

2 files changed

+248
-166
lines changed

2 files changed

+248
-166
lines changed

composer.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@
1010
}
1111
],
1212
"require": {
13-
"php": ">=5.5.9",
14-
"illuminate/support": "5.2.*",
15-
"illuminate/database": "5.2.*",
13+
"php": ">=5.6.4",
14+
"illuminate/support": "5.3.*",
15+
"illuminate/database": "5.3.*",
1616
"mockery/mockery": "^0.9"
1717
},
1818
"require-dev": {
19-
"phpunit/phpunit": "^5.0",
20-
"orchestra/testbench": "3.2.*",
21-
"illuminated/helper-functions": "5.2.*"
19+
"phpunit/phpunit": "^5.4",
20+
"orchestra/testbench": "3.3.*",
21+
"illuminated/helper-functions": "5.3.*"
2222
},
2323
"autoload": {
2424
"psr-4": {

0 commit comments

Comments
 (0)