Skip to content

Commit

Permalink
add composer.json for pie
Browse files Browse the repository at this point in the history
  • Loading branch information
remicollet committed Oct 7, 2024
1 parent 01f33d3 commit c1415d1
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"name": "remi/xpass",
"type": "php-ext",
"license": "PHP-3.01",
"description": "Extended password extension",
"require": {
"php": ">= 8.0.0"
},
"php-ext": {
"extension-name": "xpass",
"configure-options": []
}
}

0 comments on commit c1415d1

Please sign in to comment.