php-toml/composer.json

11 lines
398 B
JSON
Raw Normal View History

2016-02-23 12:51:24 -03:00
{
"name": "leonelquinteros/php-toml",
"description": "PHP parser for TOML language ( https://github.com/toml-lang/toml )",
"require": {
2016-02-23 12:55:24 -03:00
"php": ">=5.2.0"
2016-02-23 12:54:39 -03:00
},
2016-02-23 12:51:24 -03:00
"type": "library",
2016-02-24 12:27:17 -03:00
"keywords": ["toml", "parser", "php", "library", "lib", "class", "package", "mojombo", "leonelquinteros"],
2016-02-23 12:51:24 -03:00
"homepage": "http://github.com/leonelquinteros/php-toml",
2016-02-23 12:55:24 -03:00
"license": "BSD"
2016-02-23 12:51:24 -03:00
}