is there any version that support php 8.0? #20
-
I need a similar service for my laravel application which is containing php 8.0* . |
Beta Was this translation helpful? Give feedback.
Answered by
cjmellor
Feb 6, 2023
Replies: 1 comment 1 reply
-
Hi, I've put the minimum PHP version as 8.1 and I am using 8.1 features in the package. If you need to use it on v8.0 I can only suggest to you to fork the repo and convert it to work with v8.0 then add it to your Hope that helps. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
Harun-or-rashid
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
I've put the minimum PHP version as 8.1 and I am using 8.1 features in the package.
If you need to use it on v8.0 I can only suggest to you to fork the repo and convert it to work with v8.0 then add it to your
composer.json
Hope that helps.