- Issue created by @lazzyvn
- 🇧🇪Belgium swentel
This works perfectly fine for 8.x-3.25. The 5.0.x branch is completely obsolete too btw.
- 🇫🇷France lazzyvn paris
no way in composer.json 8.3.x it can't be download with composer
"require": { "drupal/core": "^10.2" },
replace by
"require": { "drupal/core": "^10.2 || ^11 || ^12" }
- 🇧🇪Belgium swentel
Ok, the dev version contained that, that was the confusing part as the current release didn't.