Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[TASK] Enable dependabot for all supported branches: Use PHP platform
Dependabot requires `config.platform.php` in composer.json to work correctly. This will avoid troubles like: ``` Problem 1 - Root composer.json requires solarium/solarium 6.3.5 -> satisfiable by solarium/solarium[6.3.5]. - solarium/solarium 6.3.5 requires php ^8.0 -> your php version (7.4.33) does not satisfy that requirement. - solarium/solarium 6.3.5 requires php ^8.0 -> your php version (7.4.33) does not satisfy that requirement. ``` Relates: #3168
- Loading branch information