Skip to content

Commit 6b1b57c

Browse files
committed
chore: update composer.json
Add `ext-pcov` extension in `require-dev` so it's properly loaded by nix.
1 parent 6cccb4d commit 6b1b57c

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

composer.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
}
1111
],
1212
"require": {
13-
"php": ">= 7.1.3",
14-
"friendsofphp/php-cs-fixer": "^3.12",
13+
"php": ">= 7.4",
14+
"friendsofphp/php-cs-fixer": "^3.13.2",
1515
"symfony/yaml": "^3 || ^4 || ^5 || ^6"
1616
},
1717
"autoload": {
@@ -31,6 +31,7 @@
3131
}
3232
},
3333
"require-dev": {
34+
"ext-pcov": "*",
3435
"friends-of-phpspec/phpspec-code-coverage": "^6",
3536
"php-parallel-lint/php-parallel-lint": "^1.3",
3637
"phpro/grumphp": "1.1.* || 1.3.* || 1.4.* || 1.13.*",

0 commit comments

Comments
 (0)