caseyamcl / phpoaipmh

OAI-PMH client/harvester library for PHP
MIT License
75 stars 35 forks source link

Use DateTimeInterface instead of DateTime #51

Closed rudolfbyker closed 6 years ago

rudolfbyker commented 6 years ago

This should solve https://github.com/caseyamcl/phpoaipmh/issues/49 and https://github.com/caseyamcl/phpoaipmh/issues/14

This is a small change. Do we need extra tests?

PS: I had some trouble getting the tests to run on my setup... Any idea why the following would happen? selection_015

caseyamcl commented 6 years ago

Hi @rudolfbyker, thanks for the PR, but I ended up implementing this on the current dev-master branch, which I will release as v3 today!