From 728f99e869889bf0c06ca0f0d5faa29418d42916 Mon Sep 17 00:00:00 2001 From: Sascha-Oliver Prolic Date: Mon, 25 Apr 2022 22:50:00 -0400 Subject: [PATCH] Update README.md --- README.md | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index fe9dab1..c029ead 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Prooph Event Store -PHP 7.1 EventStore Implementation. +PHP 7.3 EventStore Implementation. [![Build Status](https://travis-ci.com/prooph/event-store.svg?branch=7.x)](https://travis-ci.com/prooph/event-store) [![Coverage Status](https://coveralls.io/repos/prooph/event-store/badge.svg?branch=7.x&service=github)](https://coveralls.io/github/prooph/event-store?branch=7.x) @@ -57,12 +57,13 @@ To establish a consistent code quality, please provide unit tests for all your c ## Version Guidance -| Version | Status | PHP Version | Support Until | -|---------|------------|----------------|---------------| -| 5.x | EOL | \>= 5.5 | EOL | -| 6.x | Maintained | \>= 5.5 | 3 Dec 2017 | -| 7.5.x | Latest | \>= 7.1 | active | -| 7.6 | Latest | \>= 7.3 \| 8.0 | active | +| Version | Status | PHP Version | Support Until | +|---------|------------|------------------|---------------| +| 5.x | EOL | \>= 5.5 | EOL | +| 6.x | Maintained | \>= 5.5 | 3 Dec 2017 | +| 7.5.x | Latest | \>= 7.1 | active | +| 7.6 | Latest | \>= 7.3 \| 8.0 | active | +| 7.7 | Latest | \>= 7.3 \| >=8.0 | active | ## License