Skip to content
This repository has been archived by the owner on Dec 9, 2023. It is now read-only.

[TASK] Add support for Symfony 6 #276

Merged
merged 1 commit into from
Oct 12, 2021
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
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ included PHPUnit package.
## x.y.z

### Added
- Add support for Symfony 6 (#276)
- Add support for TYPO3 11.5 (#275)

### Changed
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
},
"require": {
"php": ">= 7.2",
"symfony/console": "^4.4 || ^5.1",
"symfony/console": "^4.4 || ^5.1 || ^6.0",
"typo3/cms-core": "^9.5 || ^10.4 || ^11.5.1"
},
"require-dev": {
Expand Down