-
Notifications
You must be signed in to change notification settings - Fork 33
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
Cannot use yii\base\Object as Object because 'Object' is a special class name #18
Comments
This is because we didn't change the code yet to be compatible with PHP 7.2. See the release notes of Yii 2.0.13 here: As I see it, this is a one way decision: Once we change this, the library will no longer work with Yii < 2.0.13. I'm not really sure yet, how we will solve this. |
@far-east91 I've pushed a fix to master. Could you maybe do a quick test if this fixes the issue? As soon as you confirm I will draft a new release. |
@mikehaertl i've pull the latest release and it solved the issue, thank you very much brother |
Published release 2.6.0 which requires at least Yii 2.0.13. For older Yii releases version 2.5.x should be used. |
The text was updated successfully, but these errors were encountered: