Add post and species forms
Squashed commit of the following: Author: Hugo PRADIER <Hugo.PRADIER2@etu.uca.fr> Author: bastien ollier <bastien.ollier@etu.uca.fr> Author: clfreville2 <clement.freville2@etu.uca.fr> Reviewed on #7
This commit is contained in:
29
composer.lock
generated
29
composer.lock
generated
@@ -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": "cce9cbfaf4a49449e6431a8515f9d9eb",
|
||||
"content-hash": "9df70d112adfdfa4fbcde08b504d0bb9",
|
||||
"packages": [
|
||||
{
|
||||
"name": "api-platform/core",
|
||||
@@ -3757,16 +3757,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": {
|
||||
@@ -3833,7 +3833,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": [
|
||||
{
|
||||
@@ -3849,7 +3849,7 @@
|
||||
"type": "tidelift"
|
||||
}
|
||||
],
|
||||
"time": "2024-04-28T11:44:19+00:00"
|
||||
"time": "2024-05-31T14:55:39+00:00"
|
||||
},
|
||||
{
|
||||
"name": "symfony/framework-bundle",
|
||||
@@ -7137,16 +7137,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": {
|
||||
@@ -7191,7 +7191,8 @@
|
||||
"Symfony\\Component\\Validator\\": ""
|
||||
},
|
||||
"exclude-from-classmap": [
|
||||
"/Tests/"
|
||||
"/Tests/",
|
||||
"/Resources/bin/"
|
||||
]
|
||||
},
|
||||
"notification-url": "https://packagist.org/downloads/",
|
||||
@@ -7211,7 +7212,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": [
|
||||
{
|
||||
@@ -7227,7 +7228,7 @@
|
||||
"type": "tidelift"
|
||||
}
|
||||
],
|
||||
"time": "2024-04-28T11:44:19+00:00"
|
||||
"time": "2024-06-02T15:49:03+00:00"
|
||||
},
|
||||
{
|
||||
"name": "symfony/var-dumper",
|
||||
|
Reference in New Issue
Block a user