From 6568224c5d23d18f066cf4b36fca7a16d728d899 Mon Sep 17 00:00:00 2001 From: Nuno Maduro Date: Mon, 9 Sep 2024 11:32:45 +0100 Subject: [PATCH] Requires PHP 8.2 --- installation.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/installation.md b/installation.md index 889d33e..c4046f1 100644 --- a/installation.md +++ b/installation.md @@ -5,9 +5,9 @@ description: Installing Pest PHP Testing Framework is a simple process that can # Installation -> **Requirements:** [PHP 8.1+](https://php.net/releases/) +> **Requirements:** [PHP 8.2+](https://php.net/releases/) -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.1+` or higher installed on your system. +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. **The first step** is to require Pest as a "dev" dependency in your project by running the following commands on your command line.