manhattan / content-bundle
在Symfony2中轻松集成Manhattan内容包
dev-master
2013-10-31 06:26 UTC
Requires
- atom/logger-bundle: 1.0.*
- manhattan/console-bundle: >=2.0
- manhattan/publish-bundle: dev-master
- symfony/symfony: 2.3.*
This package is auto-updated.
Last update: 2024-08-26 21:44:14 UTC
README
ContentBundle是Symfony2中可编辑内容的简单控制台扩展。
安装
如果您正在使用Symfony 2.1,可以通过在composer.json
文件中添加依赖项来安装。
"require": {
...
"manhattan/content-bundle": "dev-master"
},
"repositories": [
{
"type": "package",
"package": {
"version": "dev-master",
"name": "manhattan/content-bundle",
"source": {
"url": "git@bitbucket.org:frodosghost/contentbundle.git",
"type": "git",
"reference": "master"
},
"dist": {
"url": "https://bitbucket.org/frodosghost/contentbundle/get/master.zip",
"type": "zip"
}
}
}
]