Skip to content

Commit a2fd042

Browse files
committed
add: composer.json for PIE
1 parent e23609f commit a2fd042

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

composer.json

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

0 commit comments

Comments
 (0)