Skip to content

Commit 41fc264

Browse files
committed
Added a composer.json to enable support for PIE
1 parent ecae192 commit 41fc264

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

composer.json

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
{
2+
"name": "php/yaml",
3+
"type": "php-ext",
4+
"license": "MIT",
5+
"description": "YAML-1.1 parser and emitter",
6+
"require": {
7+
"php": ">= 7.1.0"
8+
},
9+
"php-ext": {
10+
"extension-name": "yaml",
11+
"configure-options": [
12+
{
13+
"name": "with-yaml",
14+
"description": "Enable LibYAML support. DIR is the path to LibYAML install prefix",
15+
"needs-value": true
16+
}
17+
]
18+
}
19+
}

0 commit comments

Comments
 (0)