php-toml/composer.json
2016-02-23 12:51:24 -03:00

11 lines
361 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", "mojombo", "php", "leonelquinteros"],
"homepage": "http://github.com/leonelquinteros/php-toml",
"license": "BSD",
}