Skip to content

Commit 70b8de2

Browse files
committed
Correct package name
1 parent 46e422e commit 70b8de2

2 files changed

Lines changed: 7 additions & 8 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# A PHPUnit results printer that works with the TOON format
22

3-
[![Latest Version on Packagist](https://img.shields.io/packagist/v/peter-fox/phpunit-toon-result-printer.svg?style=flat-square)](https://packagist.org/packages/peter-fox/phpunit-toon-result-printer)
4-
[![Tests](https://img.shields.io/github/actions/workflow/status/peter-fox/phpunit-toon-result-printer/run-tests.yml?branch=main&label=tests&style=flat-square)](https://github.com/peter-fox/phpunit-toon-result-printer/actions/workflows/run-tests.yml)
5-
[![Total Downloads](https://img.shields.io/packagist/dt/peter-fox/phpunit-toon-result-printer.svg?style=flat-square)](https://packagist.org/packages/peter-fox/phpunit-toon-result-printer)
3+
[![Latest Version on Packagist](https://img.shields.io/packagist/v/peterfox/phpunit-toon-result-printer.svg?style=flat-square)](https://packagist.org/packages/peterfox/phpunit-toon-result-printer)
4+
[![Tests](https://img.shields.io/github/actions/workflow/status/peterfox/phpunit-toon-result-printer/run-tests.yml?branch=main&label=tests&style=flat-square)](https://github.com/peterfox/phpunit-toon-result-printer/actions/workflows/run-tests.yml)
5+
[![Total Downloads](https://img.shields.io/packagist/dt/peterfox/phpunit-toon-result-printer.svg?style=flat-square)](https://packagist.org/packages/peterfox/phpunit-toon-result-printer)
66

77
This is where your description should go. Try and limit it to a paragraph or two. Consider adding a small example.
88

@@ -19,7 +19,7 @@ We highly appreciate you sending us a postcard from your hometown, mentioning wh
1919
You can install the package via composer:
2020

2121
```bash
22-
composer require peter-fox/phpunit-toon-result-printer
22+
composer require peterfox/phpunit-toon-result-printer
2323
```
2424

2525
## Usage

composer.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
2-
"name": "peter-fox/phpunit-toon-result-printer",
2+
"name": "peterfox/phpunit-toon-result-printer",
33
"description": "A PHPUnit results printer that works with the TOON format",
44
"keywords": [
55
"Peter Fox",
66
"phpunit-toon-result-printer"
77
],
8-
"homepage": "https://github.com/peter-fox/phpunit-toon-result-printer",
8+
"homepage": "https://github.com/peterfox/phpunit-toon-result-printer",
99
"license": "MIT",
1010
"authors": [
1111
{
@@ -35,13 +35,12 @@
3535
},
3636
"scripts": {
3737
"test": "vendor/bin/phpunit",
38-
"test-coverage": "vendor/bin/phpunit --coverage",
38+
"test-coverage": "vendor/bin/phpunit --coverage",
3939
"format": "vendor/bin/php-cs-fixer fix --config=.php-cs-fixer.dist.php --allow-risky=yes"
4040
},
4141
"config": {
4242
"sort-packages": true,
4343
"allow-plugins": {
44-
4544
"phpstan/extension-installer": true
4645
}
4746
},

0 commit comments

Comments
 (0)