mirror of
https://github.com/guzzle/guzzle.git
synced 2025-02-25 02:22:57 +01:00
16 lines
390 B
Plaintext
16 lines
390 B
Plaintext
# 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 |