Files
pvrEzCommentBundle/composer.json
2016-11-25 22:59:39 +01:00

27 lines
701 B
JSON

{
"name": "dspe/pvrezcommentbundle",
"description": "pvr EzComemnt Bundle",
"keywords": ["symfony2", "comment", "pvr", "ezpublish" ],
"homepage": "https://github.com/dspe/pvrEzCommentBundle",
"license": "MIT",
"authors": [
{
"name": "Philippe Vincent-Royol",
"homepage": "http://www.pheelit.fr/"
}
],
"minimum-stability": "dev",
"prefer-stable": true,
"require": {
"php": ">=5.4",
"ezsystems/ezpublish-kernel": ">=6.6.0",
"gregwar/captcha-bundle": "^2.0"
},
"autoload": {
"psr-0": {
"pvr\\EzCommentBundle": ""
}
},
"target-dir": "pvr/EzCommentBundle"
}