-
Notifications
You must be signed in to change notification settings - Fork 65
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
Library no longer works with PHP7.4 #48
Comments
I agree the last commit was not a good idea in master branch. The Person pushed up the PHP version in composer.json to 7 and used PHP 8 features in the same commit. This breaks the whole idea of the composer.json. |
Same problem here.. If anyone want's a quick fix Edit line 105 inside Entity.php and remove the "mixed" return type This should not be taken as a permanent fix |
The problem with this library is that you don´t release versions. You must start releasing versions to avoid this situation. |
Please tag branch dev-release/2.0.0 with tag 2.0.0 It will solve our problems. @PrintNodeLtd PLEASE!!!! |
The 'mixed' pseudotype is used in the last commit, seemingly added for PHP8 compatibility. This is not available in PHP7.4 and throws a fatal error.
This caused all of our client's applications to break. Therefore, we are moving away from this PHP library since it's not reliable.
To improve in the future:
The text was updated successfully, but these errors were encountered: