Custom writer

This commit is contained in:
Jake Barnby 2025-10-22 20:37:03 +13:00
parent 929baa17db
commit c9d83cb3f5
No known key found for this signature in database
GPG key ID: C437A8CC85B96E9C
2 changed files with 31 additions and 22 deletions

View file

@ -63,7 +63,7 @@
"utopia-php/locale": "0.8.*",
"utopia-php/logger": "0.6.*",
"utopia-php/messaging": "0.19.*",
"utopia-php/migration": "1.*",
"utopia-php/migration": "dev-fix-array-export as 1.3.1",
"utopia-php/orchestration": "0.9.*",
"utopia-php/platform": "0.7.*",
"utopia-php/pools": "0.8.*",

51
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": "407c1717bfef580d733ff2bbb232ec8a",
"content-hash": "d9398a28db0b870dc52955d3495ff4c2",
"packages": [
{
"name": "adhocore/jwt",
@ -4394,16 +4394,16 @@
},
{
"name": "utopia-php/migration",
"version": "1.3.1",
"version": "dev-fix-array-export",
"source": {
"type": "git",
"url": "https://github.com/utopia-php/migration.git",
"reference": "b6985b235ab64f07a6b88569e20cf9b2df7d838c"
"reference": "4b72f60c866898687035acf04cedef9fbe966d16"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/utopia-php/migration/zipball/b6985b235ab64f07a6b88569e20cf9b2df7d838c",
"reference": "b6985b235ab64f07a6b88569e20cf9b2df7d838c",
"url": "https://api.github.com/repos/utopia-php/migration/zipball/4b72f60c866898687035acf04cedef9fbe966d16",
"reference": "4b72f60c866898687035acf04cedef9fbe966d16",
"shasum": ""
},
"require": {
@ -4443,9 +4443,9 @@
],
"support": {
"issues": "https://github.com/utopia-php/migration/issues",
"source": "https://github.com/utopia-php/migration/tree/1.3.1"
"source": "https://github.com/utopia-php/migration/tree/fix-array-export"
},
"time": "2025-10-21T08:13:54+00:00"
"time": "2025-10-22T07:28:29+00:00"
},
{
"name": "utopia-php/mongo",
@ -5271,16 +5271,16 @@
"packages-dev": [
{
"name": "appwrite/sdk-generator",
"version": "1.4.6",
"version": "1.4.7",
"source": {
"type": "git",
"url": "https://github.com/appwrite/sdk-generator.git",
"reference": "997e27a1224767a8da890454213d3123936b64bc"
"reference": "a61c8be551e10f4970bf46f75a54e4b0385c550d"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/appwrite/sdk-generator/zipball/997e27a1224767a8da890454213d3123936b64bc",
"reference": "997e27a1224767a8da890454213d3123936b64bc",
"url": "https://api.github.com/repos/appwrite/sdk-generator/zipball/a61c8be551e10f4970bf46f75a54e4b0385c550d",
"reference": "a61c8be551e10f4970bf46f75a54e4b0385c550d",
"shasum": ""
},
"require": {
@ -5316,9 +5316,9 @@
"description": "Appwrite PHP library for generating API SDKs for multiple programming languages and platforms",
"support": {
"issues": "https://github.com/appwrite/sdk-generator/issues",
"source": "https://github.com/appwrite/sdk-generator/tree/1.4.6"
"source": "https://github.com/appwrite/sdk-generator/tree/1.4.7"
},
"time": "2025-10-21T08:49:37+00:00"
"time": "2025-10-22T06:03:44+00:00"
},
{
"name": "doctrine/annotations",
@ -5795,16 +5795,16 @@
},
{
"name": "nikic/php-parser",
"version": "v5.6.1",
"version": "v5.6.2",
"source": {
"type": "git",
"url": "https://github.com/nikic/PHP-Parser.git",
"reference": "f103601b29efebd7ff4a1ca7b3eeea9e3336a2a2"
"reference": "3a454ca033b9e06b63282ce19562e892747449bb"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/f103601b29efebd7ff4a1ca7b3eeea9e3336a2a2",
"reference": "f103601b29efebd7ff4a1ca7b3eeea9e3336a2a2",
"url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/3a454ca033b9e06b63282ce19562e892747449bb",
"reference": "3a454ca033b9e06b63282ce19562e892747449bb",
"shasum": ""
},
"require": {
@ -5847,9 +5847,9 @@
],
"support": {
"issues": "https://github.com/nikic/PHP-Parser/issues",
"source": "https://github.com/nikic/PHP-Parser/tree/v5.6.1"
"source": "https://github.com/nikic/PHP-Parser/tree/v5.6.2"
},
"time": "2025-08-13T20:13:15+00:00"
"time": "2025-10-21T19:32:17+00:00"
},
{
"name": "phar-io/manifest",
@ -8783,9 +8783,18 @@
"time": "2024-03-07T20:33:40+00:00"
}
],
"aliases": [],
"aliases": [
{
"package": "utopia-php/migration",
"version": "dev-fix-array-export",
"alias": "1.3.1",
"alias_normalized": "1.3.1.0"
}
],
"minimum-stability": "stable",
"stability-flags": {},
"stability-flags": {
"utopia-php/migration": 20
},
"prefer-stable": false,
"prefer-lowest": false,
"platform": {