We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e889796 commit 5e96eadCopy full SHA for 5e96ead
composer.json
@@ -10,14 +10,14 @@
10
}
11
],
12
"require": {
13
- "php": ">=5.5.9",
+ "php": "^5.5.9|^7.0",
14
"illuminate/support": "5.1.*|5.2.*|5.3.*|5.4.*",
15
"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",
20
- "spatie/array-to-xml": "~2.3.0"
+ "spatie/array-to-xml": "^2.3|^2.5"
21
},
22
"require-dev": {
23
"phpunit/phpunit": "^5.0",
0 commit comments