Skip to content

Commit

Permalink
Update symfony/filesystem requirement from ^6.0 to ^6.0 || ^7.0
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
dependabot[bot] authored Jan 8, 2024
1 parent 3092d1f commit c2de7ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"require": {
"php": "^8.2",
"twig/twig": "^3.0",
"symfony/filesystem": "^6.0"
"symfony/filesystem": "^6.0 || ^7.0"
},
"require-dev": {
"mikey179/vfsstream": "^1.6.8"
Expand Down

0 comments on commit c2de7ee

Please sign in to comment.