34 lines
967 B
JSON
34 lines
967 B
JSON
{
|
|
"name": "dflydev/placeholder-resolver",
|
|
"type": "library",
|
|
"description": "Given a data source representing key => value pairs, resolve placeholders like ${foo.bar} to the value associated with the 'foo.bar' key in the data source.",
|
|
"homepage": "https://github.com/dflydev/dflydev-placeholder-resolver",
|
|
"keywords": ["placeholder", "resolver"],
|
|
"license": "MIT",
|
|
"authors": [
|
|
{
|
|
"name": "Dragonfly Development Inc.",
|
|
"email": "info@dflydev.com",
|
|
"homepage": "http://dflydev.com"
|
|
},
|
|
{
|
|
"name": "Beau Simensen",
|
|
"email": "beau@dflydev.com",
|
|
"homepage": "http://beausimensen.com"
|
|
}
|
|
],
|
|
"require": {
|
|
"php": ">=5.3.2"
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Dflydev\\PlaceholderResolver": "src"
|
|
}
|
|
},
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.0-dev"
|
|
}
|
|
}
|
|
}
|