Skip to content

Commit

Permalink
Upgrade the Symfony recipes files (#253)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-schranz authored Jul 25, 2024
1 parent 8dbda27 commit 60dbfe6
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 35 deletions.
4 changes: 2 additions & 2 deletions compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ services:
MYSQL_ROOT_PASSWORD: ${MYSQL_ROOT_PASSWORD:-ChangeMe}
MYSQL_ROOT_HOST: '%'
volumes:
- database-data:/var/lib/mysql
- database_data:/var/lib/mysql
# You may use a bind-mounted host directory instead, so that it is harder to accidentally remove the volume and lose all your data!
# - ./docker/db/data:/var/lib/mysql:rw
###< doctrine/doctrine-bundle ###

volumes:
###> doctrine/doctrine-bundle ###
database-data:
database_data:
###< doctrine/doctrine-bundle ###
6 changes: 3 additions & 3 deletions phpstan.dist.neon
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
parameters:
paths:
- bin/
- config
- config/
- public/
- src
- tests
- src/
- tests/
level: max
doctrine:
objectManagerLoader: tests/phpstan/object-manager.php
Expand Down
48 changes: 18 additions & 30 deletions symfony.lock
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
]
},
"doctrine/doctrine-fixtures-bundle": {
"version": "3.5",
"version": "3.6",
"recipe": {
"repo": "github.com/symfony/recipes",
"branch": "main",
Expand All @@ -46,20 +46,8 @@
"config/packages/doctrine_phpcr.yaml"
]
},
"friendsofphp/php-cs-fixer": {
"version": "3.54",
"recipe": {
"repo": "github.com/symfony/recipes",
"branch": "main",
"version": "3.0",
"ref": "be2103eb4a20942e28a6dd87736669b757132435"
},
"files": [
".php-cs-fixer.dist.php"
]
},
"friendsofsymfony/http-cache-bundle": {
"version": "2.17.0"
"version": "3.0.1"
},
"friendsofsymfony/jsrouting-bundle": {
"version": "3.5",
Expand Down Expand Up @@ -107,7 +95,7 @@
"version": "2.9.1"
},
"php-cs-fixer/shim": {
"version": "3.59",
"version": "3.60",
"recipe": {
"repo": "github.com/symfony/recipes",
"branch": "main",
Expand All @@ -134,7 +122,7 @@
"version": "1.6.0"
},
"phpstan/phpstan": {
"version": "1.10",
"version": "1.11",
"recipe": {
"repo": "github.com/symfony/recipes-contrib",
"branch": "main",
Expand All @@ -160,7 +148,7 @@
]
},
"scheb/2fa-bundle": {
"version": "7.3",
"version": "7.5",
"recipe": {
"repo": "github.com/symfony/recipes",
"branch": "main",
Expand All @@ -173,7 +161,7 @@
]
},
"stof/doctrine-extensions-bundle": {
"version": "1.11",
"version": "1.12",
"recipe": {
"repo": "github.com/symfony/recipes-contrib",
"branch": "main",
Expand All @@ -188,7 +176,7 @@
"version": "3.1.0"
},
"symfony/console": {
"version": "6.4",
"version": "7.1",
"recipe": {
"repo": "github.com/symfony/recipes",
"branch": "main",
Expand All @@ -200,7 +188,7 @@
]
},
"symfony/debug-bundle": {
"version": "6.4",
"version": "7.1",
"recipe": {
"repo": "github.com/symfony/recipes",
"branch": "main",
Expand All @@ -224,7 +212,7 @@
]
},
"symfony/framework-bundle": {
"version": "7.0",
"version": "7.1",
"recipe": {
"repo": "github.com/symfony/recipes",
"branch": "main",
Expand All @@ -243,7 +231,7 @@
]
},
"symfony/lock": {
"version": "6.4",
"version": "7.1",
"recipe": {
"repo": "github.com/symfony/recipes",
"branch": "main",
Expand All @@ -255,7 +243,7 @@
]
},
"symfony/mailer": {
"version": "6.4",
"version": "7.1",
"recipe": {
"repo": "github.com/symfony/recipes",
"branch": "main",
Expand All @@ -279,7 +267,7 @@
]
},
"symfony/phpunit-bridge": {
"version": "6.4",
"version": "7.1",
"recipe": {
"repo": "github.com/symfony/recipes",
"branch": "main",
Expand All @@ -294,7 +282,7 @@
]
},
"symfony/routing": {
"version": "7.0",
"version": "7.1",
"recipe": {
"repo": "github.com/symfony/recipes",
"branch": "main",
Expand All @@ -307,7 +295,7 @@
]
},
"symfony/security-bundle": {
"version": "6.4",
"version": "7.1",
"recipe": {
"repo": "github.com/symfony/recipes",
"branch": "main",
Expand All @@ -320,7 +308,7 @@
]
},
"symfony/translation": {
"version": "6.4",
"version": "7.1",
"recipe": {
"repo": "github.com/symfony/recipes",
"branch": "main",
Expand All @@ -333,7 +321,7 @@
]
},
"symfony/twig-bundle": {
"version": "6.4",
"version": "7.1",
"recipe": {
"repo": "github.com/symfony/recipes",
"branch": "main",
Expand All @@ -346,7 +334,7 @@
]
},
"symfony/validator": {
"version": "7.0",
"version": "7.1",
"recipe": {
"repo": "github.com/symfony/recipes",
"branch": "main",
Expand All @@ -358,7 +346,7 @@
]
},
"symfony/web-profiler-bundle": {
"version": "6.4",
"version": "7.1",
"recipe": {
"repo": "github.com/symfony/recipes",
"branch": "main",
Expand Down

0 comments on commit 60dbfe6

Please sign in to comment.