- 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

View File

@@ -29,7 +29,7 @@
"laravel/ui": "^3.4.2", "laravel/ui": "^3.4.2",
"league/flysystem-aws-s3-v3": "^3.0.9", "league/flysystem-aws-s3-v3": "^3.0.9",
"league/flysystem-ftp": "^3.0", "league/flysystem-ftp": "^3.0",
"makingcg/subscription": "dev-main", "makingcg/subscription": "*",
"matthewbdaly/laravel-azure-storage": "^2.0", "matthewbdaly/laravel-azure-storage": "^2.0",
"pusher/pusher-php-server": "^7.0", "pusher/pusher-php-server": "^7.0",
"spatie/data-transfer-object": "^3.7.3", "spatie/data-transfer-object": "^3.7.3",
@@ -55,12 +55,18 @@
"fakerphp/faker": "^1.19.0", "fakerphp/faker": "^1.19.0",
"ext-json": "*" "ext-json": "*"
}, },
"repositories": [ "repositories": {
{ "makingcg/subscription": {
"type": "path", "type": "path",
"url": "packages/subscription" "url": "packages/subscription",
"only": [
"makingcg/*"
],
"options": {
"symlink": true
}
} }
], },
"config": { "config": {
"optimize-autoloader": true, "optimize-autoloader": true,
"preferred-install": "dist", "preferred-install": "dist",

59
composer.lock generated
View File

@@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically" "This file is @generated automatically"
], ],
"content-hash": "6c5bd6b425c483acb2c29e9cb4794fdf", "content-hash": "05544f92a4ec73284d9a0042968129a9",
"packages": [ "packages": [
{ {
"name": "amphp/amp", "name": "amphp/amp",
@@ -4562,17 +4562,11 @@
}, },
{ {
"name": "makingcg/subscription", "name": "makingcg/subscription",
"version": "dev-main", "version": "dev-master",
"source": {
"type": "git",
"url": "https://github.com/gvidas/subcription.git",
"reference": "f1777b8ecc8bdf7dac813ff33876f6edb7df9b7b"
},
"dist": { "dist": {
"type": "zip", "type": "path",
"url": "https://api.github.com/repos/gvidas/subcription/zipball/f1777b8ecc8bdf7dac813ff33876f6edb7df9b7b", "url": "packages/subscription",
"reference": "f1777b8ecc8bdf7dac813ff33876f6edb7df9b7b", "reference": "16c29a065079db3bcbe51eb9c1b720c48d9dd940"
"shasum": ""
}, },
"require": { "require": {
"friendsofphp/php-cs-fixer": "^3.6.0", "friendsofphp/php-cs-fixer": "^3.6.0",
@@ -4594,7 +4588,6 @@
"phpunit/phpunit": "^9.5.16", "phpunit/phpunit": "^9.5.16",
"spatie/laravel-ray": "^1.29.4" "spatie/laravel-ray": "^1.29.4"
}, },
"default-branch": true,
"type": "library", "type": "library",
"extra": { "extra": {
"laravel": { "laravel": {
@@ -4607,18 +4600,39 @@
} }
}, },
"autoload": { "autoload": {
"psr-4": {
"VueFileManager\\Subscription\\": "src",
"VueFileManager\\Subscription\\Database\\Factories\\": "database/factories"
},
"files": [ "files": [
"src/Support/helpers.php", "src/Support/helpers.php",
"src/Support/PayPalHelpers.php", "src/Support/PayPalHelpers.php",
"src/Support/PaystackHelpers.php", "src/Support/PaystackHelpers.php",
"src/Support/StripeHelpers.php" "src/Support/StripeHelpers.php"
], ]
},
"autoload-dev": {
"psr-4": { "psr-4": {
"VueFileManager\\Subscription\\": "src", "App\\": "src/App/",
"VueFileManager\\Subscription\\Database\\Factories\\": "database/factories" "Domain\\": "src/Domain/",
"Support\\": "src/Support/",
"Tests\\": "tests"
} }
}, },
"notification-url": "https://packagist.org/downloads/", "scripts": {
"psalm": [
"vendor/bin/psalm"
],
"format": [
"vendor/bin/php-cs-fixer fix --allow-risky=yes"
],
"test": [
"./vendor/bin/testbench package:test --parallel --no-coverage"
],
"test-coverage": [
"vendor/bin/phpunit --coverage-html coverage"
]
},
"license": [ "license": [
"MIT" "MIT"
], ],
@@ -4636,11 +4650,10 @@
"laravel", "laravel",
"subscription" "subscription"
], ],
"support": { "transport-options": {
"issues": "https://github.com/gvidas/subcription/issues", "symlink": true,
"source": "https://github.com/gvidas/subcription/tree/main" "relative": true
}, }
"time": "2022-04-03T12:11:09+00:00"
}, },
{ {
"name": "matthewbdaly/laravel-azure-storage", "name": "matthewbdaly/laravel-azure-storage",
@@ -14888,9 +14901,7 @@
], ],
"aliases": [], "aliases": [],
"minimum-stability": "dev", "minimum-stability": "dev",
"stability-flags": { "stability-flags": [],
"makingcg/subscription": 20
},
"prefer-stable": true, "prefer-stable": true,
"prefer-lowest": false, "prefer-lowest": false,
"platform": { "platform": {

View File

@@ -29,7 +29,7 @@ class TestPayPalConnectionAction
$data = CreateFixedPlanData::fromArray([ $data = CreateFixedPlanData::fromArray([
'type' => 'fixed', 'type' => 'fixed',
'name' => 'Test Plan', 'name' => 'Test Plan',
'description' => null, 'description' => 'Test plan description...',
'features' => [ 'features' => [
'max_storage_amount' => 200, 'max_storage_amount' => 200,
'max_team_members' => 20, 'max_team_members' => 20,