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

Commit

Permalink
Fix CI (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonykgross committed Jul 17, 2020
1 parent 3a9dc6c commit dd52569
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 8 deletions.
13 changes: 7 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,12 +54,15 @@ $resolution = \Algorithm\DependencyResolver::resolve($tree);
- <https://www.electricmonk.nl/log/2008/08/07/dependency-resolving-algorithm/>
- <http://mamchenkov.net/wordpress/2016/11/22/dependency-resolution-with-graphs-in-php/>

## Creator
## Contributors
**Anthony K GROSS**
- <http://anthonykgross.fr>
- <https://twitter.com/anthonykgross>
- <https://github.com/anthonykgross>

**Joshua Behrens**
- <https://github.com/JoshuaBehrens>

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

0 comments on commit dd52569

Please sign in to comment.