Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/composer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,4 +76,4 @@ jobs:
docker network create frontend

- run: |
docker compose run --rm phpfpm composer audit
docker compose run --rm phpfpm composer audit --locked
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- [#81](https://github.com/itk-dev/devops_itksites/pull/81) 5564: Asset Mapper migration
- Add Symfony Asset Mapper bundle and importmap

- [#85](https://github.com/itk-dev/devops_itksites/pull/85)
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 OIDC authenticator to the new exception marker interface
`OpenIdConnectExceptionInterface` (5.0 BC: concrete exceptions no longer
extend `ItkOpenIdConnectException`)
- Update Symfony to 8.1

## [1.11.1] - 2026-06-01

- [#84](https://github.com/itk-dev/devops_itksites/pull/84)
Update composer dependencies. Fix for Symfony and Twig CVE's

Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@
"doctrine/doctrine-migrations-bundle": "^4.0",
"doctrine/orm": "^3.0",
"easycorp/easyadmin-bundle": "^5.0",
"itk-dev/openid-connect-bundle": "^4.0",
"itk-dev/openid-connect-bundle": "^5.0",
"itk-dev/vault-bundle": "^1.0.0",
"nelmio/cors-bundle": "^2.2",
"ocramius/doctrine-batch-utils": "^2.8",
"phpstan/phpdoc-parser": "^2.0",
"symfony/amqp-messenger": "^8.0",
"symfony/asset": "^8.0",
"symfony/asset-mapper": "~8.0.0",
"symfony/asset-mapper": "~8.1.0",
"symfony/browser-kit": "^8.0",
"symfony/console": "^8.0",
"symfony/doctrine-messenger": "^8.0",
Expand Down Expand Up @@ -100,7 +100,7 @@
"extra": {
"symfony": {
"allow-contrib": false,
"require": "8.0.*"
"require": "8.1.*"
}
},
"scripts": {
Expand Down
Loading
Loading