akaunting/app/Console/Stubs/Modules/composer.stub

18 lines
386 B
Plaintext
Raw Normal View History

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