Skip to content

Commit 0a8ae16

Browse files
author
emilien.escalle
committed
Improve composer.json
1 parent 0aad486 commit 0a8ae16

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

composer.json

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,10 @@
33
"type": "library",
44
"description": "Zend Framework 3+ module that provides assets bundling / caching",
55
"keywords": [
6-
"zend framework",
6+
"zf",
7+
"zendframework",
78
"assets",
9+
"assets-management",
810
"bundle",
911
"cache",
1012
"minify",
@@ -74,5 +76,13 @@
7476
"scripts": {
7577
"test": "cd tests && phpunit & cd ..",
7678
"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+
}
7787
}
78-
}
88+
}

0 commit comments

Comments
 (0)