1
0
mirror of https://github.com/flarum/core.git synced 2025-09-01 04:11:56 +02:00

Add phpcs, Travis, clean up editorconfig and eslint

This commit is contained in:
Toby Zerner
2015-09-04 11:36:11 +09:30
parent d53571abcf
commit 7c58e44330
5 changed files with 58 additions and 13 deletions

View File

@@ -6,5 +6,8 @@
},
"require": {
"pusher/pusher-php-server": "^2.2"
},
"scripts": {
"style": "phpcs --standard=PSR2 -np src"
}
}