+1
−2
| Original line number | Diff line number | Diff line |
|---|---|---|
{
|
||
"require-dev": {
|
||
"nextcloud/coding-standard": "^1.0",
|
||
"friendsofphp/php-cs-fixer": "^3.13",
|
||
"php": "^8.1"
|
||
"friendsofphp/php-cs-fixer": "^3.13"
|
||
},
|
||
"scripts": {
|
||
"cs:check": "php-cs-fixer fix --dry-run --diff",
|
||
Loading