File tree Expand file tree Collapse file tree 1 file changed +11
-7
lines changed Expand file tree Collapse file tree 1 file changed +11
-7
lines changed Original file line number Diff line number Diff line change 27
27
"ext-iconv" : " *"
28
28
},
29
29
"require-dev" : {
30
- "phpunit/phpunit" : " ^8.5.36" ,
31
30
"codacy/coverage" : " ^1.4.3" ,
32
- "phpstan/phpstan" : " ^1.10.57"
31
+ "phpstan/phpstan" : " ^1.10.57" ,
32
+ "phpunit/phpunit" : " ^8.5.36"
33
33
},
34
34
"suggest" : {
35
35
"ext-mbstring" : " for parsing UTF-8 CSS"
39
39
"Sabberworm\\ CSS\\ " : " src/"
40
40
}
41
41
},
42
- "config" : {
43
- "allow-plugins" : {
44
- "phpstan/extension-installer" : true
45
- }
46
- },
47
42
"autoload-dev" : {
48
43
"psr-4" : {
49
44
"Sabberworm\\ CSS\\ Tests\\ " : " tests/"
50
45
}
51
46
},
47
+ "config" : {
48
+ "allow-plugins" : {
49
+ "phpstan/extension-installer" : true
50
+ },
51
+ "preferred-install" : {
52
+ "*" : " dist"
53
+ },
54
+ "sort-packages" : true
55
+ },
52
56
"extra" : {
53
57
"branch-alias" : {
54
58
"dev-master" : " 9.0.x-dev"
You can’t perform that action at this time.
0 commit comments