From 87f0580ce2cedadd10f3e792050ae1d84cb30b4b Mon Sep 17 00:00:00 2001 From: Tim Otten Date: Mon, 29 Feb 2016 18:24:22 -0800 Subject: [PATCH] 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. --- composer.json | 1 + 1 file changed, 1 insertion(+) 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", -- 2.25.1