Skip to content
This repository was archived by the owner on Feb 23, 2024. It is now read-only.

Commit dd52569

Browse files
Fix CI (#2)
1 parent 3a9dc6c commit dd52569

File tree

2 files changed

+12
-8
lines changed

2 files changed

+12
-8
lines changed

.travis.yml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
language: php
22

3-
php:
4-
- 7.2
5-
- 7.3
6-
- 7.4
7-
- 8.0
8-
- hhvm
3+
matrix:
4+
include:
5+
- php: 7.2
6+
- php: 7.3
7+
- php: 7.4
8+
# - php: 8.0
9+
# - php: hhvm
910

1011
before_script:
1112
- composer install --no-interaction --prefer-source --dev

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,12 +54,15 @@ $resolution = \Algorithm\DependencyResolver::resolve($tree);
5454
- <https://www.electricmonk.nl/log/2008/08/07/dependency-resolving-algorithm/>
5555
- <http://mamchenkov.net/wordpress/2016/11/22/dependency-resolution-with-graphs-in-php/>
5656

57-
## Creator
57+
## Contributors
5858
**Anthony K GROSS**
5959
- <http://anthonykgross.fr>
6060
- <https://twitter.com/anthonykgross>
6161
- <https://github.com/anthonykgross>
6262

63+
**Joshua Behrens**
64+
- <https://github.com/JoshuaBehrens>
65+
6366
## Copyright and license
64-
Code and documentation copyright 2017. Code released under [the MIT license](https://github.com/anthonykgross/dependency-resolver/blob/master/LICENSE).
67+
Code and documentation copyright 2020. Code released under [the MIT license](https://github.com/anthonykgross/dependency-resolver/blob/master/LICENSE).
6568

0 commit comments

Comments
 (0)