Skip to content

Commit 0e22a08

Browse files
committed
Laravel 5.7 support added.
1 parent 7bf7868 commit 0e22a08

File tree

2 files changed

+61
-61
lines changed

2 files changed

+61
-61
lines changed

composer.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,18 +11,18 @@
1111
],
1212
"require": {
1313
"php": "^7.1.3",
14-
"illuminate/support": "5.6.*",
15-
"nesbot/carbon": "^1.20",
16-
"symfony/filesystem": "^4.0",
17-
"symfony/finder": "^4.0",
18-
"symfony/process": "^4.0",
19-
"symfony/var-dumper": "^4.0",
20-
"spatie/array-to-xml": "^2.2"
14+
"illuminate/support": "5.7.*",
15+
"nesbot/carbon": "^1.26",
16+
"symfony/filesystem": "^4.1",
17+
"symfony/finder": "^4.1",
18+
"symfony/process": "^4.1",
19+
"symfony/var-dumper": "^4.1",
20+
"spatie/array-to-xml": "^2.7"
2121
},
2222
"require-dev": {
2323
"phpunit/phpunit": "^7.0",
2424
"mockery/mockery": "^1.0",
25-
"illuminated/testing-tools": "5.6.*"
25+
"illuminated/testing-tools": "5.7.*"
2626
},
2727
"autoload": {
2828
"files": ["src/autoload.php"],

composer.lock

Lines changed: 53 additions & 53 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)