We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
validate
1 parent 3627d27 commit 6904ad7Copy full SHA for 6904ad7
composer.json
@@ -52,13 +52,6 @@
52
},
53
"scripts": {
54
"test": "phpunit --colors=always --testdox tests",
55
- "validate": [
56
- "composer outdated \"petrknap/*\" --major-only --strict --ansi --no-interaction",
57
- "phpcs --colors --standard=PSR12 --exclude=Generic.Files.LineLength src tests",
58
- "phpstan analyse --level max src",
59
- "phpstan analyse --level 5 tests",
60
- "phpinsights analyse src --ansi --no-interaction"
61
- ],
62
"ci-script": [
63
"@check-implementation",
64
"@check-requirements",
0 commit comments