mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
Include phpcs as a dev dependency
This commit is contained in:
parent
24bc80ed35
commit
bb03d314ff
@ -55,7 +55,8 @@
|
||||
"require-dev": {
|
||||
"phpunit/phpunit": "^5.7",
|
||||
"sminnee/phpunit-mock-objects": "^3.4.5",
|
||||
"silverstripe/versioned": "^1"
|
||||
"silverstripe/versioned": "^1",
|
||||
"squizlabs/php_codesniffer": "^3.5"
|
||||
},
|
||||
"provide": {
|
||||
"psr/container-implementation": "1.0.0"
|
||||
@ -104,4 +105,4 @@
|
||||
},
|
||||
"minimum-stability": "dev",
|
||||
"prefer-stable": true
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user