Skip to content

Commit 095c4d0

Browse files
committed
add: composer.json
1 parent 20ab640 commit 095c4d0

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

composer.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"name": "kjdev/zstd",
3+
"type": "php-ext",
4+
"license": "MIT",
5+
"description": "A compression/decompression with Zstandard",
6+
"require": {
7+
"php": ">= 7.0.0"
8+
},
9+
"php-ext": {
10+
"extension-name": "zstd",
11+
"download-url-method": "pre-packaged-source",
12+
"configure-options": []
13+
}
14+
}

0 commit comments

Comments
 (0)