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.
composer.json
1 parent 6cccb4d commit 6b1b57cCopy full SHA for 6b1b57c
1 file changed
composer.json
@@ -10,8 +10,8 @@
10
}
11
],
12
"require": {
13
- "php": ">= 7.1.3",
14
- "friendsofphp/php-cs-fixer": "^3.12",
+ "php": ">= 7.4",
+ "friendsofphp/php-cs-fixer": "^3.13.2",
15
"symfony/yaml": "^3 || ^4 || ^5 || ^6"
16
},
17
"autoload": {
@@ -31,6 +31,7 @@
31
32
33
"require-dev": {
34
+ "ext-pcov": "*",
35
"friends-of-phpspec/phpspec-code-coverage": "^6",
36
"php-parallel-lint/php-parallel-lint": "^1.3",
37
"phpro/grumphp": "1.1.* || 1.3.* || 1.4.* || 1.13.*",
0 commit comments