Skip to content

Commit d59253b

Browse files
committed
Create parallel.composer.json
1 parent 097838b commit d59253b

File tree

1 file changed

+15
-0
lines changed

1 file changed

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

0 commit comments

Comments
 (0)