CrawlerDetectBundle
CrawlerDetectBundle copied to clipboard
composer dependencies for symfony 6.4 - can't install CrawlerDetectBundle
Hey there, if I try to require this bundle, I get
- Root composer.json requires nmure/crawler-detect-bundle ^2.0.0 -> satisfiable by nmure/crawler-detect-bundle[v2.0.0].
- nmure/crawler-detect-bundle v2.0.0 requires symfony/framework-bundle ~4.0 -> found symfony/framework-bundle[v4.0.0, ..., v4.4.51] but it conflicts with your root composer.json require (^6.4).
It seems, that the CrawlerDetectBundle requires Symfony Framework Bundle to be between 4.0 and 5.0.
Can you update the composer dependencies, so that it also can be installed on later symfony versions?