PHP 8 Support
sicaboy opened this issue · 10 comments
sicaboy commented
PHP 8 Support
ZhukV commented
@sicaboy thank for issue. I add support PHP 8 in #68 Pull request (Branch: feature/add-support-php8
). Please install in your project and test. If all OK work, I merge PR and add new tag.
You can have problem in use JWT libraries, because I update them from ~1.0
to ~2.0
for development.
Thank.
P.S. For install in your project, you can add to you composer.json
:
{
"require": {
"apple/apn-push": "dev-feature/add-support-php8"
}
}
sicaboy commented
Sorry. I'll have a test ASAP
sicaboy commented
Thanks, @ZhukV I've tested the branch dev-feature/add-support-php8
with PHP 8.0.2. Closing this ticket.
sicaboy commented
Confirming under required thru composer 2.0 with Laravel 8.5, all php unit cases passed in PHP 8.0.5
ZhukV commented
Thank. You try use certificate and jwt token authenticators?