Skip to content

Commit 80ec1b3

Browse files
committed
package name correction
1 parent 6f97cb8 commit 80ec1b3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Collection of useful traits and classes that can be handy while testing a PHP ap
33

44
## Installation by Composer
55

6-
$ composer require phpunit/phpunit-testing-kit
6+
$ composer require avinash403/phpunit-testing-kit
77

88
## Available Traits
99

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "phpunit/phpunit-testing-kit",
2+
"name": "avinash403/phpunit-testing-kit",
33
"description": "Gives all the helper traits and classes that you will ever need to test a PHP application",
44
"type": "package",
55
"keywords":["testing","phpunit","testing kit","php testing"],

0 commit comments

Comments
 (0)