CRM-18098 - composer.json - Add tcpdf to include_path (remove me later)
authorTim Otten <totten@civicrm.org>
Tue, 1 Mar 2016 02:24:22 +0000 (18:24 -0800)
committerTim Otten <totten@civicrm.org>
Tue, 1 Mar 2016 02:26:49 +0000 (18:26 -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

index 0f2952f20648353dacf72afc0055466f4e08e421..e77c9b4b58af432f4c223656f7009427b759f044 100644 (file)
@@ -6,6 +6,7 @@
       "Civi\\": [".", "tests/phpunit/"]
     }
   },
+  "include-path": ["vendor/tecnickcom"],
   "require": {
     "dompdf/dompdf" : "0.6.*",
     "symfony/config": "~2.5.0",