Added basic PDF export feature for documents

Signed-off-by: Gergely Polonkai <polesz@w00d5t0ck.info>
This commit is contained in:
Polonkai Gergely
2012-08-03 17:56:21 +02:00
parent a181bfd4db
commit 624e56389e
5 changed files with 25 additions and 5 deletions

View File

@@ -4,6 +4,12 @@
"autoload": {
"psr-0": { "": "src/" }
},
"repositories": [
{
"type": "vcs",
"url": "http://github.com/w00d5t0ck/IoTcpdfBundle"
}
],
"require": {
"php": ">=5.3.3",
"symfony/symfony": "2.1.*",
@@ -19,7 +25,8 @@
"jms/security-extra-bundle": "1.1.*",
"jms/di-extra-bundle": "1.0.*",
"doctrine/doctrine-migrations-bundle": "dev-master",
"egeloen/ckeditor-bundle": "dev-master"
"egeloen/ckeditor-bundle": "dev-master",
"gergelypolonkai/tcpdfbundle": "dev-master"
},
"scripts": {
"post-install-cmd": [