Add Cycle ORM

This commit is contained in:
Dave Smith-Hayes 2025-06-18 14:59:32 +00:00
parent 7ed4871c4a
commit 2360eb2aae
2 changed files with 1381 additions and 72 deletions

View File

@ -16,7 +16,9 @@
"robmorgan/phinx": "^0.16.1", "robmorgan/phinx": "^0.16.1",
"ext-pdo": "*", "ext-pdo": "*",
"react/http": "^1.10", "react/http": "^1.10",
"ramsey/uuid": "^4.7" "ramsey/uuid": "^4.7",
"cycle/orm": "^2.10",
"cycle/annotated": "^4.3"
}, },
"require-dev": { "require-dev": {
"phpunit/phpunit": "^11.1", "phpunit/phpunit": "^11.1",

1449
app/composer.lock generated

File diff suppressed because it is too large Load Diff