2020-05-22 17:05:47 +03:00

17 lines
355 B
Plaintext

{
"require": {
},
"replace": {
"guzzlehttp/guzzle": "*",
"guzzlehttp/psr7": "*",
"laravel/framework": "*",
"symfony/http-foundation": "*"
},
"scripts": {
"test": [
"composer install --prefer-dist --no-interaction --no-scripts --no-suggest --no-progress --no-ansi"
]
}
}