This commit is contained in:
ct
2025-06-08 04:39:38 +08:00
parent 862a6bb19e
commit 8d6e86ebb3
40 changed files with 838 additions and 1601 deletions

59
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": "ae6be189232a65183967f7be5f8dfdfb",
"content-hash": "df8a990ceab229698a516f5c9ce18d1a",
"packages": [
{
"name": "artesaos/seotools",
@@ -3063,6 +3063,63 @@
],
"time": "2024-11-21T10:39:51+00:00"
},
{
"name": "pgvector/pgvector",
"version": "v0.2.2",
"source": {
"type": "git",
"url": "https://github.com/pgvector/pgvector-php.git",
"reference": "79e2c080df13f38e696ebd66039898dc87bdbcc7"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/pgvector/pgvector-php/zipball/79e2c080df13f38e696ebd66039898dc87bdbcc7",
"reference": "79e2c080df13f38e696ebd66039898dc87bdbcc7",
"shasum": ""
},
"require": {
"php": ">= 8.1"
},
"require-dev": {
"doctrine/dbal": "^4",
"doctrine/orm": "^3",
"illuminate/database": ">= 10",
"laravel/serializable-closure": "^1.3",
"phpunit/phpunit": "^10",
"symfony/cache": "^6"
},
"type": "library",
"extra": {
"laravel": {
"providers": [
"Pgvector\\Laravel\\PgvectorServiceProvider"
]
}
},
"autoload": {
"psr-4": {
"Pgvector\\": "src/",
"Pgvector\\Laravel\\": "src/laravel/",
"Pgvector\\Doctrine\\": "src/doctrine/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Andrew Kane",
"email": "andrew@ankane.org"
}
],
"description": "pgvector support for PHP",
"support": {
"issues": "https://github.com/pgvector/pgvector-php/issues",
"source": "https://github.com/pgvector/pgvector-php"
},
"time": "2025-02-15T23:27:08+00:00"
},
{
"name": "phpoption/phpoption",
"version": "1.9.3",