Skip to content

Commit

Permalink
Merge pull request #21 from tacman/patch-3
Browse files Browse the repository at this point in the history
Add support for Symfony 7
  • Loading branch information
ajgarlag authored Jan 22, 2024
2 parents 48f0cc5 + cc2513c commit f2069dd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ This project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased][unreleased]

### Added
- Add support for Symfony 7

## [0.4.1] - 2024-01-20

### Added
Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@
"composer/xdebug-handler": "^2.0 || ^3.0",
"friendsofphp/php-cs-fixer": "^3.13",
"phpunit/phpunit": "^9.5.6",
"symfony/framework-bundle": "^4.4 || ^5.4 || ^6.0",
"symfony/phpunit-bridge": "^6.2",
"symfony/twig-bundle": "^4.4 || ^5.4 || ^6.0"
"symfony/framework-bundle": "^4.4 || ^5.4 || ^6.3 || ^7.0",
"symfony/phpunit-bridge": ">=7.0",
"symfony/twig-bundle": "^4.4 || ^5.4 || ^6.3 || ^7.0"
},
"conflict": {
"composer/xdebug-handler": "<2.0",
Expand Down

0 comments on commit f2069dd

Please sign in to comment.