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

Почему используется привязка guzzlehttp/guzzle к ~6.4.1? #10

Closed
gomzyakov opened this issue Jul 17, 2020 · 1 comment · Fixed by #11
Closed
Assignees
Labels
question Further information is requested

Comments

@gomzyakov
Copy link
Contributor

Сейчас в composer.json есть довольно жесткое ограничение на версию Guzzle:

"guzzlehttp/guzzle": "~6.4.1",

Если некий проект, в рамках которого уже используется Guzzle более свежей версии 6.5.5. Возникает конфликт, не критично, но версию на проекте придётся понижать.

С чем связано использование именно ~6.4.1, а не, допустим, ^6.4? Какая-то специфика работы внутри пакета?

@tarampampam tarampampam added the question Further information is requested label Jul 18, 2020
@jetexe jetexe mentioned this issue Jul 28, 2020
1 task
@jetexe
Copy link
Collaborator

jetexe commented Jul 28, 2020

Исправлено в новом релизе v1.0.1

Можете сделать:

$ composer update avto-dev/cloud-payments-laravel

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

Successfully merging a pull request may close this issue.

3 participants