Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
metola authored Jul 24, 2018
1 parent ae41671 commit f5119f9
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,21 @@
},
"autoload": {
"psr-4": { "yii2fullcalendar\\": "" }
}
}",
"config": {
"process-timeout": 1800,
"fxp-asset": {
"enabled": false,
"installer-paths": {
"npm-asset-library": "vendor/npm",
"bower-asset-library": "vendor/bower"
}
}
},
"extra": {
"installer-types": ["bower-asset", "npm-asset"],
"installer-paths": {
"public/assets/{$vendor}/{$name}/": ["type:bower-asset", "type:npm-asset"]
}
}
}

0 comments on commit f5119f9

Please sign in to comment.