We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d6c1d8 commit 80df0ffCopy full SHA for 80df0ff
composer.json
@@ -27,8 +27,8 @@
27
"ext-iconv": "*"
28
},
29
"require-dev": {
30
- "phpunit/phpunit": "^8.5.36",
31
- "codacy/coverage": "^1.4.3"
+ "codacy/coverage": "^1.4.3",
+ "phpunit/phpunit": "^8.5.36"
32
33
"suggest": {
34
"ext-mbstring": "for parsing UTF-8 CSS"
@@ -43,6 +43,12 @@
43
"Sabberworm\\CSS\\Tests\\": "tests/"
44
}
45
46
+ "config": {
47
+ "preferred-install": {
48
+ "*": "dist"
49
+ },
50
+ "sort-packages": true
51
52
"extra": {
53
"branch-alias": {
54
"dev-master": "9.0.x-dev"
0 commit comments