Skip to content

Commit

Permalink
Added a composer.json to enable support for PIE
Browse files Browse the repository at this point in the history
  • Loading branch information
asgrim committed Sep 18, 2024
1 parent ecae192 commit f498bce
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@

{
"name": "php/yaml",
"type": "php-ext",
"license": "MIT",
"description": "YAML-1.1 parser and emitter",
"require": {
"php": ">= 7.1.0"
},
"php-ext": {
"extension-name": "yaml",
"configure-options": [
{
"name": "with-yaml",
"description": "Enable LibYAML support. DIR is the path to LibYAML install prefix",
"needs-value": true
}
]
}
}

0 comments on commit f498bce

Please sign in to comment.