mirror of
https://github.com/flarum/framework.git
synced 2025-01-20 02:42:44 +08:00
Add Composer scripts
This commit is contained in:
parent
1d1cc9e443
commit
ba097dc147
|
@ -45,5 +45,9 @@
|
||||||
"files": [
|
"files": [
|
||||||
"src/helpers.php"
|
"src/helpers.php"
|
||||||
]
|
]
|
||||||
|
},
|
||||||
|
"scripts": {
|
||||||
|
"test": "phpspec run",
|
||||||
|
"style": "phpcs --standard=PSR2 -np src"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user