X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=composer.json;h=a6c757a03a8090706d7add4bfcdb6e944aaf7e80;hb=f70b9eb796fe6f1cf1f273cf0ecd3c4acf941b28;hp=1b4dbd0631c895141367f9b43f9f1d3cb63fbfd9;hpb=495e2f97bb3bad98c4092aa605fe88a6d80f0317;p=civicrm-core.git diff --git a/composer.json b/composer.json index 1b4dbd0631..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,7 +47,7 @@ } }, "require": { - "php": "~7.2 || ~8", + "php": "~7.2.5 || ~7.3 || ~8", "cache/integration-tests": "~0.17.0", "dompdf/dompdf" : "~1.2.1", "firebase/php-jwt": ">=3 <6", @@ -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",