mirror of
https://github.com/rectorphp/rector.git
synced 2025-04-22 16:32:27 +02:00
details [ci skip]
This commit is contained in:
parent
147c83072a
commit
9187aa01c6
11
README.md
11
README.md
@ -206,19 +206,8 @@ You can:
|
||||
```
|
||||
|
||||
|
||||
### READMEs for Subpackages
|
||||
|
||||
- [BetterReflection](/packages/BetterReflection/README.md)
|
||||
- [DeprecationExtractor](/packages/DeprecationExtractor/README.md)
|
||||
- [NodeTraverserQueue](/packages/NodeTraverserQueue/README.md)
|
||||
- [NodeTypeResolver](/packages/NodeTypeResolver/README.md)
|
||||
- [NodeValueResolver](/packages/NodeValueResolver/README.md)
|
||||
- [ReflectionDocBlock](/packages/ReflectionDocBlock/README.md)
|
||||
|
||||
|
||||
### Advanced Operations
|
||||
|
||||
|
||||
- [Service Name to Type Provider](/docs/ServiceNameToTypeProvider.md)
|
||||
|
||||
|
||||
|
@ -9,7 +9,6 @@
|
||||
"require": {
|
||||
"php": "^7.1",
|
||||
"beberlei/assert": "^2.7",
|
||||
"doctrine/annotations": "^1.5",
|
||||
"nette/utils": "^2.4",
|
||||
"nikic/php-parser": "dev-master#5900d78 as v3.1.1",
|
||||
"phpdocumentor/reflection-docblock": "^4.1",
|
||||
@ -52,7 +51,7 @@
|
||||
}
|
||||
},
|
||||
"scripts": {
|
||||
"all": ["phpunit", "@check-cs", "@phpstan"],
|
||||
"all": ["@check-cs", "phpunit"],
|
||||
"check-cs": "ecs check bin packages src tests",
|
||||
"fix-cs": "ecs check bin packages src tests --fix"
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user