Skip to content

Commit

Permalink
Update Composer dependencies
Browse files Browse the repository at this point in the history
- Remove the repository version of the saml bundle. We can rely on the
  latest actual release now
- Upgrade the monitor bundle
- Upgrade any other bundle within the set constraints
  • Loading branch information
MKodde committed Apr 11, 2024
1 parent 2d8282c commit caa2175
Show file tree
Hide file tree
Showing 2 changed files with 200 additions and 237 deletions.
10 changes: 2 additions & 8 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,6 @@
]
},
"minimum-stability": "stable",
"repositories": [
{
"url": "https://github.com/OpenConext/Stepup-saml-bundle",
"type": "git"
}
],
"require": {
"php": "^8.2",
"ext-dom": "*",
Expand All @@ -28,10 +22,10 @@
"jms/translation-bundle": "^2.1",
"knplabs/knp-paginator-bundle": "^6.0",
"nelmio/security-bundle": "^3.0",
"openconext/monitor-bundle": "^4.0",
"openconext/monitor-bundle": "^4.2",
"surfnet/stepup-bundle": "^6.0",
"surfnet/stepup-middleware-client-bundle": "^5.0.0",
"surfnet/stepup-saml-bundle": "dev-feature/kill-off-travis as 6.0",
"surfnet/stepup-saml-bundle": "^6.0",
"symfony/asset": "^6.0",
"symfony/expression-language": "^6.0",
"symfony/flex": "^v2.4.3",
Expand Down
Loading

0 comments on commit caa2175

Please sign in to comment.