Skip to content

Commit

Permalink
composer bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
qbbr committed Oct 1, 2024
1 parent dd2307a commit d043c54
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
18 changes: 9 additions & 9 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@
"ext-pdo": "*",
"ext-pdo_mysql": "*",
"ext-apcu": "*",
"doctrine/annotations": "^2.0.1",
"doctrine/doctrine-bundle": "^2.12.0",
"doctrine/annotations": "^2.0.2",
"doctrine/doctrine-bundle": "^2.13.0",
"doctrine/doctrine-migrations-bundle": "^3.3.1",
"doctrine/orm": "^2.19.5",
"doctrine/orm": "^2.19.7",
"symfony/console": "7.0.*",
"symfony/dotenv": "7.0.*",
"symfony/flex": "^2.4.5",
"symfony/flex": "^2.4.6",
"symfony/framework-bundle": "7.0.*",
"symfony/property-access": "7.0.*",
"symfony/runtime": "7.0.*",
Expand Down Expand Up @@ -85,12 +85,12 @@
},
"require-dev": {
"doctrine/doctrine-fixtures-bundle": "^3.6.1",
"friendsofphp/php-cs-fixer": "^3.58.1",
"phpstan/phpstan": "^1.11.2",
"phpunit/phpunit": "^10.5.20",
"friendsofphp/php-cs-fixer": "^3.64.0",
"phpstan/phpstan": "^1.12.5",
"phpunit/phpunit": "^10.5.35",
"symfony/browser-kit": "7.0.*",
"symfony/css-selector": "7.0.*",
"symfony/maker-bundle": "^1.59.1",
"symfony/phpunit-bridge": "^6.4.7"
"symfony/maker-bundle": "^1.61.0",
"symfony/phpunit-bridge": "^6.4.11"
}
}
2 changes: 1 addition & 1 deletion composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d043c54

Please sign in to comment.