Skip to content

Commit

Permalink
chore: upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mtarld committed Dec 27, 2023
1 parent a7608c6 commit 1b1247e
Show file tree
Hide file tree
Showing 13 changed files with 1,268 additions and 1,543 deletions.
58 changes: 26 additions & 32 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,31 +12,30 @@
"php": ">=8.2",
"ext-ctype": "*",
"ext-iconv": "*",
"api-platform/core": "^3.1",
"doctrine/annotations": "^2.0",
"api-platform/core": "^3.2",
"doctrine/doctrine-bundle": "^2.9",
"doctrine/orm": "^2.15",
"nelmio/cors-bundle": "^2.3",
"phpdocumentor/reflection-docblock": "^5.3",
"phpstan/phpdoc-parser": "^1.2",
"symfony/asset": "6.3.*",
"symfony/console": "6.3.*",
"symfony/dotenv": "6.3.*",
"symfony/expression-language": "6.3.*",
"symfony/asset": "7.0.*",
"symfony/console": "7.0.*",
"symfony/dotenv": "7.0.*",
"symfony/expression-language": "7.0.*",
"symfony/flex": "^2",
"symfony/framework-bundle": "6.3.*",
"symfony/messenger": "6.3.*",
"symfony/framework-bundle": "7.0.*",
"symfony/messenger": "7.0.*",
"symfony/monolog-bundle": "^3.8",
"symfony/property-access": "6.3.*",
"symfony/property-info": "6.3.*",
"symfony/proxy-manager-bridge": "6.3.*",
"symfony/runtime": "6.3.*",
"symfony/security-bundle": "6.3.*",
"symfony/serializer": "6.3.*",
"symfony/twig-bundle": "6.3.*",
"symfony/uid": "6.3.*",
"symfony/validator": "6.3.*",
"symfony/yaml": "6.3.*",
"symfony/property-access": "7.0.*",
"symfony/property-info": "7.0.*",
"symfony/runtime": "7.0.*",
"symfony/security-bundle": "7.0.*",
"symfony/serializer": "7.0.*",
"symfony/string": "*",
"symfony/twig-bundle": "7.0.*",
"symfony/uid": "7.0.*",
"symfony/validator": "7.0.*",
"symfony/yaml": "7.0.*",
"webmozart/assert": "^1.11"
},
"config": {
Expand Down Expand Up @@ -87,27 +86,22 @@
"extra": {
"symfony": {
"allow-contrib": false,
"require": "6.3.*",
"docker": true,
"endpoint": [
"https://raw.githubusercontent.com/schranz-php-recipes/symfony-recipes-php/flex/main/index.json",
"https://raw.githubusercontent.com/schranz-php-recipes/symfony-recipes-php-contrib/flex/main/index.json",
"flex://defaults"
]
"require": "7.0.*",
"docker": true
}
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^3.17",
"justinrainbow/json-schema": "^5.2",
"phpunit/phpunit": "^9.6",
"qossmic/deptrac-shim": "^1.0",
"symfony/browser-kit": "6.3.*",
"symfony/css-selector": "6.3.*",
"symfony/debug-bundle": "6.3.*",
"symfony/http-client": "6.3.*",
"symfony/phpunit-bridge": "6.3.*",
"symfony/stopwatch": "6.3.*",
"symfony/web-profiler-bundle": "6.3.*",
"symfony/browser-kit": "7.0.*",
"symfony/css-selector": "7.0.*",
"symfony/debug-bundle": "7.0.*",
"symfony/http-client": "7.0.*",
"symfony/phpunit-bridge": "7.0.*",
"symfony/stopwatch": "7.0.*",
"symfony/web-profiler-bundle": "7.0.*",
"vimeo/psalm": "^5.12"
}
}
Loading

0 comments on commit 1b1247e

Please sign in to comment.