Skip to content

Commit

Permalink
Support Symfony 7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ajgarlag committed Jan 20, 2024
1 parent 0be7d33 commit 149ae1e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).

### Added
- Support PHP 8.3
- Support Symfony 7

## [0.4.0] - 2022-12-06

Expand Down
4 changes: 2 additions & 2 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/framework-bundle": "^4.4 || ^5.4 || ^6.4 || ^7.0",
"symfony/phpunit-bridge": "^6.2",
"symfony/twig-bundle": "^4.4 || ^5.4 || ^6.0"
"symfony/twig-bundle": "^4.4 || ^5.4 || ^6.4 || ^7.0"
},
"conflict": {
"composer/xdebug-handler": "<2.0",
Expand Down

0 comments on commit 149ae1e

Please sign in to comment.