1
0
mirror of https://github.com/dannyvankooten/AltoRouter.git synced 2025-09-03 13:12:40 +02:00

add php-cs to match with PSR2 requirements

This commit is contained in:
Félix Dorn
2019-07-03 21:39:35 +02:00
parent dce6efdea2
commit 24360d6162
2 changed files with 12 additions and 1 deletions

View File

@@ -24,7 +24,8 @@
},
"require-dev": {
"phpunit/phpunit": "5.7.*",
"codeclimate/php-test-reporter": "dev-master"
"codeclimate/php-test-reporter": "dev-master",
"squizlabs/php_codesniffer": "3.4.2"
},
"autoload": {
"classmap": ["AltoRouter.php"]