Skip to content

Commit

Permalink
fix(deps): update app_platform (#99)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 30, 2024
1 parent 74a8a47 commit 39cf734
Show file tree
Hide file tree
Showing 13 changed files with 602 additions and 513 deletions.
1 change: 1 addition & 0 deletions .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ jobs:
- name: Prepare database
run: |
php bin/console doctrine:schema:create
php bin/console cache:warm
php bin/console domain:add example.com
php bin/console user:add --password=changeme --admin --enable admin example.com
php bin/console dkim:setup --enable --selector 2022 example.com
Expand Down
21 changes: 10 additions & 11 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,19 @@
"php": ">=8.3",
"ext-iconv": "*",
"ext-openssl": "*",
"doctrine/dbal": "4.0.3",
"doctrine/dbal": "4.0.4",
"doctrine/doctrine-bundle": "2.12.0",
"doctrine/doctrine-migrations-bundle": "3.3.1",
"doctrine/orm": "3.2.1",
"easycorp/easyadmin-bundle": "v4.10.5",
"symfony/console": "v6.4.9",
"easycorp/easyadmin-bundle": "v4.11.0",
"symfony/console": "v6.4.10",
"symfony/flex": "v2.4.5",
"symfony/framework-bundle": "v6.4.9",
"symfony/framework-bundle": "v6.4.10",
"symfony/proxy-manager-bridge": "v6.4.8",
"symfony/runtime": "v6.4.8",
"symfony/security-bundle": "v6.4.9",
"symfony/security-bundle": "v6.4.10",
"symfony/twig-bundle": "v6.4.8",
"symfony/validator": "v6.4.9",
"symfony/validator": "v6.4.10",
"symfony/yaml": "v6.4.8"
},
"require-dev": {
Expand All @@ -29,10 +29,10 @@
"rector/rector": "1.2.2",
"symfony/browser-kit": "v6.4.8",
"symfony/css-selector": "v6.4.8",
"symfony/dotenv": "v6.4.8",
"symfony/phpunit-bridge": "v6.4.9",
"symfony/dotenv": "v6.4.10",
"symfony/phpunit-bridge": "v6.4.10",
"symfony/stopwatch": "v6.4.8",
"symfony/web-profiler-bundle": "v6.4.8"
"symfony/web-profiler-bundle": "v6.4.10"
},
"config": {
"preferred-install": {
Expand Down Expand Up @@ -78,8 +78,7 @@
},
"extra": {
"symfony": {
"allow-contrib": false,
"require": "6.4.*"
"allow-contrib": false
}
}
}
Loading

0 comments on commit 39cf734

Please sign in to comment.