Skip to content

Commit 175889f

Browse files
turegjorupclaude
andcommitted
Update openid-connect-bundle to 5.0 and Symfony to 8.1
- Bump itk-dev/openid-connect-bundle to ^5.0 (pulls itk-dev/openid-connect 5.0) - Migrate AzureOIDCAuthenticator to the new OIDC exception marker interface OpenIdConnectExceptionInterface (5.0 BC: concrete exceptions no longer extend ItkOpenIdConnectException) - Update Symfony to 8.1 (Flex pin 8.1.*, asset-mapper ~8.1.0) - Regenerate config/reference.php for Symfony 8.1 Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent 0e07ab2 commit 175889f

5 files changed

Lines changed: 604 additions & 446 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1717
- [#84](https://github.com/itk-dev/devops_itksites/pull/84)
1818
Update composer dependencies. Fix for Symfony and Twig CVE's
1919

20+
- [#85](https://github.com/itk-dev/devops_itksites/pull/85)
21+
Update openid-connect-bundle to 5.0 and Symfony to 8.1
22+
- Bump `itk-dev/openid-connect-bundle` to `^5.0` (pulls `itk-dev/openid-connect` 5.0)
23+
- Migrate OIDC authenticator to the new exception marker interface
24+
`OpenIdConnectExceptionInterface` (5.0 BC: concrete exceptions no longer
25+
extend `ItkOpenIdConnectException`)
26+
- Update Symfony to 8.1
27+
2028
## [1.11.0] - 2026-05-19
2129

2230
- [#78](https://github.com/itk-dev/devops_itksites/pull/78)

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@
1414
"doctrine/doctrine-migrations-bundle": "^4.0",
1515
"doctrine/orm": "^3.0",
1616
"easycorp/easyadmin-bundle": "^5.0",
17-
"itk-dev/openid-connect-bundle": "^4.0",
17+
"itk-dev/openid-connect-bundle": "^5.0",
1818
"itk-dev/vault-bundle": "^1.0.0",
1919
"nelmio/cors-bundle": "^2.2",
2020
"ocramius/doctrine-batch-utils": "^2.8",
2121
"phpstan/phpdoc-parser": "^2.0",
2222
"symfony/amqp-messenger": "^8.0",
2323
"symfony/asset": "^8.0",
24-
"symfony/asset-mapper": "~8.0.0",
24+
"symfony/asset-mapper": "~8.1.0",
2525
"symfony/browser-kit": "^8.0",
2626
"symfony/console": "^8.0",
2727
"symfony/doctrine-messenger": "^8.0",
@@ -100,7 +100,7 @@
100100
"extra": {
101101
"symfony": {
102102
"allow-contrib": false,
103-
"require": "8.0.*"
103+
"require": "8.1.*"
104104
}
105105
},
106106
"scripts": {

0 commit comments

Comments
 (0)