Skip to content

Commit

Permalink
Added support for Symfony 6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Ruf committed Apr 28, 2022
1 parent b34c992 commit 43cc91d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed
### Security

## [1.0.3] - 2022-04-28
### Added
Support for Symfony 6.0

## [1.0] - 2021-08-09
Initial release
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
],
"require": {
"php": "^7.4 || ^8.0",
"symfony/http-kernel": "^4.4 || ^5.3",
"symfony/http-kernel": "^4.4 || ^5.3 || ^6.0",
"teewurst/pipeline": "^2.0.2||^3.0.0",
"symfony/dependency-injection": "^4.4 || ^5.3 || ^6.0.0"
"symfony/dependency-injection": "^4.4 || ^5.3 || ^6.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 43cc91d

Please sign in to comment.