Skip to content

Commit dbba3fa

Browse files
committed
adjusting composer
1 parent 8232961 commit dbba3fa

File tree

3 files changed

+35
-2211
lines changed

3 files changed

+35
-2211
lines changed

composer.json

+1-8
Original file line numberDiff line numberDiff line change
@@ -27,18 +27,11 @@
2727
"pds/skeleton": "^1.0"
2828
},
2929
"require-dev": {
30-
"phalcon/ide-stubs": "^v5.0.1",
31-
"squizlabs/php_codesniffer": "^3.7",
32-
"vimeo/psalm": "^4.27"
30+
"phalcon/ide-stubs": "^v5.0.1"
3331
},
3432
"autoload": {
3533
"psr-4": {
3634
"Tutorial\\": "src/"
3735
}
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"
4336
}
4437
}

0 commit comments

Comments
 (0)