Don't install open-sans in vendor
This commit is contained in:
parent
4bcf9566ad
commit
9a12a2d13b
4 changed files with 197 additions and 2 deletions
|
@ -27,6 +27,7 @@
|
|||
"jawira/case-converter": "^3.4",
|
||||
"jean85/pretty-package-versions": "^1.3",
|
||||
"mathmarques/smarty-view": "^1.1",
|
||||
"oomphinc/composer-installers-extender": "^2.0",
|
||||
"paragonie/csp-builder": "^2.5",
|
||||
"rinvex/countries": "^6.1",
|
||||
"rudloff/alltube-library": "dev-develop",
|
||||
|
@ -57,6 +58,19 @@
|
|||
},
|
||||
"sort-packages": true
|
||||
},
|
||||
"extra": {
|
||||
"installer-paths": {
|
||||
"assets/{$name}": [
|
||||
"webfontkit/open-sans"
|
||||
],
|
||||
"vendor/{$vendor}/{$name}/": [
|
||||
"type:library"
|
||||
]
|
||||
},
|
||||
"installer-types": [
|
||||
"library"
|
||||
]
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"Alltube\\": "classes/"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue