When trying to use bk2k/autogrids on a TYPO3-V10 brand new installation.
I found this problem :
$ composer require bk2k/autogrids
./composer.json has been updated
Running composer update bk2k/autogrids
Loading composer repositories with package information
Updating dependencies
Your requirements could not be resolved to an installable set of packages.
Problem 1
- bk2k/autogrids[1.0.0, ..., 1.0.2] require typo3/cms-backend ^9.5 -> found typo3/cms-backend[v9.5.0, ..., v9.5.31] but it conflicts with your root composer.json require (^10.4).
- Root composer.json requires bk2k/autogrids * -> satisfiable by bk2k/autogrids[1.0.0, 1.0.1, 1.0.2].
Use the option --with-all-dependencies (-W) to allow upgrades, downgrades and removals for packages currently locked to specific versions.
You can also try re-running composer require with an explicit version constraint, e.g. "composer require bk2k/autogrids:*" to figure out if any version is installable, or "composer require bk2k/autogrids:^2.1" if you know which you need.
Installation failed, reverting ./composer.json and ./composer.lock to their original content.
Would you be ok for you to update de source-code by just updating the requirements ?
When trying to use bk2k/autogrids on a TYPO3-V10 brand new installation.
I found this problem :
Would you be ok for you to update de source-code by just updating the requirements ?