1
0
Fork 0
mirror of synced 2024-05-17 11:12:41 +12:00
This commit is contained in:
Steven Nguyen 2024-03-21 16:41:57 +00:00 committed by GitHub
parent c67b8645c2
commit c6cf4c829e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

39
composer.lock generated
View file

@ -1406,16 +1406,16 @@
}, },
{ {
"name": "utopia-php/cache", "name": "utopia-php/cache",
"version": "0.9.0", "version": "0.9.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/utopia-php/cache.git", "url": "https://github.com/utopia-php/cache.git",
"reference": "4fc7b4789b5f0ce74835c1ecfec4f3afe6f0e34e" "reference": "552b4c554bb14d0c529631ce304cdf4a2b9d06a6"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/utopia-php/cache/zipball/4fc7b4789b5f0ce74835c1ecfec4f3afe6f0e34e", "url": "https://api.github.com/repos/utopia-php/cache/zipball/552b4c554bb14d0c529631ce304cdf4a2b9d06a6",
"reference": "4fc7b4789b5f0ce74835c1ecfec4f3afe6f0e34e", "reference": "552b4c554bb14d0c529631ce304cdf4a2b9d06a6",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -1450,9 +1450,9 @@
], ],
"support": { "support": {
"issues": "https://github.com/utopia-php/cache/issues", "issues": "https://github.com/utopia-php/cache/issues",
"source": "https://github.com/utopia-php/cache/tree/0.9.0" "source": "https://github.com/utopia-php/cache/tree/0.9.1"
}, },
"time": "2024-01-07T18:11:23+00:00" "time": "2024-03-19T17:07:20+00:00"
}, },
{ {
"name": "utopia-php/cli", "name": "utopia-php/cli",
@ -1719,16 +1719,16 @@
}, },
{ {
"name": "utopia-php/framework", "name": "utopia-php/framework",
"version": "0.33.4", "version": "0.33.6",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/utopia-php/http.git", "url": "https://github.com/utopia-php/http.git",
"reference": "6ee2e93a4a529bce5eecf4ac892890d4b0c84861" "reference": "8fe57da0cecd57e3b17cd395b4a666a24f4c07a6"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/utopia-php/http/zipball/6ee2e93a4a529bce5eecf4ac892890d4b0c84861", "url": "https://api.github.com/repos/utopia-php/http/zipball/8fe57da0cecd57e3b17cd395b4a666a24f4c07a6",
"reference": "6ee2e93a4a529bce5eecf4ac892890d4b0c84861", "reference": "8fe57da0cecd57e3b17cd395b4a666a24f4c07a6",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -1743,8 +1743,7 @@
"type": "library", "type": "library",
"autoload": { "autoload": {
"psr-4": { "psr-4": {
"Utopia\\": "src/", "Utopia\\": "src/"
"Tests\\E2E\\": "tests/e2e"
} }
}, },
"notification-url": "https://packagist.org/downloads/", "notification-url": "https://packagist.org/downloads/",
@ -1759,9 +1758,9 @@
], ],
"support": { "support": {
"issues": "https://github.com/utopia-php/http/issues", "issues": "https://github.com/utopia-php/http/issues",
"source": "https://github.com/utopia-php/http/tree/0.33.4" "source": "https://github.com/utopia-php/http/tree/0.33.6"
}, },
"time": "2024-03-19T08:04:59+00:00" "time": "2024-03-21T18:10:57+00:00"
}, },
{ {
"name": "utopia-php/image", "name": "utopia-php/image",
@ -3562,16 +3561,16 @@
}, },
{ {
"name": "phpstan/phpdoc-parser", "name": "phpstan/phpdoc-parser",
"version": "1.26.0", "version": "1.27.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/phpstan/phpdoc-parser.git", "url": "https://github.com/phpstan/phpdoc-parser.git",
"reference": "231e3186624c03d7e7c890ec662b81e6b0405227" "reference": "86e4d5a4b036f8f0be1464522f4c6b584c452757"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/phpstan/phpdoc-parser/zipball/231e3186624c03d7e7c890ec662b81e6b0405227", "url": "https://api.github.com/repos/phpstan/phpdoc-parser/zipball/86e4d5a4b036f8f0be1464522f4c6b584c452757",
"reference": "231e3186624c03d7e7c890ec662b81e6b0405227", "reference": "86e4d5a4b036f8f0be1464522f4c6b584c452757",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -3603,9 +3602,9 @@
"description": "PHPDoc parser with support for nullable, intersection and generic types", "description": "PHPDoc parser with support for nullable, intersection and generic types",
"support": { "support": {
"issues": "https://github.com/phpstan/phpdoc-parser/issues", "issues": "https://github.com/phpstan/phpdoc-parser/issues",
"source": "https://github.com/phpstan/phpdoc-parser/tree/1.26.0" "source": "https://github.com/phpstan/phpdoc-parser/tree/1.27.0"
}, },
"time": "2024-02-23T16:05:55+00:00" "time": "2024-03-21T13:14:53+00:00"
}, },
{ {
"name": "phpunit/php-code-coverage", "name": "phpunit/php-code-coverage",