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 10, 2024
1 parent 0fa616a commit a4e6cb8
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ missing
mkinstalldirs
run-tests.php
dio-*.tgz
sendpackagist

.deps
*/*.dep
Expand Down
13 changes: 13 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"name": "pecl/dio",
"type": "php-ext",
"license": "PHP-3.01",
"description": "Direct I/O functions",
"require": {
"php": ">= 8.0.0"
},
"php-ext": {
"extension-name": "dio",
"configure-options": []
}
}

0 comments on commit a4e6cb8

Please sign in to comment.