Skip to content

Commit

Permalink
Bump rule-doc-generator to prefixed version (#5737)
Browse files Browse the repository at this point in the history
  • Loading branch information
TomasVotruba committed Mar 18, 2024
1 parent bf856e2 commit b71d0fe
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"doctrine/inflector": "^2.0.9",
"fidry/cpu-core-counter": "^1.1",
"illuminate/container": "^10.43",
"nette/utils": "^3.2",
"nette/utils": "^4.0",
"nikic/php-parser": "^4.19.1",
"ondram/ci-detector": "^4.1",
"phpstan/phpdoc-parser": "^1.25",
Expand All @@ -39,10 +39,11 @@
"symfony/finder": "^6.3",
"symfony/process": "^6.3",
"symplify/easy-parallel": "^11.2.2",
"symplify/rule-doc-generator-contracts": "^11.1",
"symplify/rule-doc-generator-contracts": "^11.2",
"webmozart/assert": "^1.11"
},
"require-dev": {
"nette/robot-loader": "^4.0",
"phpstan/extension-installer": "^1.3.1",
"phpstan/phpstan-phpunit": "^1.3.15",
"phpstan/phpstan-webmozart-assert": "^1.2.2",
Expand All @@ -54,7 +55,7 @@
"symplify/easy-coding-standard": "^12.1",
"symplify/phpstan-extensions": "^11.4",
"symplify/phpstan-rules": "^12.4.5",
"symplify/rule-doc-generator": "^12.1.1",
"symplify/rule-doc-generator": "^12.1.10",
"symplify/vendor-patches": "^11.2",
"tomasvotruba/class-leak": "^0.2",
"tomasvotruba/cognitive-complexity": "^0.2",
Expand Down

0 comments on commit b71d0fe

Please sign in to comment.