Skip to content

Commit 6ef0418

Browse files
authored
Merge branch '4.8' into use-githubactions
2 parents 4b60c72 + 4ebc867 commit 6ef0418

File tree

2 files changed

+2
-68
lines changed

2 files changed

+2
-68
lines changed

.travis.yml

Lines changed: 0 additions & 66 deletions
This file was deleted.

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[![Latest Stable Version](https://img.shields.io/packagist/v/php5friends/phpunit48.svg?style=flat-square)](https://packagist.org/packages/php5friends/phpunit48)
44
[![Minimum PHP Version](https://img.shields.io/badge/php-%3E%3D%205.3.3-8892BF.svg?style=flat-square)](https://php.net/supported-versions.php)
5-
[![Build Status](https://img.shields.io/travis/php5friends/phpunit48/4.8.svg?style=flat-square)](https://travis-ci.org/php5friends/phpunit48)
5+
[![CI](https://github.com/php5friends/phpunit48/actions/workflows/ci.yml/badge.svg)](https://github.com/php5friends/phpunit48/actions/workflows/ci.yml)
66

77
**PHPUnit48** is a variant of [PHPUnit](https://phpunit.de/). The purpose of this project is to make PHPUnit 4.8 compatible with the new PHP and to make it compatible with PHPUnit 6.
88

@@ -16,7 +16,7 @@ You may use [Composer](https://getcomposer.org/) to download and install PHPUnit
1616

1717
```sh
1818
$ cd path/to/your/php-project
19-
$ composer require --dev php5friends/phpunit
19+
$ composer require --dev php5friends/phpunit48
2020
```
2121

2222
## Contribute

0 commit comments

Comments
 (0)