Skip to content

Commit

Permalink
Tentatively allow Symfony 7 (no deprecations need fixing from Symfony 6)
Browse files Browse the repository at this point in the history
  • Loading branch information
dvdoug committed Nov 13, 2023
1 parent 40d0658 commit f3e0019
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Changelog

## [Unreleased] - 2023-xx-xx
### Added
- Support for Symfony 7


## [5.3.1] - 2023-05-08
### Changed
Expand Down
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@
"behat/behat": "^3.10",
"composer/semver": "^3.0",
"phpunit/php-code-coverage": "^9.2.16||^10.0",
"symfony/config": "^4.4.30||^5.1.4||^6.0",
"symfony/console": "^4.4.30||^5.3.7||^6.0.9",
"symfony/dependency-injection": "^4.4.12||^5.1.4||^6.0",
"symfony/event-dispatcher": "^4.4||^5.0||^6.0"
"symfony/config": "^4.4.30||^5.1.4||^6.0||^7.0",
"symfony/console": "^4.4.30||^5.3.7||^6.0.9||^7.0",
"symfony/dependency-injection": "^4.4.12||^5.1.4||^6.0||^7.0",
"symfony/event-dispatcher": "^4.4||^5.0||^6.0||^7.0"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^3.38.0",
"phpunit/phpunit": "^9.5.5||^10.0",
"symfony/filesystem": "^4.4||^5.0||^6.0"
"symfony/filesystem": "^4.4||^5.0||^6.0||^7.0"
},
"suggest": {
"ext-xdebug": "Xdebug allows you to collect line, branch and path coverage",
Expand Down

0 comments on commit f3e0019

Please sign in to comment.