From b9383462e68fa0ce6f2be4a51ba8777545e82fe5 Mon Sep 17 00:00:00 2001 From: Bobby Allen Date: Wed, 12 Feb 2020 19:03:38 +0000 Subject: [PATCH] Updated example code usages (following earlier PR) and removing PHPStan dev requirements added from an earlier PR (rather this be added at runtime as opposed to packaged and distributed with the library adding unnecessary bulk for the majority of installations). --- .travis.yml | 1 + composer.lock | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 0625125..2e48380 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,6 +13,7 @@ matrix: allow_failures: - php: 5.6 - php: 7.0 + - php: 7.1 - php: nightly sudo: false diff --git a/composer.lock b/composer.lock index 7bfd884..07450e2 100644 --- a/composer.lock +++ b/composer.lock @@ -117,7 +117,7 @@ }, { "name": "phpdocumentor/reflection-docblock", - "version": "4.3.4", + "version": "5.0.0", "source": { "type": "git", "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",