Skip to content

Commit e8d0a3f

Browse files
committed
ICL: Laravel 5.1 support.
1 parent c77008a commit e8d0a3f

File tree

2 files changed

+781
-412
lines changed

2 files changed

+781
-412
lines changed

composer.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,20 +11,20 @@
1111
],
1212
"require": {
1313
"php": ">=5.5.9",
14-
"illuminate/support": "5.1.*|5.2.*|5.3.*|5.4.*",
15-
"illuminate/console": "5.1.*|5.2.*|5.3.*|5.4.*",
14+
"illuminate/support": "5.1.*",
15+
"illuminate/console": "5.1.*",
16+
"illuminated/helper-functions": "5.1.*",
1617
"monolog/monolog": "^1.11",
17-
"symfony/finder": "^2.7|^3.0",
18-
"illuminated/helper-functions": "^1.0",
1918
"psr/http-message": "^1.0",
20-
"psr/log": "^1.0"
19+
"psr/log": "^1.0",
20+
"symfony/finder": "2.7.*"
2121
},
2222
"require-dev": {
2323
"phpunit/phpunit": "^5.0",
2424
"mockery/mockery": "^0.9",
25-
"orchestra/testbench": "^3.1",
26-
"illuminated/testing-tools": "^0.6",
27-
"guzzlehttp/guzzle": "^6.0"
25+
"guzzlehttp/guzzle": "^6.0",
26+
"orchestra/testbench": "3.1.*",
27+
"illuminated/testing-tools": "5.1.*"
2828
},
2929
"autoload": {
3030
"files": ["integrations/autoload.php"],

0 commit comments

Comments
 (0)