A TYPO3 extension that integrates the Apache Solr search server with TYPO3 CMS. dkd Internet Service GmbH is developing the extension. Community contributions are welcome. See CONTRIBUTING.md for details.
GNU General Public License v3.0
137
stars
252
forks
source link
[TASK:11.5] Enable dependabot for all supported branches: Use PHP platform #4131
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.
Dependabot requires
config.platform.php
in composer.json to work correctly.This will avoid troubles like:
Relates: #3168