Skip to content

Commit fd558d1

Browse files
committed
✨ feat(docs): update requirements for Laravel and PHP support
- Add support for Laravel 12.x - Add support for PHP 8.4 and 8.5
1 parent 45ffc73 commit fd558d1

3 files changed

Lines changed: 13 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
All notable changes to `laravel-react-email` will be documented in this file.
44

5+
## [2.0.1]
6+
7+
### Added
8+
9+
- Support for Laravel 12.x
10+
- Support for PHP 8.4, 8.5
11+
512
## [2.0.0] - 2025-12-07
613

714
### Breaking Changes

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -199,8 +199,8 @@ php artisan react-email:build
199199

200200
## Requirements
201201

202-
- PHP 8.1 or higher
203-
- Laravel 10+
202+
- PHP 8.1 or higher (8.5 supported)
203+
- Laravel 10.x, 11.x, or 12.x
204204
- Node.js 16 or higher
205205
- React 18+
206206

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@
1212
}
1313
],
1414
"require": {
15-
"php": "^8.1|^8.2|^8.3",
15+
"php": "^8.1|^8.2|^8.3|^8.4|^8.5",
1616
"spatie/laravel-package-tools": "^1.16",
17-
"illuminate/contracts": "^10.0|^11.0"
17+
"illuminate/contracts": "^10.0|^11.0|^12.0"
1818
},
1919
"require-dev": {
20-
"orchestra/testbench": "^7.20 || ^8.0 || ^9.0 || ^10",
21-
"pestphp/pest": "^1.20 || ^2.0 || ^3"
20+
"orchestra/testbench": "^7.20 || ^8.0 || ^9.0 || ^10.0 || ^11.0",
21+
"pestphp/pest": "^1.20 || ^2.0 || ^3.0"
2222
},
2323
"autoload": {
2424
"psr-4": {

0 commit comments

Comments
 (0)