Skip to content

Commit

Permalink
Adding missing dependency versions
Browse files Browse the repository at this point in the history
Addig correct version to analyzer sub package
  • Loading branch information
JimTools committed Mar 4, 2024
1 parent 1b1f7f6 commit 05dd35c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/analyzer/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@
"require": {
"php": ">=7.1.3",
"ext-dom": "*",
"nikic/php-parser": "^4.0",
"phpunit/php-text-template": "^1.2.1|^2.0",
"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",
"symfony/config": "^3.4|^4.0|^5.0",
"symfony/console": "^3.4|^4.0|^5.0",
"symfony/yaml": "^3.4|^4.0|^5.0"
"symfony/finder": "^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"
},
"bin": [
"tombstone-analyzer"
Expand Down

0 comments on commit 05dd35c

Please sign in to comment.