From 30ce97e13bf294018dcf1685369d43f25c89b3cd Mon Sep 17 00:00:00 2001 From: barillote Date: Thu, 3 Oct 2024 15:18:31 +0200 Subject: [PATCH] Projet repare --- .env | 10 -- .idea/codeception.xml | 12 ++ .idea/php.xml | 123 +++++++--------- .idea/phpspec.xml | 10 ++ .idea/workspace.xml | 271 +++++++++++++++++++---------------- compose.override.yaml | 6 - compose.yaml | 29 ---- composer.json | 1 - composer.lock | 267 ++-------------------------------- config/bundles.php | 1 - config/packages/mercure.yaml | 8 -- symfony.lock | 12 -- 12 files changed, 231 insertions(+), 519 deletions(-) create mode 100644 .idea/codeception.xml create mode 100644 .idea/phpspec.xml delete mode 100644 config/packages/mercure.yaml diff --git a/.env b/.env index 9c4db2c..7c81431 100644 --- a/.env +++ b/.env @@ -39,13 +39,3 @@ MESSENGER_TRANSPORT_DSN=doctrine://default?auto_setup=0 ###> symfony/mailer ### # MAILER_DSN=null://null ###< symfony/mailer ### - -###> symfony/mercure-bundle ### -# See https://symfony.com/doc/current/mercure.html#configuration -# The URL of the Mercure hub, used by the app to publish updates (can be a local URL) -MERCURE_URL=https://example.com/.well-known/mercure -# The public URL of the Mercure hub, used by the browser to connect -MERCURE_PUBLIC_URL=https://example.com/.well-known/mercure -# The secret used to sign the JWTs -MERCURE_JWT_SECRET="!ChangeThisMercureHubJWTSecretKey!" -###< symfony/mercure-bundle ### diff --git a/.idea/codeception.xml b/.idea/codeception.xml new file mode 100644 index 0000000..330f2dd --- /dev/null +++ b/.idea/codeception.xml @@ -0,0 +1,12 @@ + + + + + + \ No newline at end of file diff --git a/.idea/php.xml b/.idea/php.xml index 5dd201e..d41c898 100644 --- a/.idea/php.xml +++ b/.idea/php.xml @@ -1,20 +1,51 @@ -<<<<<<< HEAD -======= - - - - - - ->>>>>>> oscar + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -32,7 +63,6 @@ - @@ -42,48 +72,31 @@ - - + - - - - - - - - - - - - - - - - - + @@ -94,16 +107,12 @@ + - - - - - @@ -111,20 +120,7 @@ - - - - - - - - - - - - - - + @@ -135,34 +131,13 @@ - - - - - - - - - - - - - + -<<<<<<< HEAD -======= - - - - ->>>>>>> oscar \ No newline at end of file diff --git a/.idea/phpspec.xml b/.idea/phpspec.xml new file mode 100644 index 0000000..33107fd --- /dev/null +++ b/.idea/phpspec.xml @@ -0,0 +1,10 @@ + + + + + + + + + \ No newline at end of file diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 708202f..13f8a62 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -4,13 +4,18 @@