Compare commits

...

2 Commits

Author SHA1 Message Date
Sebastian Meyer 47b3d36110
Merge pull request #12 from scottlimmer/php8x-compat
Update composer.json for PHP8.x
2023-08-31 07:26:09 +02:00
scottlimmer 06ab2d11af
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.
2023-08-22 13:42:10 +10:00
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@
"docs": "https://github.com/opencultureconsulting/oai_pmh/blob/master/README.md"
},
"require": {
"php": "^7.0",
"php": "^7.0|^8.0",
"ext-xml": "*"
},
"autoload": {