Skip to content

Commit

Permalink
Allow symfony/finder 3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
wouterj authored and scheb committed Nov 10, 2024
1 parent 8a19861 commit 8b66ade
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"nikic/php-parser": "^4.0|^5.0",
"phpunit/php-text-template": "^1.2.1|^2.0|^3.0",
"psr/log": "^1.0|^2.0|^3.0",
"symfony/finder": "^4.1|^5.0|^6.0",
"symfony/finder": "^3.4|^4.1|^5.0|^6.0",
"symfony/config": "^3.4|^4.0|^5.0|^6.0",
"symfony/console": "^3.4|^4.0|^5.0|^6.0",
"symfony/yaml": "^3.4|^4.0|^5.0|^6.0"
Expand Down
2 changes: 1 addition & 1 deletion src/analyzer/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"nikic/php-parser": "^4.0|^5.0",
"phpunit/php-text-template": "^1.2.1|^2.0|^3.0",
"scheb/tombstone-core": "self.version",
"symfony/finder": "^4.1|^5.0|^6.0",
"symfony/finder": "^3.4|^4.1|^5.0|^6.0",
"symfony/config": "^3.4|^4.0|^5.0|^6.0",
"symfony/console": "^3.4|^4.0|^5.0|^6.0",
"symfony/yaml": "^3.4|^4.0|^5.0|^6.0"
Expand Down

0 comments on commit 8b66ade

Please sign in to comment.