slighly fixed the composer.json

This commit is contained in:
gedi 2012-01-12 14:02:48 +02:00
parent 0308a44909
commit 3606cc90cd

View file

@ -1,7 +1,8 @@
{
"name": "knplabs/knp-markdown-bundle",
"type": "symfony-bundle",
"keywords": ["markdown"],
"description": "Knplabs markdown bundle transforms markdown into html",
"keywords": ["markdown", "knplabs", "knp", "bundle"],
"homepage": "http://github.com/KnpLabs/KnpMarkdownBundle",
"license": "MIT",
@ -18,7 +19,7 @@
"require": {
"php": ">=5.3.2",
"symfony/framework-bundle": "2.0.*"
"symfony/framework-bundle": ">=2.0.0"
},
"autoload": {