Skip to content

Commit

Permalink
Merge pull request #405 from duboiss/feature/symfony-6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ajardin committed Mar 9, 2023
2 parents 2fd01cf + d50860a commit dd065ee
Show file tree
Hide file tree
Showing 4 changed files with 285 additions and 275 deletions.
28 changes: 14 additions & 14 deletions composer.json
Expand Up @@ -20,18 +20,18 @@
"ext-zlib": "*",
"composer/semver": "^3.3.2",
"ergebnis/environment-variables": "^1.3",
"symfony/console": "6.1.*",
"symfony/dotenv": "6.1.*",
"symfony/filesystem": "6.1.*",
"symfony/console": "6.2.*",
"symfony/dotenv": "6.2.*",
"symfony/filesystem": "6.2.*",
"symfony/flex": "^2.2.3",
"symfony/framework-bundle": "6.1.*",
"symfony/http-client": "6.1.*",
"symfony/process": "6.1.*",
"symfony/property-access": "6.1.*",
"symfony/runtime": "6.1.*",
"symfony/serializer": "6.1.*",
"symfony/validator": "6.1.*",
"symfony/yaml": "6.1.*"
"symfony/framework-bundle": "6.2.*",
"symfony/http-client": "6.2.*",
"symfony/process": "6.2.*",
"symfony/property-access": "6.2.*",
"symfony/runtime": "6.2.*",
"symfony/serializer": "6.2.*",
"symfony/validator": "6.2.*",
"symfony/yaml": "6.2.*"
},
"require-dev": {
"codecov/codecov-php": "dev-master",
Expand All @@ -45,8 +45,8 @@
"psalm/plugin-symfony": "^3.1.9",
"rector/rector": "^0.14.6",
"symfony/maker-bundle": "^1.47",
"symfony/phpunit-bridge": "6.1.*",
"symfony/var-dumper": "6.1.*",
"symfony/phpunit-bridge": "6.2.*",
"symfony/var-dumper": "6.2.*",
"vimeo/psalm": "^4.29"
},
"replace": {
Expand Down Expand Up @@ -92,7 +92,7 @@
},
"symfony": {
"allow-contrib": false,
"require": "6.1.*"
"require": "6.2.*"
}
},
"scripts": {
Expand Down

0 comments on commit dd065ee

Please sign in to comment.