Stricter PHP version constraints
This commit is contained in:
parent
a142f9fdfb
commit
6272d96434
|
@ -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": {
|
||||||
|
|
Loading…
Reference in New Issue