Skip to content

Commit e42bfc0

Browse files
committed
update README.md
1 parent a300456 commit e42bfc0

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Install with composer
1818
``` json
1919
{
2020
"require": {
21-
"cypresslab/patch-manager": "1.0.*@dev"
21+
"cypresslab/patch-manager": "^2.0"
2222
}
2323
}
2424
```
@@ -43,3 +43,8 @@ And let you **patch entire collections** with multiple operations
4343
4444
Still interested? [Head over to the wiki...](https://github.com/matteosister/patch-manager/wiki) for documentation
4545

46+
## Useful commands for development
47+
48+
- `composer format`: runs php-cs-fixer
49+
- `composer analyse`: runs phpstan for static analysis
50+
- `composer test`: runs phpunit

0 commit comments

Comments
 (0)