We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bfe9f8b + 08348b5 commit 157e755Copy full SHA for 157e755
2 files changed
.github/workflows/build.yml
@@ -32,7 +32,10 @@ jobs:
32
33
- run: vendor/bin/phpstan
34
if: ${{ failure() || success() }}
35
-
+
36
+ - run: vendor/bin/rector process --dry-run
37
+ if: ${{ failure() || success() }}
38
39
- run: XDEBUG_MODE=coverage vendor/bin/phpunit --coverage-clover ./clover.xml --log-junit ./phpunit.report.xml
40
41
composer.json
@@ -22,8 +22,7 @@
22
}
23
},
24
"require-dev": {
25
- "assoconnect/php-quality-config": "^1.0",
26
- "rector/rector": "^1.2"
+ "assoconnect/php-quality-config": "^1.16"
27
28
"require": {
29
"php": "^7.4|^8.0",
0 commit comments