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 d518539 commit a449200Copy full SHA for a449200
composer.json
@@ -19,8 +19,8 @@
19
"ext-iconv": "*"
20
},
21
"require-dev": {
22
- "phpunit/phpunit": "^8.5.36",
23
- "codacy/coverage": "^1.4.3"
+ "codacy/coverage": "^1.4.3",
+ "phpunit/phpunit": "^8.5.36"
24
25
"suggest": {
26
"ext-mbstring": "for parsing UTF-8 CSS"
@@ -35,6 +35,12 @@
35
"Sabberworm\\CSS\\Tests\\": "tests/"
36
}
37
38
+ "config": {
39
+ "preferred-install": {
40
+ "*": "dist"
41
+ },
42
+ "sort-packages": true
43
44
"extra": {
45
"branch-alias": {
46
"dev-master": "9.0.x-dev"
0 commit comments