Skip to content
Snippets Groups Projects
Commit cfd7b366 authored by Ted Bowman's avatar Ted Bowman
Browse files

Issue #3293866 by tedbow: Update minimum PHP version requirement for Automatic Updates to 7.4

parent cc6a3f38
No related branches found
No related tags found
No related merge requests found
......@@ -16,11 +16,12 @@
"php-tuf/composer-stager": "^1.0.0-beta2",
"composer/composer": "^2.2.12 || ^2.3.5",
"composer-runtime-api": "^2.0.9",
"symfony/config": "^4.4 || ^6.1"
"symfony/config": "^4.4 || ^6.1",
"php": ">=7.4.0"
},
"config": {
"platform": {
"php": "7.3.0"
"php": "7.4.0"
}
}
}
......@@ -2,3 +2,4 @@ name: 'Package Manager'
type: module
description: 'API module providing functionality for staging package installs and updates with Composer.'
core_version_requirement: ^9.3
php: 7.4
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment