X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=composer.json;h=f85058e579a1930b42b6c8578f895dfc55abfe95;hb=e332c7ef64ff9d73981ed68f248c5d836e907d4a;hp=372d66d0cc3ed54ba67d65ee6eddd1dfe5da1a7d;hpb=7e79b144634138de29b978c8eb67bd6d570219c9;p=civicrm-core.git diff --git a/composer.json b/composer.json index 372d66d0cc..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", @@ -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"],