jikan-me / jikan

Unofficial MyAnimeList PHP+REST API which provides functions other than the official API
https://jikan.moe
MIT License
851 stars 94 forks source link

Replace fabpot/goutte with symfony/browser-kit #523

Open ToshY opened 1 year ago

ToshY commented 1 year ago

Problem

The library fabpot/goutte is deprecated and it is suggested to use symfony/browser-kit instead

Solution

Change to symfony/browser-kit

github-actions[bot] commented 11 months ago

This issue will be closed and archived in 18 days, as there has been no activity in the last 60 days. If this issue is still relevant or you would like to see it actioned, please respond and we will re-open this issue.

ToshY commented 6 months ago

@irfan-dahir Any ETA for 5.0? As it stand this is now blocking me for upgrading to Symfony 7. Does this issue need help?

irfan-dahir commented 5 months ago

@ToshY I've created a 5.0.0 dev branch. It merges a PR which resolves this issue. Feel free to use that for now until I release 5. I'll close this issue once we merge the dev branch into master.

ToshY commented 5 months ago

@ToshY I've created a 5.0.0 dev branch. It merges a PR which resolves this issue. Feel free to use that for now until I release 5. I'll close this issue once we merge the dev branch into master.

Thanks for letting me know 👍

ToshY commented 1 week ago

@irfan-dahir Could you update the 5.0.0 branch to include the hotfix changes from #552 ?

irfan-dahir commented 1 week ago

@ToshY Updated