Skip to content
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

Incompatibility with PHP8.1 #136

Closed
proorlov opened this issue Jan 26, 2022 · 1 comment
Closed

Incompatibility with PHP8.1 #136

proorlov opened this issue Jan 26, 2022 · 1 comment

Comments

@proorlov
Copy link

PHP Parse error: syntax error, unexpected token "readonly" in .../vendor/retailcrm/api-client-php/src/Component/Serializer/Parser/JMSParser.php on line 333

@Neur0toxine
Copy link
Contributor

We use liip/serializer to perform serialization and deserialization of DTO. That library is using liip/metadata-parser to parse DTO annotations. liip/metadata-parser does not support PHP 8.1 yet.

We will add support for PHP 8.1 when it'll be implemented in the liip/metadata-parser.

Neur0toxine added a commit to Neur0toxine/api-client-php that referenced this issue Feb 9, 2022
Neur0toxine added a commit to Neur0toxine/api-client-php that referenced this issue Feb 9, 2022
@gwinn gwinn closed this as completed in 123a59f Feb 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants