Skip to content

Commit

Permalink
Fix: Allow installation of symfony/filesystem:^5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
localheinz committed Nov 15, 2021
1 parent f81d67c commit d3d5253
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 9 deletions.
2 changes: 2 additions & 0 deletions .github/dependabot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ updates:
include: "scope"
prefix: "composer"
directory: "/"
ignore:
- dependency-name: "symfony/filesystem"
labels:
- "dependency"
open-pull-requests-limit: 10
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"phpstan/phpstan-strict-rules": "~0.12.11",
"phpunit/phpunit": "^9.5.10",
"psalm/plugin-phpunit": "~0.16.1",
"symfony/filesystem": "^4.4.0",
"symfony/filesystem": "^4.4.0 || ^5.0.0",
"vimeo/psalm": "^4.12.0"
},
"config": {
Expand Down
16 changes: 8 additions & 8 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d3d5253

Please sign in to comment.