From c7d0b3ab1817238f65a9339f237efbde018b883e Mon Sep 17 00:00:00 2001 From: Willem-Jan Date: Mon, 28 Dec 2015 10:15:24 +0100 Subject: [PATCH] Updated README regarding test coverage and supported versions --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 85a68d3..f1313b7 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ symfony-json-request-transformer ================================ -A Symfony 2 event listener for decoding JSON encoded request content. +A Symfony event listener for decoding JSON encoded request content. [![Build Status](https://travis-ci.org/qandidate-labs/symfony-json-request-transformer.svg?branch=master)](https://travis-ci.org/qandidate-labs/symfony-json-request-transformer) @@ -9,6 +9,9 @@ A Symfony 2 event listener for decoding JSON encoded request content. Read the blog post about this repository at http://labs.qandidate.com/blog/2014/08/13/handling-angularjs-post-requests-in-symfony/ +Currently this library supports both Symfony 2 and Symfony 3. Tests run against all LTS versions of Symfony 2 and against Symfony 3. +As Symfony 3 requires PHP >5.5.9 and PHP 5.3 and 5.4 have been out of support for a while, we only test against 5.5+. + ## Install Install qandidate/symfony-json-request-transformer [through composer](http://getcomposer.org).