X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=composer.json;h=5015cc35eb01c175ca06edef0ea9d55d35794659;hb=14ffdf2598f5561832ee1861e2a048e7875576cd;hp=0d08d2fce1db23b2767ef128c96980427762e666;hpb=12c0f98e20ad80e821ac54165f329d8d9d379b92;p=civicrm-core.git diff --git a/composer.json b/composer.json index 0d08d2fce1..5015cc35eb 100644 --- a/composer.json +++ b/composer.json @@ -42,9 +42,9 @@ } }, "require": { - "php": "~7.2", + "php": "~7.2 || ~8", "cache/integration-tests": "~0.17.0", - "dompdf/dompdf" : "~0.8", + "dompdf/dompdf" : "~1.0.0", "firebase/php-jwt": ">=3 <6", "electrolinux/phpquery": "^0.9.6", "symfony/config": "~3.0 || ~4.4", @@ -56,7 +56,7 @@ "symfony/var-dumper": "~3.0 || ~4.4 || ~5.1", "psr/log": "~1.0", "symfony/finder": "~3.0 || ~4.4", - "tecnickcom/tcpdf" : "6.3.*", + "tecnickcom/tcpdf" : "6.4.*", "totten/ca-config": "~17.05", "zetacomponents/base": "1.9.*", "zetacomponents/mail": "1.9.*", @@ -260,6 +260,10 @@ "smartmenus": { "url": "https://github.com/vadikom/smartmenus/archive/1.1.0.zip", "ignore": [".gitignore", "Gruntfile.js"] + }, + "sms-counter": { + "url": "https://github.com/danxexe/sms-counter/archive/master.zip", + "ignore": ["examples"] } }, "patches": { @@ -282,7 +286,8 @@ "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" }, "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" + "CiviCRM Custom Patches for ZetaCompoents mail": "https://raw.githubusercontent.com/civicrm/civicrm-core/9d93748a36c7c5d44422911db1c98fb2f7067b34/tools/scripts/composer/patches/civicrm-custom-patches-zetacompoents-mail.patch", + "Allow single quotes to be used in return path": "https://github.com/zetacomponents/Mail/pull/86.patch" } }, "compile-includes": ["ext/greenwich/composer.compile.json"],