X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=composer.json;h=f85058e579a1930b42b6c8578f895dfc55abfe95;hb=50d1c71e7abb8fd971801c30b88a64ed8ea16598;hp=6e15bd0388dd5fe9b76d69abf8dd117d6f7f838d;hpb=40df867c2bcf1c86a7901acca978fafce5258e64;p=civicrm-core.git diff --git a/composer.json b/composer.json index 6e15bd0388..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": {