Skip to content

Commit 1d65a61

Browse files
committed
adding phalcon quality tools
1 parent 18083fd commit 1d65a61

4 files changed

Lines changed: 256 additions & 133 deletions

File tree

‎composer.json‎

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
"phalcon/phalcon": "^6.0@beta",
2121
"phalcon/phql": "1.0.x-dev",
2222
"phalcon/talon": "^1.0.0",
23+
"phalcon/code-quality": "^1.0",
2324
"phalcon/volt": "1.0.x-dev",
2425
"phpstan/phpstan": "^2.2",
2526
"phpunit/phpunit": "^10.5",
@@ -38,7 +39,9 @@
3839
"prefer-stable": true,
3940
"config": {
4041
"sort-packages": true,
41-
"allow-plugins": {}
42+
"allow-plugins": {
43+
"dealerdirect/phpcodesniffer-composer-installer": true
44+
}
4245
},
4346
"scripts": {
4447
"analyze": "phpstan analyse -c resources/phpstan.neon --memory-limit 1024M",

0 commit comments

Comments
 (0)