feat(Controller/composer): Ajoute robots.txt et modifie les routes de réservation.
```
This commit is contained in:
Serreau Jovann
2026-01-20 11:20:28 +01:00
parent efcf2e955c
commit 14aa985aad
5 changed files with 93 additions and 47 deletions

67
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": "4d8f04690344698e5031e5b37786c9f9",
"content-hash": "27d6dc80377aad07d8d0daeb45496c8e",
"packages": [
{
"name": "async-aws/core",
@@ -2410,6 +2410,71 @@
},
"time": "2025-04-09T20:32:01+00:00"
},
{
"name": "fkrzski/robots-txt",
"version": "2.0.1",
"source": {
"type": "git",
"url": "https://github.com/fkrzski/robots-txt.git",
"reference": "da2468b1a6ce2901c0a08fc0b4163c4e47128957"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/fkrzski/robots-txt/zipball/da2468b1a6ce2901c0a08fc0b4163c4e47128957",
"reference": "da2468b1a6ce2901c0a08fc0b4163c4e47128957",
"shasum": ""
},
"require": {
"php": "^8.3"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^3.0",
"pestphp/pest": "^3.3",
"pestphp/pest-plugin-type-coverage": "^3.2",
"phpstan/phpstan": "^1.0",
"rector/rector": "^1.0",
"vimeo/psalm": "^6.0@dev"
},
"type": "library",
"autoload": {
"psr-4": {
"Fkrzski\\RobotsTxt\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "fkrzski",
"email": "filip.krzyzanowski@protonmail.com",
"homepage": "https://github.com/fkrzski",
"role": "Developer"
}
],
"description": "A modern, fluent PHP package for managing robots.txt rules with type safety and great developer experience",
"keywords": [
"crawler",
"php8",
"robots",
"robots.txt",
"seo",
"web-crawler"
],
"support": {
"email": "filip.krzyzanowski@protonmail.com",
"issues": "https://github.com/fkrzski/robots-txt/issues",
"source": "https://github.com/fkrzski/robots-txt"
},
"funding": [
{
"url": "https://github.com/sponsors/fkrzski",
"type": "github"
}
],
"time": "2025-08-20T18:35:48+00:00"
},
{
"name": "fpdf/fpdf",
"version": "1.86.1",