Skip to content

Commit 3ad2dbe

Browse files
committed
ICL: Laravel 5.4 support.
1 parent d2ee80f commit 3ad2dbe

File tree

2 files changed

+394
-797
lines changed

2 files changed

+394
-797
lines changed

composer.json

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

0 commit comments

Comments
 (0)