add form species

This commit is contained in:
Hugo PRADIER
2024-06-05 11:36:46 +02:00
parent 48bc5fd8c3
commit 247f9e6a01
7 changed files with 108 additions and 15 deletions

29
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": "888e1953f86d0f1fe9b271b85aab0ed0",
"content-hash": "c3dc9b5ee79b98f2d1fabe3668860864",
"packages": [
{
"name": "composer/semver",
@@ -3507,16 +3507,16 @@
},
{
"name": "symfony/form",
"version": "v7.0.7",
"version": "v7.0.8",
"source": {
"type": "git",
"url": "https://github.com/symfony/form.git",
"reference": "b4df6a399a2b03782a0163807239db342659f54f"
"reference": "1d0128e2f7e80c346ec51fa4d1ce4fec0d435eeb"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/form/zipball/b4df6a399a2b03782a0163807239db342659f54f",
"reference": "b4df6a399a2b03782a0163807239db342659f54f",
"url": "https://api.github.com/repos/symfony/form/zipball/1d0128e2f7e80c346ec51fa4d1ce4fec0d435eeb",
"reference": "1d0128e2f7e80c346ec51fa4d1ce4fec0d435eeb",
"shasum": ""
},
"require": {
@@ -3583,7 +3583,7 @@
"description": "Allows to easily create, process and reuse HTML forms",
"homepage": "https://symfony.com",
"support": {
"source": "https://github.com/symfony/form/tree/v7.0.7"
"source": "https://github.com/symfony/form/tree/v7.0.8"
},
"funding": [
{
@@ -3599,7 +3599,7 @@
"type": "tidelift"
}
],
"time": "2024-04-28T11:44:19+00:00"
"time": "2024-05-31T14:55:39+00:00"
},
{
"name": "symfony/framework-bundle",
@@ -6887,16 +6887,16 @@
},
{
"name": "symfony/validator",
"version": "v7.0.7",
"version": "v7.0.8",
"source": {
"type": "git",
"url": "https://github.com/symfony/validator.git",
"reference": "ab4e75b9d23ba70e78480aecbe4d8da15adf10eb"
"reference": "23af65dff1f4dfee9aab3a0123a243e40fa3d9cf"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/validator/zipball/ab4e75b9d23ba70e78480aecbe4d8da15adf10eb",
"reference": "ab4e75b9d23ba70e78480aecbe4d8da15adf10eb",
"url": "https://api.github.com/repos/symfony/validator/zipball/23af65dff1f4dfee9aab3a0123a243e40fa3d9cf",
"reference": "23af65dff1f4dfee9aab3a0123a243e40fa3d9cf",
"shasum": ""
},
"require": {
@@ -6941,7 +6941,8 @@
"Symfony\\Component\\Validator\\": ""
},
"exclude-from-classmap": [
"/Tests/"
"/Tests/",
"/Resources/bin/"
]
},
"notification-url": "https://packagist.org/downloads/",
@@ -6961,7 +6962,7 @@
"description": "Provides tools to validate values",
"homepage": "https://symfony.com",
"support": {
"source": "https://github.com/symfony/validator/tree/v7.0.7"
"source": "https://github.com/symfony/validator/tree/v7.0.8"
},
"funding": [
{
@@ -6977,7 +6978,7 @@
"type": "tidelift"
}
],
"time": "2024-04-28T11:44:19+00:00"
"time": "2024-06-02T15:49:03+00:00"
},
{
"name": "symfony/var-dumper",