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

Для чего требование PHP8.0+? #1

Open
rvalitov opened this issue Apr 30, 2021 · 4 comments
Open

Для чего требование PHP8.0+? #1

rvalitov opened this issue Apr 30, 2021 · 4 comments
Labels
question Further information is requested

Comments

@rvalitov
Copy link

Можно сделать поддержку хотя бы PHP 7.4?

@kiriunin
Copy link
Owner

kiriunin commented May 4, 2021

Использую синтаксический сахар 8-ой версии. Чтобы добавить поддержку PHP 7.4 нужно переописать большинство классов. Может правильнее двигать сообщество в сторону использования современных версий продуктов?

@rvalitov
Copy link
Author

rvalitov commented May 4, 2021

С вашей идеей согласен, но пока что не все пакеты и библиотеки переписаны на 8.0. Бывает много зависимостей. Например, я подключаю вашу библиотеку в проект, но при этом другие библиотеки из composer проекта начинают глючить, т.к. пока не готовы к PHP 8.0. Как лучше поступить даже не знаю. Я лично уже вопрос с зависимостями решил, и меня 8.0 вполне устраивает.

@kiriunin
Copy link
Owner

kiriunin commented May 4, 2021

Предлагаю пока оставить этот вопрос открытым.

@kiriunin kiriunin added the question Further information is requested label May 5, 2021
@ijusss
Copy link

ijusss commented Apr 4, 2022

Обязательным ли является "psr/log": "^1.1"? Раз уж мы говорим о современных версиях продуктов, в yii2 используется версия 2.0 и с учетом этого, установить не получается.

- kiriunin/tinkoff-business-api dev-master requires psr/log ^1.1 -> found psr/log[1.1.0, ..., 1.1.4] but the package is fixed to 2.0.0 (lock file version) by a partial update and that version does not match. Make sure you list it as an argument for the update command.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

3 participants