Skip to content

Commit f3f8899

Browse files
committed
Added ext-simplexml dependency to composer.json
1 parent b5cb72a commit f3f8899

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
@@ -24,7 +24,8 @@
2424
"license": "MIT",
2525
"name": "rayne/wz2008-graph",
2626
"require": {
27-
"php": ">=5.6"
27+
"php": ">=5.6",
28+
"ext-simplexml": "*"
2829
},
2930
"require-dev": {
3031
"phpunit/phpunit": "^5.0|^7.0",

0 commit comments

Comments
 (0)