Skip to content

Commit a64615a

Browse files
committed
Update the php-code-coverage to be able to be 3 or 4.
1 parent 7be667d commit a64615a

File tree

2 files changed

+57
-57
lines changed

2 files changed

+57
-57
lines changed

composer.json

Lines changed: 55 additions & 55 deletions
Original file line numberDiff line numberDiff line change
@@ -1,58 +1,58 @@
11
{
2-
"name": "bruli/php-git-hooks",
3-
"description": "Git hooks for PHP projects.",
4-
"license": "MIT",
5-
"keywords": [
6-
"git",
7-
"hook",
8-
"quality"
9-
],
10-
"authors": [
11-
{
12-
"name": "Pablo Braulio",
13-
"email": "[email protected]"
14-
}
15-
],
16-
"type": "library",
17-
"minimum-stability": "stable",
18-
"autoload": {
19-
"psr-0": {
20-
"PhpGitHooks": "src/"
21-
}
22-
},
23-
"require": {
24-
"php": ">=5.6",
25-
"friendsofphp/php-cs-fixer": "^1.11",
26-
"mockery/mockery": "~0.9",
27-
"phpunit/phpunit-mock-objects": "~3.0",
28-
"phpunit/phpunit": "~5.0",
29-
"phpunit/php-code-coverage": "~3.0",
30-
"mybuilder/phpunit-accelerator": "^1.1",
31-
"squizlabs/php_codesniffer": "~2.3",
32-
"phpmd/phpmd": "~2.2",
33-
"symfony/dependency-injection": "~2.7|~3.0",
34-
"symfony/config": "~2.7|~3.0",
35-
"symfony/yaml": "~2.7|~3.0",
36-
"fiunchinho/phpunit-randomizer": "~2.0",
37-
"seld/jsonlint": "1.3.*",
38-
"bruli/ignore-files": "~1.0",
39-
"beberlei/assert": "^2.5",
40-
"bruli/php-value-objects": "^0.1.0"
41-
},
42-
"require-dev": {
43-
"composer/composer": "^1.0@dev",
44-
"fzaninotto/faker": "^1.6"
45-
},
46-
"config": {
47-
"bin-dir": "bin/"
48-
},
49-
"extra": {
50-
"branch-alias": {
51-
"dev-master": "2.x-dev"
52-
}
53-
},
54-
"scripts": {
55-
"post-install-cmd": "PhpGitHooks\\Infrastructure\\Composer\\ConfiguratorScript::buildConfig",
56-
"post-update-cmd": "PhpGitHooks\\Infrastructure\\Composer\\ConfiguratorScript::buildConfig"
2+
"name": "bruli/php-git-hooks",
3+
"description": "Git hooks for PHP projects.",
4+
"license": "MIT",
5+
"keywords": [
6+
"git",
7+
"hook",
8+
"quality"
9+
],
10+
"authors": [
11+
{
12+
"name": "Pablo Braulio",
13+
"email": "[email protected]"
5714
}
15+
],
16+
"type": "library",
17+
"minimum-stability": "stable",
18+
"autoload": {
19+
"psr-0": {
20+
"PhpGitHooks": "src/"
21+
}
22+
},
23+
"require": {
24+
"php": ">=5.6",
25+
"friendsofphp/php-cs-fixer": "^1.11",
26+
"mockery/mockery": "~0.9",
27+
"phpunit/phpunit-mock-objects": "~3.0",
28+
"phpunit/phpunit": "~5.0",
29+
"phpunit/php-code-coverage": "~3.0|~4.0",
30+
"mybuilder/phpunit-accelerator": "^1.1",
31+
"squizlabs/php_codesniffer": "~2.3",
32+
"phpmd/phpmd": "~2.2",
33+
"symfony/dependency-injection": "~2.7|~3.0",
34+
"symfony/config": "~2.7|~3.0",
35+
"symfony/yaml": "~2.7|~3.0",
36+
"fiunchinho/phpunit-randomizer": "~2.0",
37+
"seld/jsonlint": "1.3.*",
38+
"bruli/ignore-files": "~1.0",
39+
"beberlei/assert": "^2.5",
40+
"bruli/php-value-objects": "^0.1.0"
41+
},
42+
"require-dev": {
43+
"composer/composer": "^1.0@dev",
44+
"fzaninotto/faker": "^1.6"
45+
},
46+
"config": {
47+
"bin-dir": "bin/"
48+
},
49+
"extra": {
50+
"branch-alias": {
51+
"dev-master": "2.x-dev"
52+
}
53+
},
54+
"scripts": {
55+
"post-install-cmd": "PhpGitHooks\\Infrastructure\\Composer\\ConfiguratorScript::buildConfig",
56+
"post-update-cmd": "PhpGitHooks\\Infrastructure\\Composer\\ConfiguratorScript::buildConfig"
57+
}
5858
}

composer.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)