Skip to content

Commit 4f4ba64

Browse files
committed
Laravel 5.6 support added.
1 parent 54bbf6f commit 4f4ba64

File tree

3 files changed

+345
-356
lines changed

3 files changed

+345
-356
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
language: php
22

33
php:
4-
- 7.0
54
- 7.1
65
- 7.2
76

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": ">=7.0",
14-
"illuminate/support": "5.5.*",
15-
"illuminate/console": "5.5.*",
16-
"illuminated/helper-functions": "5.5.*",
13+
"php": "^7.1.3",
14+
"illuminate/support": "5.6.*",
15+
"illuminate/console": "5.6.*",
16+
"illuminated/helper-functions": "5.6.*",
1717
"monolog/monolog": "^1.12",
1818
"psr/http-message": "^1.0",
1919
"psr/log": "^1.0",
20-
"symfony/finder": "^3.3"
20+
"symfony/finder": "^4.0"
2121
},
2222
"require-dev": {
23-
"phpunit/phpunit": "^6.0",
23+
"phpunit/phpunit": "^7.0",
2424
"mockery/mockery": "^1.0",
2525
"guzzlehttp/guzzle": "^6.0",
26-
"orchestra/testbench": "3.5.*",
27-
"illuminated/testing-tools": "5.5.*"
26+
"orchestra/testbench": "3.6.*",
27+
"illuminated/testing-tools": "5.6.*"
2828
},
2929
"autoload": {
3030
"files": ["integrations/autoload.php"],

0 commit comments

Comments
 (0)