Stricter PHP version constraints

This commit is contained in:
Sebastian Meyer 2024-05-16 10:53:47 +02:00
parent a142f9fdfb
commit 6272d96434
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@
"docs": "https://github.com/opencultureconsulting/simple-oai-pmh/blob/master/README.md" "docs": "https://github.com/opencultureconsulting/simple-oai-pmh/blob/master/README.md"
}, },
"require": { "require": {
"php": "^7.0|^8.0", "php": "7.4.*|8.0.*|8.1.*|8.2.*",
"ext-xml": "*" "ext-xml": "*"
}, },
"replace": { "replace": {