Fix composer file

This commit is contained in:
Leonel Quinteros 2016-02-23 12:55:24 -03:00
parent cf4261a669
commit e0b51e0621

View File

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