feat(liip_imagine): Ajoute un filtre pour l'image de couverture de la vidéo.

🐛 fix(home.twig): Détecte les bots et sert une image au lieu d'une vidéo.

 feat(composer): Ajoute jaybizzle/crawler-detect pour détecter les bots.

🎨 style(revervation/base.twig): Améliore l'effet de survol du logo.

```
This commit is contained in:
Serreau Jovann
2026-01-22 22:09:34 +01:00
parent 505fd0ac37
commit 753adedc86
6 changed files with 87 additions and 23 deletions

54
composer.lock generated
View File

@@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "27d6dc80377aad07d8d0daeb45496c8e",
"content-hash": "d69b2f764686c771554adde51917a972",
"packages": [
{
"name": "async-aws/core",
@@ -4551,6 +4551,58 @@
},
"time": "2023-01-25T14:42:45+00:00"
},
{
"name": "jaybizzle/crawler-detect",
"version": "v1.3.6",
"source": {
"type": "git",
"url": "https://github.com/JayBizzle/Crawler-Detect.git",
"reference": "61f2ef1ad2d0ae922c265931cb0a8032a1ed2813"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/JayBizzle/Crawler-Detect/zipball/61f2ef1ad2d0ae922c265931cb0a8032a1ed2813",
"reference": "61f2ef1ad2d0ae922c265931cb0a8032a1ed2813",
"shasum": ""
},
"require": {
"php": ">=7.1.0"
},
"require-dev": {
"phpunit/phpunit": "^4.8|^5.5|^6.5|^9.4"
},
"type": "library",
"autoload": {
"psr-4": {
"Jaybizzle\\CrawlerDetect\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Mark Beech",
"email": "m@rkbee.ch",
"role": "Developer"
}
],
"description": "CrawlerDetect is a PHP class for detecting bots/crawlers/spiders via the user agent",
"homepage": "https://github.com/JayBizzle/Crawler-Detect/",
"keywords": [
"crawler",
"crawler detect",
"crawler detector",
"crawlerdetect",
"php crawler detect"
],
"support": {
"issues": "https://github.com/JayBizzle/Crawler-Detect/issues",
"source": "https://github.com/JayBizzle/Crawler-Detect/tree/v1.3.6"
},
"time": "2025-09-30T16:22:43+00:00"
},
{
"name": "jean85/pretty-package-versions",
"version": "2.1.1",