php-toml/composer.json
2016-02-24 12:27:17 -03:00

11 lines
398 B
JSON

{
"name": "leonelquinteros/php-toml",
"description": "PHP parser for TOML language ( https://github.com/toml-lang/toml )",
"require": {
"php": ">=5.2.0"
},
"type": "library",
"keywords": ["toml", "parser", "php", "library", "lib", "class", "package", "mojombo", "leonelquinteros"],
"homepage": "http://github.com/leonelquinteros/php-toml",
"license": "BSD"
}