Skip to content

Commit 57ec841

Browse files
authored
Merge pull request #85 from itk-dev/feature/update-oidc-5.0-symfony-8.1
Update openid-connect-bundle to 5.0 and Symfony to 8.1
2 parents 0e07ab2 + 86fab2f commit 57ec841

7 files changed

Lines changed: 618 additions & 460 deletions

File tree

.github/workflows/composer.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,4 +76,4 @@ jobs:
7676
docker network create frontend
7777
7878
- run: |
79-
docker compose run --rm phpfpm composer audit
79+
docker compose run --rm phpfpm composer audit --locked

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1414
- [#81](https://github.com/itk-dev/devops_itksites/pull/81) 5564: Asset Mapper migration
1515
- Add Symfony Asset Mapper bundle and importmap
1616

17+
- [#85](https://github.com/itk-dev/devops_itksites/pull/85)
18+
Update openid-connect-bundle to 5.0 and Symfony to 8.1
19+
- Bump `itk-dev/openid-connect-bundle` to `^5.0` (pulls `itk-dev/openid-connect` 5.0)
20+
- Migrate OIDC authenticator to the new exception marker interface
21+
`OpenIdConnectExceptionInterface` (5.0 BC: concrete exceptions no longer
22+
extend `ItkOpenIdConnectException`)
23+
- Update Symfony to 8.1
24+
25+
## [1.11.1] - 2026-06-01
26+
1727
- [#84](https://github.com/itk-dev/devops_itksites/pull/84)
1828
Update composer dependencies. Fix for Symfony and Twig CVE's
1929

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)