Issue #3293866 by tedbow: Update minimum PHP version requirement for Automatic Updates to 7.4
... | @@ -16,11 +16,12 @@ | ... | @@ -16,11 +16,12 @@ |
"php-tuf/composer-stager": "^1.0.0-beta2", | "php-tuf/composer-stager": "^1.0.0-beta2", | ||
"composer/composer": "^2.2.12 || ^2.3.5", | "composer/composer": "^2.2.12 || ^2.3.5", | ||
"composer-runtime-api": "^2.0.9", | "composer-runtime-api": "^2.0.9", | ||
"symfony/config": "^4.4 || ^6.1" | "symfony/config": "^4.4 || ^6.1", | ||
"php": ">=7.4.0" | |||
}, | }, | ||
"config": { | "config": { | ||
"platform": { | "platform": { | ||
"php": "7.3.0" | "php": "7.4.0" | ||
} | } | ||
} | } | ||
} | } |
Please register or sign in to comment