Skip to content

Commit dd0c966

Browse files
committed
IHF: Fixed spatie/array-to-xml version - support of php56.
1 parent 5e96ead commit dd0c966

File tree

2 files changed

+1002
-1051
lines changed

2 files changed

+1002
-1051
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@
1010
}
1111
],
1212
"require": {
13-
"php": "^5.5.9|^7.0",
13+
"php": ">=5.5.9",
1414
"illuminate/support": "5.1.*|5.2.*|5.3.*|5.4.*",
1515
"nesbot/carbon": "^1.19",
1616
"symfony/filesystem": "^2.7|^3.0",
1717
"symfony/finder": "^2.7|^3.0",
1818
"symfony/process": "^2.7|^3.0",
1919
"symfony/var-dumper": "^2.7|^3.0",
20-
"spatie/array-to-xml": "^2.3|^2.5"
20+
"spatie/array-to-xml": "~2.3.0"
2121
},
2222
"require-dev": {
2323
"phpunit/phpunit": "^5.0",

0 commit comments

Comments
 (0)