csv import fix for spatial types

This commit is contained in:
ArnabChatterjee20k
2025-10-28 14:03:12 +05:30
parent 0e6d3279d7
commit eb7c929bd2
Generated
+20 -20
View File
@@ -3840,16 +3840,16 @@
},
{
"name": "utopia-php/database",
"version": "3.0.2",
"version": "3.0.3",
"source": {
"type": "git",
"url": "https://github.com/utopia-php/database.git",
"reference": "b92554e2e7b3b00f0f0acb2b53c6a11e1349b81e"
"reference": "7a4d6739746925e2b26c5a8f30bece97cb5b6b87"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/utopia-php/database/zipball/b92554e2e7b3b00f0f0acb2b53c6a11e1349b81e",
"reference": "b92554e2e7b3b00f0f0acb2b53c6a11e1349b81e",
"url": "https://api.github.com/repos/utopia-php/database/zipball/7a4d6739746925e2b26c5a8f30bece97cb5b6b87",
"reference": "7a4d6739746925e2b26c5a8f30bece97cb5b6b87",
"shasum": ""
},
"require": {
@@ -3858,9 +3858,9 @@
"ext-pdo": "*",
"php": ">=8.1",
"utopia-php/cache": "0.13.*",
"utopia-php/framework": "0.33.*",
"utopia-php/mongo": "0.11.*",
"utopia-php/pools": "0.8.*"
"utopia-php/pools": "0.8.*",
"utopia-php/validators": "0.0.*"
},
"require-dev": {
"fakerphp/faker": "1.23.*",
@@ -3892,9 +3892,9 @@
],
"support": {
"issues": "https://github.com/utopia-php/database/issues",
"source": "https://github.com/utopia-php/database/tree/3.0.2"
"source": "https://github.com/utopia-php/database/tree/3.0.3"
},
"time": "2025-10-20T23:58:56+00:00"
"time": "2025-10-28T04:56:37+00:00"
},
{
"name": "utopia-php/detector",
@@ -4395,16 +4395,16 @@
},
{
"name": "utopia-php/migration",
"version": "1.3.2",
"version": "1.3.3",
"source": {
"type": "git",
"url": "https://github.com/utopia-php/migration.git",
"reference": "f5c1d2cae764290766a4c2d1546c1d51de95b67f"
"reference": "731b3a963c58c30e0b2368695d57a7e8fcb7455c"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/utopia-php/migration/zipball/f5c1d2cae764290766a4c2d1546c1d51de95b67f",
"reference": "f5c1d2cae764290766a4c2d1546c1d51de95b67f",
"url": "https://api.github.com/repos/utopia-php/migration/zipball/731b3a963c58c30e0b2368695d57a7e8fcb7455c",
"reference": "731b3a963c58c30e0b2368695d57a7e8fcb7455c",
"shasum": ""
},
"require": {
@@ -5318,16 +5318,16 @@
"packages-dev": [
{
"name": "appwrite/sdk-generator",
"version": "1.4.14",
"version": "1.4.15",
"source": {
"type": "git",
"url": "https://github.com/appwrite/sdk-generator.git",
"reference": "b9405ccaeac5619c76558a82b7bfeb440b665b9f"
"reference": "b4a2fd9e92903c2e156f17fc5dafe102e6cfdfda"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/appwrite/sdk-generator/zipball/b9405ccaeac5619c76558a82b7bfeb440b665b9f",
"reference": "b9405ccaeac5619c76558a82b7bfeb440b665b9f",
"url": "https://api.github.com/repos/appwrite/sdk-generator/zipball/b4a2fd9e92903c2e156f17fc5dafe102e6cfdfda",
"reference": "b4a2fd9e92903c2e156f17fc5dafe102e6cfdfda",
"shasum": ""
},
"require": {
@@ -5363,9 +5363,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.14"
"source": "https://github.com/appwrite/sdk-generator/tree/1.4.15"
},
"time": "2025-10-27T11:17:01+00:00"
"time": "2025-10-28T04:52:59+00:00"
},
{
"name": "doctrine/annotations",
@@ -8832,7 +8832,7 @@
],
"aliases": [],
"minimum-stability": "stable",
"stability-flags": [],
"stability-flags": {},
"prefer-stable": false,
"prefer-lowest": false,
"platform": {
@@ -8856,5 +8856,5 @@
"platform-overrides": {
"php": "8.3"
},
"plugin-api-version": "2.3.0"
"plugin-api-version": "2.6.0"
}