Skip to content

Commit a8801f2

Browse files
committed
Add stub for xmlrpc
1 parent ba76e0d commit a8801f2

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"require": {
3+
"libiconv": "*",
4+
"libxml2": "*"
5+
},
6+
"php-ext": {
7+
"configure-options": [
8+
{
9+
"name": "with-xmlrpc"
10+
}
11+
]
12+
}
13+
}

0 commit comments

Comments
 (0)