Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 413 Bytes

UPGRADE.md

File metadata and controls

19 lines (12 loc) · 413 Bytes

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:

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