Skip to content

Commit 0624703

Browse files
Add ext-simplexml dependency to composer to ensure it's installed
1 parent 9bac49c commit 0624703

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
"license": "MIT",
55
"require": {
66
"symfony/console": "^2.5|3.*",
7-
"symfony/process": "^2.3|3.*"
7+
"symfony/process": "^2.3|3.*",
8+
"ext-simplexml": "*"
89
},
910
"require-dev": {
1011
"symfony/console": "2.8.*"

0 commit comments

Comments
 (0)