Skip to content

Commit c2de7ee

Browse files
Update symfony/filesystem requirement from ^6.0 to ^6.0 || ^7.0
Updates the requirements on [symfony/filesystem](https://github.com/symfony/filesystem) to permit the latest version. - [Release notes](https://github.com/symfony/filesystem/releases) - [Changelog](https://github.com/symfony/filesystem/blob/7.0/CHANGELOG.md) - [Commits](symfony/filesystem@v6.0.0...v7.0.0) --- updated-dependencies: - dependency-name: symfony/filesystem dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 3092d1f commit c2de7ee

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"require": {
1313
"php": "^8.2",
1414
"twig/twig": "^3.0",
15-
"symfony/filesystem": "^6.0"
15+
"symfony/filesystem": "^6.0 || ^7.0"
1616
},
1717
"require-dev": {
1818
"mikey179/vfsstream": "^1.6.8"

0 commit comments

Comments
 (0)