-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Status events and Update to Cakephp5 #8
Conversation
|
||
## Requirements | ||
|
||
This plugin has the following requirements: | ||
|
||
* CakePHP 4.0 or greater. | ||
* CakePHP 5.0 or greater. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You also need to update the php version to >=8.1
composer.json
Outdated
@@ -30,7 +30,7 @@ | |||
}, | |||
"require": { | |||
"php": ">=7.2", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You also need to update php to >=8.1
Hi @jubbs, thank you for your contribution. I have added some comments for small changes. |
I have made those changed. |
Any update on this? I just found it by chance. |
Hi @dereuromark |
I have updated the plugin to work with CakePHP5 and added the ability to listen for webhooks back from sendgrid and authenticate the webhooks with signed event tokens.