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 0aad486 commit 0a8ae16Copy full SHA for 0a8ae16
composer.json
@@ -3,8 +3,10 @@
3
"type": "library",
4
"description": "Zend Framework 3+ module that provides assets bundling / caching",
5
"keywords": [
6
- "zend framework",
+ "zf",
7
+ "zendframework",
8
"assets",
9
+ "assets-management",
10
"bundle",
11
"cache",
12
"minify",
@@ -74,5 +76,13 @@
74
76
"scripts": {
75
77
"test": "cd tests && phpunit & cd ..",
78
"testCi": "cd tests && phpunit -d max_execution_time=0 --coverage-text --coverage-clover ../build/logs/clover.xml --coverage-html ../build/coverage/ && cd .."
79
+ },
80
+ "config": {
81
+ "sort-packages": true
82
83
+ "extra": {
84
+ "zf": {
85
+ "component": "AssetsBundle"
86
+ }
87
}
-}
88
+}
0 commit comments