From b0b136e3c51c8b05d78a0ea3f1b60cd331cc3544 Mon Sep 17 00:00:00 2001 From: Bob Fanger Date: Thu, 23 Feb 2017 00:16:25 +0100 Subject: [PATCH] Release 2.0.9 --- Changelog.md | 6 ++++++ README.md | 6 ++++++ VERSION | 2 +- 3 files changed, 13 insertions(+), 1 deletion(-) diff --git a/Changelog.md b/Changelog.md index 71be3a970..f1706561e 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,5 +1,11 @@ # Changelog +## 2.0.9 + + - Added support for PHP 7.1 and dropped support for PHP 5.5 and below + - Added `composer test` script + - Addes support for custom DocParser->setImports() #360 + ## 2.0.8 - Dynamic Definitions / partial support #301 diff --git a/README.md b/README.md index 4ffe8d56c..71b5113f5 100644 --- a/README.md +++ b/README.md @@ -103,4 +103,10 @@ To run the phpcs tests on your local machine execute: ./bin/phpcs -p --extensions=php --standard=PSR2 --error-severity=1 --warning-severity=0 ./src ./tests ``` +To run both unittests and linting execute: + +```bash +composer test +``` + [![Bitdeli Badge](https://d2weczhvl823v0.cloudfront.net/zircote/swagger-php/trend.png)](https://bitdeli.com/free "Bitdeli Badge") diff --git a/VERSION b/VERSION index 815e68dd2..09843e3be 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.0.8 +2.0.9