X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=composer.json;h=a6c757a03a8090706d7add4bfcdb6e944aaf7e80;hb=f70b9eb796fe6f1cf1f273cf0ecd3c4acf941b28;hp=06a7dcbf9bdbc55ff84aa0897be7ab5c1ce0846c;hpb=9c5284f15ed8fd68bfc3b96345588385276d8d10;p=civicrm-core.git diff --git a/composer.json b/composer.json index 06a7dcbf9b..a6c757a03a 100644 --- a/composer.json +++ b/composer.json @@ -38,7 +38,7 @@ "include-path": ["vendor/tecnickcom"], "config": { "platform": { - "php": "7.2" + "php": "7.2.5" }, "allow-plugins": { "civicrm/composer-compile-plugin": true, @@ -47,9 +47,9 @@ } }, "require": { - "php": "~7.2 || ~8", + "php": "~7.2.5 || ~7.3 || ~8", "cache/integration-tests": "~0.17.0", - "dompdf/dompdf" : "~1.0.0", + "dompdf/dompdf" : "~1.2.1", "firebase/php-jwt": ">=3 <6", "electrolinux/phpquery": "^0.9.6", "symfony/config": "~3.0 || ~4.4", @@ -79,7 +79,7 @@ "pear/log": "1.13.3", "adrienrn/php-mimetyper": "0.2.2", "civicrm/composer-downloads-plugin": "^3.0", - "league/csv": "^9.2", + "league/csv": "^9.6", "league/oauth2-client": "^2.4", "league/oauth2-google": "^3.0", "tplaner/when": "~3.0.0", @@ -92,7 +92,8 @@ "civicrm/composer-compile-lib": "~0.3 || ~1.0", "ext-json": "*", "ezyang/htmlpurifier": "^4.13", - "phpoffice/phpspreadsheet": "^1.18" + "phpoffice/phpspreadsheet": "^1.18", + "symfony/polyfill-php73": "^1.23" }, "scripts": { "post-install-cmd": [ @@ -177,7 +178,7 @@ "ignore": [".*", "node_modules", "docs", "Gruntfile.js", "index.html", "package.json", "test"] }, "ckeditor": { - "url": "https://github.com/ckeditor/ckeditor-releases/archive/4.17.1.zip" + "url": "https://github.com/ckeditor/ckeditor-releases/archive/4.18.0.zip" }, "crossfilter-1.3.x": { "url": "https://github.com/crossfilter/crossfilter/archive/1.3.14.zip", @@ -235,7 +236,7 @@ "url": "https://github.com/civicrm/jquery/archive/1.12.4-civicrm-1.2.zip" }, "jquery-ui": { - "url": "https://github.com/civicrm/jqueryui/archive/1.13.0-civicrm.zip" + "url": "https://github.com/civicrm/jqueryui/archive/1.13.1-civicrm.zip" }, "jquery-validation": { "url": "https://github.com/jquery-validation/jquery-validation/archive/1.19.3.zip",