Update composer.json for PHP8.x
Local testing with https://github.com/PHPCompatibility/PHPCompatibility shows no compat issues with PHP8.x. Bumping composer dependency accordingly.
This commit is contained in:
parent
08b77a4821
commit
06ab2d11af
|
@ -46,7 +46,7 @@
|
||||||
"docs": "https://github.com/opencultureconsulting/oai_pmh/blob/master/README.md"
|
"docs": "https://github.com/opencultureconsulting/oai_pmh/blob/master/README.md"
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
"php": "^7.0",
|
"php": "^7.0|^8.0",
|
||||||
"ext-xml": "*"
|
"ext-xml": "*"
|
||||||
},
|
},
|
||||||
"autoload": {
|
"autoload": {
|
||||||
|
|
Loading…
Reference in New Issue