2021-07-17 10:29:43 +03:00

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"
]
}
}