projects
/
civicrm-core.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f09f0e8
)
CRM-18098 - composer.json - Add tcpdf to include_path (remove me later)
author
Tim Otten
<totten@civicrm.org>
Tue, 1 Mar 2016 02:24:22 +0000
(18:24 -0800)
committer
Tim Otten
<totten@civicrm.org>
Tue, 1 Mar 2016 23:59:01 +0000
(15:59 -0800)
This provides backward-compatibility with extensions that call
`require_once 'tcpdf/tcpdf.php'`.
This notation is deprecated, and we should remove tcpdf from the include-path in the future.
composer.json
patch
|
blob
|
blame
|
history
diff --git
a/composer.json
b/composer.json
index 7ebbc9e39564113245a681b78cb224eb1f56a1f1..35e32382ee11e870b58b487d8da1bc680c773c13 100644
(file)
--- a/
composer.json
+++ b/
composer.json
@@
-6,6
+6,7
@@
"Civi\\": [".", "tests/phpunit/"]
}
},
+ "include-path": ["vendor/tecnickcom"],
"require": {
"dompdf/dompdf" : "0.6.*",
"symfony/dependency-injection": "2.3.*",