1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
| # you may need to update this if you're working on a fork.
| guzzle.remote=git@github.com:guzzle/guzzle.git
|
| # github credentials -- only used by GitHub API calls to create subtree repos
| github.basicauth=username:password
| # for the subtree split and testing
| github.org=guzzle
|
| # your git path
| cmd.git=git
|
| # your composer command
| cmd.composer=composer
|
| # test server start
| cmd.testserver=node
|
|