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

Upgrade guide from v1? #442

Open
fatso83 opened this issue Jun 28, 2022 · 0 comments
Open

Upgrade guide from v1? #442

fatso83 opened this issue Jun 28, 2022 · 0 comments

Comments

@fatso83
Copy link

fatso83 commented Jun 28, 2022

I have inherited an older Symfony 3.4 project with a dependency causing issues with PHP 8:

php.CRITICAL: Type error: implode(): Argument #2 ($array) must be of type ?array, string given {"exception":"[object] (Symfony\Component\Debug\Exception\FatalThrowableError(code: 0): Type error: implode(): Argument #2 ($array) must be of type ?array, string given at /home/my-user/code/ACME-api/vendor/friendsofsymfony/jsrouting-bundle/Extractor/ExposedRoutesExtractor.php:202)"} []

It's the ancient 1.x version of "friendsofsymfony/jsrouting-bundle": "1.*"

Naturally, I would like to upgrade it (seems like 2.8 should be doable), and from the README it seems as this is the successor the 1.x version, but I fail to see a migration guide. Is there one?

Upgrading this will be quite a handful, seeing I also depend on this 8 year old Angular 1.x plugin 🙈

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

No branches or pull requests

1 participant