Use custom repo for tcpdf

This commit is contained in:
Romain Neutron
2013-10-18 15:55:39 +02:00
parent a0aa9cc97f
commit 42cb682dd5
2 changed files with 64 additions and 59 deletions

View File

@@ -35,7 +35,7 @@
"silex/web-profiler" : "~1.0.0",
"swiftmailer/swiftmailer" : "~4.3.0",
"symfony/symfony" : "2.3.3",
"tecnick.com/tcpdf" : "~6.0",
"alchemy-fr/tcpdf-clone" : "~6.0",
"themattharris/tmhoauth" : "~0.7",
"twig/twig" : "~1.12",
"twig/extensions" : "~1.0",
@@ -51,6 +51,12 @@
"behat/mink-selenium2-driver" : "~1.0",
"fabpot/goutte" : "~1.0"
},
"repositories": [
{
"type": "git",
"url": "https://github.com/alchemy-fr/tcpdf-clone"
}
],
"autoload": {
"psr-0": {
"" : "lib/classes",