Skip to content

Commit

Permalink
SF6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
parijke committed Nov 30, 2023
1 parent 0d1be18 commit 9595177
Show file tree
Hide file tree
Showing 2 changed files with 232 additions and 223 deletions.
26 changes: 13 additions & 13 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,19 +42,19 @@
"surfnet/stepup-bundle": "dev-feature/sf6-upgrade as 6.0.6",
"surfnet/stepup-middleware-client-bundle": "dev-feature/sf6-support",
"surfnet/stepup-saml-bundle": "dev-feature/kill-off-travis as 6.0.8",
"symfony/console": "6.3.*",
"symfony/expression-language": "6.3.*",
"symfony/console": "^6.3",
"symfony/expression-language": "^6.3",
"symfony/flex": "^1.8",
"symfony/form": "6.3.*",
"symfony/framework-bundle": "6.*.*",
"symfony/http-foundation": "^6.0",
"symfony/form": "^6.3",
"symfony/framework-bundle": "^6.3",
"symfony/http-foundation": "^6.3",
"symfony/monolog-bundle": "^3.1.0",
"symfony/runtime": "6.*.*",
"symfony/security-bundle": "6.*.*",
"symfony/stopwatch": "6.3.*",
"symfony/translation": "6.3.*",
"symfony/twig-bundle": "6.3.*",
"symfony/web-profiler-bundle": "6.3.*",
"symfony/runtime": "^6.3",
"symfony/security-bundle": "^6.3",
"symfony/stopwatch": "^6.3",
"symfony/translation": "^6.3",
"symfony/twig-bundle": "^6.3",
"symfony/web-profiler-bundle": "^6.3",
"symfony/webpack-encore-bundle": "^1.8",
"twig/extra-bundle": "^3.0",
"twig/twig": "^3"
Expand All @@ -74,8 +74,8 @@
"sebastian/phpcpd": "^6.0",
"sensio/framework-extra-bundle": "*",
"squizlabs/php_codesniffer": "^3.7",
"symfony/browser-kit": "6.3.*",
"symfony/css-selector": "6.3.*",
"symfony/browser-kit": "^6.3",
"symfony/css-selector": "^6.3",
"symfony/phpunit-bridge": "^6.3"
},
"scripts": {
Expand Down
Loading

0 comments on commit 9595177

Please sign in to comment.