Skip to content

Commit

Permalink
Merge pull request #274 from bhanwarpsrathore/patch-1
Browse files Browse the repository at this point in the history
Update upgrade-guide.md
  • Loading branch information
nunomaduro authored Sep 9, 2024
2 parents 1eeb219 + 5584e58 commit 47a8b49
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions upgrade-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ We make an effort to document every potential breaking change, but some of these

> Likelihood Of Impact: High
Pest 3 now requires PHP 8.2.0 or greater. To start migrating from Pest 1 to Pest 2, update the `pestphp/pest` dependency to `^2.0` in your application's `composer.json` file.
Pest 3 now requires PHP 8.2.0 or greater. To start migrating from Pest 2 to Pest 3, update the `pestphp/pest` dependency to `^3.0` in your application's `composer.json` file.

```diff
- "pestphp/pest": "^2.0",
Expand All @@ -40,7 +40,7 @@ All other Pest maintained plugins should be updated to version `^3.0` in your ap
Pest 3 is built on top of PHPUnit 11. This means that any notable changes made to PHPUnit 11 might have an impact on your test suite. To examine all the changes introduced in PHPUnit 11, please consult the [PHPUnit 11 changelog](https://github.com/sebastianbergmann/phpunit/blob/11.0.0/ChangeLog-11.0.md).

### `toHaveMethod` and `toHaveMethods` Expectations
### `toHaveMethod` and `toHaveMethods` Expectations

> Likelihood Of Impact: Low
Expand Down

0 comments on commit 47a8b49

Please sign in to comment.