Skip to content

Commit

Permalink
add support for symfony 7
Browse files Browse the repository at this point in the history
  • Loading branch information
Baptouuuu committed Dec 2, 2023
1 parent 0a4424e commit 33df3b3
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 4 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [Unreleased]

### Added

- Support for `symfony/framework-bundle:~7.0`
- Support for `symfony/browser-kit:~7.0`
- Support for `symfony/http-foundation:~7.0`
- Support for `symfony/http-kernel:~7.0`

## 1.1.1 - 2023-09-02

### Fixed
Expand Down
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@
"require": {
"php": "~8.2",
"innmind/black-box": "~5.3",
"symfony/framework-bundle": "~6.0",
"symfony/browser-kit": "~6.0",
"symfony/http-foundation": "~6.0",
"symfony/http-kernel": "~6.0"
"symfony/framework-bundle": "~6.0|~7.0",
"symfony/browser-kit": "~6.0|~7.0",
"symfony/http-foundation": "~6.0|~7.0",
"symfony/http-kernel": "~6.0|~7.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 33df3b3

Please sign in to comment.