From: Tim Otten Date: Tue, 1 Mar 2016 02:24:22 +0000 (-0800) Subject: CRM-18098 - composer.json - Add tcpdf to include_path (remove me later) X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=87f0580ce2cedadd10f3e792050ae1d84cb30b4b;p=civicrm-core.git CRM-18098 - composer.json - Add tcpdf to include_path (remove me later) 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. --- diff --git a/composer.json b/composer.json index 0f2952f206..e77c9b4b58 100644 --- a/composer.json +++ b/composer.json @@ -6,6 +6,7 @@ "Civi\\": [".", "tests/phpunit/"] } }, + "include-path": ["vendor/tecnickcom"], "require": { "dompdf/dompdf" : "0.6.*", "symfony/config": "~2.5.0",