Merge pull request #10747 from appwrite/feat-next-js-standalone

Feat: Next.js standalone support
This commit is contained in:
Matej Bačo 2025-10-31 16:26:32 +01:00 committed by GitHub
commit 230148c06e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

28
composer.lock generated
View file

@ -3898,16 +3898,16 @@
}, },
{ {
"name": "utopia-php/detector", "name": "utopia-php/detector",
"version": "0.2.1", "version": "0.2.2",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/utopia-php/detector.git", "url": "https://github.com/utopia-php/detector.git",
"reference": "89f96e864220de13800cf398a1f1686a85401eaa" "reference": "9a41be5f21efe2d865de79b08dff94fff85ce5e9"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/utopia-php/detector/zipball/89f96e864220de13800cf398a1f1686a85401eaa", "url": "https://api.github.com/repos/utopia-php/detector/zipball/9a41be5f21efe2d865de79b08dff94fff85ce5e9",
"reference": "89f96e864220de13800cf398a1f1686a85401eaa", "reference": "9a41be5f21efe2d865de79b08dff94fff85ce5e9",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -3937,9 +3937,9 @@
], ],
"support": { "support": {
"issues": "https://github.com/utopia-php/detector/issues", "issues": "https://github.com/utopia-php/detector/issues",
"source": "https://github.com/utopia-php/detector/tree/0.2.1" "source": "https://github.com/utopia-php/detector/tree/0.2.2"
}, },
"time": "2025-10-27T13:38:33+00:00" "time": "2025-10-31T12:43:31+00:00"
}, },
{ {
"name": "utopia-php/dns", "name": "utopia-php/dns",
@ -5378,16 +5378,16 @@
"packages-dev": [ "packages-dev": [
{ {
"name": "appwrite/sdk-generator", "name": "appwrite/sdk-generator",
"version": "1.4.17", "version": "1.5.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/appwrite/sdk-generator.git", "url": "https://github.com/appwrite/sdk-generator.git",
"reference": "9359beffe25e74b21e4a865101692529617b90d6" "reference": "42df22195d6457e52e4c819678168470b114a816"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/appwrite/sdk-generator/zipball/9359beffe25e74b21e4a865101692529617b90d6", "url": "https://api.github.com/repos/appwrite/sdk-generator/zipball/42df22195d6457e52e4c819678168470b114a816",
"reference": "9359beffe25e74b21e4a865101692529617b90d6", "reference": "42df22195d6457e52e4c819678168470b114a816",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -5423,9 +5423,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/1.4.17" "source": "https://github.com/appwrite/sdk-generator/tree/1.5.0"
}, },
"time": "2025-10-30T12:46:09+00:00" "time": "2025-10-31T10:10:25+00:00"
}, },
{ {
"name": "doctrine/annotations", "name": "doctrine/annotations",
@ -8892,7 +8892,7 @@
], ],
"aliases": [], "aliases": [],
"minimum-stability": "stable", "minimum-stability": "stable",
"stability-flags": {}, "stability-flags": [],
"prefer-stable": false, "prefer-stable": false,
"prefer-lowest": false, "prefer-lowest": false,
"platform": { "platform": {
@ -8916,5 +8916,5 @@
"platform-overrides": { "platform-overrides": {
"php": "8.3" "php": "8.3"
}, },
"plugin-api-version": "2.6.0" "plugin-api-version": "2.3.0"
} }