Merge pull request #10713 from appwrite/fix-next-16

Fix: Next.js 16
This commit is contained in:
Matej Bačo 2025-10-27 17:22:57 +01:00 committed by GitHub
commit dde6968e50
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 9 additions and 9 deletions

16
composer.lock generated
View file

@ -3898,16 +3898,16 @@
}, },
{ {
"name": "utopia-php/detector", "name": "utopia-php/detector",
"version": "0.2.0", "version": "0.2.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/utopia-php/detector.git", "url": "https://github.com/utopia-php/detector.git",
"reference": "795ed56169af833fd6a4ea58a6c747e05ccc7ba6" "reference": "89f96e864220de13800cf398a1f1686a85401eaa"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/utopia-php/detector/zipball/795ed56169af833fd6a4ea58a6c747e05ccc7ba6", "url": "https://api.github.com/repos/utopia-php/detector/zipball/89f96e864220de13800cf398a1f1686a85401eaa",
"reference": "795ed56169af833fd6a4ea58a6c747e05ccc7ba6", "reference": "89f96e864220de13800cf398a1f1686a85401eaa",
"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.0" "source": "https://github.com/utopia-php/detector/tree/0.2.1"
}, },
"time": "2025-10-21T13:57:30+00:00" "time": "2025-10-27T13:38:33+00:00"
}, },
{ {
"name": "utopia-php/dns", "name": "utopia-php/dns",
@ -8832,7 +8832,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": {
@ -8856,5 +8856,5 @@
"platform-overrides": { "platform-overrides": {
"php": "8.3" "php": "8.3"
}, },
"plugin-api-version": "2.6.0" "plugin-api-version": "2.3.0"
} }

View file

@ -219,7 +219,7 @@ services:
appwrite-console: appwrite-console:
<<: *x-logging <<: *x-logging
container_name: appwrite-console container_name: appwrite-console
image: appwrite/console:7.4.7 image: appwrite/console:7.4.11
restart: unless-stopped restart: unless-stopped
networks: networks:
- appwrite - appwrite