X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=composer.json;h=030026242ab1c9d567a5a2b1141d8e9d7993a325;hb=799f3149bf398df1503c38106e4229ab748830d0;hp=92f796929664948572e3cada0e8a4f3c66564840;hpb=29eb92486d31b509cad83db9198c3e621f0ce339;p=civicrm-core.git diff --git a/composer.json b/composer.json index 92f7969296..030026242a 100644 --- a/composer.json +++ b/composer.json @@ -44,7 +44,7 @@ "require": { "php": "~7.1", "cache/integration-tests": "~0.16.0", - "dompdf/dompdf" : "0.8.*", + "dompdf/dompdf" : "~0.8", "electrolinux/phpquery": "^0.9.6", "symfony/config": "~3.0 || ~4.4", "symfony/polyfill-iconv": "~1.0", @@ -77,7 +77,12 @@ "xkerman/restricted-unserialize": "~1.1", "typo3/phar-stream-wrapper": "^2 || ^3.0", "brick/money": "~0.4", - "ext-intl": "*" + "ext-intl": "*", + "pear/mail_mime": "~1.10", + "pear/db": "1.10", + "scssphp/scssphp": "~1.2", + "padaliyajay/php-autoprefixer": "~1.2", + "civicrm/composer-compile-plugin": "~0.8" }, "scripts": { "post-install-cmd": [ @@ -193,6 +198,12 @@ "es6-promise": { "url": "https://github.com/components/es6-promise/archive/v4.2.4.zip" }, + "ext-greenwich-bootstrap3": { + "url": "https://github.com/twbs/bootstrap-sass/archive/v{$version}.zip", + "path": "ext/greenwich/extern/bootstrap3", + "version": "3.4.1", + "ignore": ["test", "tasks", "lib"] + }, "font-awesome": { "url": "https://github.com/FortAwesome/Font-Awesome/archive/v4.7.0.zip", "ignore": ["*/.*", "*.json", "src", "*.yml", "Gemfile", "Gemfile.lock", "*.md"] @@ -250,9 +261,15 @@ "electrolinux/phpquery": { "PHP7.4 Fix for array access using {} instead of []": "https://raw.githubusercontent.com/civicrm/civicrm-core/fe45bdfc4f3e3d3deb27e3d853cdbc7f616620a9/tools/scripts/composer/patches/php74_array_access_fix_phpquery.patch" }, + "pear/db": { + "Apply CiviCRM Customisations for the pear:db package": "https://raw.githubusercontent.com/civicrm/civicrm-core/a48a43c2b5f6d694fff1cfb99d522c5d9e2459a0/tools/scripts/composer/pear_db_civicrm_changes.patch" + }, "pear/mail": { "Apply CiviCRM Customisations for CRM-1367 and CRM-5946": "https://raw.githubusercontent.com/civicrm/civicrm-core/36319938a5bf26c1e7e2110a26a65db6a5979268/tools/scripts/composer/patches/pear-mail.patch" }, + "pear/mail_mime": { + "Apply patch for CRM-3133 wordwrap body to be 750 characters to apply with RFC 2821": "https://raw.githubusercontent.com/civicrm/civicrm-core/74e25f27bb3be32519657539afe8a285c6c99a08/tools/scripts/composer/patches/mail_mime_crm_3133.patch" + }, "pear/net_smtp": { "Add in CiviCRM custom error message for CRM-8744": "https://raw.githubusercontent.com/civicrm/civicrm-core/a6a0ff13d2a155ad962529595dceaef728116f96/tools/scripts/composer/patches/net-smtp-patch.patch" }, @@ -265,6 +282,7 @@ "zetacomponents/mail": { "CiviCRM Custom Patches for ZetaCompoents mail": "https://raw.githubusercontent.com/civicrm/civicrm-core/9d93748a36c7c5d44422911db1c98fb2f7067b34/tools/scripts/composer/patches/civicrm-custom-patches-zetacompoents-mail.patch" } - } + }, + "compile-includes": ["ext/greenwich/composer.compile.json"] } }