mirror of
https://github.com/code-rhapsodie/pvrEzCommentBundle.git
synced 2026-03-24 06:42:24 +01:00
27 lines
701 B
JSON
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"
|
|
}
|