From 2406734f7ffa07d96a9e19e887bc13440945e174 Mon Sep 17 00:00:00 2001 From: Tobias Nyholm Date: Mon, 5 Mar 2018 12:33:54 +0100 Subject: [PATCH] Removed notifications to Mathias Noback (#100) * Removed notifications to Mathias Noback * Updated version table PHPUnit * Update README.md --- .travis.yml | 3 --- README.md | 11 ++++++----- 2 files changed, 6 insertions(+), 8 deletions(-) diff --git a/.travis.yml b/.travis.yml index d45f27b..cb941d1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -50,6 +50,3 @@ install: script: - composer validate --strict --no-check-lock - ./vendor/bin/phpunit $PHPUNIT_FLAGS - -notifications: - email: matthiasnoback@gmail.com diff --git a/README.md b/README.md index c089a5f..db8f41d 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # SymfonyDependencyInjectionTest -By Matthias Noback +*By Matthias Noback and contributors* [![Build Status](https://secure.travis-ci.org/SymfonyTest/SymfonyDependencyInjectionTest.png)](http://travis-ci.org/SymfonyTest/SymfonyDependencyInjectionTest) @@ -336,7 +336,8 @@ container: ## Version Guidance -| Version | Released | Status | -|---------|--------------|------------| -| 2.x | May 9, 2016 | Latest | -| 1.x | Jul 4, 2016 | EOL | +| Version | Released | PHPUnit | Status | +|---------|--------------|------------|------------| +| 3.x | Mar 5, 2018 | 7.x | Latest | +| 2.x | May 9, 2017 | 6.x | Bugfixes | +| 1.x | Jul 4, 2016 | 4.x and 5x | EOL |