Skip to content

Commit

Permalink
Remove allowing version ^3.3 for yokai/enum-bundle bundle because…
Browse files Browse the repository at this point in the history
… `ParameterTypeEnum` extends `TranslatedEnum` and this is not present in version `^3.3`
  • Loading branch information
mathieu-ducrot committed Jun 4, 2024
1 parent 5cd8142 commit 9ed0562
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
CHANGELOG
===================
## v2.2.0 - (2024-04-22)
## v2.2.0 - (2024-06-04)
### Changed
- `AbstractAdmin::__construct` params are now all optionnal as we must configure it through tags from what's ask on the next v5 of Sonata Admin
- Update minimal smartbooster/core-bundle requirements to have ProcessMonitor and ApiCallMonitor services
Expand All @@ -16,6 +16,9 @@ CHANGELOG
### Fixed
- `ParameterAdmin` fix remove useless translations options on the type enum field

### Removed
- Remove allowing version `^3.3` for `yokai/enum-bundle` bundle because `ParameterTypeEnum` extends `TranslatedEnum` and this is not present in version `^3.3`

## v2.1.1 - (2024-03-28)

### Added
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@
"yokai/security-token-bundle": "^3.3",
"sentry/sentry-symfony": "^4.1",
"symfony/expression-language": "^4.4 || ^5.4 || ^6.0",
"smartbooster/core-bundle": "^1.2.4",
"yokai/enum-bundle": "^3.3 || ^4.1"
"smartbooster/core-bundle": "^v1.4.1",
"yokai/enum-bundle": "^4.1"
},
"require-dev": {
"smartbooster/standard-bundle": "^1.0",
Expand Down

0 comments on commit 9ed0562

Please sign in to comment.