1
0
Fork 0
mirror of synced 2024-06-30 04:00:34 +12:00

Fix lockfile

This commit is contained in:
Matej Bačo 2023-05-22 10:00:05 +02:00
parent c63505078d
commit 6766508c95

47
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": "e517892c33b9d686f2a94d5b6a4b5ee6", "content-hash": "ca2a083ff1c0d0c77942674400137793",
"packages": [ "packages": [
{ {
"name": "adhocore/jwt", "name": "adhocore/jwt",
@ -408,16 +408,16 @@
}, },
{ {
"name": "guzzlehttp/guzzle", "name": "guzzlehttp/guzzle",
"version": "7.5.1", "version": "7.6.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/guzzle/guzzle.git", "url": "https://github.com/guzzle/guzzle.git",
"reference": "b964ca597e86b752cd994f27293e9fa6b6a95ed9" "reference": "8444a2bacf1960bc6a2b62ed86b8e72e11eebe51"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/guzzle/guzzle/zipball/b964ca597e86b752cd994f27293e9fa6b6a95ed9", "url": "https://api.github.com/repos/guzzle/guzzle/zipball/8444a2bacf1960bc6a2b62ed86b8e72e11eebe51",
"reference": "b964ca597e86b752cd994f27293e9fa6b6a95ed9", "reference": "8444a2bacf1960bc6a2b62ed86b8e72e11eebe51",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -448,9 +448,6 @@
"bamarni-bin": { "bamarni-bin": {
"bin-links": true, "bin-links": true,
"forward-command": false "forward-command": false
},
"branch-alias": {
"dev-master": "7.5-dev"
} }
}, },
"autoload": { "autoload": {
@ -516,7 +513,7 @@
], ],
"support": { "support": {
"issues": "https://github.com/guzzle/guzzle/issues", "issues": "https://github.com/guzzle/guzzle/issues",
"source": "https://github.com/guzzle/guzzle/tree/7.5.1" "source": "https://github.com/guzzle/guzzle/tree/7.6.1"
}, },
"funding": [ "funding": [
{ {
@ -532,7 +529,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2023-04-17T16:30:08+00:00" "time": "2023-05-15T20:43:01+00:00"
}, },
{ {
"name": "guzzlehttp/promises", "name": "guzzlehttp/promises",
@ -2822,16 +2819,16 @@
"packages-dev": [ "packages-dev": [
{ {
"name": "appwrite/sdk-generator", "name": "appwrite/sdk-generator",
"version": "dev-feat-add-path-keyword", "version": "0.28.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/appwrite/sdk-generator.git", "url": "https://github.com/appwrite/sdk-generator.git",
"reference": "3bd342fbfa771d573fbf877af8ec977e5c7e9194" "reference": "ed8d3daa66589733b49b11c053d524cdf576ffee"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/appwrite/sdk-generator/zipball/3bd342fbfa771d573fbf877af8ec977e5c7e9194", "url": "https://api.github.com/repos/appwrite/sdk-generator/zipball/ed8d3daa66589733b49b11c053d524cdf576ffee",
"reference": "3bd342fbfa771d573fbf877af8ec977e5c7e9194", "reference": "ed8d3daa66589733b49b11c053d524cdf576ffee",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -2839,13 +2836,12 @@
"ext-json": "*", "ext-json": "*",
"ext-mbstring": "*", "ext-mbstring": "*",
"matthiasmullie/minify": "^1.3.68", "matthiasmullie/minify": "^1.3.68",
"php": ">=8.0", "php": ">=7.0.0",
"twig/twig": "^3.4.1" "twig/twig": "^3.4.1"
}, },
"require-dev": { "require-dev": {
"brianium/paratest": "^6.4", "brianium/paratest": "^6.4",
"phpunit/phpunit": "^9.5.21", "phpunit/phpunit": "^9.5.21"
"squizlabs/php_codesniffer": "^3.6"
}, },
"type": "library", "type": "library",
"autoload": { "autoload": {
@ -2867,9 +2863,9 @@
"description": "Appwrite PHP library for generating API SDKs for multiple programming languages and platforms", "description": "Appwrite PHP library for generating API SDKs for multiple programming languages and platforms",
"support": { "support": {
"issues": "https://github.com/appwrite/sdk-generator/issues", "issues": "https://github.com/appwrite/sdk-generator/issues",
"source": "https://github.com/appwrite/sdk-generator/tree/feat-add-path-keyword" "source": "https://github.com/appwrite/sdk-generator/tree/0.28.1"
}, },
"time": "2023-05-11T20:31:12+00:00" "time": "2022-09-22T09:15:54+00:00"
}, },
{ {
"name": "doctrine/deprecations", "name": "doctrine/deprecations",
@ -5435,18 +5431,9 @@
"time": "2023-05-03T19:06:57+00:00" "time": "2023-05-03T19:06:57+00:00"
} }
], ],
"aliases": [ "aliases": [],
{
"package": "appwrite/sdk-generator",
"version": "dev-feat-add-path-keyword",
"alias": "0.28.99",
"alias_normalized": "0.28.99.0"
}
],
"minimum-stability": "stable", "minimum-stability": "stable",
"stability-flags": { "stability-flags": [],
"appwrite/sdk-generator": 20
},
"prefer-stable": false, "prefer-stable": false,
"prefer-lowest": false, "prefer-lowest": false,
"platform": { "platform": {