Skip to content

Commit 6ab4214

Browse files
committed
IHF: Composer.json updated for 5.1.
1 parent fa7e4d1 commit 6ab4214

File tree

2 files changed

+200
-153
lines changed

2 files changed

+200
-153
lines changed

composer.json

Lines changed: 5 additions & 5 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.*|5.2.*|5.3.*|5.4.*",
14+
"illuminate/support": "5.1.*",
1515
"nesbot/carbon": "^1.19",
16-
"symfony/filesystem": "^2.7|^3.0",
17-
"symfony/finder": "^2.7|^3.0",
18-
"symfony/process": "^2.7|^3.0",
19-
"symfony/var-dumper": "^2.7|^3.0",
16+
"symfony/filesystem": "2.7.*",
17+
"symfony/finder": "2.7.*",
18+
"symfony/process": "2.7.*",
19+
"symfony/var-dumper": "2.7.*",
2020
"spatie/array-to-xml": "^2.2"
2121
},
2222
"require-dev": {

0 commit comments

Comments
 (0)