Skip to content

Commit c9cec35

Browse files
committed
PHP version bump
1 parent 6f0493d commit c9cec35

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ This branch is for use with CakePHP 5.0+. For CakePHP 4, please use cake-4.x bra
1515
This plugin has the following requirements:
1616

1717
* CakePHP 5.0 or greater.
18-
* PHP 7.2 or greater.
18+
* PHP 8.1 or greater.
1919

2020
## Installation
2121

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"issues": "https://github.com/sprintcube/cakephp-sendgrid/issues"
3030
},
3131
"require": {
32-
"php": ">=7.2",
32+
"php": ">=8.1",
3333
"cakephp/cakephp": "^5.0.0"
3434
},
3535
"require-dev": {

0 commit comments

Comments
 (0)