registration form

This commit is contained in:
Olivier PARPAILLON
2024-11-19 10:34:34 +01:00
parent 9719ea9d1e
commit 9783fe66ff
12 changed files with 264 additions and 87 deletions

48
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": "33bcc2038360ba02bb2a0f01f9a1bf9a",
"content-hash": "12d1d380814a0606ceb716bdf895138d",
"packages": [
{
"name": "composer/semver",
@@ -7509,6 +7509,52 @@
],
"time": "2024-09-25T14:18:03+00:00"
},
{
"name": "symfonycasts/verify-email-bundle",
"version": "v1.17.2",
"source": {
"type": "git",
"url": "https://github.com/SymfonyCasts/verify-email-bundle.git",
"reference": "05d47360e423cd8cb6cde639972abefcf7aac7f0"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/SymfonyCasts/verify-email-bundle/zipball/05d47360e423cd8cb6cde639972abefcf7aac7f0",
"reference": "05d47360e423cd8cb6cde639972abefcf7aac7f0",
"shasum": ""
},
"require": {
"ext-json": "*",
"php": ">=8.1",
"symfony/config": "^5.4 | ^6.0 | ^7.0",
"symfony/dependency-injection": "^5.4 | ^6.0 | ^7.0",
"symfony/deprecation-contracts": "^2.2 | ^3.0",
"symfony/http-kernel": "^5.4 | ^6.0 | ^7.0",
"symfony/routing": "^5.4 | ^6.0 | ^7.0"
},
"require-dev": {
"doctrine/orm": "^2.7",
"doctrine/persistence": "^2.0",
"symfony/framework-bundle": "^5.4 | ^6.0 | ^7.0",
"symfony/phpunit-bridge": "^5.4 | ^6.0 | ^7.0"
},
"type": "symfony-bundle",
"autoload": {
"psr-4": {
"SymfonyCasts\\Bundle\\VerifyEmail\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"description": "Simple, stylish Email Verification for Symfony",
"support": {
"issues": "https://github.com/SymfonyCasts/verify-email-bundle/issues",
"source": "https://github.com/SymfonyCasts/verify-email-bundle/tree/v1.17.2"
},
"time": "2024-10-22T11:14:17+00:00"
},
{
"name": "twig/extra-bundle",
"version": "v3.15.0",