Skip to content

Commit b6058fd

Browse files
committed
Update composer.json
1 parent 2d931a2 commit b6058fd

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

composer.json

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,6 @@
44
"description": "Script for the comparing of current code coverage with baseline.",
55
"license": "MIT",
66
"keywords": ["phpunit", "clover", "baseline"],
7-
"require": {
8-
"php": "^7.4|^8.0",
9-
"ext-simplexml": "*",
10-
"ext-json": "*"
11-
},
12-
"require-dev": {
13-
"phpunit/phpunit": "^9.5",
14-
"dg/bypass-finals": "^1.4",
15-
"phpstan/phpstan": "^1.9",
16-
"phpstan/phpstan-phpunit": "^1.3",
17-
"phpstan/extension-installer": "^1.2"
18-
},
197
"autoload": {
208
"psr-4": {
219
"Aeliot\\PHPUnitCodeCoverageBaseline\\": "src/"
@@ -30,13 +18,25 @@
3018
"bin/pccb_clover_build_baseline",
3119
"bin/pccb_clover_compare"
3220
],
33-
"scripts": {
34-
"test": "vendor/bin/phpunit",
35-
"phpstan-analise": "vendor/bin/phpstan analyse"
36-
},
3721
"config": {
3822
"allow-plugins": {
3923
"phpstan/extension-installer": true
4024
}
25+
},
26+
"require": {
27+
"php": "^7.4|^8.0",
28+
"ext-simplexml": "*",
29+
"ext-json": "*"
30+
},
31+
"require-dev": {
32+
"phpunit/phpunit": "^9.5",
33+
"dg/bypass-finals": "^1.4",
34+
"phpstan/phpstan": "^1.9",
35+
"phpstan/phpstan-phpunit": "^1.3",
36+
"phpstan/extension-installer": "^1.2"
37+
},
38+
"scripts": {
39+
"test": "vendor/bin/phpunit",
40+
"phpstan-analise": "vendor/bin/phpstan analyse"
4141
}
4242
}

0 commit comments

Comments
 (0)