locki
All checks were successful
/ ls (pull_request) Successful in 1m28s
/ ls (release) Successful in 55s
/ ls (push) Successful in 1m28s

This commit is contained in:
lubiana 2025-06-15 13:03:18 +02:00
parent a948e992d8
commit 9d2f0204e3
Signed by: lubiana
SSH key fingerprint: SHA256:vW1EA0fRR3Fw+dD/sM0K+x3Il2gSry6YRYHqOeQwrfk
3 changed files with 54 additions and 32 deletions

4
.env.dev Normal file
View file

@ -0,0 +1,4 @@
###> symfony/framework-bundle ###
APP_SECRET=11c8937d48993fb3aee1a476413161f5
###< symfony/framework-bundle ###

9
.gitignore vendored
View file

@ -17,3 +17,12 @@
###< phpunit/phpunit ### ###< phpunit/phpunit ###
.DS_Store .DS_Store
###> squizlabs/php_codesniffer ###
/.phpcs-cache
/phpcs.xml
###< squizlabs/php_codesniffer ###
###> phpstan/phpstan ###
phpstan.neon
###< phpstan/phpstan ###

View file

@ -9,12 +9,12 @@
} }
}, },
"doctrine/doctrine-bundle": { "doctrine/doctrine-bundle": {
"version": "2.12", "version": "2.14",
"recipe": { "recipe": {
"repo": "github.com/symfony/recipes", "repo": "github.com/symfony/recipes",
"branch": "main", "branch": "main",
"version": "2.12", "version": "2.13",
"ref": "7266981c201efbbe02ae53c87f8bb378e3f825ae" "ref": "620b57f496f2e599a6015a9fa222c2ee0a32adcb"
}, },
"files": [ "files": [
"config/packages/doctrine.yaml", "config/packages/doctrine.yaml",
@ -23,7 +23,7 @@
] ]
}, },
"doctrine/doctrine-fixtures-bundle": { "doctrine/doctrine-fixtures-bundle": {
"version": "4.0", "version": "4.1",
"recipe": { "recipe": {
"repo": "github.com/symfony/recipes", "repo": "github.com/symfony/recipes",
"branch": "main", "branch": "main",
@ -35,7 +35,7 @@
] ]
}, },
"doctrine/doctrine-migrations-bundle": { "doctrine/doctrine-migrations-bundle": {
"version": "3.3", "version": "3.4",
"recipe": { "recipe": {
"repo": "github.com/symfony/recipes", "repo": "github.com/symfony/recipes",
"branch": "main", "branch": "main",
@ -48,7 +48,7 @@
] ]
}, },
"liip/test-fixtures-bundle": { "liip/test-fixtures-bundle": {
"version": "3.2.1" "version": "3.4.0"
}, },
"nelmio/cors-bundle": { "nelmio/cors-bundle": {
"version": "2.5", "version": "2.5",
@ -63,39 +63,46 @@
] ]
}, },
"phpstan/phpstan": { "phpstan/phpstan": {
"version": "1.11", "version": "1.12",
"recipe": { "recipe": {
"repo": "github.com/symfony/recipes-contrib", "repo": "github.com/symfony/recipes-contrib",
"branch": "main", "branch": "main",
"version": "1.0", "version": "1.0",
"ref": "5e490cc197fb6bb1ae22e5abbc531ddc633b6767" "ref": "5e490cc197fb6bb1ae22e5abbc531ddc633b6767"
} },
"files": [
"phpstan.dist.neon"
]
}, },
"phpunit/phpunit": { "phpunit/phpunit": {
"version": "11.4", "version": "11.5",
"recipe": { "recipe": {
"repo": "github.com/symfony/recipes", "repo": "github.com/symfony/recipes",
"branch": "main", "branch": "main",
"version": "9.6", "version": "11.1",
"ref": "7364a21d87e658eb363c5020c072ecfdc12e2326" "ref": "c6658a60fc9d594805370eacdf542c3d6b5c0869"
}, },
"files": [ "files": [
".env.test", ".env.test",
"phpunit.xml.dist", "phpunit.xml.dist",
"tests/bootstrap.php" "tests/bootstrap.php",
"bin/phpunit"
] ]
}, },
"squizlabs/php_codesniffer": { "squizlabs/php_codesniffer": {
"version": "3.10", "version": "3.13",
"recipe": { "recipe": {
"repo": "github.com/symfony/recipes-contrib", "repo": "github.com/symfony/recipes-contrib",
"branch": "main", "branch": "main",
"version": "3.6", "version": "3.6",
"ref": "1019e5c08d4821cb9b77f4891f8e9c31ff20ac6f" "ref": "1019e5c08d4821cb9b77f4891f8e9c31ff20ac6f"
} },
"files": [
"phpcs.xml.dist"
]
}, },
"symfony/console": { "symfony/console": {
"version": "7.1", "version": "7.3",
"recipe": { "recipe": {
"repo": "github.com/symfony/recipes", "repo": "github.com/symfony/recipes",
"branch": "main", "branch": "main",
@ -107,15 +114,16 @@
] ]
}, },
"symfony/flex": { "symfony/flex": {
"version": "2.4", "version": "2.7",
"recipe": { "recipe": {
"repo": "github.com/symfony/recipes", "repo": "github.com/symfony/recipes",
"branch": "main", "branch": "main",
"version": "1.0", "version": "2.4",
"ref": "146251ae39e06a95be0fe3d13c807bcf3938b172" "ref": "52e9754527a15e2b79d9a610f98185a1fe46622a"
}, },
"files": [ "files": [
".env" ".env",
".env.dev"
] ]
}, },
"symfony/form": { "symfony/form": {
@ -131,12 +139,12 @@
] ]
}, },
"symfony/framework-bundle": { "symfony/framework-bundle": {
"version": "7.1", "version": "7.3",
"recipe": { "recipe": {
"repo": "github.com/symfony/recipes", "repo": "github.com/symfony/recipes",
"branch": "main", "branch": "main",
"version": "7.0", "version": "7.3",
"ref": "6356c19b9ae08e7763e4ba2d9ae63043efc75db5" "ref": "5a1497d539f691b96afd45ae397ce5fe30beb4b9"
}, },
"files": [ "files": [
"config/packages/cache.yaml", "config/packages/cache.yaml",
@ -146,11 +154,12 @@
"config/services.yaml", "config/services.yaml",
"public/index.php", "public/index.php",
"src/Controller/.gitignore", "src/Controller/.gitignore",
"src/Kernel.php" "src/Kernel.php",
".editorconfig"
] ]
}, },
"symfony/maker-bundle": { "symfony/maker-bundle": {
"version": "1.60", "version": "1.63",
"recipe": { "recipe": {
"repo": "github.com/symfony/recipes", "repo": "github.com/symfony/recipes",
"branch": "main", "branch": "main",
@ -171,7 +180,7 @@
] ]
}, },
"symfony/routing": { "symfony/routing": {
"version": "7.1", "version": "7.3",
"recipe": { "recipe": {
"repo": "github.com/symfony/recipes", "repo": "github.com/symfony/recipes",
"branch": "main", "branch": "main",
@ -184,7 +193,7 @@
] ]
}, },
"symfony/security-bundle": { "symfony/security-bundle": {
"version": "7.2", "version": "7.3",
"recipe": { "recipe": {
"repo": "github.com/symfony/recipes", "repo": "github.com/symfony/recipes",
"branch": "main", "branch": "main",
@ -197,7 +206,7 @@
] ]
}, },
"symfony/twig-bundle": { "symfony/twig-bundle": {
"version": "7.1", "version": "7.3",
"recipe": { "recipe": {
"repo": "github.com/symfony/recipes", "repo": "github.com/symfony/recipes",
"branch": "main", "branch": "main",
@ -210,7 +219,7 @@
] ]
}, },
"symfony/uid": { "symfony/uid": {
"version": "7.1", "version": "7.3",
"recipe": { "recipe": {
"repo": "github.com/symfony/recipes", "repo": "github.com/symfony/recipes",
"branch": "main", "branch": "main",
@ -219,7 +228,7 @@
} }
}, },
"symfony/validator": { "symfony/validator": {
"version": "7.1", "version": "7.3",
"recipe": { "recipe": {
"repo": "github.com/symfony/recipes", "repo": "github.com/symfony/recipes",
"branch": "main", "branch": "main",
@ -231,12 +240,12 @@
] ]
}, },
"symfony/web-profiler-bundle": { "symfony/web-profiler-bundle": {
"version": "7.1", "version": "7.3",
"recipe": { "recipe": {
"repo": "github.com/symfony/recipes", "repo": "github.com/symfony/recipes",
"branch": "main", "branch": "main",
"version": "6.1", "version": "7.3",
"ref": "e42b3f0177df239add25373083a564e5ead4e13a" "ref": "5b2b543e13942495c0003f67780cb4448af9e606"
}, },
"files": [ "files": [
"config/packages/web_profiler.yaml", "config/packages/web_profiler.yaml",