composer update
Tests & Lint & Deploy to Railway / build (2.6.6, 20.x, 8.3) (push) Failing after 1m43s Details

This commit is contained in:
aslan 2024-05-29 10:10:11 +03:00
parent f23b2e8652
commit aa54cf507d
3 changed files with 92 additions and 109 deletions

View File

@ -25,8 +25,8 @@ jobs:
uses: shivammathur/setup-php@v2 uses: shivammathur/setup-php@v2
with: with:
php-version: ${{ matrix.php-version }} php-version: ${{ matrix.php-version }}
ini-values: opcache.enable_cli=1, extension=gd2 ini-values: pcre.jit=0
extensions: fileinfo, xml, curl, mbstring, iconv, fileinfo, intl, sqlite, pdo_sqlite, php-gd, dom extensions: fileinfo, xml, curl, mbstring, iconv, fileinfo, intl, sqlite, pdo_sqlite, dom
tools: composer:${{ matrix.composer-version }} tools: composer:${{ matrix.composer-version }}
env: env:

View File

@ -6,22 +6,22 @@
"license": "MIT", "license": "MIT",
"require": { "require": {
"php": "^8.3", "php": "^8.3",
"laravel/framework": "^11.7.0", "laravel/framework": "^11.9.1",
"laravel/tinker": "^2.9.0", "laravel/tinker": "^2.9.0",
"laravel/ui": "^4.5.1", "laravel/ui": "^4.5.2",
"spatie/laravel-html": "^3.9.0" "spatie/laravel-html": "^3.9.0"
}, },
"require-dev": { "require-dev": {
"fakerphp/faker": "^1.23.1", "fakerphp/faker": "^1.23.1",
"laravel/breeze": "^2.0.3", "laravel/breeze": "^2.0.5",
"laravel/pint": "^1.15.3", "laravel/pint": "^1.16.0",
"laravel/sail": "^1.29.1", "laravel/sail": "^1.29.2",
"mockery/mockery": "^1.6.11", "mockery/mockery": "^1.6.12",
"nunomaduro/collision": "^8.1.1", "nunomaduro/collision": "^8.1.1",
"phpstan/phpstan": "^1.10.67", "phpstan/phpstan": "^1.11.2",
"phpunit/phpunit": "^11.1.3", "phpunit/phpunit": "^11.1.3",
"spatie/laravel-ignition": "^2.7.0", "spatie/laravel-ignition": "^2.7.0",
"squizlabs/php_codesniffer": "^3.9.2" "squizlabs/php_codesniffer": "^3.10.1"
}, },
"autoload": { "autoload": {
"psr-4": { "psr-4": {

181
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": "e4bf43f4d342039dc11e27fff0e3205a", "content-hash": "72e63ea40be404ad486cec843f764801",
"packages": [ "packages": [
{ {
"name": "brick/math", "name": "brick/math",
@ -1000,16 +1000,16 @@
}, },
{ {
"name": "laravel/framework", "name": "laravel/framework",
"version": "v11.7.0", "version": "v11.9.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/laravel/framework.git", "url": "https://github.com/laravel/framework.git",
"reference": "e5ac72f513f635f208024aa76b8a04efc1b47f93" "reference": "60167ce91c59ed5eea2ad4f2a7b6d686fb103ba7"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/laravel/framework/zipball/e5ac72f513f635f208024aa76b8a04efc1b47f93", "url": "https://api.github.com/repos/laravel/framework/zipball/60167ce91c59ed5eea2ad4f2a7b6d686fb103ba7",
"reference": "e5ac72f513f635f208024aa76b8a04efc1b47f93", "reference": "60167ce91c59ed5eea2ad4f2a7b6d686fb103ba7",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -1134,7 +1134,7 @@
"ext-pcntl": "Required to use all features of the queue worker and console signal trapping.", "ext-pcntl": "Required to use all features of the queue worker and console signal trapping.",
"ext-pdo": "Required to use all database features.", "ext-pdo": "Required to use all database features.",
"ext-posix": "Required to use all features of the queue worker.", "ext-posix": "Required to use all features of the queue worker.",
"ext-redis": "Required to use the Redis cache and queue drivers (^4.0|^5.0).", "ext-redis": "Required to use the Redis cache and queue drivers (^4.0|^5.0|^6.0).",
"fakerphp/faker": "Required to use the eloquent factory builder (^1.9.1).", "fakerphp/faker": "Required to use the eloquent factory builder (^1.9.1).",
"filp/whoops": "Required for friendly error pages in development (^2.14.3).", "filp/whoops": "Required for friendly error pages in development (^2.14.3).",
"laravel/tinker": "Required to use the tinker console command (^2.0).", "laravel/tinker": "Required to use the tinker console command (^2.0).",
@ -1197,20 +1197,20 @@
"framework", "framework",
"laravel" "laravel"
], ],
"time": "2024-05-07T13:41:51+00:00" "time": "2024-05-28T18:16:41+00:00"
}, },
{ {
"name": "laravel/prompts", "name": "laravel/prompts",
"version": "v0.1.21", "version": "v0.1.23",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/laravel/prompts.git", "url": "https://github.com/laravel/prompts.git",
"reference": "23ea808e8a145653e0ab29e30d4385e49f40a920" "reference": "9bc4df7c699b0452c6b815e64a2d84b6d7f99400"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/laravel/prompts/zipball/23ea808e8a145653e0ab29e30d4385e49f40a920", "url": "https://api.github.com/repos/laravel/prompts/zipball/9bc4df7c699b0452c6b815e64a2d84b6d7f99400",
"reference": "23ea808e8a145653e0ab29e30d4385e49f40a920", "reference": "9bc4df7c699b0452c6b815e64a2d84b6d7f99400",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -1251,7 +1251,7 @@
"MIT" "MIT"
], ],
"description": "Add beautiful and user-friendly forms to your command-line applications.", "description": "Add beautiful and user-friendly forms to your command-line applications.",
"time": "2024-04-30T12:46:16+00:00" "time": "2024-05-27T13:53:20+00:00"
}, },
{ {
"name": "laravel/serializable-closure", "name": "laravel/serializable-closure",
@ -1373,16 +1373,16 @@
}, },
{ {
"name": "laravel/ui", "name": "laravel/ui",
"version": "v4.5.1", "version": "v4.5.2",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/laravel/ui.git", "url": "https://github.com/laravel/ui.git",
"reference": "a3562953123946996a503159199d6742d5534e61" "reference": "c75396f63268c95b053c8e4814eb70e0875e9628"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/laravel/ui/zipball/a3562953123946996a503159199d6742d5534e61", "url": "https://api.github.com/repos/laravel/ui/zipball/c75396f63268c95b053c8e4814eb70e0875e9628",
"reference": "a3562953123946996a503159199d6742d5534e61", "reference": "c75396f63268c95b053c8e4814eb70e0875e9628",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -1429,7 +1429,7 @@
"laravel", "laravel",
"ui" "ui"
], ],
"time": "2024-03-21T18:12:29+00:00" "time": "2024-05-08T18:07:10+00:00"
}, },
{ {
"name": "league/commonmark", "name": "league/commonmark",
@ -1608,16 +1608,16 @@
}, },
{ {
"name": "league/flysystem", "name": "league/flysystem",
"version": "3.27.0", "version": "3.28.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/thephpleague/flysystem.git", "url": "https://github.com/thephpleague/flysystem.git",
"reference": "4729745b1ab737908c7d055148c9a6b3e959832f" "reference": "e611adab2b1ae2e3072fa72d62c62f52c2bf1f0c"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/thephpleague/flysystem/zipball/4729745b1ab737908c7d055148c9a6b3e959832f", "url": "https://api.github.com/repos/thephpleague/flysystem/zipball/e611adab2b1ae2e3072fa72d62c62f52c2bf1f0c",
"reference": "4729745b1ab737908c7d055148c9a6b3e959832f", "reference": "e611adab2b1ae2e3072fa72d62c62f52c2bf1f0c",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -1641,10 +1641,13 @@
"composer/semver": "^3.0", "composer/semver": "^3.0",
"ext-fileinfo": "*", "ext-fileinfo": "*",
"ext-ftp": "*", "ext-ftp": "*",
"ext-mongodb": "^1.3",
"ext-zip": "*", "ext-zip": "*",
"friendsofphp/php-cs-fixer": "^3.5", "friendsofphp/php-cs-fixer": "^3.5",
"google/cloud-storage": "^1.23", "google/cloud-storage": "^1.23",
"guzzlehttp/psr7": "^2.6",
"microsoft/azure-storage-blob": "^1.1", "microsoft/azure-storage-blob": "^1.1",
"mongodb/mongodb": "^1.2",
"phpseclib/phpseclib": "^3.0.36", "phpseclib/phpseclib": "^3.0.36",
"phpstan/phpstan": "^1.10", "phpstan/phpstan": "^1.10",
"phpunit/phpunit": "^9.5.11|^10.0", "phpunit/phpunit": "^9.5.11|^10.0",
@ -1680,30 +1683,20 @@
"sftp", "sftp",
"storage" "storage"
], ],
"funding": [ "time": "2024-05-22T10:09:12+00:00"
{
"url": "https://ecologi.com/frankdejonge",
"type": "custom"
},
{
"url": "https://github.com/frankdejonge",
"type": "github"
}
],
"time": "2024-04-07T19:17:50+00:00"
}, },
{ {
"name": "league/flysystem-local", "name": "league/flysystem-local",
"version": "3.25.1", "version": "3.28.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/thephpleague/flysystem-local.git", "url": "https://github.com/thephpleague/flysystem-local.git",
"reference": "61a6a90d6e999e4ddd9ce5adb356de0939060b92" "reference": "13f22ea8be526ea58c2ddff9e158ef7c296e4f40"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/thephpleague/flysystem-local/zipball/61a6a90d6e999e4ddd9ce5adb356de0939060b92", "url": "https://api.github.com/repos/thephpleague/flysystem-local/zipball/13f22ea8be526ea58c2ddff9e158ef7c296e4f40",
"reference": "61a6a90d6e999e4ddd9ce5adb356de0939060b92", "reference": "13f22ea8be526ea58c2ddff9e158ef7c296e4f40",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -1736,17 +1729,7 @@
"filesystem", "filesystem",
"local" "local"
], ],
"funding": [ "time": "2024-05-06T20:05:52+00:00"
{
"url": "https://ecologi.com/frankdejonge",
"type": "custom"
},
{
"url": "https://github.com/frankdejonge",
"type": "github"
}
],
"time": "2024-03-15T19:58:44+00:00"
}, },
{ {
"name": "league/mime-type-detection", "name": "league/mime-type-detection",
@ -1899,16 +1882,16 @@
}, },
{ {
"name": "nesbot/carbon", "name": "nesbot/carbon",
"version": "3.3.1", "version": "3.4.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/briannesbitt/Carbon.git", "url": "https://github.com/briannesbitt/Carbon.git",
"reference": "8ff64b92c1b1ec84fcde9f8bb9ff2ca34cb8a77a" "reference": "8eab8983c83c30e0bacbef8d311e3f3b8172727f"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/8ff64b92c1b1ec84fcde9f8bb9ff2ca34cb8a77a", "url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/8eab8983c83c30e0bacbef8d311e3f3b8172727f",
"reference": "8ff64b92c1b1ec84fcde9f8bb9ff2ca34cb8a77a", "reference": "8eab8983c83c30e0bacbef8d311e3f3b8172727f",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -1996,7 +1979,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2024-05-01T06:54:22+00:00" "time": "2024-05-24T14:26:34+00:00"
}, },
{ {
"name": "nette/schema", "name": "nette/schema",
@ -2537,20 +2520,20 @@
}, },
{ {
"name": "psr/http-factory", "name": "psr/http-factory",
"version": "1.0.2", "version": "1.1.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/php-fig/http-factory.git", "url": "https://github.com/php-fig/http-factory.git",
"reference": "e616d01114759c4c489f93b099585439f795fe35" "reference": "2b4765fddfe3b508ac62f829e852b1501d3f6e8a"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/php-fig/http-factory/zipball/e616d01114759c4c489f93b099585439f795fe35", "url": "https://api.github.com/repos/php-fig/http-factory/zipball/2b4765fddfe3b508ac62f829e852b1501d3f6e8a",
"reference": "e616d01114759c4c489f93b099585439f795fe35", "reference": "2b4765fddfe3b508ac62f829e852b1501d3f6e8a",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": ">=7.0.0", "php": ">=7.1",
"psr/http-message": "^1.0 || ^2.0" "psr/http-message": "^1.0 || ^2.0"
}, },
"type": "library", "type": "library",
@ -2574,7 +2557,7 @@
"homepage": "https://www.php-fig.org/" "homepage": "https://www.php-fig.org/"
} }
], ],
"description": "Common interfaces for PSR-7 HTTP message factories", "description": "PSR-17: Common interfaces for PSR-7 HTTP message factories",
"keywords": [ "keywords": [
"factory", "factory",
"http", "http",
@ -2585,7 +2568,7 @@
"request", "request",
"response" "response"
], ],
"time": "2023-04-10T20:10:41+00:00" "time": "2024-04-15T12:06:14+00:00"
}, },
{ {
"name": "psr/http-message", "name": "psr/http-message",
@ -5737,16 +5720,16 @@
}, },
{ {
"name": "laravel/breeze", "name": "laravel/breeze",
"version": "v2.0.3", "version": "v2.0.5",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/laravel/breeze.git", "url": "https://github.com/laravel/breeze.git",
"reference": "3ee0211a1bdc1aca6ee7913337735bb879738999" "reference": "4b40708d13aab743a47251e52cc73989f68353bd"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/laravel/breeze/zipball/3ee0211a1bdc1aca6ee7913337735bb879738999", "url": "https://api.github.com/repos/laravel/breeze/zipball/4b40708d13aab743a47251e52cc73989f68353bd",
"reference": "3ee0211a1bdc1aca6ee7913337735bb879738999", "reference": "4b40708d13aab743a47251e52cc73989f68353bd",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -5789,20 +5772,20 @@
"auth", "auth",
"laravel" "laravel"
], ],
"time": "2024-04-24T07:22:37+00:00" "time": "2024-05-28T15:37:59+00:00"
}, },
{ {
"name": "laravel/pint", "name": "laravel/pint",
"version": "v1.15.3", "version": "v1.16.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/laravel/pint.git", "url": "https://github.com/laravel/pint.git",
"reference": "3600b5d17aff52f6100ea4921849deacbbeb8656" "reference": "1b3a3dc5bc6a81ff52828ba7277621f1d49d6d98"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/laravel/pint/zipball/3600b5d17aff52f6100ea4921849deacbbeb8656", "url": "https://api.github.com/repos/laravel/pint/zipball/1b3a3dc5bc6a81ff52828ba7277621f1d49d6d98",
"reference": "3600b5d17aff52f6100ea4921849deacbbeb8656", "reference": "1b3a3dc5bc6a81ff52828ba7277621f1d49d6d98",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -5813,11 +5796,11 @@
"php": "^8.1.0" "php": "^8.1.0"
}, },
"require-dev": { "require-dev": {
"friendsofphp/php-cs-fixer": "^3.54.0", "friendsofphp/php-cs-fixer": "^3.57.1",
"illuminate/view": "^10.48.8", "illuminate/view": "^10.48.10",
"larastan/larastan": "^2.9.5", "larastan/larastan": "^2.9.6",
"laravel-zero/framework": "^10.3.0", "laravel-zero/framework": "^10.4.0",
"mockery/mockery": "^1.6.11", "mockery/mockery": "^1.6.12",
"nunomaduro/termwind": "^1.15.1", "nunomaduro/termwind": "^1.15.1",
"pestphp/pest": "^2.34.7" "pestphp/pest": "^2.34.7"
}, },
@ -5851,20 +5834,20 @@
"linter", "linter",
"php" "php"
], ],
"time": "2024-04-30T15:02:26+00:00" "time": "2024-05-21T18:08:25+00:00"
}, },
{ {
"name": "laravel/sail", "name": "laravel/sail",
"version": "v1.29.1", "version": "v1.29.2",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/laravel/sail.git", "url": "https://github.com/laravel/sail.git",
"reference": "8be4a31150eab3b46af11a2e7b2c4632eefaad7e" "reference": "a8e4e749735ba2f091856eafeb3f99db8cd6b621"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/laravel/sail/zipball/8be4a31150eab3b46af11a2e7b2c4632eefaad7e", "url": "https://api.github.com/repos/laravel/sail/zipball/a8e4e749735ba2f091856eafeb3f99db8cd6b621",
"reference": "8be4a31150eab3b46af11a2e7b2c4632eefaad7e", "reference": "a8e4e749735ba2f091856eafeb3f99db8cd6b621",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -5910,20 +5893,20 @@
"docker", "docker",
"laravel" "laravel"
], ],
"time": "2024-03-20T20:09:31+00:00" "time": "2024-05-16T21:39:11+00:00"
}, },
{ {
"name": "mockery/mockery", "name": "mockery/mockery",
"version": "1.6.11", "version": "1.6.12",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/mockery/mockery.git", "url": "https://github.com/mockery/mockery.git",
"reference": "81a161d0b135df89951abd52296adf97deb0723d" "reference": "1f4efdd7d3beafe9807b08156dfcb176d18f1699"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/mockery/mockery/zipball/81a161d0b135df89951abd52296adf97deb0723d", "url": "https://api.github.com/repos/mockery/mockery/zipball/1f4efdd7d3beafe9807b08156dfcb176d18f1699",
"reference": "81a161d0b135df89951abd52296adf97deb0723d", "reference": "1f4efdd7d3beafe9807b08156dfcb176d18f1699",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -5986,7 +5969,7 @@
"test double", "test double",
"testing" "testing"
], ],
"time": "2024-03-21T18:34:15+00:00" "time": "2024-05-16T03:13:13+00:00"
}, },
{ {
"name": "myclabs/deep-copy", "name": "myclabs/deep-copy",
@ -6248,16 +6231,16 @@
}, },
{ {
"name": "phpstan/phpstan", "name": "phpstan/phpstan",
"version": "1.10.67", "version": "1.11.2",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/phpstan/phpstan.git", "url": "https://github.com/phpstan/phpstan.git",
"reference": "16ddbe776f10da6a95ebd25de7c1dbed397dc493" "reference": "0d5d4294a70deb7547db655c47685d680e39cfec"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/phpstan/phpstan/zipball/16ddbe776f10da6a95ebd25de7c1dbed397dc493", "url": "https://api.github.com/repos/phpstan/phpstan/zipball/0d5d4294a70deb7547db655c47685d680e39cfec",
"reference": "16ddbe776f10da6a95ebd25de7c1dbed397dc493", "reference": "0d5d4294a70deb7547db655c47685d680e39cfec",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -6295,7 +6278,7 @@
"type": "github" "type": "github"
} }
], ],
"time": "2024-04-16T07:22:02+00:00" "time": "2024-05-24T13:23:04+00:00"
}, },
{ {
"name": "phpunit/php-code-coverage", "name": "phpunit/php-code-coverage",
@ -7600,16 +7583,16 @@
}, },
{ {
"name": "spatie/flare-client-php", "name": "spatie/flare-client-php",
"version": "1.5.1", "version": "1.6.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/spatie/flare-client-php.git", "url": "https://github.com/spatie/flare-client-php.git",
"reference": "e27977d534eefe04c154c6fd8460217024054c05" "reference": "220a7c8745e9fa427d54099f47147c4b97fe6462"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/spatie/flare-client-php/zipball/e27977d534eefe04c154c6fd8460217024054c05", "url": "https://api.github.com/repos/spatie/flare-client-php/zipball/220a7c8745e9fa427d54099f47147c4b97fe6462",
"reference": "e27977d534eefe04c154c6fd8460217024054c05", "reference": "220a7c8745e9fa427d54099f47147c4b97fe6462",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -7661,7 +7644,7 @@
"type": "github" "type": "github"
} }
], ],
"time": "2024-05-03T15:43:14+00:00" "time": "2024-05-22T09:45:39+00:00"
}, },
{ {
"name": "spatie/ignition", "name": "spatie/ignition",
@ -7828,16 +7811,16 @@
}, },
{ {
"name": "squizlabs/php_codesniffer", "name": "squizlabs/php_codesniffer",
"version": "3.9.2", "version": "3.10.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/PHPCSStandards/PHP_CodeSniffer.git", "url": "https://github.com/PHPCSStandards/PHP_CodeSniffer.git",
"reference": "aac1f6f347a5c5ac6bc98ad395007df00990f480" "reference": "8f90f7a53ce271935282967f53d0894f8f1ff877"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/PHPCSStandards/PHP_CodeSniffer/zipball/aac1f6f347a5c5ac6bc98ad395007df00990f480", "url": "https://api.github.com/repos/PHPCSStandards/PHP_CodeSniffer/zipball/8f90f7a53ce271935282967f53d0894f8f1ff877",
"reference": "aac1f6f347a5c5ac6bc98ad395007df00990f480", "reference": "8f90f7a53ce271935282967f53d0894f8f1ff877",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -7898,7 +7881,7 @@
"type": "open_collective" "type": "open_collective"
} }
], ],
"time": "2024-04-23T20:25:34+00:00" "time": "2024-05-22T21:24:41+00:00"
}, },
{ {
"name": "symfony/yaml", "name": "symfony/yaml",