Skip to content

Commit 8edcd46

Browse files
committed
IHF: Laravel 5.2 support.
1 parent 2fe4475 commit 8edcd46

File tree

2 files changed

+84
-134
lines changed

2 files changed

+84
-134
lines changed

composer.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@
1111
],
1212
"require": {
1313
"php": ">=5.5.9",
14-
"illuminate/support": "5.1.*",
15-
"nesbot/carbon": "^1.19",
16-
"symfony/filesystem": "2.7.*",
17-
"symfony/finder": "2.7.*",
18-
"symfony/process": "2.7.*",
19-
"symfony/var-dumper": "2.7.*",
14+
"illuminate/support": "5.2.*",
15+
"nesbot/carbon": "^1.20",
16+
"symfony/filesystem": "2.8.*|3.0.*",
17+
"symfony/finder": "2.8.*|3.0.*",
18+
"symfony/process": "2.8.*|3.0.*",
19+
"symfony/var-dumper": "2.8.*|3.0.*",
2020
"spatie/array-to-xml": "^2.2"
2121
},
2222
"require-dev": {

0 commit comments

Comments
 (0)