dbal-clickhouse icon indicating copy to clipboard operation
dbal-clickhouse copied to clipboard

php8 support?

Open 1271 opened this issue 3 years ago • 3 comments

Hello. Php8 has been around for half a year, is there any support planned?

Thanks

1271 avatar May 25 '21 10:05 1271

$ composer require friendsofdoctrine/dbal-clickhouse
...
- Installing friendsofdoctrine/dbal-clickhouse (1.1.0): Extracting archive

Trick

composer require friendsofdoctrine/dbal-clickhouse --ignore-platform-req=php
...
- Installing friendsofdoctrine/dbal-clickhouse (v1.5.3): Extracting archive

smaknsk avatar Jul 06 '21 07:07 smaknsk

Nice trick if you are working alone on your pet project.

firestorm23 avatar Jul 08 '21 22:07 firestorm23

since 1.5.4 version PHP 8 supported composer require friendsofdoctrine/dbal-clickhouse:^1.5.4

texnicii avatar Aug 01 '22 13:08 texnicii

@1271 @smaknsk @firestorm23 As mentioned above, we have added support PHP 8 in v1.5.4

asanikovich avatar Oct 24 '22 21:10 asanikovich