Skip to content

Commit f498bce

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

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

composer.json

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

0 commit comments

Comments
 (0)