Skip to content

Commit

Permalink
Upgrade to Symfony 6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
MKodde committed Nov 29, 2023
1 parent 9ec4756 commit 6d75a5a
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 96 deletions.
35 changes: 17 additions & 18 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,23 +37,22 @@
"surfnet/stepup-bundle": "^6.0",
"surfnet/stepup-gssp-bundle": "^5.0",
"surfnet/stepup-saml-bundle": "^6.0",
"symfony/asset": "^6.3",
"symfony/asset": "^6.4",
"symfony/cache": "6.*.*",
"symfony/config": "^6.3",
"symfony/console": "^6.3",
"symfony/dotenv": "^6.3",
"symfony/config": "^6.4",
"symfony/console": "^6.4",
"symfony/flex": "^2.4",
"symfony/form": "^6.3",
"symfony/http-client": "^6.3",
"symfony/form": "^6.4",
"symfony/http-client": "^6.4",
"symfony/monolog-bundle": "^3.8",
"symfony/runtime": "6.*.*",
"symfony/security-bundle": "^6.3",
"symfony/templating": "^6.3",
"symfony/translation": "^6.3",
"symfony/twig-bundle": "^6.3",
"symfony/validator": "^6.3",
"symfony/security-bundle": "^6.4",
"symfony/templating": "^6.4",
"symfony/translation": "^6.4",
"symfony/twig-bundle": "^6.4",
"symfony/validator": "^6.4",
"symfony/webpack-encore-bundle": "^2.1",
"symfony/yaml": "^6.3",
"symfony/yaml": "^6.4",
"twig/twig": "^3.8",
"web-auth/cose-lib": "^4.2",
"web-auth/webauthn-lib": "^4.7",
Expand All @@ -72,11 +71,11 @@
"slevomat/coding-standard": "^8.13",
"spatie/phpunit-snapshot-assertions": "^4.2",
"squizlabs/php_codesniffer": "^3.7",
"symfony/browser-kit": "^6.3",
"symfony/css-selector": "^6.3",
"symfony/phpunit-bridge": "^6.3",
"symfony/stopwatch": "^6.3",
"symfony/web-profiler-bundle": "^6.3"
"symfony/browser-kit": "^6.4",
"symfony/css-selector": "^6.4",
"symfony/phpunit-bridge": "^6.4",
"symfony/stopwatch": "^6.4",
"symfony/web-profiler-bundle": "^6.4"
},
"scripts": {
"check": [
Expand Down Expand Up @@ -177,7 +176,7 @@
"extra": {
"symfony": {
"allow-contrib": false,
"require": "6.*.*"
"require": "6.4.*"
},
"incenteev-parameters": [
{
Expand Down
76 changes: 1 addition & 75 deletions composer.lock

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

3 changes: 0 additions & 3 deletions symfony.lock
Original file line number Diff line number Diff line change
Expand Up @@ -439,9 +439,6 @@
"symfony/dom-crawler": {
"version": "v4.3.3"
},
"symfony/dotenv": {
"version": "v4.3.3"
},
"symfony/error-handler": {
"version": "v4.4.0"
},
Expand Down

0 comments on commit 6d75a5a

Please sign in to comment.