Skip to content

Commit 7ac0c54

Browse files
committed
IHF: Laravel 5.4 support.
1 parent 6ada873 commit 7ac0c54

File tree

2 files changed

+78
-73
lines changed

2 files changed

+78
-73
lines changed

composer.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,16 @@
1111
],
1212
"require": {
1313
"php": ">=5.6.4",
14-
"illuminate/support": "5.3.*",
14+
"illuminate/support": "5.4.*",
1515
"nesbot/carbon": "^1.20",
16-
"symfony/filesystem": "3.1.*",
17-
"symfony/finder": "3.1.*",
18-
"symfony/process": "3.1.*",
19-
"symfony/var-dumper": "3.1.*",
16+
"symfony/filesystem": "^3.2",
17+
"symfony/finder": "^3.2",
18+
"symfony/process": "^3.2",
19+
"symfony/var-dumper": "^3.2",
2020
"spatie/array-to-xml": "^2.2"
2121
},
2222
"require-dev": {
23-
"phpunit/phpunit": "^5.4",
23+
"phpunit/phpunit": "^5.7",
2424
"mockery/mockery": "^0.9",
2525
"illuminated/testing-tools": "^0.6"
2626
},

composer.lock

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

0 commit comments

Comments
 (0)