18 lines
386 B
Plaintext
Raw Normal View History

2017-09-14 22:21:00 +03:00
{
2020-05-22 17:05:47 +03:00
"require": {
2019-11-16 10:21:14 +03:00
},
2020-05-22 17:05:47 +03:00
"replace": {
"guzzlehttp/guzzle": "*",
"guzzlehttp/psr7": "*",
"laravel/framework": "*",
2021-07-17 10:29:43 +03:00
"omnipay/common": "*",
2020-05-22 17:05:47 +03:00
"symfony/http-foundation": "*"
},
"scripts": {
"test": [
"composer install --prefer-dist --no-interaction --no-scripts --no-suggest --no-progress --no-ansi"
]
2017-09-14 22:21:00 +03:00
}
}