Skip to content

Commit

Permalink
add version guidance
Browse files Browse the repository at this point in the history
  • Loading branch information
prolic committed Sep 19, 2017
1 parent 87f95a9 commit a4a56cc
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
@@ -1,4 +1,4 @@
# ProophEventStore
# Prooph Event Store

PHP 7.1 EventStore Implementation.

Expand Down Expand Up @@ -51,6 +51,14 @@ Then browse to [http://localhost:8080/](http://localhost:8080/)
Please feel free to fork and extend existing or add new plugins and send a pull request with your changes!
To establish a consistent code quality, please provide unit tests for all your changes and may adapt the documentation.

## Version Guidance

| Version | Status | PHP Version | Support Until |
|---------|------------|-------------|---------------|
| 5.x | EOL | >= 5.5 | EOL |
| 6.x | Maintained | >= 5.5 | 3 Dec 2017 |
| 7.x | Latest | >= 7.1 | active |

## License

Released under the [New BSD License](LICENSE).

0 comments on commit a4a56cc

Please sign in to comment.