fix: [composer] slevomat coding-standard

pull/9540/head
Christophe Vandeplas 2024-01-28 08:25:27 +00:00
parent b7715de397
commit b076463bf4
No known key found for this signature in database
GPG Key ID: BDC48619FFDC5A5B
1 changed files with 3 additions and 2 deletions

View File

@ -34,7 +34,8 @@
"phpstan/phpstan": "^1.10",
"phpunit/phpunit": "^9.5",
"psy/psysh": "@stable",
"sirbrillig/phpcs-variable-analysis": "^2.11"
"sirbrillig/phpcs-variable-analysis": "^2.11",
"slevomat/coding-standard": "~8.0"
},
"suggest": {
"markstory/asset_compress": "An asset compression plugin which provides file concatenation and a flexible filter system for preprocessing and minification.",
@ -85,4 +86,4 @@
"php-http/discovery": true
}
}
}
}