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 6e55620 commit ab8bcd2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,11 @@
# Changelog

## [Unreleased]

### Added

- Support for `symfony/filesystem:~7.0`

## 7.3.0 - 2023-11-05

### Added
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -17,7 +17,7 @@
"require": {
"php": "~8.2",
"innmind/immutable": "~4.15|~5.0",
"symfony/filesystem": "~6.0",
"symfony/filesystem": "~6.0|~7.0",
"innmind/stream": "~4.1",
"innmind/media-type": "~2.1",
"innmind/url": "~4.2",
Expand Down

0 comments on commit ab8bcd2

Please sign in to comment.