phpcr / phpcr-utils

A set of helper classes and command line commands you want to use with phpcr, but that are not part of the API itself
phpcr.github.io
Other
72 stars 30 forks source link

Update symfony/console to Symfony 7 #221

Closed alexander-schranz closed 11 months ago

dbu commented 11 months ago

we can't do this in version 1 because of the return types on commands.

i did it in 2.x

dbu commented 11 months ago

that way i can then allow phpcr-utils in the phpcr-bundle and implement the return types on the extended commands. that should work correctly (except if somebody futher extended the command from the bundle, which is not expected)

alexander-schranz commented 11 months ago

which bc breaks you plan for phpcr-utils 2.x are you adding other return types?

dbu commented 11 months ago

while i am at it, yes. its already in the 2.x branch. i need to test it with the jackalopes though

dbu commented 11 months ago

i tagged utils 2.0 now. it seems to be fine but we will get to test it with the jackalope RC tags that i will do soon