We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8232961 commit dbba3faCopy full SHA for dbba3fa
3 files changed
composer.json
@@ -27,18 +27,11 @@
27
"pds/skeleton": "^1.0"
28
},
29
"require-dev": {
30
- "phalcon/ide-stubs": "^v5.0.1",
31
- "squizlabs/php_codesniffer": "^3.7",
32
- "vimeo/psalm": "^4.27"
+ "phalcon/ide-stubs": "^v5.0.1"
33
34
"autoload": {
35
"psr-4": {
36
"Tutorial\\": "src/"
37
}
38
- },
39
- "scripts": {
40
- "cs": "./vendor/bin/phpcs --standard=phpcs.xml",
41
- "cs-fix": "./vendor/bin/phpcbf --standard=phpcs.xml",
42
- "analyze": "./vendor/bin/psalm"
43
44
0 commit comments