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

Allow Symfony 7.0 to be used #547

Closed rjd22 closed 4 months ago

rjd22 commented 4 months ago

Symfony 7.0 cannot be used because of held back packages. Since 7.0 doesn't seem to have significant changes to the version 7.0 packages we should be able to safely support both ^6.4 and ^7.0

rjd22 commented 4 months ago

@irfan-dahir I also fixed the tests now. Could you take a look at this please?

irfan-dahir commented 4 months ago

Thanks for the PR @rjd22 , sorry I was out of the city for a couple of weeks so I wasn't able to look into this. LGTM!