Skip to content

Commit 016137f

Browse files
committed
replace travis badge with github badge
1 parent b3ba14a commit 016137f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Alternatively, [download a release][], or clone this repository, then map the
1515

1616
## Dependencies
1717

18-
This package requires PHP 7.2 or later. We recommend using the latest available version of PHP as a matter of
18+
This package requires PHP 7.4 or later. We recommend using the latest available version of PHP as a matter of
1919
principle. If you are interested in using this package for older PHP versions, use version 3.x for PHP 5.5+.
2020

2121
Aura library packages may sometimes depend on external interfaces, but never on
@@ -27,7 +27,7 @@ without compromising flexibility. For specifics, please examine the package
2727

2828
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/auraphp/Aura.Di/badges/quality-score.png?b=4.x)](https://scrutinizer-ci.com/g/auraphp/Aura.Di/)
2929
[![Code Coverage](https://scrutinizer-ci.com/g/auraphp/Aura.Di/badges/coverage.png?b=4.x)](https://scrutinizer-ci.com/g/auraphp/Aura.Di/)
30-
[![Build Status](https://travis-ci.org/auraphp/Aura.Di.png?branch=4.x)](https://travis-ci.org/auraphp/Aura.Di)
30+
![GitHub Workflow Status](https://img.shields.io/github/workflow/status/auraphp/Aura.Di/CI?style=flat-square)
3131

3232
To run the unit tests at the command line, issue `composer install` and then
3333
`phpunit` at the package root. This requires [Composer][] to be available as

0 commit comments

Comments
 (0)