Advertisement
Tanoro

Vagrant Issue Composer

Jun 26th, 2019
147
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. {
  2. "repositories": [
  3. {
  4. "type": "composer",
  5. "url": "https://asset-packagist.org"
  6. }
  7. ],
  8. "require": {
  9. "oomphinc/composer-installers-extender": "1.1.1",
  10. "smarty/smarty": "^3.1",
  11. "bower-asset/jqueryui": "1.12.*"
  12. },
  13. "extra": {
  14. "installer-types": ["bower-asset","npm-asset"],
  15. "installer-paths": {
  16. "public_html/js/{$name}": ["type:bower-asset","type:npm-asset"]
  17. }
  18. }
  19. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement