Upgrade to PHP 8.4, add CycleORM and start the big refactor.

This commit is contained in:
Dave Smith-Hayes 2025-06-18 17:37:57 +00:00
parent 2360eb2aae
commit 390a8a802a
3 changed files with 4 additions and 3 deletions

View File

@ -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",

2
app/composer.lock generated
View File

@ -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",

View File

@ -1,4 +1,4 @@
FROM php:8.3-fpm
FROM php:8.4-fpm
WORKDIR /var/www/slovocast