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).