Skip to content

Commit 380c103

Browse files
committed
fix
1 parent 2fc0bb0 commit 380c103

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

installation.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ description: Installing Pest PHP Testing Framework is a simple process that can
77

88
> **Requirements:** [PHP 8.3+](https://php.net/releases/)
99
10-
Installing Pest PHP Testing Framework is a simple process that can be completed in just a few steps. Before you begin, make sure you have PHP `8.2+` or higher installed on your system.
10+
Installing Pest PHP Testing Framework is a simple process that can be completed in just a few steps. Before you begin, make sure you have PHP `8.3+` or higher installed on your system.
1111

1212
**The first step** is to require Pest as a "dev" dependency in your project by running the following commands on your command line.
1313

@@ -34,6 +34,8 @@ Here is an example of the output displayed when running Pest in a new, fresh pro
3434
<img src="/assets/img/pestinstall.webp?1" style="--lines: 10" />
3535
</div>
3636

37+
If you're planning on using Browser Testing, you can install the `pest-plugin-browser` package to get started with browser testing in Pest. For more information, check out the [Browser Testing](/docs/browser-testing) documentation.
38+
3739
**Optionally**, if you are migrating from PHPUnit, you can use the `pest-plugin-drift` package to automatically convert your PHPUnit tests to Pest. For more information, check out the [Migrating from PHPUnit](/docs/migrating-from-phpunit-guide) guide.
3840

3941
---

0 commit comments

Comments
 (0)