From dd52569197bae913346ef43834b1c36815812d10 Mon Sep 17 00:00:00 2001 From: Anthony K GROSS Date: Fri, 17 Jul 2020 09:30:59 +0200 Subject: [PATCH] Fix CI (#2) --- .travis.yml | 13 +++++++------ README.md | 7 +++++-- 2 files changed, 12 insertions(+), 8 deletions(-) diff --git a/.travis.yml b/.travis.yml index bd10cd6..94e27a1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,11 +1,12 @@ language: php -php: - - 7.2 - - 7.3 - - 7.4 - - 8.0 - - hhvm +matrix: + include: + - php: 7.2 + - php: 7.3 + - php: 7.4 +# - php: 8.0 +# - php: hhvm before_script: - composer install --no-interaction --prefer-source --dev diff --git a/README.md b/README.md index ba3524c..e599031 100644 --- a/README.md +++ b/README.md @@ -54,12 +54,15 @@ $resolution = \Algorithm\DependencyResolver::resolve($tree); - - -## Creator +## Contributors **Anthony K GROSS** - - - +**Joshua Behrens** +- + ## Copyright and license -Code and documentation copyright 2017. Code released under [the MIT license](https://github.com/anthonykgross/dependency-resolver/blob/master/LICENSE). +Code and documentation copyright 2020. Code released under [the MIT license](https://github.com/anthonykgross/dependency-resolver/blob/master/LICENSE).