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

Commit

Permalink
[BUGFIX] Update the Symfony dependency to supported versions only (#209)
Browse files Browse the repository at this point in the history
Fixes #186
  • Loading branch information
oliverklee committed Nov 24, 2020
1 parent 2367cf7 commit 6a6c280
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ included PHPUnit package.
- Lint the code with PHP 8 (#198)

### Changed
- Update the Symfony dependency to supported versions only (#209)
- Switch the CI from Travis CI to GitHub actions (#197)
- Switch the default branch from master to main (#196)
- Update `helhum/typo3-console` (#177, #179, #182, #205)
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.0 || ~7.3.0 || ~7.4.0",
"symfony/console": "^4.0 || ^5.0",
"symfony/console": "^4.4 || ^5.1",
"typo3/cms-core": "^9.5 || ^10.3"
},
"require-dev": {
Expand Down

0 comments on commit 6a6c280

Please sign in to comment.