prooph / event-sourcing

Provides basic functionality for event sourced aggregates.

Home Page:http://getprooph.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Keeping up with PHP versions

amad opened this issue · comments

I'm using Prooph in a project which is running on php7.0. Hence I'm locked on prooph/event-sourcing:v4.x.

Do you accept updates on older versions? Changes would be to upgrade ramsey/uuid which is being used in the v4.

We currently are no more developing the old version 4.x, we only provide bugfixes when needed. However if you would like to add an improvement yourself (including tests and doc), this would be very welcomed.
About ramsey/uuid: No! This would be a BC break and will never be upgraded without a new major release (which we already have!).
Use https://github.com/MattKetmo/uuid-2x-bridge if you need v3 in your project.