# Upgrade Guide

## Upgrading to 3.0 from 2.x

### Minimum Versions

The following requirement has been updated:

- The minimum PHP version is now `v8.1`
- The minimum Laravel version is now `v10.0.0`

### Updating Dependencies

You should update the following dependency in your application's `composer.json` file:

```diff
-   "rahul900day/laravel-captcha": "^2.0"
+   "rahul900day/laravel-captcha": "^3.0"
```
