Skip to content

Commit a615568

Browse files
committed
add composer.json for pie
1 parent cea6756 commit a615568

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

composer.json

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"name": "pecl/zip",
3+
"type": "php-ext",
4+
"license": "PHP-3.01",
5+
"description": "A zip management extension",
6+
"require": {
7+
"php": ">= 5.4.0"
8+
},
9+
"php-ext": {
10+
"extension-name": "zip",
11+
"configure-options": []
12+
}
13+
}

0 commit comments

Comments
 (0)