Upgrade to PHP 8.4, add CycleORM and start the big refactor.
This commit is contained in:
parent
2360eb2aae
commit
390a8a802a
@ -18,7 +18,8 @@
|
|||||||
"react/http": "^1.10",
|
"react/http": "^1.10",
|
||||||
"ramsey/uuid": "^4.7",
|
"ramsey/uuid": "^4.7",
|
||||||
"cycle/orm": "^2.10",
|
"cycle/orm": "^2.10",
|
||||||
"cycle/annotated": "^4.3"
|
"cycle/annotated": "^4.3",
|
||||||
|
"cycle/schema-builder": "^2.11"
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"phpunit/phpunit": "^11.1",
|
"phpunit/phpunit": "^11.1",
|
||||||
|
2
app/composer.lock
generated
2
app/composer.lock
generated
@ -4,7 +4,7 @@
|
|||||||
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
||||||
"This file is @generated automatically"
|
"This file is @generated automatically"
|
||||||
],
|
],
|
||||||
"content-hash": "a4866d4ed5480878da10c4c092fa0fc4",
|
"content-hash": "a4ac1c81728394c5661da7b17d9c72fc",
|
||||||
"packages": [
|
"packages": [
|
||||||
{
|
{
|
||||||
"name": "brick/math",
|
"name": "brick/math",
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
FROM php:8.3-fpm
|
FROM php:8.4-fpm
|
||||||
|
|
||||||
WORKDIR /var/www/slovocast
|
WORKDIR /var/www/slovocast
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user