composer update

This commit is contained in:
Čarodej
2022-06-22 11:04:39 +02:00
parent df3303b527
commit 2ad5e66831
2 changed files with 14 additions and 26 deletions
+3 -3
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": "^1.0.9", "makingcg/subscription": "dev-master",
"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",
@@ -57,8 +57,8 @@
}, },
"repositories": [ "repositories": [
{ {
"type": "vcs", "type": "path",
"url": "https://github.com/VueFileManager/subscription.git" "url": "packages/subscription"
} }
], ],
"config": { "config": {
Generated
+11 -23
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": "b571ec64ad5d5b77f747dbde3d00b1c9", "content-hash": "18240960111d643ea5d9d799fdb93001",
"packages": [ "packages": [
{ {
"name": "amphp/amp", "name": "amphp/amp",
@@ -4501,17 +4501,11 @@
}, },
{ {
"name": "makingcg/subscription", "name": "makingcg/subscription",
"version": "1.0.9", "version": "dev-master",
"source": {
"type": "git",
"url": "git@github.com:VueFileManager/subscription.git",
"reference": "2a39f89a0c90a50a695afb27bbadce91dbe99006"
},
"dist": { "dist": {
"type": "zip", "type": "path",
"url": "https://api.github.com/repos/VueFileManager/subscription/zipball/2a39f89a0c90a50a695afb27bbadce91dbe99006", "url": "packages/subscription",
"reference": "2a39f89a0c90a50a695afb27bbadce91dbe99006", "reference": "1e053dd09fe34542ab2ac6dd122db634b3123166"
"shasum": ""
}, },
"require": { "require": {
"friendsofphp/php-cs-fixer": "^3.6.0", "friendsofphp/php-cs-fixer": "^3.6.0",
@@ -4595,17 +4589,9 @@
"laravel", "laravel",
"subscription" "subscription"
], ],
"support": { "transport-options": {
"source": "https://github.com/VueFileManager/subscription/tree/1.0.9", "relative": true
"issues": "https://github.com/VueFileManager/subscription/issues" }
},
"funding": [
{
"type": "github",
"url": "https://github.com/VueFileManager"
}
],
"time": "2022-06-15T05:50:33+00:00"
}, },
{ {
"name": "matthewbdaly/laravel-azure-storage", "name": "matthewbdaly/laravel-azure-storage",
@@ -14853,7 +14839,9 @@
], ],
"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": {