Skip to content

Commit c1415d1

Browse files
committed
add composer.json for pie
1 parent 01f33d3 commit c1415d1

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

composer.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"name": "remi/xpass",
3+
"type": "php-ext",
4+
"license": "PHP-3.01",
5+
"description": "Extended password extension",
6+
"require": {
7+
"php": ">= 8.0.0"
8+
},
9+
"php-ext": {
10+
"extension-name": "xpass",
11+
"configure-options": []
12+
}
13+
}

0 commit comments

Comments
 (0)