composer.lock

This commit is contained in:
fogelito 2024-09-19 18:37:09 +03:00
parent d6d7cf1d9f
commit 9a0c72294c

62
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": "b6820da26239716cf14a445697902a03", "content-hash": "67946bb84bca00b694c8a41fbe41f359",
"packages": [ "packages": [
{ {
"name": "adhocore/jwt", "name": "adhocore/jwt",
@ -65,16 +65,16 @@
}, },
{ {
"name": "appwrite/appwrite", "name": "appwrite/appwrite",
"version": "10.1.0", "version": "11.1.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/appwrite/sdk-for-php.git", "url": "https://github.com/appwrite/sdk-for-php.git",
"reference": "da579af70723cfc117b5af84375bdef117e27312" "reference": "1d043f543acdb17b9fdb440b1b2dd208e400bad3"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/appwrite/sdk-for-php/zipball/da579af70723cfc117b5af84375bdef117e27312", "url": "https://api.github.com/repos/appwrite/sdk-for-php/zipball/1d043f543acdb17b9fdb440b1b2dd208e400bad3",
"reference": "da579af70723cfc117b5af84375bdef117e27312", "reference": "1d043f543acdb17b9fdb440b1b2dd208e400bad3",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -83,7 +83,8 @@
"php": ">=7.1.0" "php": ">=7.1.0"
}, },
"require-dev": { "require-dev": {
"phpunit/phpunit": "3.7.35" "mockery/mockery": "^1.6.6",
"phpunit/phpunit": "^10"
}, },
"type": "library", "type": "library",
"autoload": { "autoload": {
@ -99,10 +100,10 @@
"support": { "support": {
"email": "team@appwrite.io", "email": "team@appwrite.io",
"issues": "https://github.com/appwrite/sdk-for-php/issues", "issues": "https://github.com/appwrite/sdk-for-php/issues",
"source": "https://github.com/appwrite/sdk-for-php/tree/10.1.0", "source": "https://github.com/appwrite/sdk-for-php/tree/11.1.0",
"url": "https://appwrite.io/support" "url": "https://appwrite.io/support"
}, },
"time": "2023-11-20T09:56:12+00:00" "time": "2024-06-26T07:03:23+00:00"
}, },
{ {
"name": "appwrite/php-clamav", "name": "appwrite/php-clamav",
@ -2174,27 +2175,35 @@
}, },
{ {
"name": "utopia-php/migration", "name": "utopia-php/migration",
"version": "0.5.2", "version": "dev-preserveDates",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/utopia-php/migration.git", "url": "https://github.com/utopia-php/migration.git",
"reference": "f18d44d4459f78c292dac9edde856fd156fe497a" "reference": "c5ac9347448e34832ff0bd1f9d3d90c54cd6e2fe"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/utopia-php/migration/zipball/f18d44d4459f78c292dac9edde856fd156fe497a", "url": "https://api.github.com/repos/utopia-php/migration/zipball/c5ac9347448e34832ff0bd1f9d3d90c54cd6e2fe",
"reference": "f18d44d4459f78c292dac9edde856fd156fe497a", "reference": "c5ac9347448e34832ff0bd1f9d3d90c54cd6e2fe",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"appwrite/appwrite": "10.1.0", "appwrite/appwrite": "11.1.*",
"php": "8.*" "ext-curl": "*",
"ext-openssl": "*",
"php": "8.3.*",
"utopia-php/database": "0.53.*",
"utopia-php/dsn": "0.2.*",
"utopia-php/framework": "0.33.*",
"utopia-php/storage": "0.18.*"
}, },
"require-dev": { "require-dev": {
"laravel/pint": "1.*", "ext-pdo": "*",
"phpunit/phpunit": "9.*", "laravel/pint": "1.17.*",
"utopia-php/cli": "^0.18.0", "phpstan/phpstan": "1.11.*",
"vlucas/phpdotenv": "5.*" "phpunit/phpunit": "11.2.*",
"utopia-php/cli": "0.16.*",
"vlucas/phpdotenv": "5.6.*"
}, },
"type": "library", "type": "library",
"autoload": { "autoload": {
@ -2216,9 +2225,9 @@
], ],
"support": { "support": {
"issues": "https://github.com/utopia-php/migration/issues", "issues": "https://github.com/utopia-php/migration/issues",
"source": "https://github.com/utopia-php/migration/tree/0.5.2" "source": "https://github.com/utopia-php/migration/tree/preserveDates"
}, },
"time": "2024-07-22T09:27:07+00:00" "time": "2024-09-19T15:32:44+00:00"
}, },
{ {
"name": "utopia-php/mongo", "name": "utopia-php/mongo",
@ -6993,9 +7002,18 @@
"time": "2024-03-07T20:33:40+00:00" "time": "2024-03-07T20:33:40+00:00"
} }
], ],
"aliases": [], "aliases": [
{
"package": "utopia-php/migration",
"version": "dev-preserveDates",
"alias": "0.6.0",
"alias_normalized": "0.6.0.0"
}
],
"minimum-stability": "stable", "minimum-stability": "stable",
"stability-flags": [], "stability-flags": {
"utopia-php/migration": 20
},
"prefer-stable": false, "prefer-stable": false,
"prefer-lowest": false, "prefer-lowest": false,
"platform": { "platform": {