File tree Expand file tree Collapse file tree 1 file changed +11
-6
lines changed Expand file tree Collapse file tree 1 file changed +11
-6
lines changed Original file line number Diff line number Diff line change 3
3
"type" : " library" ,
4
4
"description" : " Script for the comparing of current code coverage with baseline." ,
5
5
"license" : " MIT" ,
6
- "keywords" : [" phpunit" , " clover" , " baseline" ],
6
+ "keywords" : [
7
+ " phpunit" ,
8
+ " clover" ,
9
+ " baseline"
10
+ ],
7
11
"autoload" : {
8
12
"psr-4" : {
9
13
"Aeliot\\ PHPUnitCodeCoverageBaseline\\ " : " src/"
21
25
"config" : {
22
26
"allow-plugins" : {
23
27
"phpstan/extension-installer" : true
24
- }
28
+ },
29
+ "sort-packages" : true
25
30
},
26
31
"require" : {
27
32
"php" : " ^7.4|^8.0" ,
28
- "ext-simplexml " : " *" ,
29
- "ext-json " : " *"
33
+ "ext-json " : " *" ,
34
+ "ext-simplexml " : " *"
30
35
},
31
36
"require-dev" : {
32
- "phpunit/phpunit" : " ^9.5" ,
33
37
"dg/bypass-finals" : " ^1.4" ,
38
+ "phpstan/extension-installer" : " ^1.2" ,
34
39
"phpstan/phpstan" : " ^1.9" ,
35
40
"phpstan/phpstan-phpunit" : " ^1.3" ,
36
- "phpstan/extension-installer " : " ^1.2 "
41
+ "phpunit/phpunit " : " ^9.5 "
37
42
},
38
43
"scripts" : {
39
44
"test" : " vendor/bin/phpunit" ,
You can’t perform that action at this time.
0 commit comments