Skip to content

Commit 7b9d6b6

Browse files
committed
ICL: Laravel 5.3 support.
1 parent 0a2d8eb commit 7b9d6b6

File tree

2 files changed

+262
-180
lines changed

2 files changed

+262
-180
lines changed

composer.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,21 +10,21 @@
1010
}
1111
],
1212
"require": {
13-
"php": ">=5.5.9",
14-
"illuminate/support": "5.2.*",
15-
"illuminate/console": "5.2.*",
16-
"illuminated/helper-functions": "5.2.*",
13+
"php": ">=5.6.4",
14+
"illuminate/support": "5.3.*",
15+
"illuminate/console": "5.3.*",
16+
"illuminated/helper-functions": "5.3.*",
1717
"monolog/monolog": "^1.11",
1818
"psr/http-message": "^1.0",
1919
"psr/log": "^1.0",
20-
"symfony/finder": "2.8.*|3.0.*"
20+
"symfony/finder": "3.1.*"
2121
},
2222
"require-dev": {
23-
"phpunit/phpunit": "^5.0",
23+
"phpunit/phpunit": "^5.4",
2424
"mockery/mockery": "^0.9",
2525
"guzzlehttp/guzzle": "^6.0",
26-
"orchestra/testbench": "3.2.*",
27-
"illuminated/testing-tools": "5.2.*"
26+
"orchestra/testbench": "3.3.*",
27+
"illuminated/testing-tools": "5.3.*"
2828
},
2929
"autoload": {
3030
"files": ["integrations/autoload.php"],

0 commit comments

Comments
 (0)