Skip to content

Commit

Permalink
Improve composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
emilien.escalle committed Jan 8, 2019
1 parent 0aad486 commit 0a8ae16
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,10 @@
"type": "library",
"description": "Zend Framework 3+ module that provides assets bundling / caching",
"keywords": [
"zend framework",
"zf",
"zendframework",
"assets",
"assets-management",
"bundle",
"cache",
"minify",
Expand Down Expand Up @@ -74,5 +76,13 @@
"scripts": {
"test": "cd tests && phpunit & cd ..",
"testCi": "cd tests && phpunit -d max_execution_time=0 --coverage-text --coverage-clover ../build/logs/clover.xml --coverage-html ../build/coverage/ && cd .."
},
"config": {
"sort-packages": true
},
"extra": {
"zf": {
"component": "AssetsBundle"
}
}
}
}

0 comments on commit 0a8ae16

Please sign in to comment.