mirror of
https://codeberg.org/icewind/SMB.git
synced 2026-06-03 17:24:07 +02:00
enforce code style with php-cs in travis
This commit is contained in:
parent
350e19c285
commit
83cea01c56
4 changed files with 5 additions and 3 deletions
|
|
@ -10,7 +10,8 @@
|
|||
],
|
||||
"require" : {
|
||||
"php": ">=5.6",
|
||||
"icewind/streams": ">=0.2.0"
|
||||
"icewind/streams": ">=0.2.0",
|
||||
"friendsofphp/php-cs-fixer": "^2.13"
|
||||
},
|
||||
"require-dev": {
|
||||
"phpunit/phpunit": "^5.7"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue