mirror of
https://github.com/flarum/framework.git
synced 2025-06-03 06:13:07 +08:00
Add CodeSniffer dependency.
This commit is contained in:
@ -20,7 +20,8 @@
|
|||||||
"fzaninotto/faker": "1.4.0",
|
"fzaninotto/faker": "1.4.0",
|
||||||
"codeception/codeception": "~2.0.0",
|
"codeception/codeception": "~2.0.0",
|
||||||
"codeception/mockery-module": "*",
|
"codeception/mockery-module": "*",
|
||||||
"laracasts/testdummy": "~2.0"
|
"laracasts/testdummy": "~2.0",
|
||||||
|
"squizlabs/php_codesniffer": "1.*"
|
||||||
},
|
},
|
||||||
"autoload": {
|
"autoload": {
|
||||||
"psr-4": {
|
"psr-4": {
|
||||||
|
Reference in New Issue
Block a user