Skip to content

Commit bbe7b6c

Browse files
committed
ICL: Laravel 5.2 support.
1 parent cb57441 commit bbe7b6c

File tree

2 files changed

+326
-374
lines changed

2 files changed

+326
-374
lines changed

composer.json

Lines changed: 6 additions & 6 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.*",
15-
"illuminate/console": "5.1.*",
16-
"illuminated/helper-functions": "5.1.*",
14+
"illuminate/support": "5.2.*",
15+
"illuminate/console": "5.2.*",
16+
"illuminated/helper-functions": "5.2.*",
1717
"monolog/monolog": "^1.11",
1818
"psr/http-message": "^1.0",
1919
"psr/log": "^1.0",
20-
"symfony/finder": "2.7.*"
20+
"symfony/finder": "2.8.*|3.0.*"
2121
},
2222
"require-dev": {
2323
"phpunit/phpunit": "^5.0",
2424
"mockery/mockery": "^0.9",
2525
"guzzlehttp/guzzle": "^6.0",
26-
"orchestra/testbench": "3.1.*",
27-
"illuminated/testing-tools": "5.1.*"
26+
"orchestra/testbench": "3.2.*",
27+
"illuminated/testing-tools": "5.2.*"
2828
},
2929
"autoload": {
3030
"files": ["integrations/autoload.php"],

0 commit comments

Comments
 (0)