Skip to content

Commit

Permalink
Update symfony 7.0 > 7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
johanib committed Nov 12, 2024
1 parent bbc84ff commit 56baf31
Show file tree
Hide file tree
Showing 2 changed files with 338 additions and 247 deletions.
14 changes: 7 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@
"guzzlehttp/guzzle": "^7.0",
"incenteev/composer-parameter-handler": "^2.2",
"openconext/monitor-bundle": "^4.2",
"symfony/console": "7.0.*",
"symfony/console": "7.1.*",
"symfony/flex": "^2",
"symfony/framework-bundle": "7.0.*",
"symfony/framework-bundle": "7.1.*",
"symfony/monolog-bundle": "*",
"symfony/phpunit-bridge": "^7.0",
"symfony/runtime": "7.0.*",
"symfony/security-bundle": "7.0.*",
"symfony/yaml": "7.0.*"
"symfony/phpunit-bridge": "^7.1",
"symfony/runtime": "7.1.*",
"symfony/security-bundle": "7.1.*",
"symfony/yaml": "7.1.*"
},
"config": {
"allow-plugins": {
Expand Down Expand Up @@ -98,7 +98,7 @@
},
"symfony": {
"allow-contrib": false,
"require": "7.0.*"
"require": "7.1.*"
},
"incenteev-parameters": {
"file": "config/openconext/parameters.yaml"
Expand Down
Loading

0 comments on commit 56baf31

Please sign in to comment.