prooph / pdo-event-store

PDO implementation of ProophEventStore http://getprooph.org
BSD 3-Clause "New" or "Revised" License
111 stars 56 forks source link

Require PHP 7.2 #211

Closed codeliner closed 5 years ago

codeliner commented 5 years ago

Event Store requires PHP 7.2 and travis fails for PHP 7.1 due to a dependency extended by event-store.

This should solve failing tests in #210 caused by latest version of webmozart/assert extended by prooph/event-store under PHP 7.1

codeliner commented 5 years ago

Closing this one. Requiring PHP 7.2 is the wrong solution. I'll submit another PR with the pipeline fix only.