1
0
mirror of https://github.com/flarum/core.git synced 2025-07-20 08:11:27 +02:00

Add Composer scripts

This commit is contained in:
Franz Liedke
2015-08-30 14:59:10 +02:00
parent 4a271a7868
commit 099d66187d

View File

@@ -45,5 +45,9 @@
"files": [
"src/helpers.php"
]
},
"scripts": {
"test": "phpspec run",
"style": "phpcs --standard=PSR2 -np src"
}
}