diff --git a/app/composer.json b/app/composer.json index 437a4dc..42d29c3 100644 --- a/app/composer.json +++ b/app/composer.json @@ -18,7 +18,8 @@ "react/http": "^1.10", "ramsey/uuid": "^4.7", "cycle/orm": "^2.10", - "cycle/annotated": "^4.3" + "cycle/annotated": "^4.3", + "cycle/schema-builder": "^2.11" }, "require-dev": { "phpunit/phpunit": "^11.1", diff --git a/app/composer.lock b/app/composer.lock index c442b1d..cc9d31a 100644 --- a/app/composer.lock +++ b/app/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "a4866d4ed5480878da10c4c092fa0fc4", + "content-hash": "a4ac1c81728394c5661da7b17d9c72fc", "packages": [ { "name": "brick/math", diff --git a/dev/php/Dockerfile b/dev/php/Dockerfile index b9e0071..e411f64 100644 --- a/dev/php/Dockerfile +++ b/dev/php/Dockerfile @@ -1,4 +1,4 @@ -FROM php:8.3-fpm +FROM php:8.4-fpm WORKDIR /var/www/slovocast