1
0
forked from poc/pds

After change datatype from citext to text

This commit is contained in:
dhanabalan
2025-03-25 15:02:25 +05:30
parent 8612cc08b1
commit 70a42a6651
20 changed files with 234 additions and 87 deletions

139
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": "292ea7e3ed35e47bcbea3972cfa9bb78",
"content-hash": "7b2a34f16f1fa4714c137023cb652961",
"packages": [
{
"name": "althinect/filament-spatie-roles-permissions",
@@ -5031,6 +5031,69 @@
],
"time": "2025-02-28T20:29:57+00:00"
},
{
"name": "spatie/regex",
"version": "3.1.1",
"source": {
"type": "git",
"url": "https://github.com/spatie/regex.git",
"reference": "d543de2019a0068e7b80da0ba24f1c51c7469303"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/spatie/regex/zipball/d543de2019a0068e7b80da0ba24f1c51c7469303",
"reference": "d543de2019a0068e7b80da0ba24f1c51c7469303",
"shasum": ""
},
"require": {
"php": "^8.0|^8.1"
},
"require-dev": {
"phpunit/phpunit": "^9.3"
},
"type": "library",
"autoload": {
"psr-4": {
"Spatie\\Regex\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Sebastian De Deyne",
"email": "sebastian@spatie.be",
"homepage": "https://spatie.be",
"role": "Developer"
}
],
"description": "A sane interface for php's built in preg_* functions",
"homepage": "https://github.com/spatie/regex",
"keywords": [
"expression",
"expressions",
"regex",
"regular",
"spatie"
],
"support": {
"issues": "https://github.com/spatie/regex/issues",
"source": "https://github.com/spatie/regex/tree/3.1.1"
},
"funding": [
{
"url": "https://spatie.be/open-source/support-us",
"type": "custom"
},
{
"url": "https://github.com/spatie",
"type": "github"
}
],
"time": "2021-11-30T21:13:59+00:00"
},
{
"name": "symfony/clock",
"version": "v7.2.0",
@@ -7383,6 +7446,80 @@
},
"time": "2024-12-21T16:25:41+00:00"
},
{
"name": "tpetry/laravel-postgresql-enhanced",
"version": "2.3.4",
"source": {
"type": "git",
"url": "https://github.com/tpetry/laravel-postgresql-enhanced.git",
"reference": "a242704496e1cff76193a552128940bfa59d1466"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/tpetry/laravel-postgresql-enhanced/zipball/a242704496e1cff76193a552128940bfa59d1466",
"reference": "a242704496e1cff76193a552128940bfa59d1466",
"shasum": ""
},
"require": {
"doctrine/dbal": "^2.6|^3.5|^4.0",
"illuminate/container": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0|^12.0",
"illuminate/database": "^6.0|^7.0|^8.79|^9.0|^10.0|^11.0|^12.0",
"illuminate/events": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0|^12.0",
"illuminate/support": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0|^12.0",
"php": "^8.0",
"spatie/regex": "^2.0|^3.0"
},
"require-dev": {
"composer/semver": "^3.4",
"friendsofphp/php-cs-fixer": "^2.19.3|^3.5.0",
"larastan/larastan": "^1.0|^2.1|^3.0",
"nesbot/carbon": "^2.7|^3.3",
"orchestra/testbench": "^4.0|^5.0|^6.0|^7.0|^8.0|^9.0|^10.0",
"phpstan/extension-installer": "^1.1",
"phpstan/phpstan": "^1.5|^2.0",
"phpunit/phpunit": "^8.5.23|^9.5.13|^10.5|^11.4",
"ramsey/uuid": "^3.9|^4.7"
},
"type": "library",
"extra": {
"laravel": {
"providers": [
"Tpetry\\PostgresqlEnhanced\\PostgresqlEnhancedServiceProvider"
]
},
"phpstan": {
"includes": [
"phpstan-extension.neon"
]
}
},
"autoload": {
"psr-4": {
"Tpetry\\PostgresqlEnhanced\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "tpetry",
"email": "tobias@tpetry.me"
}
],
"description": "Support for many missing PostgreSQL specific features",
"homepage": "https://github.com/tpetry/laravel-postgresql-enhanced",
"keywords": [
"laravel",
"postgresql"
],
"support": {
"issues": "https://github.com/tpetry/laravel-postgresql-enhanced/issues",
"source": "https://github.com/tpetry/laravel-postgresql-enhanced/tree/2.3.4"
},
"time": "2025-03-06T10:30:15+00:00"
},
{
"name": "vlucas/phpdotenv",
"version": "v5.6.1",