Skip to content

Commit

Permalink
chore: docs update
Browse files Browse the repository at this point in the history
  • Loading branch information
leMaur committed Aug 24, 2021
1 parent 947b405 commit 0053dcb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

All notable changes to `toolbox` will be documented in this file.

## 2.2.0 - 2021-08-24

- add pestphp/pest-plugin-parallel

## 2.1.1 - 2021-05-09

- fix test stubs
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ Add those scripts to your `composer.json`:
"rector": "./vendor/bin/rector process",
"format": "./vendor/bin/php-cs-fixer fix --allow-risky=yes",
"test": "./vendor/bin/pest --coverage --min=100 --coverage-html=.coverage --coverage-clover=coverage.xml"
"paratest": "./vendor/bin/pest --parallel --coverage --min=100 --coverage-html=.coverage --coverage-clover=coverage.xml"
}
```

Expand Down

0 comments on commit 0053dcb

Please sign in to comment.