We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a96a8c4 commit 20281fbCopy full SHA for 20281fb
composer.json
@@ -16,7 +16,7 @@
16
"role": "Developer"
17
}
18
],
19
- "requires": {
+ "require": {
20
"php": ">=7.4"
21
},
22
"require-dev": {
@@ -35,5 +35,12 @@
35
"phpstan/extension-installer": true,
36
"dealerdirect/phpcodesniffer-composer-installer": true
37
38
+ },
39
+ "scripts": {
40
+ "phpcs": "./vendor/bin/phpcs --standard=phpcs.xml.dist $(find . -name '*.php')",
41
+ "phpcbf": "./vendor/bin/phpcbf --standard=phpcs.xml.dist $(find . -name '*.php')",
42
+ "phpstan": "./vendor/bin/phpstan analyse --memory-limit=5120M",
43
+ "phpstan-baseline": "./vendor/bin/phpstan analyse --generate-baseline --memory-limit=5120M"
44
45
+
46
0 commit comments