Sync
This commit is contained in:
193
composer.lock
generated
193
composer.lock
generated
@@ -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": "eb3b558c7be113e0fc21c7504e43e719",
|
||||
"content-hash": "e625dc4f9c62f9dfe721d07bd47f625f",
|
||||
"packages": [
|
||||
{
|
||||
"name": "alaminfirdows/laravel-editorjs",
|
||||
@@ -4965,6 +4965,58 @@
|
||||
},
|
||||
"time": "2020-07-27T03:41:45+00:00"
|
||||
},
|
||||
{
|
||||
"name": "pgvector/pgvector",
|
||||
"version": "v0.1.4",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/pgvector/pgvector-php.git",
|
||||
"reference": "301ce729091b496b477c28f548bcba285d59d86d"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/pgvector/pgvector-php/zipball/301ce729091b496b477c28f548bcba285d59d86d",
|
||||
"reference": "301ce729091b496b477c28f548bcba285d59d86d",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"php": ">= 7.4"
|
||||
},
|
||||
"require-dev": {
|
||||
"illuminate/database": ">= 9.0",
|
||||
"phpunit/phpunit": "^9"
|
||||
},
|
||||
"type": "library",
|
||||
"extra": {
|
||||
"laravel": {
|
||||
"providers": [
|
||||
"Pgvector\\Laravel\\PgvectorServiceProvider"
|
||||
]
|
||||
}
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"Pgvector\\": "src/",
|
||||
"Pgvector\\Laravel\\": "src/laravel/"
|
||||
}
|
||||
},
|
||||
"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": "2023-11-15T02:20:37+00:00"
|
||||
},
|
||||
{
|
||||
"name": "phpmd/phpmd",
|
||||
"version": "2.14.1",
|
||||
@@ -6478,6 +6530,90 @@
|
||||
],
|
||||
"time": "2023-08-23T09:04:39+00:00"
|
||||
},
|
||||
{
|
||||
"name": "spatie/laravel-responsecache",
|
||||
"version": "7.4.10",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/spatie/laravel-responsecache.git",
|
||||
"reference": "cf0305f73fcc49dacfadd0f2228887a92fa736ac"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/spatie/laravel-responsecache/zipball/cf0305f73fcc49dacfadd0f2228887a92fa736ac",
|
||||
"reference": "cf0305f73fcc49dacfadd0f2228887a92fa736ac",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"illuminate/cache": "^8.71|^9.0|^10.0",
|
||||
"illuminate/console": "^8.71|^9.0|^10.0",
|
||||
"illuminate/container": "^8.71|^9.0|^10.0",
|
||||
"illuminate/http": "^8.71|^9.0|^10.0",
|
||||
"illuminate/support": "^8.71|^9.0|^10.0",
|
||||
"nesbot/carbon": "^2.63",
|
||||
"php": "^8.0",
|
||||
"spatie/laravel-package-tools": "^1.9"
|
||||
},
|
||||
"require-dev": {
|
||||
"laravel/framework": "^9.0|^10.0",
|
||||
"mockery/mockery": "^1.4",
|
||||
"orchestra/testbench": "^6.23|^7.0|^8.0",
|
||||
"pestphp/pest": "^1.22",
|
||||
"phpunit/phpunit": "^9.4"
|
||||
},
|
||||
"type": "library",
|
||||
"extra": {
|
||||
"laravel": {
|
||||
"providers": [
|
||||
"Spatie\\ResponseCache\\ResponseCacheServiceProvider"
|
||||
],
|
||||
"aliases": {
|
||||
"ResponseCache": "Spatie\\ResponseCache\\Facades\\ResponseCache"
|
||||
}
|
||||
}
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"Spatie\\ResponseCache\\": "src"
|
||||
}
|
||||
},
|
||||
"notification-url": "https://packagist.org/downloads/",
|
||||
"license": [
|
||||
"MIT"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "Freek Van der Herten",
|
||||
"email": "freek@spatie.be",
|
||||
"homepage": "https://spatie.be",
|
||||
"role": "Developer"
|
||||
}
|
||||
],
|
||||
"description": "Speed up a Laravel application by caching the entire response",
|
||||
"homepage": "https://github.com/spatie/laravel-responsecache",
|
||||
"keywords": [
|
||||
"cache",
|
||||
"laravel",
|
||||
"laravel-responsecache",
|
||||
"performance",
|
||||
"response",
|
||||
"spatie"
|
||||
],
|
||||
"support": {
|
||||
"source": "https://github.com/spatie/laravel-responsecache/tree/7.4.10"
|
||||
},
|
||||
"funding": [
|
||||
{
|
||||
"url": "https://spatie.be/open-source/support-us",
|
||||
"type": "custom"
|
||||
},
|
||||
{
|
||||
"url": "https://github.com/spatie",
|
||||
"type": "github"
|
||||
}
|
||||
],
|
||||
"time": "2023-10-28T18:47:12+00:00"
|
||||
},
|
||||
{
|
||||
"name": "spatie/laravel-sitemap",
|
||||
"version": "6.3.1",
|
||||
@@ -9522,6 +9658,61 @@
|
||||
},
|
||||
"time": "2023-01-03T09:29:04+00:00"
|
||||
},
|
||||
{
|
||||
"name": "torann/json-ld",
|
||||
"version": "0.0.19",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/Torann/json-ld.git",
|
||||
"reference": "45738178c8eeea28a30925826537e87c3020de5a"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/Torann/json-ld/zipball/45738178c8eeea28a30925826537e87c3020de5a",
|
||||
"reference": "45738178c8eeea28a30925826537e87c3020de5a",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"php": ">=5.5"
|
||||
},
|
||||
"require-dev": {
|
||||
"mockery/mockery": "^0.9.4",
|
||||
"phpunit/phpunit": "~5.0"
|
||||
},
|
||||
"type": "library",
|
||||
"extra": {
|
||||
"branch-alias": {
|
||||
"dev-master": "0.1-dev"
|
||||
}
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"JsonLd\\": "src"
|
||||
}
|
||||
},
|
||||
"notification-url": "https://packagist.org/downloads/",
|
||||
"license": [
|
||||
"BSD-2-Clause"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "Daniel Stainback",
|
||||
"email": "torann@gmail.com"
|
||||
}
|
||||
],
|
||||
"description": "Extremely simple JSON-LD markup generator.",
|
||||
"keywords": [
|
||||
"JSON-LD",
|
||||
"generator",
|
||||
"schema",
|
||||
"structured-data"
|
||||
],
|
||||
"support": {
|
||||
"issues": "https://github.com/Torann/json-ld/issues",
|
||||
"source": "https://github.com/Torann/json-ld/tree/0.0.19"
|
||||
},
|
||||
"time": "2020-03-10T17:25:19+00:00"
|
||||
},
|
||||
{
|
||||
"name": "vlucas/phpdotenv",
|
||||
"version": "v5.5.0",
|
||||
|
||||
Reference in New Issue
Block a user