Third party package requires symfony/http-client ^6.4

v2026, not sure how to handle this, on composer update..

Your requirements could not be resolved to an installable set of packages.
Problem 1
- Root composer.json requires deepseek-php/deepseek-php-client ^2.0.6 → satisfiable by deepseek-php/deepseek-php-client[2.0.6].
- deepseek-php/deepseek-php-client 2.0.6 requires symfony/http-client ^6.4 → found symfony/http-client[v6.4.0, …, v6.4.26] but it conflicts with your root composer.json require (^7.3.0).

as we all jump on the AI bandwagon.. the package doesn’t have a higher version from what i can see.

i can change the http-client ver to 6.4.0 in the composer file, but phpM resets it back when generating and the generation stops.
how can we tell phpMaker gen not to change the version?

and:
how to do you select the files to generate, it appears as soon as you press generate, it starts generating the files, and doesn’t present the dialog box to include/exclude files to generate. we don’t use the phpM editor for development, and need to prevent it from overwriting the files we work with on a daily basis. didn’t see anything in the advanced settings, unless i overlooked it

[EDIT update] and now for some reason the dialog to select the scripts is displaying

[EDIT update 1] and now the dialog box is gone and it goes directly into generating the code.

thanks

v2026 uses Symfony 7.3+. Packages requiring lower version of Symfony component (e.g. ^6.4) are not compatible.