18 lines
386 B
Plaintext
18 lines
386 B
Plaintext
{
|
|
"require": {
|
|
|
|
},
|
|
"replace": {
|
|
"guzzlehttp/guzzle": "*",
|
|
"guzzlehttp/psr7": "*",
|
|
"laravel/framework": "*",
|
|
"omnipay/common": "*",
|
|
"symfony/http-foundation": "*"
|
|
},
|
|
"scripts": {
|
|
"test": [
|
|
"composer install --prefer-dist --no-interaction --no-scripts --no-suggest --no-progress --no-ansi"
|
|
]
|
|
}
|
|
}
|