php-toml/composer.json
2018-01-30 11:46:35 -03:00

37 lines
737 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-3-Clause-Clear",
"authors" : [{
"name" : "Leonel Quinteros",
"email" : "leonel.quinteros@gmail.com",
"role" : "Author"
}
],
"autoload": {
"classmap": [
"./src/Toml.php"
]
},
"support" : {
"issues" : "https://github.com/leonelquinteros/php-toml/issues",
"source" : "https://github.com/leonelquinteros/php-toml"
}
}