We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd94d0e commit fc75cc1Copy full SHA for fc75cc1
composer.json
@@ -6,13 +6,13 @@
6
"require": {
7
"dealerdirect/phpcodesniffer-composer-installer": "*",
8
"squizlabs/php_codesniffer": "*",
9
- "slevomat/coding-standard": "~7.0.2",
10
- "php": ">=7.1"
+ "slevomat/coding-standard": "^8.3",
+ "php": ">=7.4"
11
},
12
"require-dev": {
13
- "phpunit/phpunit": ">=7.0",
+ "phpunit/phpunit": "^9.5",
14
"donatj/drop": "^1.0",
15
- "friendsofphp/php-cs-fixer": "^2.18"
+ "friendsofphp/php-cs-fixer": "^3.14"
16
17
"authors": [
18
{
0 commit comments