compositephp / db

Fast and Lightweight PHP 8.1+ DataMapper and Table Gateway with automatic data caching, smart entities, migrations and many more
MIT License
79 stars 2 forks source link

Relying on the static property "$defaultName" for setting a command name is deprecated. #3

Closed KrisDriv closed 1 year ago

KrisDriv commented 1 year ago

I don't know why you opted to use the static property anyway. But it is now deprecated. Since symfony/console 6.1

compositephp commented 1 year ago

Good notice, will be fixed next release

compositephp commented 1 year ago

Issue was fixed but the commands moved to separated package composite/sync