|
|
|
@ -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": "84a791f1aa11f1fdd58ba22887d15558", |
|
|
|
|
"content-hash": "b8890f14a7967892ceb957a56f403c35", |
|
|
|
|
"packages": [ |
|
|
|
|
{ |
|
|
|
|
"name": "a2lix/auto-form-bundle", |
|
|
|
@ -498,61 +498,6 @@ |
|
|
|
|
}, |
|
|
|
|
"time": "2022-03-30T09:27:43+00:00" |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
"name": "brick/math", |
|
|
|
|
"version": "0.11.0", |
|
|
|
|
"source": { |
|
|
|
|
"type": "git", |
|
|
|
|
"url": "https://github.com/brick/math.git", |
|
|
|
|
"reference": "0ad82ce168c82ba30d1c01ec86116ab52f589478" |
|
|
|
|
}, |
|
|
|
|
"dist": { |
|
|
|
|
"type": "zip", |
|
|
|
|
"url": "https://api.github.com/repos/brick/math/zipball/0ad82ce168c82ba30d1c01ec86116ab52f589478", |
|
|
|
|
"reference": "0ad82ce168c82ba30d1c01ec86116ab52f589478", |
|
|
|
|
"shasum": "" |
|
|
|
|
}, |
|
|
|
|
"require": { |
|
|
|
|
"php": "^8.0" |
|
|
|
|
}, |
|
|
|
|
"require-dev": { |
|
|
|
|
"php-coveralls/php-coveralls": "^2.2", |
|
|
|
|
"phpunit/phpunit": "^9.0", |
|
|
|
|
"vimeo/psalm": "5.0.0" |
|
|
|
|
}, |
|
|
|
|
"type": "library", |
|
|
|
|
"autoload": { |
|
|
|
|
"psr-4": { |
|
|
|
|
"Brick\\Math\\": "src/" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"notification-url": "https://packagist.org/downloads/", |
|
|
|
|
"license": [ |
|
|
|
|
"MIT" |
|
|
|
|
], |
|
|
|
|
"description": "Arbitrary-precision arithmetic library", |
|
|
|
|
"keywords": [ |
|
|
|
|
"Arbitrary-precision", |
|
|
|
|
"BigInteger", |
|
|
|
|
"BigRational", |
|
|
|
|
"arithmetic", |
|
|
|
|
"bigdecimal", |
|
|
|
|
"bignum", |
|
|
|
|
"brick", |
|
|
|
|
"math" |
|
|
|
|
], |
|
|
|
|
"support": { |
|
|
|
|
"issues": "https://github.com/brick/math/issues", |
|
|
|
|
"source": "https://github.com/brick/math/tree/0.11.0" |
|
|
|
|
}, |
|
|
|
|
"funding": [ |
|
|
|
|
{ |
|
|
|
|
"url": "https://github.com/BenMorel", |
|
|
|
|
"type": "github" |
|
|
|
|
} |
|
|
|
|
], |
|
|
|
|
"time": "2023-01-15T23:15:59+00:00" |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
"name": "carbonphp/carbon-doctrine-types", |
|
|
|
|
"version": "2.1.0", |
|
|
|
@ -4206,98 +4151,6 @@ |
|
|
|
|
], |
|
|
|
|
"time": "2024-01-22T10:28:44+00:00" |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
"name": "knplabs/doctrine-behaviors", |
|
|
|
|
"version": "2.6.2", |
|
|
|
|
"source": { |
|
|
|
|
"type": "git", |
|
|
|
|
"url": "https://github.com/KnpLabs/DoctrineBehaviors.git", |
|
|
|
|
"reference": "aa7c160caec5716d4b9e065e4ed4a90a1cef9c50" |
|
|
|
|
}, |
|
|
|
|
"dist": { |
|
|
|
|
"type": "zip", |
|
|
|
|
"url": "https://api.github.com/repos/KnpLabs/DoctrineBehaviors/zipball/aa7c160caec5716d4b9e065e4ed4a90a1cef9c50", |
|
|
|
|
"reference": "aa7c160caec5716d4b9e065e4ed4a90a1cef9c50", |
|
|
|
|
"shasum": "" |
|
|
|
|
}, |
|
|
|
|
"require": { |
|
|
|
|
"doctrine/common": "^3.3", |
|
|
|
|
"doctrine/dbal": "^3.3", |
|
|
|
|
"doctrine/doctrine-bundle": "^2.6", |
|
|
|
|
"doctrine/orm": "^2.12", |
|
|
|
|
"doctrine/persistence": "^2.5|^3.0", |
|
|
|
|
"nette/utils": "^3.2", |
|
|
|
|
"php": ">=8.0", |
|
|
|
|
"ramsey/uuid": "^4.2", |
|
|
|
|
"symfony/cache": "^5.4|^6.0", |
|
|
|
|
"symfony/dependency-injection": "^5.4|^6.0", |
|
|
|
|
"symfony/framework-bundle": "^5.4|^6.0", |
|
|
|
|
"symfony/http-kernel": "^5.4|^6.0", |
|
|
|
|
"symfony/security-core": "^5.4|^6.0", |
|
|
|
|
"symfony/string": "^5.4|^6.0", |
|
|
|
|
"symfony/translation-contracts": "^2.4|^3.0" |
|
|
|
|
}, |
|
|
|
|
"require-dev": { |
|
|
|
|
"doctrine/annotations": "^1.13", |
|
|
|
|
"ext-pdo_mysql": "*", |
|
|
|
|
"ext-pdo_pgsql": "*", |
|
|
|
|
"ext-pdo_sqlite": "*", |
|
|
|
|
"php-parallel-lint/php-parallel-lint": "^1.3", |
|
|
|
|
"phpstan/extension-installer": "^1.1", |
|
|
|
|
"phpstan/phpstan": "^1.7.10", |
|
|
|
|
"phpstan/phpstan-doctrine": "^1.3", |
|
|
|
|
"phpstan/phpstan-phpunit": "^1.1", |
|
|
|
|
"phpunit/phpunit": "^9.5", |
|
|
|
|
"psr/log": "^1.1", |
|
|
|
|
"rector/rector": "^0.13.4", |
|
|
|
|
"symplify/easy-ci": "^10.2.9", |
|
|
|
|
"symplify/easy-coding-standard": "^10.2.9", |
|
|
|
|
"symplify/package-builder": "^10.2.9", |
|
|
|
|
"symplify/phpstan-extensions": "^10.2.9", |
|
|
|
|
"symplify/phpstan-rules": "^10.2.9" |
|
|
|
|
}, |
|
|
|
|
"type": "symfony-bundle", |
|
|
|
|
"extra": { |
|
|
|
|
"phpstan": { |
|
|
|
|
"includes": [ |
|
|
|
|
"phpstan-extension.neon" |
|
|
|
|
] |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"autoload": { |
|
|
|
|
"psr-4": { |
|
|
|
|
"Knp\\DoctrineBehaviors\\": "src", |
|
|
|
|
"Knp\\DoctrineBehaviors\\PHPStan\\": "utils/phpstan-behaviors/src" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"notification-url": "https://packagist.org/downloads/", |
|
|
|
|
"license": [ |
|
|
|
|
"MIT" |
|
|
|
|
], |
|
|
|
|
"authors": [ |
|
|
|
|
{ |
|
|
|
|
"name": "Knplabs", |
|
|
|
|
"homepage": "http://knplabs.com" |
|
|
|
|
} |
|
|
|
|
], |
|
|
|
|
"description": "Doctrine Behavior Traits", |
|
|
|
|
"homepage": "http://knplabs.com", |
|
|
|
|
"keywords": [ |
|
|
|
|
"Blameable", |
|
|
|
|
"behaviors", |
|
|
|
|
"doctrine", |
|
|
|
|
"softdeletable", |
|
|
|
|
"timestampable", |
|
|
|
|
"translatable", |
|
|
|
|
"tree", |
|
|
|
|
"uuid" |
|
|
|
|
], |
|
|
|
|
"support": { |
|
|
|
|
"issues": "https://github.com/KnpLabs/DoctrineBehaviors/issues", |
|
|
|
|
"source": "https://github.com/KnpLabs/DoctrineBehaviors/tree/2.6.2" |
|
|
|
|
}, |
|
|
|
|
"time": "2022-08-06T10:40:16+00:00" |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
"name": "knplabs/knp-components", |
|
|
|
|
"version": "v3.6.0", |
|
|
|
@ -6869,92 +6722,6 @@ |
|
|
|
|
], |
|
|
|
|
"time": "2024-01-25T10:35:09+00:00" |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
"name": "nette/utils", |
|
|
|
|
"version": "v3.2.10", |
|
|
|
|
"source": { |
|
|
|
|
"type": "git", |
|
|
|
|
"url": "https://github.com/nette/utils.git", |
|
|
|
|
"reference": "a4175c62652f2300c8017fb7e640f9ccb11648d2" |
|
|
|
|
}, |
|
|
|
|
"dist": { |
|
|
|
|
"type": "zip", |
|
|
|
|
"url": "https://api.github.com/repos/nette/utils/zipball/a4175c62652f2300c8017fb7e640f9ccb11648d2", |
|
|
|
|
"reference": "a4175c62652f2300c8017fb7e640f9ccb11648d2", |
|
|
|
|
"shasum": "" |
|
|
|
|
}, |
|
|
|
|
"require": { |
|
|
|
|
"php": ">=7.2 <8.4" |
|
|
|
|
}, |
|
|
|
|
"conflict": { |
|
|
|
|
"nette/di": "<3.0.6" |
|
|
|
|
}, |
|
|
|
|
"require-dev": { |
|
|
|
|
"jetbrains/phpstorm-attributes": "dev-master", |
|
|
|
|
"nette/tester": "~2.0", |
|
|
|
|
"phpstan/phpstan": "^1.0", |
|
|
|
|
"tracy/tracy": "^2.3" |
|
|
|
|
}, |
|
|
|
|
"suggest": { |
|
|
|
|
"ext-gd": "to use Image", |
|
|
|
|
"ext-iconv": "to use Strings::webalize(), toAscii(), chr() and reverse()", |
|
|
|
|
"ext-intl": "to use Strings::webalize(), toAscii(), normalize() and compare()", |
|
|
|
|
"ext-json": "to use Nette\\Utils\\Json", |
|
|
|
|
"ext-mbstring": "to use Strings::lower() etc...", |
|
|
|
|
"ext-tokenizer": "to use Nette\\Utils\\Reflection::getUseStatements()", |
|
|
|
|
"ext-xml": "to use Strings::length() etc. when mbstring is not available" |
|
|
|
|
}, |
|
|
|
|
"type": "library", |
|
|
|
|
"extra": { |
|
|
|
|
"branch-alias": { |
|
|
|
|
"dev-master": "3.2-dev" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"autoload": { |
|
|
|
|
"classmap": [ |
|
|
|
|
"src/" |
|
|
|
|
] |
|
|
|
|
}, |
|
|
|
|
"notification-url": "https://packagist.org/downloads/", |
|
|
|
|
"license": [ |
|
|
|
|
"BSD-3-Clause", |
|
|
|
|
"GPL-2.0-only", |
|
|
|
|
"GPL-3.0-only" |
|
|
|
|
], |
|
|
|
|
"authors": [ |
|
|
|
|
{ |
|
|
|
|
"name": "David Grudl", |
|
|
|
|
"homepage": "https://davidgrudl.com" |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
"name": "Nette Community", |
|
|
|
|
"homepage": "https://nette.org/contributors" |
|
|
|
|
} |
|
|
|
|
], |
|
|
|
|
"description": "🛠 Nette Utils: lightweight utilities for string & array manipulation, image handling, safe JSON encoding/decoding, validation, slug or strong password generating etc.", |
|
|
|
|
"homepage": "https://nette.org", |
|
|
|
|
"keywords": [ |
|
|
|
|
"array", |
|
|
|
|
"core", |
|
|
|
|
"datetime", |
|
|
|
|
"images", |
|
|
|
|
"json", |
|
|
|
|
"nette", |
|
|
|
|
"paginator", |
|
|
|
|
"password", |
|
|
|
|
"slugify", |
|
|
|
|
"string", |
|
|
|
|
"unicode", |
|
|
|
|
"utf-8", |
|
|
|
|
"utility", |
|
|
|
|
"validation" |
|
|
|
|
], |
|
|
|
|
"support": { |
|
|
|
|
"issues": "https://github.com/nette/utils/issues", |
|
|
|
|
"source": "https://github.com/nette/utils/tree/v3.2.10" |
|
|
|
|
}, |
|
|
|
|
"time": "2023-07-30T15:38:18+00:00" |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
"name": "oneup/flysystem-bundle", |
|
|
|
|
"version": "4.12.0", |
|
|
|
@ -8430,187 +8197,6 @@ |
|
|
|
|
}, |
|
|
|
|
"time": "2019-03-08T08:55:37+00:00" |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
"name": "ramsey/collection", |
|
|
|
|
"version": "2.0.0", |
|
|
|
|
"source": { |
|
|
|
|
"type": "git", |
|
|
|
|
"url": "https://github.com/ramsey/collection.git", |
|
|
|
|
"reference": "a4b48764bfbb8f3a6a4d1aeb1a35bb5e9ecac4a5" |
|
|
|
|
}, |
|
|
|
|
"dist": { |
|
|
|
|
"type": "zip", |
|
|
|
|
"url": "https://api.github.com/repos/ramsey/collection/zipball/a4b48764bfbb8f3a6a4d1aeb1a35bb5e9ecac4a5", |
|
|
|
|
"reference": "a4b48764bfbb8f3a6a4d1aeb1a35bb5e9ecac4a5", |
|
|
|
|
"shasum": "" |
|
|
|
|
}, |
|
|
|
|
"require": { |
|
|
|
|
"php": "^8.1" |
|
|
|
|
}, |
|
|
|
|
"require-dev": { |
|
|
|
|
"captainhook/plugin-composer": "^5.3", |
|
|
|
|
"ergebnis/composer-normalize": "^2.28.3", |
|
|
|
|
"fakerphp/faker": "^1.21", |
|
|
|
|
"hamcrest/hamcrest-php": "^2.0", |
|
|
|
|
"jangregor/phpstan-prophecy": "^1.0", |
|
|
|
|
"mockery/mockery": "^1.5", |
|
|
|
|
"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" |
|
|
|
|
}, |
|
|
|
|
"type": "library", |
|
|
|
|
"extra": { |
|
|
|
|
"captainhook": { |
|
|
|
|
"force-install": true |
|
|
|
|
}, |
|
|
|
|
"ramsey/conventional-commits": { |
|
|
|
|
"configFile": "conventional-commits.json" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"autoload": { |
|
|
|
|
"psr-4": { |
|
|
|
|
"Ramsey\\Collection\\": "src/" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"notification-url": "https://packagist.org/downloads/", |
|
|
|
|
"license": [ |
|
|
|
|
"MIT" |
|
|
|
|
], |
|
|
|
|
"authors": [ |
|
|
|
|
{ |
|
|
|
|
"name": "Ben Ramsey", |
|
|
|
|
"email": "ben@benramsey.com", |
|
|
|
|
"homepage": "https://benramsey.com" |
|
|
|
|
} |
|
|
|
|
], |
|
|
|
|
"description": "A PHP library for representing and manipulating collections.", |
|
|
|
|
"keywords": [ |
|
|
|
|
"array", |
|
|
|
|
"collection", |
|
|
|
|
"hash", |
|
|
|
|
"map", |
|
|
|
|
"queue", |
|
|
|
|
"set" |
|
|
|
|
], |
|
|
|
|
"support": { |
|
|
|
|
"issues": "https://github.com/ramsey/collection/issues", |
|
|
|
|
"source": "https://github.com/ramsey/collection/tree/2.0.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" |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
"name": "ramsey/uuid", |
|
|
|
|
"version": "4.7.5", |
|
|
|
|
"source": { |
|
|
|
|
"type": "git", |
|
|
|
|
"url": "https://github.com/ramsey/uuid.git", |
|
|
|
|
"reference": "5f0df49ae5ad6efb7afa69e6bfab4e5b1e080d8e" |
|
|
|
|
}, |
|
|
|
|
"dist": { |
|
|
|
|
"type": "zip", |
|
|
|
|
"url": "https://api.github.com/repos/ramsey/uuid/zipball/5f0df49ae5ad6efb7afa69e6bfab4e5b1e080d8e", |
|
|
|
|
"reference": "5f0df49ae5ad6efb7afa69e6bfab4e5b1e080d8e", |
|
|
|
|
"shasum": "" |
|
|
|
|
}, |
|
|
|
|
"require": { |
|
|
|
|
"brick/math": "^0.8.8 || ^0.9 || ^0.10 || ^0.11", |
|
|
|
|
"ext-json": "*", |
|
|
|
|
"php": "^8.0", |
|
|
|
|
"ramsey/collection": "^1.2 || ^2.0" |
|
|
|
|
}, |
|
|
|
|
"replace": { |
|
|
|
|
"rhumsaa/uuid": "self.version" |
|
|
|
|
}, |
|
|
|
|
"require-dev": { |
|
|
|
|
"captainhook/captainhook": "^5.10", |
|
|
|
|
"captainhook/plugin-composer": "^5.3", |
|
|
|
|
"dealerdirect/phpcodesniffer-composer-installer": "^0.7.0", |
|
|
|
|
"doctrine/annotations": "^1.8", |
|
|
|
|
"ergebnis/composer-normalize": "^2.15", |
|
|
|
|
"mockery/mockery": "^1.3", |
|
|
|
|
"paragonie/random-lib": "^2", |
|
|
|
|
"php-mock/php-mock": "^2.2", |
|
|
|
|
"php-mock/php-mock-mockery": "^1.3", |
|
|
|
|
"php-parallel-lint/php-parallel-lint": "^1.1", |
|
|
|
|
"phpbench/phpbench": "^1.0", |
|
|
|
|
"phpstan/extension-installer": "^1.1", |
|
|
|
|
"phpstan/phpstan": "^1.8", |
|
|
|
|
"phpstan/phpstan-mockery": "^1.1", |
|
|
|
|
"phpstan/phpstan-phpunit": "^1.1", |
|
|
|
|
"phpunit/phpunit": "^8.5 || ^9", |
|
|
|
|
"ramsey/composer-repl": "^1.4", |
|
|
|
|
"slevomat/coding-standard": "^8.4", |
|
|
|
|
"squizlabs/php_codesniffer": "^3.5", |
|
|
|
|
"vimeo/psalm": "^4.9" |
|
|
|
|
}, |
|
|
|
|
"suggest": { |
|
|
|
|
"ext-bcmath": "Enables faster math with arbitrary-precision integers using BCMath.", |
|
|
|
|
"ext-gmp": "Enables faster math with arbitrary-precision integers using GMP.", |
|
|
|
|
"ext-uuid": "Enables the use of PeclUuidTimeGenerator and PeclUuidRandomGenerator.", |
|
|
|
|
"paragonie/random-lib": "Provides RandomLib for use with the RandomLibAdapter", |
|
|
|
|
"ramsey/uuid-doctrine": "Allows the use of Ramsey\\Uuid\\Uuid as Doctrine field type." |
|
|
|
|
}, |
|
|
|
|
"type": "library", |
|
|
|
|
"extra": { |
|
|
|
|
"captainhook": { |
|
|
|
|
"force-install": true |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"autoload": { |
|
|
|
|
"files": [ |
|
|
|
|
"src/functions.php" |
|
|
|
|
], |
|
|
|
|
"psr-4": { |
|
|
|
|
"Ramsey\\Uuid\\": "src/" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"notification-url": "https://packagist.org/downloads/", |
|
|
|
|
"license": [ |
|
|
|
|
"MIT" |
|
|
|
|
], |
|
|
|
|
"description": "A PHP library for generating and working with universally unique identifiers (UUIDs).", |
|
|
|
|
"keywords": [ |
|
|
|
|
"guid", |
|
|
|
|
"identifier", |
|
|
|
|
"uuid" |
|
|
|
|
], |
|
|
|
|
"support": { |
|
|
|
|
"issues": "https://github.com/ramsey/uuid/issues", |
|
|
|
|
"source": "https://github.com/ramsey/uuid/tree/4.7.5" |
|
|
|
|
}, |
|
|
|
|
"funding": [ |
|
|
|
|
{ |
|
|
|
|
"url": "https://github.com/ramsey", |
|
|
|
|
"type": "github" |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
"url": "https://tidelift.com/funding/github/packagist/ramsey/uuid", |
|
|
|
|
"type": "tidelift" |
|
|
|
|
} |
|
|
|
|
], |
|
|
|
|
"time": "2023-11-08T05:53:05+00:00" |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
"name": "sabre/uri", |
|
|
|
|
"version": "3.0.1", |
|
|
|
|