Skip to content
This repository was archived by the owner on Oct 19, 2020. It is now read-only.

Commit e30b3ea

Browse files
committed
Fix package name
1 parent 01b747e commit e30b3ea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@ php vendor/bin/phpmd
1717
To use this package, add it as as "dev" dependency with this command:
1818

1919
```bash
20-
composer require webs/composer-meta-qa --dev
20+
composer require webysther/composer-meta-qa --dev
2121
```
2222

2323
Or modify your composer.json as followed:
2424

2525
```json
2626
require-dev: {
27-
"webs/composer-meta-qa": "@stable"
27+
"webysther/composer-meta-qa": "@stable"
2828
}
2929
```

0 commit comments

Comments
 (0)