feat(composer.lock): Met à jour les dépendances Composer et ajoute php-whois.

🎨 style(templates/order/process.twig): Améliore l'affichage de la commande et la gestion des options.
🐛 fix(src/Controller/Order/HomeController.php): Ajoute une route pour vérifier la disponibilité d'un nom de domaine (WHOIS).
This commit is contained in:
Serreau Jovann
2025-11-04 09:51:35 +01:00
parent 3d89f1e1a8
commit c3c17b0149
4 changed files with 357 additions and 112 deletions

64
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": "c30269ac9b27fa9af3a5958c1033684b",
"content-hash": "95e96b2eef6b5c2b6179fc5b8ba9ef6e",
"packages": [
{
"name": "async-aws/core",
@@ -3799,6 +3799,68 @@
],
"time": "2022-05-21T17:30:32+00:00"
},
{
"name": "io-developer/php-whois",
"version": "4.1.10",
"source": {
"type": "git",
"url": "https://github.com/io-developer/php-whois.git",
"reference": "ea4cf52832fe8ff56fc4937138467819aa2829c1"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/io-developer/php-whois/zipball/ea4cf52832fe8ff56fc4937138467819aa2829c1",
"reference": "ea4cf52832fe8ff56fc4937138467819aa2829c1",
"shasum": ""
},
"require": {
"ext-curl": "*",
"ext-json": "*",
"ext-mbstring": "*",
"php": ">=7.2",
"symfony/polyfill-intl-idn": "^1.27"
},
"require-dev": {
"phpunit/phpunit": "^8.0"
},
"type": "library",
"autoload": {
"psr-4": {
"Iodev\\": "src/Iodev/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Sergey Sedyshev",
"email": "i.o.developer@gmail.com",
"homepage": "https://github.com/io-developer"
}
],
"description": "PHP WHOIS provides parsed and raw whois lookup of domains and ASN routes. PHP 5.4+ and 7+ compatible ",
"homepage": "https://github.com/io-developer/php-whois",
"keywords": [
"asn",
"domain",
"info",
"lookup",
"parser",
"php",
"query",
"routes",
"tld",
"whois",
"црщшы"
],
"support": {
"issues": "https://github.com/io-developer/php-whois/issues",
"source": "https://github.com/io-developer/php-whois/tree/4.1.10"
},
"time": "2023-01-25T14:42:45+00:00"
},
{
"name": "jean85/pretty-package-versions",
"version": "2.1.1",