5 Commits

Author SHA1 Message Date
Renovate
1aab2f69a0 chore(deps): update dependency ramsey/uuid to v4.9.3
All checks were successful
Tests / build-npm (pull_request) Successful in 1m18s
Tests / validate-composer (pull_request) Successful in 3m21s
Tests / phpstan (pull_request) Successful in 1m4s
Tests / phpcs (pull_request) Successful in 3m12s
Tests / tests (pull_request) Successful in 1m44s
2026-07-09 22:22:00 +00:00
1613253b59 Merge pull request '[renovate-composer]: upgrade laravel/tinker - 2.11.0 → 3.0.2' (#76) from renovate/laravel/tinker-3.0.2 into master
All checks were successful
Tests / validate-composer (push) Successful in 11s
Tests / build-npm (push) Successful in 47s
Tests / phpcs (push) Successful in 37s
Tests / tests (push) Successful in 48s
Tests / phpstan (push) Successful in 51s
Reviewed-on: #76
2026-07-07 14:57:51 +00:00
03a60427c6 Merge pull request '[renovate-composer]: upgrade tpetry/laravel-postgresql-enhanced - 3.5.0 → 3.7.0' (#106) from renovate/tpetry/laravel-postgresql-enhanced-3.7.0 into master
All checks were successful
Tests / validate-composer (push) Successful in 15s
Tests / build-npm (push) Successful in 30s
Tests / phpcs (push) Successful in 29s
Tests / phpstan (push) Successful in 45s
Tests / tests (push) Successful in 1m38s
Reviewed-on: #106
2026-07-07 14:46:48 +00:00
Renovate
0747c2a757 chore(deps): update dependency tpetry/laravel-postgresql-enhanced to v3.7.0
All checks were successful
Tests / build-npm (pull_request) Successful in 32s
Tests / validate-composer (pull_request) Successful in 1m8s
Tests / phpcs (pull_request) Successful in 49s
Tests / phpstan (pull_request) Successful in 43s
Tests / tests (pull_request) Successful in 1m11s
2026-05-17 10:12:45 +00:00
Renovate
7f92e24719 fix(deps): update dependency laravel/tinker to v3
All checks were successful
Tests / build-npm (pull_request) Successful in 24s
Tests / validate-composer (pull_request) Successful in 8s
Tests / phpcs (pull_request) Successful in 22s
Tests / phpstan (pull_request) Successful in 31s
Tests / tests (pull_request) Successful in 26s
2026-04-21 20:18:40 +00:00
2 changed files with 53 additions and 50 deletions

View File

@@ -12,7 +12,7 @@
"php": "^8.4", "php": "^8.4",
"ext-xmlreader": "*", "ext-xmlreader": "*",
"laravel/framework": "^12.0", "laravel/framework": "^12.0",
"laravel/tinker": "^2.10.1", "laravel/tinker": "^3.0.0",
"ramsey/uuid": "^4.9", "ramsey/uuid": "^4.9",
"tpetry/laravel-postgresql-enhanced": "^3.5", "tpetry/laravel-postgresql-enhanced": "^3.5",
"ext-libxml": "*" "ext-libxml": "*"

101
composer.lock generated
View File

@@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically" "This file is @generated automatically"
], ],
"content-hash": "df024b2432c19a6f3c3a80d4c3951cb1", "content-hash": "e101f5d08430323f617c8ee0da366098",
"packages": [ "packages": [
{ {
"name": "brick/math", "name": "brick/math",
@@ -1550,33 +1550,33 @@
}, },
{ {
"name": "laravel/tinker", "name": "laravel/tinker",
"version": "v2.11.0", "version": "v3.0.2",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/laravel/tinker.git", "url": "https://github.com/laravel/tinker.git",
"reference": "3d34b97c9a1747a81a3fde90482c092bd8b66468" "reference": "4faba77764bd33411735936acdf30446d058c78b"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/laravel/tinker/zipball/3d34b97c9a1747a81a3fde90482c092bd8b66468", "url": "https://api.github.com/repos/laravel/tinker/zipball/4faba77764bd33411735936acdf30446d058c78b",
"reference": "3d34b97c9a1747a81a3fde90482c092bd8b66468", "reference": "4faba77764bd33411735936acdf30446d058c78b",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"illuminate/console": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0|^12.0", "illuminate/console": "^8.0|^9.0|^10.0|^11.0|^12.0|^13.0",
"illuminate/contracts": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0|^12.0", "illuminate/contracts": "^8.0|^9.0|^10.0|^11.0|^12.0|^13.0",
"illuminate/support": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0|^12.0", "illuminate/support": "^8.0|^9.0|^10.0|^11.0|^12.0|^13.0",
"php": "^7.2.5|^8.0", "php": "^8.1",
"psy/psysh": "^0.11.1|^0.12.0", "psy/psysh": "^0.12.0",
"symfony/var-dumper": "^4.3.4|^5.0|^6.0|^7.0|^8.0" "symfony/var-dumper": "^5.4|^6.0|^7.0|^8.0"
}, },
"require-dev": { "require-dev": {
"mockery/mockery": "~1.3.3|^1.4.2", "mockery/mockery": "~1.3.3|^1.4.2",
"phpstan/phpstan": "^1.10", "phpstan/phpstan": "^1.10",
"phpunit/phpunit": "^8.5.8|^9.3.3|^10.0" "phpunit/phpunit": "^10.5|^11.5"
}, },
"suggest": { "suggest": {
"illuminate/database": "The Illuminate Database package (^6.0|^7.0|^8.0|^9.0|^10.0|^11.0|^12.0)." "illuminate/database": "The Illuminate Database package (^8.0|^9.0|^10.0|^11.0|^12.0|^13.0)."
}, },
"type": "library", "type": "library",
"extra": { "extra": {
@@ -1584,6 +1584,9 @@
"providers": [ "providers": [
"Laravel\\Tinker\\TinkerServiceProvider" "Laravel\\Tinker\\TinkerServiceProvider"
] ]
},
"branch-alias": {
"dev-master": "3.x-dev"
} }
}, },
"autoload": { "autoload": {
@@ -1610,9 +1613,9 @@
], ],
"support": { "support": {
"issues": "https://github.com/laravel/tinker/issues", "issues": "https://github.com/laravel/tinker/issues",
"source": "https://github.com/laravel/tinker/tree/v2.11.0" "source": "https://github.com/laravel/tinker/tree/v3.0.2"
}, },
"time": "2025-12-19T19:16:45+00:00" "time": "2026-03-17T14:54:13+00:00"
}, },
{ {
"name": "league/commonmark", "name": "league/commonmark",
@@ -3417,20 +3420,20 @@
}, },
{ {
"name": "ramsey/uuid", "name": "ramsey/uuid",
"version": "4.9.2", "version": "4.9.3",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/ramsey/uuid.git", "url": "https://github.com/ramsey/uuid.git",
"reference": "8429c78ca35a09f27565311b98101e2826affde0" "reference": "1df15849d00943a67d677dc9cfd80795f038c9f8"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/ramsey/uuid/zipball/8429c78ca35a09f27565311b98101e2826affde0", "url": "https://api.github.com/repos/ramsey/uuid/zipball/1df15849d00943a67d677dc9cfd80795f038c9f8",
"reference": "8429c78ca35a09f27565311b98101e2826affde0", "reference": "1df15849d00943a67d677dc9cfd80795f038c9f8",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"brick/math": "^0.8.16 || ^0.9 || ^0.10 || ^0.11 || ^0.12 || ^0.13 || ^0.14", "brick/math": ">=0.8.16 <=0.18",
"php": "^8.0", "php": "^8.0",
"ramsey/collection": "^1.2 || ^2.0" "ramsey/collection": "^1.2 || ^2.0"
}, },
@@ -3489,9 +3492,9 @@
], ],
"support": { "support": {
"issues": "https://github.com/ramsey/uuid/issues", "issues": "https://github.com/ramsey/uuid/issues",
"source": "https://github.com/ramsey/uuid/tree/4.9.2" "source": "https://github.com/ramsey/uuid/tree/4.9.3"
}, },
"time": "2025-12-14T04:43:48+00:00" "time": "2026-06-18T03:57:49+00:00"
}, },
{ {
"name": "spatie/regex", "name": "spatie/regex",
@@ -6105,22 +6108,21 @@
}, },
{ {
"name": "tpetry/laravel-postgresql-enhanced", "name": "tpetry/laravel-postgresql-enhanced",
"version": "3.5.0", "version": "3.7.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/tpetry/laravel-postgresql-enhanced.git", "url": "https://github.com/tpetry/laravel-postgresql-enhanced.git",
"reference": "a0634a8f90375a065377381df36b8f3d1c7c4b4c" "reference": "a3c9df5f29f188f06645aa9e8c11198101873106"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/tpetry/laravel-postgresql-enhanced/zipball/a0634a8f90375a065377381df36b8f3d1c7c4b4c", "url": "https://api.github.com/repos/tpetry/laravel-postgresql-enhanced/zipball/a3c9df5f29f188f06645aa9e8c11198101873106",
"reference": "a0634a8f90375a065377381df36b8f3d1c7c4b4c", "reference": "a3c9df5f29f188f06645aa9e8c11198101873106",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"doctrine/dbal": "^2.6|^3.5|^4.0", "doctrine/dbal": "^2.6|^3.5|^4.0",
"illuminate/database": "^6.0|^7.0|^8.79|^9.0|^10.0|^11.0|^12.0", "laravel/framework": "^6.0|^7.0|^8.79|^9.0|^10.0|^11.0|^12.0|^13.0",
"laravel/framework": "*",
"php": "^8.0", "php": "^8.0",
"spatie/regex": "^2.0|^3.0" "spatie/regex": "^2.0|^3.0"
}, },
@@ -6129,11 +6131,12 @@
"friendsofphp/php-cs-fixer": "^2.19.3|^3.5.0", "friendsofphp/php-cs-fixer": "^2.19.3|^3.5.0",
"larastan/larastan": "^1.0|^2.1|^3.0", "larastan/larastan": "^1.0|^2.1|^3.0",
"nesbot/carbon": "^2.7|^3.3", "nesbot/carbon": "^2.7|^3.3",
"orchestra/testbench": "^4.0|^5.0|^6.0|^7.0|^8.0|^9.15.0|^10.0", "orchestra/testbench": "^4.0|^5.0|^6.0|^7.0|^8.0|^9.15.0|^10.0|^11.0",
"phpstan/extension-installer": "^1.1", "phpstan/extension-installer": "^1.1",
"phpstan/phpstan": "^1.5|^2.0", "phpstan/phpstan": "^1.5|^2.0",
"phpunit/phpunit": "^8.5.23|^9.5.13|^10.5|^11.4", "phpunit/phpunit": "^8.5.23|^9.5.13|^10.5|^11.4",
"ramsey/uuid": "^3.9|^4.7" "ramsey/uuid": "^3.9|^4.7",
"symfony/polyfill-php86": "^1.37"
}, },
"type": "library", "type": "library",
"extra": { "extra": {
@@ -6171,9 +6174,9 @@
], ],
"support": { "support": {
"issues": "https://github.com/tpetry/laravel-postgresql-enhanced/issues", "issues": "https://github.com/tpetry/laravel-postgresql-enhanced/issues",
"source": "https://github.com/tpetry/laravel-postgresql-enhanced/tree/3.5.0" "source": "https://github.com/tpetry/laravel-postgresql-enhanced/tree/3.7.0"
}, },
"time": "2025-11-24T10:21:44+00:00" "time": "2026-05-17T10:02:20+00:00"
}, },
{ {
"name": "vlucas/phpdotenv", "name": "vlucas/phpdotenv",
@@ -6965,28 +6968,28 @@
}, },
{ {
"name": "laravel/sail", "name": "laravel/sail",
"version": "v1.63.0", "version": "v1.52.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/laravel/sail.git", "url": "https://github.com/laravel/sail.git",
"reference": "51bbce3f803c1d386cabbb44e618c955a12ff5fc" "reference": "64ac7d8abb2dbcf2b76e61289451bae79066b0b3"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/laravel/sail/zipball/51bbce3f803c1d386cabbb44e618c955a12ff5fc", "url": "https://api.github.com/repos/laravel/sail/zipball/64ac7d8abb2dbcf2b76e61289451bae79066b0b3",
"reference": "51bbce3f803c1d386cabbb44e618c955a12ff5fc", "reference": "64ac7d8abb2dbcf2b76e61289451bae79066b0b3",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"illuminate/console": "^9.52.16|^10.0|^11.0|^12.0|^13.0", "illuminate/console": "^9.52.16|^10.0|^11.0|^12.0",
"illuminate/contracts": "^9.52.16|^10.0|^11.0|^12.0|^13.0", "illuminate/contracts": "^9.52.16|^10.0|^11.0|^12.0",
"illuminate/support": "^9.52.16|^10.0|^11.0|^12.0|^13.0", "illuminate/support": "^9.52.16|^10.0|^11.0|^12.0",
"php": "^8.0", "php": "^8.0",
"symfony/console": "^6.0|^7.0|^8.0", "symfony/console": "^6.0|^7.0",
"symfony/yaml": "^6.0|^7.0|^8.0" "symfony/yaml": "^6.0|^7.0"
}, },
"require-dev": { "require-dev": {
"orchestra/testbench": "^7.0|^8.0|^9.0|^10.0|^11.0", "orchestra/testbench": "^7.0|^8.0|^9.0|^10.0",
"phpstan/phpstan": "^2.0" "phpstan/phpstan": "^2.0"
}, },
"bin": [ "bin": [
@@ -7024,7 +7027,7 @@
"issues": "https://github.com/laravel/sail/issues", "issues": "https://github.com/laravel/sail/issues",
"source": "https://github.com/laravel/sail" "source": "https://github.com/laravel/sail"
}, },
"time": "2026-06-18T08:54:14+00:00" "time": "2026-01-01T02:46:03+00:00"
}, },
{ {
"name": "mockery/mockery", "name": "mockery/mockery",
@@ -9127,16 +9130,16 @@
}, },
{ {
"name": "symfony/yaml", "name": "symfony/yaml",
"version": "v7.4.13", "version": "v7.4.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/yaml.git", "url": "https://github.com/symfony/yaml.git",
"reference": "a7ec3b1156faf8815db7683ec7c1e7338e6f977c" "reference": "24dd4de28d2e3988b311751ac49e684d783e2345"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/yaml/zipball/a7ec3b1156faf8815db7683ec7c1e7338e6f977c", "url": "https://api.github.com/repos/symfony/yaml/zipball/24dd4de28d2e3988b311751ac49e684d783e2345",
"reference": "a7ec3b1156faf8815db7683ec7c1e7338e6f977c", "reference": "24dd4de28d2e3988b311751ac49e684d783e2345",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -9179,7 +9182,7 @@
"description": "Loads and dumps YAML files", "description": "Loads and dumps YAML files",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"support": { "support": {
"source": "https://github.com/symfony/yaml/tree/v7.4.13" "source": "https://github.com/symfony/yaml/tree/v7.4.1"
}, },
"funding": [ "funding": [
{ {
@@ -9199,7 +9202,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2026-05-25T06:06:12+00:00" "time": "2025-12-04T18:11:45+00:00"
}, },
{ {
"name": "theseer/tokenizer", "name": "theseer/tokenizer",