bump Symplify packages (#6134)

This commit is contained in:
Tomas Votruba 2021-04-14 16:29:15 +02:00 committed by GitHub
parent 8f256fa281
commit a07e49c43b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 17 additions and 17 deletions

View File

@ -18,7 +18,7 @@ Rector helps you with 2 areas - major code changes and in daily work.
It's a tool that [we develop](https://getrector.org/) and share for free, so anyone can automate their refactoring.
[Hire us](https://getrector.org/contact) to skip learning Rector, AST and nodes, to educate your team about Rectors benefits and to setup Rector in your project, so that you can enjoy the 300 % development speed :+1:
[Hire us](https://getrector.org/contact) to speed up learning Rector, AST and nodes, to educate your team about Rectors benefits and to setup Rector in your project, so that you can enjoy the 300 % development speed :+1:
<br>

View File

@ -53,20 +53,20 @@
"symfony/http-kernel": "^4.4.8|^5.1",
"symfony/process": "^4.4.8|^5.1",
"symfony/uid": "^4.4.8|^5.1",
"symplify/astral": "^9.2.15",
"symplify/autowire-array-parameter": "^9.2.15",
"symplify/console-color-diff": "^9.2.15",
"symplify/package-builder": "^9.2.15",
"symplify/rule-doc-generator-contracts": "^9.2.15",
"symplify/set-config-resolver": "^9.2.15",
"symplify/simple-php-doc-parser": "^9.2.15",
"symplify/skipper": "^9.2.15",
"symplify/smart-file-system": "^9.2.15",
"symplify/symfony-php-config": "^9.2.15",
"symplify/astral": "^9.2.16",
"symplify/autowire-array-parameter": "^9.2.16",
"symplify/console-color-diff": "^9.2.16",
"symplify/package-builder": "^9.2.16",
"symplify/rule-doc-generator-contracts": "^9.2.16",
"symplify/set-config-resolver": "^9.2.16",
"symplify/simple-php-doc-parser": "^9.2.16",
"symplify/skipper": "^9.2.16",
"symplify/smart-file-system": "^9.2.16",
"symplify/symfony-php-config": "^9.2.16",
"webmozart/assert": "^1.10"
},
"require-dev": {
"symplify/rule-doc-generator": "^9.2.15",
"symplify/rule-doc-generator": "^9.2.16",
"friendsofphp/php-cs-fixer": "^2.18.3",
"nette/application": "^3.0.7",
"nette/di": "^3.0",
@ -74,11 +74,11 @@
"phpstan/phpstan-nette": "^0.12.16",
"phpunit/phpunit": "^9.5",
"rector/rector-generator": "^0.1.5",
"symplify/coding-standard": "^9.2.15",
"symplify/easy-ci": "^9.2.15",
"symplify/easy-coding-standard": "^9.2.15",
"symplify/easy-testing": "^9.2.15",
"symplify/phpstan-extensions": "^9.2.15",
"symplify/coding-standard": "^9.2.16",
"symplify/easy-ci": "^9.2.16",
"symplify/easy-coding-standard": "^9.2.16",
"symplify/easy-testing": "^9.2.16",
"symplify/phpstan-extensions": "^9.2.16",
"symplify/phpstan-rules": "^9.2",
"tracy/tracy": "^2.8"
},