X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=composer.json;h=f85058e579a1930b42b6c8578f895dfc55abfe95;hb=50d1c71e7abb8fd971801c30b88a64ed8ea16598;hp=f8e66dad71119f4f7776bb3efc2bb74ed2017fd0;hpb=1ae37b532b7c5227b2ca432758f26ad2aaf68fda;p=civicrm-core.git diff --git a/composer.json b/composer.json index f8e66dad71..f85058e579 100644 --- a/composer.json +++ b/composer.json @@ -42,7 +42,7 @@ } }, "require": { - "php": "~7.2", + "php": "~7.2 || ~8", "cache/integration-tests": "~0.17.0", "dompdf/dompdf" : "~1.0.0", "firebase/php-jwt": ">=3 <6", @@ -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.*", @@ -216,7 +216,7 @@ "ignore": [".*", "*.json", "*.md", "Makefile", "*/*"] }, "monaco-editor": { - "url": "https://registry.npmjs.org/monaco-editor/-/monaco-editor-0.16.2.tgz", + "url": "https://registry.npmjs.org/monaco-editor/-/monaco-editor-0.25.2.tgz", "path": "bower_components/monaco-editor", "ignore": ["dev", "esm"] }, @@ -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"],