Skip to content

Commit a1a4a8f

Browse files
committed
Laravel 5.7 support added.
1 parent ce9d2c4 commit a1a4a8f

File tree

2 files changed

+108
-105
lines changed

2 files changed

+108
-105
lines changed

composer.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -11,20 +11,20 @@
1111
],
1212
"require": {
1313
"php": "^7.1.3",
14-
"illuminate/support": "5.6.*",
15-
"illuminate/console": "5.6.*",
16-
"illuminated/helper-functions": "5.6.*",
14+
"illuminate/support": "5.7.*",
15+
"illuminate/console": "5.7.*",
16+
"illuminated/helper-functions": "5.7.*",
1717
"monolog/monolog": "^1.12",
1818
"psr/http-message": "^1.0",
1919
"psr/log": "^1.0",
20-
"symfony/finder": "^4.0"
20+
"symfony/finder": "^4.1"
2121
},
2222
"require-dev": {
2323
"phpunit/phpunit": "^7.0",
2424
"mockery/mockery": "^1.0",
25-
"guzzlehttp/guzzle": "^6.0",
26-
"orchestra/testbench": "3.6.*",
27-
"illuminated/testing-tools": "5.6.*"
25+
"guzzlehttp/guzzle": "^6.3",
26+
"orchestra/testbench": "3.7.*",
27+
"illuminated/testing-tools": "5.7.*"
2828
},
2929
"autoload": {
3030
"files": ["integrations/autoload.php"],

0 commit comments

Comments
 (0)