|
|
@ -8,16 +8,16 @@ |
|
|
|
"packages": [ |
|
|
|
{ |
|
|
|
"name": "brick/math", |
|
|
|
"version": "0.12.1", |
|
|
|
"version": "0.12.3", |
|
|
|
"source": { |
|
|
|
"type": "git", |
|
|
|
"url": "https://github.com/brick/math.git", |
|
|
|
"reference": "f510c0a40911935b77b86859eb5223d58d660df1" |
|
|
|
"reference": "866551da34e9a618e64a819ee1e01c20d8a588ba" |
|
|
|
}, |
|
|
|
"dist": { |
|
|
|
"type": "zip", |
|
|
|
"url": "https://api.github.com/repos/brick/math/zipball/f510c0a40911935b77b86859eb5223d58d660df1", |
|
|
|
"reference": "f510c0a40911935b77b86859eb5223d58d660df1", |
|
|
|
"url": "https://api.github.com/repos/brick/math/zipball/866551da34e9a618e64a819ee1e01c20d8a588ba", |
|
|
|
"reference": "866551da34e9a618e64a819ee1e01c20d8a588ba", |
|
|
|
"shasum": "" |
|
|
|
}, |
|
|
|
"require": { |
|
|
@ -26,7 +26,7 @@ |
|
|
|
"require-dev": { |
|
|
|
"php-coveralls/php-coveralls": "^2.2", |
|
|
|
"phpunit/phpunit": "^10.1", |
|
|
|
"vimeo/psalm": "5.16.0" |
|
|
|
"vimeo/psalm": "6.8.8" |
|
|
|
}, |
|
|
|
"type": "library", |
|
|
|
"autoload": { |
|
|
@ -56,7 +56,7 @@ |
|
|
|
], |
|
|
|
"support": { |
|
|
|
"issues": "https://github.com/brick/math/issues", |
|
|
|
"source": "https://github.com/brick/math/tree/0.12.1" |
|
|
|
"source": "https://github.com/brick/math/tree/0.12.3" |
|
|
|
}, |
|
|
|
"funding": [ |
|
|
|
{ |
|
|
@ -64,7 +64,7 @@ |
|
|
|
"type": "github" |
|
|
|
} |
|
|
|
], |
|
|
|
"time": "2023-11-29T23:19:16+00:00" |
|
|
|
"time": "2025-02-28T13:11:00+00:00" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"name": "carbonphp/carbon-doctrine-types", |
|
|
@ -1790,16 +1790,16 @@ |
|
|
|
}, |
|
|
|
{ |
|
|
|
"name": "league/csv", |
|
|
|
"version": "9.21.0", |
|
|
|
"version": "9.22.0", |
|
|
|
"source": { |
|
|
|
"type": "git", |
|
|
|
"url": "https://github.com/thephpleague/csv.git", |
|
|
|
"reference": "72196d11ebba22d868954cb39c0c7346207430cc" |
|
|
|
"reference": "afc109aa11f3086b8be8dfffa04ac31480b36b76" |
|
|
|
}, |
|
|
|
"dist": { |
|
|
|
"type": "zip", |
|
|
|
"url": "https://api.github.com/repos/thephpleague/csv/zipball/72196d11ebba22d868954cb39c0c7346207430cc", |
|
|
|
"reference": "72196d11ebba22d868954cb39c0c7346207430cc", |
|
|
|
"url": "https://api.github.com/repos/thephpleague/csv/zipball/afc109aa11f3086b8be8dfffa04ac31480b36b76", |
|
|
|
"reference": "afc109aa11f3086b8be8dfffa04ac31480b36b76", |
|
|
|
"shasum": "" |
|
|
|
}, |
|
|
|
"require": { |
|
|
@ -1809,19 +1809,23 @@ |
|
|
|
"require-dev": { |
|
|
|
"ext-dom": "*", |
|
|
|
"ext-xdebug": "*", |
|
|
|
"friendsofphp/php-cs-fixer": "^3.64.0", |
|
|
|
"phpbench/phpbench": "^1.3.1", |
|
|
|
"phpstan/phpstan": "^1.12.11", |
|
|
|
"friendsofphp/php-cs-fixer": "^3.69.0", |
|
|
|
"phpbench/phpbench": "^1.4.0", |
|
|
|
"phpstan/phpstan": "^1.12.18", |
|
|
|
"phpstan/phpstan-deprecation-rules": "^1.2.1", |
|
|
|
"phpstan/phpstan-phpunit": "^1.4.1", |
|
|
|
"phpstan/phpstan-strict-rules": "^1.6.1", |
|
|
|
"phpunit/phpunit": "^10.5.16 || ^11.4.3", |
|
|
|
"symfony/var-dumper": "^6.4.8 || ^7.1.8" |
|
|
|
"phpstan/phpstan-phpunit": "^1.4.2", |
|
|
|
"phpstan/phpstan-strict-rules": "^1.6.2", |
|
|
|
"phpunit/phpunit": "^10.5.16 || ^11.5.7", |
|
|
|
"symfony/var-dumper": "^6.4.8 || ^7.2.3" |
|
|
|
}, |
|
|
|
"suggest": { |
|
|
|
"ext-dom": "Required to use the XMLConverter and the HTMLConverter classes", |
|
|
|
"ext-iconv": "Needed to ease transcoding CSV using iconv stream filters", |
|
|
|
"ext-mbstring": "Needed to ease transcoding CSV using mb stream filters" |
|
|
|
"ext-mbstring": "Needed to ease transcoding CSV using mb stream filters", |
|
|
|
"ext-mysqli": "Requiered to use the package with the MySQLi extension", |
|
|
|
"ext-pdo": "Required to use the package with the PDO extension", |
|
|
|
"ext-pgsql": "Requiered to use the package with the PgSQL extension", |
|
|
|
"ext-sqlite3": "Required to use the package with the SQLite3 extension" |
|
|
|
}, |
|
|
|
"type": "library", |
|
|
|
"extra": { |
|
|
@ -1834,7 +1838,7 @@ |
|
|
|
"src/functions_include.php" |
|
|
|
], |
|
|
|
"psr-4": { |
|
|
|
"League\\Csv\\": "src/" |
|
|
|
"League\\Csv\\": "src" |
|
|
|
} |
|
|
|
}, |
|
|
|
"notification-url": "https://packagist.org/downloads/", |
|
|
@ -1873,7 +1877,7 @@ |
|
|
|
"type": "github" |
|
|
|
} |
|
|
|
], |
|
|
|
"time": "2025-01-08T19:27:58+00:00" |
|
|
|
"time": "2025-02-28T10:00:39+00:00" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"name": "league/flysystem", |
|
|
@ -3302,16 +3306,16 @@ |
|
|
|
}, |
|
|
|
{ |
|
|
|
"name": "ramsey/collection", |
|
|
|
"version": "2.0.0", |
|
|
|
"version": "2.1.0", |
|
|
|
"source": { |
|
|
|
"type": "git", |
|
|
|
"url": "https://github.com/ramsey/collection.git", |
|
|
|
"reference": "a4b48764bfbb8f3a6a4d1aeb1a35bb5e9ecac4a5" |
|
|
|
"reference": "3c5990b8a5e0b79cd1cf11c2dc1229e58e93f109" |
|
|
|
}, |
|
|
|
"dist": { |
|
|
|
"type": "zip", |
|
|
|
"url": "https://api.github.com/repos/ramsey/collection/zipball/a4b48764bfbb8f3a6a4d1aeb1a35bb5e9ecac4a5", |
|
|
|
"reference": "a4b48764bfbb8f3a6a4d1aeb1a35bb5e9ecac4a5", |
|
|
|
"url": "https://api.github.com/repos/ramsey/collection/zipball/3c5990b8a5e0b79cd1cf11c2dc1229e58e93f109", |
|
|
|
"reference": "3c5990b8a5e0b79cd1cf11c2dc1229e58e93f109", |
|
|
|
"shasum": "" |
|
|
|
}, |
|
|
|
"require": { |
|
|
@ -3319,25 +3323,22 @@ |
|
|
|
}, |
|
|
|
"require-dev": { |
|
|
|
"captainhook/plugin-composer": "^5.3", |
|
|
|
"ergebnis/composer-normalize": "^2.28.3", |
|
|
|
"fakerphp/faker": "^1.21", |
|
|
|
"ergebnis/composer-normalize": "^2.45", |
|
|
|
"fakerphp/faker": "^1.24", |
|
|
|
"hamcrest/hamcrest-php": "^2.0", |
|
|
|
"jangregor/phpstan-prophecy": "^1.0", |
|
|
|
"mockery/mockery": "^1.5", |
|
|
|
"jangregor/phpstan-prophecy": "^2.1", |
|
|
|
"mockery/mockery": "^1.6", |
|
|
|
"php-parallel-lint/php-console-highlighter": "^1.0", |
|
|
|
"php-parallel-lint/php-parallel-lint": "^1.3", |
|
|
|
"phpcsstandards/phpcsutils": "^1.0.0-rc1", |
|
|
|
"phpspec/prophecy-phpunit": "^2.0", |
|
|
|
"phpstan/extension-installer": "^1.2", |
|
|
|
"phpstan/phpstan": "^1.9", |
|
|
|
"phpstan/phpstan-mockery": "^1.1", |
|
|
|
"phpstan/phpstan-phpunit": "^1.3", |
|
|
|
"phpunit/phpunit": "^9.5", |
|
|
|
"psalm/plugin-mockery": "^1.1", |
|
|
|
"psalm/plugin-phpunit": "^0.18.4", |
|
|
|
"ramsey/coding-standard": "^2.0.3", |
|
|
|
"ramsey/conventional-commits": "^1.3", |
|
|
|
"vimeo/psalm": "^5.4" |
|
|
|
"php-parallel-lint/php-parallel-lint": "^1.4", |
|
|
|
"phpspec/prophecy-phpunit": "^2.3", |
|
|
|
"phpstan/extension-installer": "^1.4", |
|
|
|
"phpstan/phpstan": "^2.1", |
|
|
|
"phpstan/phpstan-mockery": "^2.0", |
|
|
|
"phpstan/phpstan-phpunit": "^2.0", |
|
|
|
"phpunit/phpunit": "^10.5", |
|
|
|
"ramsey/coding-standard": "^2.3", |
|
|
|
"ramsey/conventional-commits": "^1.6", |
|
|
|
"roave/security-advisories": "dev-latest" |
|
|
|
}, |
|
|
|
"type": "library", |
|
|
|
"extra": { |
|
|
@ -3375,19 +3376,9 @@ |
|
|
|
], |
|
|
|
"support": { |
|
|
|
"issues": "https://github.com/ramsey/collection/issues", |
|
|
|
"source": "https://github.com/ramsey/collection/tree/2.0.0" |
|
|
|
"source": "https://github.com/ramsey/collection/tree/2.1.0" |
|
|
|
}, |
|
|
|
"funding": [ |
|
|
|
{ |
|
|
|
"url": "https://github.com/ramsey", |
|
|
|
"type": "github" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"url": "https://tidelift.com/funding/github/packagist/ramsey/collection", |
|
|
|
"type": "tidelift" |
|
|
|
} |
|
|
|
], |
|
|
|
"time": "2022-12-31T21:50:55+00:00" |
|
|
|
"time": "2025-03-02T04:48:29+00:00" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"name": "ramsey/uuid", |
|
|
@ -3858,16 +3849,16 @@ |
|
|
|
}, |
|
|
|
{ |
|
|
|
"name": "symfony/error-handler", |
|
|
|
"version": "v7.2.3", |
|
|
|
"version": "v7.2.4", |
|
|
|
"source": { |
|
|
|
"type": "git", |
|
|
|
"url": "https://github.com/symfony/error-handler.git", |
|
|
|
"reference": "959a74d044a6db21f4caa6d695648dcb5584cb49" |
|
|
|
"reference": "aabf79938aa795350c07ce6464dd1985607d95d5" |
|
|
|
}, |
|
|
|
"dist": { |
|
|
|
"type": "zip", |
|
|
|
"url": "https://api.github.com/repos/symfony/error-handler/zipball/959a74d044a6db21f4caa6d695648dcb5584cb49", |
|
|
|
"reference": "959a74d044a6db21f4caa6d695648dcb5584cb49", |
|
|
|
"url": "https://api.github.com/repos/symfony/error-handler/zipball/aabf79938aa795350c07ce6464dd1985607d95d5", |
|
|
|
"reference": "aabf79938aa795350c07ce6464dd1985607d95d5", |
|
|
|
"shasum": "" |
|
|
|
}, |
|
|
|
"require": { |
|
|
@ -3913,7 +3904,7 @@ |
|
|
|
"description": "Provides tools to manage errors and ease debugging PHP code", |
|
|
|
"homepage": "https://symfony.com", |
|
|
|
"support": { |
|
|
|
"source": "https://github.com/symfony/error-handler/tree/v7.2.3" |
|
|
|
"source": "https://github.com/symfony/error-handler/tree/v7.2.4" |
|
|
|
}, |
|
|
|
"funding": [ |
|
|
|
{ |
|
|
@ -3929,7 +3920,7 @@ |
|
|
|
"type": "tidelift" |
|
|
|
} |
|
|
|
], |
|
|
|
"time": "2025-01-07T09:39:55+00:00" |
|
|
|
"time": "2025-02-02T20:27:07+00:00" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"name": "symfony/event-dispatcher", |
|
|
@ -4153,16 +4144,16 @@ |
|
|
|
}, |
|
|
|
{ |
|
|
|
"name": "symfony/http-client", |
|
|
|
"version": "v7.2.3", |
|
|
|
"version": "v7.2.4", |
|
|
|
"source": { |
|
|
|
"type": "git", |
|
|
|
"url": "https://github.com/symfony/http-client.git", |
|
|
|
"reference": "7ce6078c79a4a7afff931c413d2959d3bffbfb8d" |
|
|
|
"reference": "78981a2ffef6437ed92d4d7e2a86a82f256c6dc6" |
|
|
|
}, |
|
|
|
"dist": { |
|
|
|
"type": "zip", |
|
|
|
"url": "https://api.github.com/repos/symfony/http-client/zipball/7ce6078c79a4a7afff931c413d2959d3bffbfb8d", |
|
|
|
"reference": "7ce6078c79a4a7afff931c413d2959d3bffbfb8d", |
|
|
|
"url": "https://api.github.com/repos/symfony/http-client/zipball/78981a2ffef6437ed92d4d7e2a86a82f256c6dc6", |
|
|
|
"reference": "78981a2ffef6437ed92d4d7e2a86a82f256c6dc6", |
|
|
|
"shasum": "" |
|
|
|
}, |
|
|
|
"require": { |
|
|
@ -4228,7 +4219,7 @@ |
|
|
|
"http" |
|
|
|
], |
|
|
|
"support": { |
|
|
|
"source": "https://github.com/symfony/http-client/tree/v7.2.3" |
|
|
|
"source": "https://github.com/symfony/http-client/tree/v7.2.4" |
|
|
|
}, |
|
|
|
"funding": [ |
|
|
|
{ |
|
|
@ -4244,7 +4235,7 @@ |
|
|
|
"type": "tidelift" |
|
|
|
} |
|
|
|
], |
|
|
|
"time": "2025-01-28T15:51:35+00:00" |
|
|
|
"time": "2025-02-13T10:27:23+00:00" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"name": "symfony/http-client-contracts", |
|
|
@ -4404,16 +4395,16 @@ |
|
|
|
}, |
|
|
|
{ |
|
|
|
"name": "symfony/http-kernel", |
|
|
|
"version": "v7.2.3", |
|
|
|
"version": "v7.2.4", |
|
|
|
"source": { |
|
|
|
"type": "git", |
|
|
|
"url": "https://github.com/symfony/http-kernel.git", |
|
|
|
"reference": "caae9807f8e25a9b43ce8cc6fafab6cf91f0cc9b" |
|
|
|
"reference": "9f1103734c5789798fefb90e91de4586039003ed" |
|
|
|
}, |
|
|
|
"dist": { |
|
|
|
"type": "zip", |
|
|
|
"url": "https://api.github.com/repos/symfony/http-kernel/zipball/caae9807f8e25a9b43ce8cc6fafab6cf91f0cc9b", |
|
|
|
"reference": "caae9807f8e25a9b43ce8cc6fafab6cf91f0cc9b", |
|
|
|
"url": "https://api.github.com/repos/symfony/http-kernel/zipball/9f1103734c5789798fefb90e91de4586039003ed", |
|
|
|
"reference": "9f1103734c5789798fefb90e91de4586039003ed", |
|
|
|
"shasum": "" |
|
|
|
}, |
|
|
|
"require": { |
|
|
@ -4498,7 +4489,7 @@ |
|
|
|
"description": "Provides a structured process for converting a Request into a Response", |
|
|
|
"homepage": "https://symfony.com", |
|
|
|
"support": { |
|
|
|
"source": "https://github.com/symfony/http-kernel/tree/v7.2.3" |
|
|
|
"source": "https://github.com/symfony/http-kernel/tree/v7.2.4" |
|
|
|
}, |
|
|
|
"funding": [ |
|
|
|
{ |
|
|
@ -4514,7 +4505,7 @@ |
|
|
|
"type": "tidelift" |
|
|
|
} |
|
|
|
], |
|
|
|
"time": "2025-01-29T07:40:13+00:00" |
|
|
|
"time": "2025-02-26T11:01:22+00:00" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"name": "symfony/mailer", |
|
|
@ -4667,16 +4658,16 @@ |
|
|
|
}, |
|
|
|
{ |
|
|
|
"name": "symfony/mime", |
|
|
|
"version": "v7.2.3", |
|
|
|
"version": "v7.2.4", |
|
|
|
"source": { |
|
|
|
"type": "git", |
|
|
|
"url": "https://github.com/symfony/mime.git", |
|
|
|
"reference": "2fc3b4bd67e4747e45195bc4c98bea4628476204" |
|
|
|
"reference": "87ca22046b78c3feaff04b337f33b38510fd686b" |
|
|
|
}, |
|
|
|
"dist": { |
|
|
|
"type": "zip", |
|
|
|
"url": "https://api.github.com/repos/symfony/mime/zipball/2fc3b4bd67e4747e45195bc4c98bea4628476204", |
|
|
|
"reference": "2fc3b4bd67e4747e45195bc4c98bea4628476204", |
|
|
|
"url": "https://api.github.com/repos/symfony/mime/zipball/87ca22046b78c3feaff04b337f33b38510fd686b", |
|
|
|
"reference": "87ca22046b78c3feaff04b337f33b38510fd686b", |
|
|
|
"shasum": "" |
|
|
|
}, |
|
|
|
"require": { |
|
|
@ -4731,7 +4722,7 @@ |
|
|
|
"mime-type" |
|
|
|
], |
|
|
|
"support": { |
|
|
|
"source": "https://github.com/symfony/mime/tree/v7.2.3" |
|
|
|
"source": "https://github.com/symfony/mime/tree/v7.2.4" |
|
|
|
}, |
|
|
|
"funding": [ |
|
|
|
{ |
|
|
@ -4747,7 +4738,7 @@ |
|
|
|
"type": "tidelift" |
|
|
|
} |
|
|
|
], |
|
|
|
"time": "2025-01-27T11:08:17+00:00" |
|
|
|
"time": "2025-02-19T08:51:20+00:00" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"name": "symfony/options-resolver", |
|
|
@ -5454,16 +5445,16 @@ |
|
|
|
}, |
|
|
|
{ |
|
|
|
"name": "symfony/process", |
|
|
|
"version": "v7.2.0", |
|
|
|
"version": "v7.2.4", |
|
|
|
"source": { |
|
|
|
"type": "git", |
|
|
|
"url": "https://github.com/symfony/process.git", |
|
|
|
"reference": "d34b22ba9390ec19d2dd966c40aa9e8462f27a7e" |
|
|
|
"reference": "d8f411ff3c7ddc4ae9166fb388d1190a2df5b5cf" |
|
|
|
}, |
|
|
|
"dist": { |
|
|
|
"type": "zip", |
|
|
|
"url": "https://api.github.com/repos/symfony/process/zipball/d34b22ba9390ec19d2dd966c40aa9e8462f27a7e", |
|
|
|
"reference": "d34b22ba9390ec19d2dd966c40aa9e8462f27a7e", |
|
|
|
"url": "https://api.github.com/repos/symfony/process/zipball/d8f411ff3c7ddc4ae9166fb388d1190a2df5b5cf", |
|
|
|
"reference": "d8f411ff3c7ddc4ae9166fb388d1190a2df5b5cf", |
|
|
|
"shasum": "" |
|
|
|
}, |
|
|
|
"require": { |
|
|
@ -5495,7 +5486,7 @@ |
|
|
|
"description": "Executes commands in sub-processes", |
|
|
|
"homepage": "https://symfony.com", |
|
|
|
"support": { |
|
|
|
"source": "https://github.com/symfony/process/tree/v7.2.0" |
|
|
|
"source": "https://github.com/symfony/process/tree/v7.2.4" |
|
|
|
}, |
|
|
|
"funding": [ |
|
|
|
{ |
|
|
@ -5511,7 +5502,7 @@ |
|
|
|
"type": "tidelift" |
|
|
|
} |
|
|
|
], |
|
|
|
"time": "2024-11-06T14:24:19+00:00" |
|
|
|
"time": "2025-02-05T08:33:46+00:00" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"name": "symfony/routing", |
|
|
@ -5766,16 +5757,16 @@ |
|
|
|
}, |
|
|
|
{ |
|
|
|
"name": "symfony/translation", |
|
|
|
"version": "v7.2.2", |
|
|
|
"version": "v7.2.4", |
|
|
|
"source": { |
|
|
|
"type": "git", |
|
|
|
"url": "https://github.com/symfony/translation.git", |
|
|
|
"reference": "e2674a30132b7cc4d74540d6c2573aa363f05923" |
|
|
|
"reference": "283856e6981286cc0d800b53bd5703e8e363f05a" |
|
|
|
}, |
|
|
|
"dist": { |
|
|
|
"type": "zip", |
|
|
|
"url": "https://api.github.com/repos/symfony/translation/zipball/e2674a30132b7cc4d74540d6c2573aa363f05923", |
|
|
|
"reference": "e2674a30132b7cc4d74540d6c2573aa363f05923", |
|
|
|
"url": "https://api.github.com/repos/symfony/translation/zipball/283856e6981286cc0d800b53bd5703e8e363f05a", |
|
|
|
"reference": "283856e6981286cc0d800b53bd5703e8e363f05a", |
|
|
|
"shasum": "" |
|
|
|
}, |
|
|
|
"require": { |
|
|
@ -5841,7 +5832,7 @@ |
|
|
|
"description": "Provides tools to internationalize your application", |
|
|
|
"homepage": "https://symfony.com", |
|
|
|
"support": { |
|
|
|
"source": "https://github.com/symfony/translation/tree/v7.2.2" |
|
|
|
"source": "https://github.com/symfony/translation/tree/v7.2.4" |
|
|
|
}, |
|
|
|
"funding": [ |
|
|
|
{ |
|
|
@ -5857,7 +5848,7 @@ |
|
|
|
"type": "tidelift" |
|
|
|
} |
|
|
|
], |
|
|
|
"time": "2024-12-07T08:18:10+00:00" |
|
|
|
"time": "2025-02-13T10:27:23+00:00" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"name": "symfony/translation-contracts", |
|
|
@ -6369,16 +6360,16 @@ |
|
|
|
"packages-dev": [ |
|
|
|
{ |
|
|
|
"name": "barryvdh/laravel-debugbar", |
|
|
|
"version": "v3.15.1", |
|
|
|
"version": "v3.15.2", |
|
|
|
"source": { |
|
|
|
"type": "git", |
|
|
|
"url": "https://github.com/barryvdh/laravel-debugbar.git", |
|
|
|
"reference": "62b222166a9505926d54fadf7663bb4a26ed9014" |
|
|
|
"reference": "0bc1e1361e7fffc2be156f46ad1fba6927c01729" |
|
|
|
}, |
|
|
|
"dist": { |
|
|
|
"type": "zip", |
|
|
|
"url": "https://api.github.com/repos/barryvdh/laravel-debugbar/zipball/62b222166a9505926d54fadf7663bb4a26ed9014", |
|
|
|
"reference": "62b222166a9505926d54fadf7663bb4a26ed9014", |
|
|
|
"url": "https://api.github.com/repos/barryvdh/laravel-debugbar/zipball/0bc1e1361e7fffc2be156f46ad1fba6927c01729", |
|
|
|
"reference": "0bc1e1361e7fffc2be156f46ad1fba6927c01729", |
|
|
|
"shasum": "" |
|
|
|
}, |
|
|
|
"require": { |
|
|
@ -6441,7 +6432,7 @@ |
|
|
|
], |
|
|
|
"support": { |
|
|
|
"issues": "https://github.com/barryvdh/laravel-debugbar/issues", |
|
|
|
"source": "https://github.com/barryvdh/laravel-debugbar/tree/v3.15.1" |
|
|
|
"source": "https://github.com/barryvdh/laravel-debugbar/tree/v3.15.2" |
|
|
|
}, |
|
|
|
"funding": [ |
|
|
|
{ |
|
|
@ -6453,7 +6444,7 @@ |
|
|
|
"type": "github" |
|
|
|
} |
|
|
|
], |
|
|
|
"time": "2025-02-24T10:48:28+00:00" |
|
|
|
"time": "2025-02-25T15:25:22+00:00" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"name": "barryvdh/laravel-ide-helper", |
|
|
@ -7945,23 +7936,23 @@ |
|
|
|
}, |
|
|
|
{ |
|
|
|
"name": "phpunit/php-code-coverage", |
|
|
|
"version": "11.0.8", |
|
|
|
"version": "11.0.9", |
|
|
|
"source": { |
|
|
|
"type": "git", |
|
|
|
"url": "https://github.com/sebastianbergmann/php-code-coverage.git", |
|
|
|
"reference": "418c59fd080954f8c4aa5631d9502ecda2387118" |
|
|
|
"reference": "14d63fbcca18457e49c6f8bebaa91a87e8e188d7" |
|
|
|
}, |
|
|
|
"dist": { |
|
|
|
"type": "zip", |
|
|
|
"url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/418c59fd080954f8c4aa5631d9502ecda2387118", |
|
|
|
"reference": "418c59fd080954f8c4aa5631d9502ecda2387118", |
|
|
|
"url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/14d63fbcca18457e49c6f8bebaa91a87e8e188d7", |
|
|
|
"reference": "14d63fbcca18457e49c6f8bebaa91a87e8e188d7", |
|
|
|
"shasum": "" |
|
|
|
}, |
|
|
|
"require": { |
|
|
|
"ext-dom": "*", |
|
|
|
"ext-libxml": "*", |
|
|
|
"ext-xmlwriter": "*", |
|
|
|
"nikic/php-parser": "^5.3.1", |
|
|
|
"nikic/php-parser": "^5.4.0", |
|
|
|
"php": ">=8.2", |
|
|
|
"phpunit/php-file-iterator": "^5.1.0", |
|
|
|
"phpunit/php-text-template": "^4.0.1", |
|
|
@ -7973,7 +7964,7 @@ |
|
|
|
"theseer/tokenizer": "^1.2.3" |
|
|
|
}, |
|
|
|
"require-dev": { |
|
|
|
"phpunit/phpunit": "^11.5.0" |
|
|
|
"phpunit/phpunit": "^11.5.2" |
|
|
|
}, |
|
|
|
"suggest": { |
|
|
|
"ext-pcov": "PHP extension that provides line coverage", |
|
|
@ -8011,7 +8002,7 @@ |
|
|
|
"support": { |
|
|
|
"issues": "https://github.com/sebastianbergmann/php-code-coverage/issues", |
|
|
|
"security": "https://github.com/sebastianbergmann/php-code-coverage/security/policy", |
|
|
|
"source": "https://github.com/sebastianbergmann/php-code-coverage/tree/11.0.8" |
|
|
|
"source": "https://github.com/sebastianbergmann/php-code-coverage/tree/11.0.9" |
|
|
|
}, |
|
|
|
"funding": [ |
|
|
|
{ |
|
|
@ -8019,7 +8010,7 @@ |
|
|
|
"type": "github" |
|
|
|
} |
|
|
|
], |
|
|
|
"time": "2024-12-11T12:34:27+00:00" |
|
|
|
"time": "2025-02-25T13:26:39+00:00" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"name": "phpunit/php-file-iterator", |
|
|
@ -8268,16 +8259,16 @@ |
|
|
|
}, |
|
|
|
{ |
|
|
|
"name": "phpunit/phpunit", |
|
|
|
"version": "11.5.9", |
|
|
|
"version": "11.5.10", |
|
|
|
"source": { |
|
|
|
"type": "git", |
|
|
|
"url": "https://github.com/sebastianbergmann/phpunit.git", |
|
|
|
"reference": "c91c830e7108a81e5845aeb6ba8fe3c1a4351c0b" |
|
|
|
"reference": "d5df2b32d729562ff8db634678d71085ee579006" |
|
|
|
}, |
|
|
|
"dist": { |
|
|
|
"type": "zip", |
|
|
|
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/c91c830e7108a81e5845aeb6ba8fe3c1a4351c0b", |
|
|
|
"reference": "c91c830e7108a81e5845aeb6ba8fe3c1a4351c0b", |
|
|
|
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/d5df2b32d729562ff8db634678d71085ee579006", |
|
|
|
"reference": "d5df2b32d729562ff8db634678d71085ee579006", |
|
|
|
"shasum": "" |
|
|
|
}, |
|
|
|
"require": { |
|
|
@ -8349,7 +8340,7 @@ |
|
|
|
"support": { |
|
|
|
"issues": "https://github.com/sebastianbergmann/phpunit/issues", |
|
|
|
"security": "https://github.com/sebastianbergmann/phpunit/security/policy", |
|
|
|
"source": "https://github.com/sebastianbergmann/phpunit/tree/11.5.9" |
|
|
|
"source": "https://github.com/sebastianbergmann/phpunit/tree/11.5.10" |
|
|
|
}, |
|
|
|
"funding": [ |
|
|
|
{ |
|
|
@ -8365,7 +8356,7 @@ |
|
|
|
"type": "tidelift" |
|
|
|
} |
|
|
|
], |
|
|
|
"time": "2025-02-21T06:08:50+00:00" |
|
|
|
"time": "2025-02-25T06:11:48+00:00" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"name": "roave/security-advisories", |
|
|
@ -8373,12 +8364,12 @@ |
|
|
|
"source": { |
|
|
|
"type": "git", |
|
|
|
"url": "https://github.com/Roave/SecurityAdvisories.git", |
|
|
|
"reference": "cebd36660068b236b35789228f183f296bcccaee" |
|
|
|
"reference": "e7cacb4409da236548159072e5eff2c30cd3bf9c" |
|
|
|
}, |
|
|
|
"dist": { |
|
|
|
"type": "zip", |
|
|
|
"url": "https://api.github.com/repos/Roave/SecurityAdvisories/zipball/cebd36660068b236b35789228f183f296bcccaee", |
|
|
|
"reference": "cebd36660068b236b35789228f183f296bcccaee", |
|
|
|
"url": "https://api.github.com/repos/Roave/SecurityAdvisories/zipball/e7cacb4409da236548159072e5eff2c30cd3bf9c", |
|
|
|
"reference": "e7cacb4409da236548159072e5eff2c30cd3bf9c", |
|
|
|
"shasum": "" |
|
|
|
}, |
|
|
|
"conflict": { |
|
|
@ -8607,7 +8598,7 @@ |
|
|
|
"funadmin/funadmin": "<=5.0.2", |
|
|
|
"gaoming13/wechat-php-sdk": "<=1.10.2", |
|
|
|
"genix/cms": "<=1.1.11", |
|
|
|
"getformwork/formwork": "<1.13.1|==2.0.0.0-beta1", |
|
|
|
"getformwork/formwork": "<=2.0.0.0-beta3", |
|
|
|
"getgrav/grav": "<1.7.46", |
|
|
|
"getkirby/cms": "<=3.6.6.5|>=3.7,<=3.7.5.4|>=3.8,<=3.8.4.3|>=3.9,<=3.9.8.1|>=3.10,<=3.10.1|>=4,<=4.3", |
|
|
|
"getkirby/kirby": "<=2.5.12", |
|
|
@ -8742,7 +8733,7 @@ |
|
|
|
"mantisbt/mantisbt": "<=2.26.3", |
|
|
|
"marcwillmann/turn": "<0.3.3", |
|
|
|
"matyhtf/framework": "<3.0.6", |
|
|
|
"mautic/core": "<4.4.13|>=5.0.0.0-alpha,<5.1.1", |
|
|
|
"mautic/core": "<5.2.3", |
|
|
|
"mautic/core-lib": ">=1.0.0.0-beta,<4.4.13|>=5.0.0.0-alpha,<5.1.1", |
|
|
|
"maximebf/debugbar": "<1.19", |
|
|
|
"mdanter/ecc": "<2", |
|
|
@ -8817,7 +8808,7 @@ |
|
|
|
"open-web-analytics/open-web-analytics": "<1.7.4", |
|
|
|
"opencart/opencart": ">=0", |
|
|
|
"openid/php-openid": "<2.3", |
|
|
|
"openmage/magento-lts": "<20.10.1", |
|
|
|
"openmage/magento-lts": "<20.12.3", |
|
|
|
"opensolutions/vimbadmin": "<=3.0.15", |
|
|
|
"opensource-workshop/connect-cms": "<1.8.7|>=2,<2.4.7", |
|
|
|
"orchid/platform": ">=8,<14.43", |
|
|
@ -8928,7 +8919,7 @@ |
|
|
|
"s-cart/s-cart": "<6.9", |
|
|
|
"sabberworm/php-css-parser": ">=1,<1.0.1|>=2,<2.0.1|>=3,<3.0.1|>=4,<4.0.1|>=5,<5.0.9|>=5.1,<5.1.3|>=5.2,<5.2.1|>=6,<6.0.2|>=7,<7.0.4|>=8,<8.0.1|>=8.1,<8.1.1|>=8.2,<8.2.1|>=8.3,<8.3.1", |
|
|
|
"sabre/dav": ">=1.6,<1.7.11|>=1.8,<1.8.9", |
|
|
|
"samwilson/unlinked-wikibase": "<1.39.6|>=1.40,<1.40.2|>=1.41,<1.41.1", |
|
|
|
"samwilson/unlinked-wikibase": "<1.42", |
|
|
|
"scheb/two-factor-bundle": "<3.26|>=4,<4.11", |
|
|
|
"sensiolabs/connect": "<4.2.3", |
|
|
|
"serluck/phpwhois": "<=4.2.6", |
|
|
@ -9240,7 +9231,7 @@ |
|
|
|
"type": "tidelift" |
|
|
|
} |
|
|
|
], |
|
|
|
"time": "2025-02-24T22:04:57+00:00" |
|
|
|
"time": "2025-03-03T20:05:19+00:00" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"name": "sebastian/cli-parser", |
|
|
|