IPP icon indicating copy to clipboard operation
IPP copied to clipboard

Dont finally work with php <8.0

Open sHelllWalker opened this issue 2 years ago • 1 comments

Hi, i have some trouble to use your library for php 7.2 project. In your composer.json php require >7.1 Problem is in using return type hinting for AttributeGroup::jsonSerialize. mixed is available since php 8

Although you can use the library, it is impossible to process the response, because the only way to validly access it is through json_encode

sHelllWalker avatar Nov 23 '23 07:11 sHelllWalker

That's a great point... I see you made a pull request. Let me test and merge it. Thank you!

nateobray avatar Nov 29 '23 00:11 nateobray