From 9d2f0204e30042086c8bcb432598716d42dcc028 Mon Sep 17 00:00:00 2001 From: lubiana Date: Sun, 15 Jun 2025 13:03:18 +0200 Subject: [PATCH] locki --- .env.dev | 4 +++ .gitignore | 9 +++++++ symfony.lock | 73 +++++++++++++++++++++++++++++----------------------- 3 files changed, 54 insertions(+), 32 deletions(-) create mode 100644 .env.dev diff --git a/.env.dev b/.env.dev new file mode 100644 index 0000000..f3f3304 --- /dev/null +++ b/.env.dev @@ -0,0 +1,4 @@ + +###> symfony/framework-bundle ### +APP_SECRET=11c8937d48993fb3aee1a476413161f5 +###< symfony/framework-bundle ### diff --git a/.gitignore b/.gitignore index 80c163f..fc6822e 100644 --- a/.gitignore +++ b/.gitignore @@ -17,3 +17,12 @@ ###< phpunit/phpunit ### .DS_Store + +###> squizlabs/php_codesniffer ### +/.phpcs-cache +/phpcs.xml +###< squizlabs/php_codesniffer ### + +###> phpstan/phpstan ### +phpstan.neon +###< phpstan/phpstan ### diff --git a/symfony.lock b/symfony.lock index 11e9d52..7b7218e 100644 --- a/symfony.lock +++ b/symfony.lock @@ -9,12 +9,12 @@ } }, "doctrine/doctrine-bundle": { - "version": "2.12", + "version": "2.14", "recipe": { "repo": "github.com/symfony/recipes", "branch": "main", - "version": "2.12", - "ref": "7266981c201efbbe02ae53c87f8bb378e3f825ae" + "version": "2.13", + "ref": "620b57f496f2e599a6015a9fa222c2ee0a32adcb" }, "files": [ "config/packages/doctrine.yaml", @@ -23,7 +23,7 @@ ] }, "doctrine/doctrine-fixtures-bundle": { - "version": "4.0", + "version": "4.1", "recipe": { "repo": "github.com/symfony/recipes", "branch": "main", @@ -35,7 +35,7 @@ ] }, "doctrine/doctrine-migrations-bundle": { - "version": "3.3", + "version": "3.4", "recipe": { "repo": "github.com/symfony/recipes", "branch": "main", @@ -48,7 +48,7 @@ ] }, "liip/test-fixtures-bundle": { - "version": "3.2.1" + "version": "3.4.0" }, "nelmio/cors-bundle": { "version": "2.5", @@ -63,39 +63,46 @@ ] }, "phpstan/phpstan": { - "version": "1.11", + "version": "1.12", "recipe": { "repo": "github.com/symfony/recipes-contrib", "branch": "main", "version": "1.0", "ref": "5e490cc197fb6bb1ae22e5abbc531ddc633b6767" - } + }, + "files": [ + "phpstan.dist.neon" + ] }, "phpunit/phpunit": { - "version": "11.4", + "version": "11.5", "recipe": { "repo": "github.com/symfony/recipes", "branch": "main", - "version": "9.6", - "ref": "7364a21d87e658eb363c5020c072ecfdc12e2326" + "version": "11.1", + "ref": "c6658a60fc9d594805370eacdf542c3d6b5c0869" }, "files": [ ".env.test", "phpunit.xml.dist", - "tests/bootstrap.php" + "tests/bootstrap.php", + "bin/phpunit" ] }, "squizlabs/php_codesniffer": { - "version": "3.10", + "version": "3.13", "recipe": { "repo": "github.com/symfony/recipes-contrib", "branch": "main", "version": "3.6", "ref": "1019e5c08d4821cb9b77f4891f8e9c31ff20ac6f" - } + }, + "files": [ + "phpcs.xml.dist" + ] }, "symfony/console": { - "version": "7.1", + "version": "7.3", "recipe": { "repo": "github.com/symfony/recipes", "branch": "main", @@ -107,15 +114,16 @@ ] }, "symfony/flex": { - "version": "2.4", + "version": "2.7", "recipe": { "repo": "github.com/symfony/recipes", "branch": "main", - "version": "1.0", - "ref": "146251ae39e06a95be0fe3d13c807bcf3938b172" + "version": "2.4", + "ref": "52e9754527a15e2b79d9a610f98185a1fe46622a" }, "files": [ - ".env" + ".env", + ".env.dev" ] }, "symfony/form": { @@ -131,12 +139,12 @@ ] }, "symfony/framework-bundle": { - "version": "7.1", + "version": "7.3", "recipe": { "repo": "github.com/symfony/recipes", "branch": "main", - "version": "7.0", - "ref": "6356c19b9ae08e7763e4ba2d9ae63043efc75db5" + "version": "7.3", + "ref": "5a1497d539f691b96afd45ae397ce5fe30beb4b9" }, "files": [ "config/packages/cache.yaml", @@ -146,11 +154,12 @@ "config/services.yaml", "public/index.php", "src/Controller/.gitignore", - "src/Kernel.php" + "src/Kernel.php", + ".editorconfig" ] }, "symfony/maker-bundle": { - "version": "1.60", + "version": "1.63", "recipe": { "repo": "github.com/symfony/recipes", "branch": "main", @@ -171,7 +180,7 @@ ] }, "symfony/routing": { - "version": "7.1", + "version": "7.3", "recipe": { "repo": "github.com/symfony/recipes", "branch": "main", @@ -184,7 +193,7 @@ ] }, "symfony/security-bundle": { - "version": "7.2", + "version": "7.3", "recipe": { "repo": "github.com/symfony/recipes", "branch": "main", @@ -197,7 +206,7 @@ ] }, "symfony/twig-bundle": { - "version": "7.1", + "version": "7.3", "recipe": { "repo": "github.com/symfony/recipes", "branch": "main", @@ -210,7 +219,7 @@ ] }, "symfony/uid": { - "version": "7.1", + "version": "7.3", "recipe": { "repo": "github.com/symfony/recipes", "branch": "main", @@ -219,7 +228,7 @@ } }, "symfony/validator": { - "version": "7.1", + "version": "7.3", "recipe": { "repo": "github.com/symfony/recipes", "branch": "main", @@ -231,12 +240,12 @@ ] }, "symfony/web-profiler-bundle": { - "version": "7.1", + "version": "7.3", "recipe": { "repo": "github.com/symfony/recipes", "branch": "main", - "version": "6.1", - "ref": "e42b3f0177df239add25373083a564e5ead4e13a" + "version": "7.3", + "ref": "5b2b543e13942495c0003f67780cb4448af9e606" }, "files": [ "config/packages/web_profiler.yaml",