typesense / typesense-php

PHP client for Typesense: https://github.com/typesense/typesense
Apache License 2.0
184 stars 35 forks source link

Can't compile composer on PHP version 7.2.24 #8

Closed onassar closed 3 years ago

onassar commented 3 years ago

Description

Can't compose for 7.2.24 (ignore 7.3.11 warning; that's my Mac; my VM runs 7.2.24)

Steps to reproduce

Run composer: https://i.imgur.com/eNggRDL.png

Expected Behavior

Composed would run normally

Actual Behavior

Can't compose

Typsense Version: 4.2.0

OS: macOS / Linux VM

MantraMedia commented 3 years ago

This project is using typed properties which require PHP 7.4+

onassar commented 3 years ago

Any idea which parts specifically? I could amend it so it's useful for 7.2+

MantraMedia commented 3 years ago

Pretty much all of it and be aware that PHP 7.2 is EOL since Nov 30.

onassar commented 3 years ago

Gotcha thanks