Skip to content

Commit

Permalink
Update dependencies (#3984)
Browse files Browse the repository at this point in the history
  • Loading branch information
TomasVotruba committed May 27, 2023
1 parent 18d8df6 commit 330e1c5
Showing 1 changed file with 9 additions and 10 deletions.
19 changes: 9 additions & 10 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
"sebastian/diff": "^5.0",
"symfony/config": "^6.2",
"symfony/console": "^6.2.2",
"symfony/contracts": "^3.2",
"symfony/dependency-injection": "6.1.*",
"symfony/finder": "^6.2",
"symfony/process": "^6.2",
Expand All @@ -47,25 +46,25 @@
"icanhazstring/composer-unused": "^0.8.5",
"myclabs/php-enum": "^1.8.4",
"nategood/httpful": "^0.3.2",
"phpstan/extension-installer": "^1.2",
"phpstan/extension-installer": "^1.3",
"phpstan/phpstan-deprecation-rules": "^1.1",
"phpstan/phpstan-php-parser": "^1.1",
"phpstan/phpstan-phpunit": "^1.3.11",
"phpstan/phpstan-strict-rules": "^1.4.4",
"phpstan/phpstan-strict-rules": "^1.5",
"phpstan/phpstan-webmozart-assert": "^1.2.2",
"phpunit/phpunit": "^10.1.0",
"rector/phpstan-rules": "^0.6.5",
"phpunit/phpunit": "^10.1",
"rector/phpstan-rules": "^0.6",
"rector/rector-generator": "dev-main",
"spatie/enum": "^3.13",
"symplify/easy-ci": "^11.1.18",
"symplify/easy-coding-standard": "^11.3",
"symplify/phpstan-extensions": "^11.2",
"symplify/phpstan-rules": "^12.0",
"symplify/rule-doc-generator": "^11.1.18",
"symplify/vendor-patches": "^11.2.3",
"tomasvotruba/cognitive-complexity": "^0.0.1",
"tomasvotruba/type-coverage": "^0.0.5",
"tomasvotruba/unused-public": "^0.1.10"
"symplify/rule-doc-generator": "^11.2",
"symplify/vendor-patches": "^11.2",
"tomasvotruba/cognitive-complexity": "^0.1",
"tomasvotruba/type-coverage": "^0.2",
"tomasvotruba/unused-public": "^0.1"
},
"replace": {
"rector/rector": "self.version",
Expand Down

0 comments on commit 330e1c5

Please sign in to comment.