Quite some work done here.

This commit is contained in:
Frank
2026-01-03 22:12:51 +01:00
parent af61a3b920
commit 5b6bfaf5ad
29 changed files with 658 additions and 41 deletions

49
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": "7b090cdc9768a74bdf1ef02cc14e5d8c",
"content-hash": "663544ea81c4031dcd096a2db68ba5f8",
"packages": [
{
"name": "composer/semver",
@@ -7969,6 +7969,51 @@
],
"time": "2025-12-04T18:07:52+00:00"
},
{
"name": "symfonycasts/verify-email-bundle",
"version": "v1.18.0",
"source": {
"type": "git",
"url": "https://github.com/SymfonyCasts/verify-email-bundle.git",
"reference": "ae0e6228c240a3fa20f2df5528f2fed97b806cab"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/SymfonyCasts/verify-email-bundle/zipball/ae0e6228c240a3fa20f2df5528f2fed97b806cab",
"reference": "ae0e6228c240a3fa20f2df5528f2fed97b806cab",
"shasum": ""
},
"require": {
"php": ">=8.1",
"symfony/config": "^5.4 | ^6.0 | ^7.0 | ^8.0",
"symfony/dependency-injection": "^5.4 | ^6.0 | ^7.0 | ^8.0",
"symfony/deprecation-contracts": "^2.2 | ^3.0",
"symfony/http-kernel": "^5.4 | ^6.0 | ^7.0 | ^8.0",
"symfony/routing": "^5.4 | ^6.0 | ^7.0 | ^8.0"
},
"require-dev": {
"doctrine/orm": "^2.7",
"doctrine/persistence": "^2.0",
"symfony/framework-bundle": "^5.4 | ^6.0 | ^7.0 | ^8.0",
"symfony/phpunit-bridge": "^5.4 | ^6.0 | ^7.0 | ^8.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.18.0"
},
"time": "2025-11-29T11:53:37+00:00"
},
{
"name": "twig/extra-bundle",
"version": "v3.22.2",
@@ -10502,7 +10547,7 @@
"prefer-stable": true,
"prefer-lowest": false,
"platform": {
"php": ">=8.5.1",
"php": ">=8.2",
"ext-ctype": "*",
"ext-iconv": "*"
},