dotkernel / api

DotKernel's PSR-7 REST style API built around the Mezzio API skeleton.
https://docs.dotkernel.org/api-documentation/
MIT License
35 stars 5 forks source link

dotkernel/dot-data-fixtures not updated #241

Closed arhimede closed 4 months ago

arhimede commented 4 months ago

currently in compsoer.json we have "dotkernel/dot-data-fixtures": "^1.1.3",

but does not want to upgrade to 1.2.0 for some reason

bidi47 commented 4 months ago

the update is restricted by require symfony/console: ^5.1 currently symfony/console: v7.0.3 is installed in frontend (required by laminas/laminas-cli and vimeo/psalm) we should see if v7 works on dotkernel/dot-data-fixtures note: symfony/console: v6 might also be allowed, if v7 causes issues

alexmerlin commented 4 months ago

See https://github.com/dotkernel/dot-data-fixtures/issues/19 Fixed in https://github.com/dotkernel/dot-data-fixtures/pull/20