Skip to content

Commit b208120

Browse files
committed
ICL: Laravel 5.5 support.
1 parent 844807c commit b208120

File tree

2 files changed

+587
-243
lines changed

2 files changed

+587
-243
lines changed

composer.json

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

0 commit comments

Comments
 (0)