mirror of
https://codeberg.org/icewind/SMB.git
synced 2026-06-03 17:24:07 +02:00
Merge pull request #73 from MatthiasKuehneEllerhold/cs-fixer-in-dev
Move the php-cs-fixer to require-dev
This commit is contained in:
commit
00fa2ae40c
1 changed files with 3 additions and 3 deletions
|
|
@ -10,11 +10,11 @@
|
|||
],
|
||||
"require" : {
|
||||
"php": ">=5.6",
|
||||
"icewind/streams": ">=0.2.0",
|
||||
"friendsofphp/php-cs-fixer": "^2.13"
|
||||
"icewind/streams": ">=0.2.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"phpunit/phpunit": "^5.7"
|
||||
"phpunit/phpunit": "^5.7",
|
||||
"friendsofphp/php-cs-fixer": "^2.13"
|
||||
},
|
||||
"autoload" : {
|
||||
"psr-4": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue