Skip to content

Commit 03d44c2

Browse files
committed
Add pecl_http stub
1 parent 337282d commit 03d44c2

File tree

1 file changed

+12
-0
lines changed

1 file changed

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

0 commit comments

Comments
 (0)