- composer repository update

- paypal test fix
This commit is contained in:
Čarodej
2022-06-24 12:15:40 +02:00
parent 42390af2d5
commit a26684df79
3 changed files with 47 additions and 30 deletions
+11 -5
View File
@@ -29,7 +29,7 @@
"laravel/ui": "^3.4.2",
"league/flysystem-aws-s3-v3": "^3.0.9",
"league/flysystem-ftp": "^3.0",
"makingcg/subscription": "dev-main",
"makingcg/subscription": "*",
"matthewbdaly/laravel-azure-storage": "^2.0",
"pusher/pusher-php-server": "^7.0",
"spatie/data-transfer-object": "^3.7.3",
@@ -55,12 +55,18 @@
"fakerphp/faker": "^1.19.0",
"ext-json": "*"
},
"repositories": [
{
"repositories": {
"makingcg/subscription": {
"type": "path",
"url": "packages/subscription"
"url": "packages/subscription",
"only": [
"makingcg/*"
],
"options": {
"symlink": true
}
}
],
},
"config": {
"optimize-autoloader": true,
"preferred-install": "dist",