Can I update outdated dependencies one by one? #8490
-
In our case, we have a PHP 7.1 code base with a Guzzle 5.x version. We want to upgrade to a less outdated PHP Version (babysteps) soon but of course need to upgrade Guzzle at least to 6.x. Is that possible? |
Beta Was this translation helpful? Give feedback.
Answered by
samsonasik
Feb 15, 2024
Replies: 1 comment
-
Upgrading dependencies require multiple steps, and yes, you need to do one by one, you can take a look how I upgrade goaop/parser-reflection dependencies along with code compatiblity itself. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
samsonasik
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Upgrading dependencies require multiple steps, and yes, you need to do one by one, you can take a look how I upgrade goaop/parser-reflection dependencies along with code compatiblity itself.
https://github.com/goaop/parser-reflection/pulls?q=is%3Apr+author%3Asamsonasik+is%3Aclosed+sort%3Acreated-asc