antonioribeiro / ia-collection

Laravel Illuminate Agnostic Collection
MIT License
46 stars 23 forks source link

Support Laravel 11 #14

Open gregoirer-mediactive opened 3 weeks ago

gregoirer-mediactive commented 3 weeks ago

Laravel 11 use now symfony/var-dumper version ^7.0. Is it possible to change dependency ? "symfony/var-dumper": "~3.3|~4.0|~5.0|^6.0", to "symfony/var-dumper": "~3.3|~4.0|~5.0|^6.0|^7.0",

It should not have any side effect.

vincentdchn commented 3 weeks ago

Should be resolved with https://github.com/antonioribeiro/ia-collection/pull/13