Add all files needed to bring up VM and run agaric.com locally
This commit is contained in:
parent
52c8b60bac
commit
4d2bc0ee24
742 changed files with 24037 additions and 0 deletions
|
@ -0,0 +1,24 @@
|
|||
---
|
||||
composer_path: /usr/local/bin/composer
|
||||
composer_keep_updated: false
|
||||
composer_version: ''
|
||||
|
||||
# The directory where global packages will be installed.
|
||||
composer_home_path: '~/.composer'
|
||||
composer_home_owner: root
|
||||
composer_home_group: root
|
||||
|
||||
# A list of packages to install globally. See commented examples below for
|
||||
# usage; the 'release' is optional, and defaults to '@stable'.
|
||||
composer_global_packages: []
|
||||
# - { name: phpunit/phpunit, release: "4.7.x" }
|
||||
# - { name: phpunit/phpunit, release: "@stable" }
|
||||
|
||||
composer_add_to_path: true
|
||||
|
||||
# Add a project vendor/bin directory to the PATH
|
||||
composer_add_project_to_path: false
|
||||
#composer_project_path: /path/to/project/vendor/bin
|
||||
|
||||
# GitHub OAuth token (used to help overcome API rate limits).
|
||||
composer_github_oauth_token: ''
|
Loading…
Add table
Add a link
Reference in a new issue