|
@@ -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": "2d1baff498b618192632a19214dcd24a",
|
|
|
+ "content-hash": "8e611acb9e48d4619e6cfea4f4ce8719",
|
|
|
"packages": [
|
|
|
{
|
|
|
"name": "doctrine/cache",
|
|
@@ -1225,6 +1225,221 @@
|
|
|
},
|
|
|
"time": "2023-08-16T21:49:04+00:00"
|
|
|
},
|
|
|
+ {
|
|
|
+ "name": "phpdocumentor/reflection-common",
|
|
|
+ "version": "2.2.0",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/phpDocumentor/ReflectionCommon.git",
|
|
|
+ "reference": "1d01c49d4ed62f25aa84a747ad35d5a16924662b"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/1d01c49d4ed62f25aa84a747ad35d5a16924662b",
|
|
|
+ "reference": "1d01c49d4ed62f25aa84a747ad35d5a16924662b",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": "^7.2 || ^8.0"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "extra": {
|
|
|
+ "branch-alias": {
|
|
|
+ "dev-2.x": "2.x-dev"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "phpDocumentor\\Reflection\\": "src/"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "MIT"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "Jaap van Otterdijk",
|
|
|
+ "email": "opensource@ijaap.nl"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "Common reflection classes used by phpdocumentor to reflect the code structure",
|
|
|
+ "homepage": "http://www.phpdoc.org",
|
|
|
+ "keywords": [
|
|
|
+ "FQSEN",
|
|
|
+ "phpDocumentor",
|
|
|
+ "phpdoc",
|
|
|
+ "reflection",
|
|
|
+ "static analysis"
|
|
|
+ ],
|
|
|
+ "support": {
|
|
|
+ "issues": "https://github.com/phpDocumentor/ReflectionCommon/issues",
|
|
|
+ "source": "https://github.com/phpDocumentor/ReflectionCommon/tree/2.x"
|
|
|
+ },
|
|
|
+ "time": "2020-06-27T09:03:43+00:00"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "phpdocumentor/reflection-docblock",
|
|
|
+ "version": "5.3.0",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
|
|
|
+ "reference": "622548b623e81ca6d78b721c5e029f4ce664f170"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/622548b623e81ca6d78b721c5e029f4ce664f170",
|
|
|
+ "reference": "622548b623e81ca6d78b721c5e029f4ce664f170",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "ext-filter": "*",
|
|
|
+ "php": "^7.2 || ^8.0",
|
|
|
+ "phpdocumentor/reflection-common": "^2.2",
|
|
|
+ "phpdocumentor/type-resolver": "^1.3",
|
|
|
+ "webmozart/assert": "^1.9.1"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "mockery/mockery": "~1.3.2",
|
|
|
+ "psalm/phar": "^4.8"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "extra": {
|
|
|
+ "branch-alias": {
|
|
|
+ "dev-master": "5.x-dev"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "phpDocumentor\\Reflection\\": "src"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "MIT"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "Mike van Riel",
|
|
|
+ "email": "me@mikevanriel.com"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "Jaap van Otterdijk",
|
|
|
+ "email": "account@ijaap.nl"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
|
|
|
+ "support": {
|
|
|
+ "issues": "https://github.com/phpDocumentor/ReflectionDocBlock/issues",
|
|
|
+ "source": "https://github.com/phpDocumentor/ReflectionDocBlock/tree/5.3.0"
|
|
|
+ },
|
|
|
+ "time": "2021-10-19T17:43:47+00:00"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "phpdocumentor/type-resolver",
|
|
|
+ "version": "1.8.2",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/phpDocumentor/TypeResolver.git",
|
|
|
+ "reference": "153ae662783729388a584b4361f2545e4d841e3c"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/153ae662783729388a584b4361f2545e4d841e3c",
|
|
|
+ "reference": "153ae662783729388a584b4361f2545e4d841e3c",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "doctrine/deprecations": "^1.0",
|
|
|
+ "php": "^7.3 || ^8.0",
|
|
|
+ "phpdocumentor/reflection-common": "^2.0",
|
|
|
+ "phpstan/phpdoc-parser": "^1.13"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "ext-tokenizer": "*",
|
|
|
+ "phpbench/phpbench": "^1.2",
|
|
|
+ "phpstan/extension-installer": "^1.1",
|
|
|
+ "phpstan/phpstan": "^1.8",
|
|
|
+ "phpstan/phpstan-phpunit": "^1.1",
|
|
|
+ "phpunit/phpunit": "^9.5",
|
|
|
+ "rector/rector": "^0.13.9",
|
|
|
+ "vimeo/psalm": "^4.25"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "extra": {
|
|
|
+ "branch-alias": {
|
|
|
+ "dev-1.x": "1.x-dev"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "phpDocumentor\\Reflection\\": "src"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "MIT"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "Mike van Riel",
|
|
|
+ "email": "me@mikevanriel.com"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "A PSR-5 based resolver of Class names, Types and Structural Element Names",
|
|
|
+ "support": {
|
|
|
+ "issues": "https://github.com/phpDocumentor/TypeResolver/issues",
|
|
|
+ "source": "https://github.com/phpDocumentor/TypeResolver/tree/1.8.2"
|
|
|
+ },
|
|
|
+ "time": "2024-02-23T11:10:43+00:00"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "phpstan/phpdoc-parser",
|
|
|
+ "version": "1.27.0",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/phpstan/phpdoc-parser.git",
|
|
|
+ "reference": "86e4d5a4b036f8f0be1464522f4c6b584c452757"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/phpstan/phpdoc-parser/zipball/86e4d5a4b036f8f0be1464522f4c6b584c452757",
|
|
|
+ "reference": "86e4d5a4b036f8f0be1464522f4c6b584c452757",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": "^7.2 || ^8.0"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "doctrine/annotations": "^2.0",
|
|
|
+ "nikic/php-parser": "^4.15",
|
|
|
+ "php-parallel-lint/php-parallel-lint": "^1.2",
|
|
|
+ "phpstan/extension-installer": "^1.0",
|
|
|
+ "phpstan/phpstan": "^1.5",
|
|
|
+ "phpstan/phpstan-phpunit": "^1.1",
|
|
|
+ "phpstan/phpstan-strict-rules": "^1.0",
|
|
|
+ "phpunit/phpunit": "^9.5",
|
|
|
+ "symfony/process": "^5.2"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "PHPStan\\PhpDocParser\\": [
|
|
|
+ "src/"
|
|
|
+ ]
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "MIT"
|
|
|
+ ],
|
|
|
+ "description": "PHPDoc parser with support for nullable, intersection and generic types",
|
|
|
+ "support": {
|
|
|
+ "issues": "https://github.com/phpstan/phpdoc-parser/issues",
|
|
|
+ "source": "https://github.com/phpstan/phpdoc-parser/tree/1.27.0"
|
|
|
+ },
|
|
|
+ "time": "2024-03-21T13:14:53+00:00"
|
|
|
+ },
|
|
|
{
|
|
|
"name": "psr/cache",
|
|
|
"version": "3.0.0",
|
|
@@ -3168,6 +3383,165 @@
|
|
|
],
|
|
|
"time": "2024-01-29T20:11:03+00:00"
|
|
|
},
|
|
|
+ {
|
|
|
+ "name": "symfony/property-access",
|
|
|
+ "version": "v7.0.4",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/symfony/property-access.git",
|
|
|
+ "reference": "44e3746d4de8d0961a44ee332c74dd0918266127"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/symfony/property-access/zipball/44e3746d4de8d0961a44ee332c74dd0918266127",
|
|
|
+ "reference": "44e3746d4de8d0961a44ee332c74dd0918266127",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": ">=8.2",
|
|
|
+ "symfony/property-info": "^6.4|^7.0"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "symfony/cache": "^6.4|^7.0"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "Symfony\\Component\\PropertyAccess\\": ""
|
|
|
+ },
|
|
|
+ "exclude-from-classmap": [
|
|
|
+ "/Tests/"
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "MIT"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "Fabien Potencier",
|
|
|
+ "email": "fabien@symfony.com"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "Symfony Community",
|
|
|
+ "homepage": "https://symfony.com/contributors"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "Provides functions to read and write from/to an object or array using a simple string notation",
|
|
|
+ "homepage": "https://symfony.com",
|
|
|
+ "keywords": [
|
|
|
+ "access",
|
|
|
+ "array",
|
|
|
+ "extraction",
|
|
|
+ "index",
|
|
|
+ "injection",
|
|
|
+ "object",
|
|
|
+ "property",
|
|
|
+ "property-path",
|
|
|
+ "reflection"
|
|
|
+ ],
|
|
|
+ "support": {
|
|
|
+ "source": "https://github.com/symfony/property-access/tree/v7.0.4"
|
|
|
+ },
|
|
|
+ "funding": [
|
|
|
+ {
|
|
|
+ "url": "https://symfony.com/sponsor",
|
|
|
+ "type": "custom"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "url": "https://github.com/fabpot",
|
|
|
+ "type": "github"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
|
|
+ "type": "tidelift"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "time": "2024-02-16T13:44:10+00:00"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "symfony/property-info",
|
|
|
+ "version": "v7.0.3",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/symfony/property-info.git",
|
|
|
+ "reference": "e160f92ea827243abf2dbf36b8460b1377194406"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/symfony/property-info/zipball/e160f92ea827243abf2dbf36b8460b1377194406",
|
|
|
+ "reference": "e160f92ea827243abf2dbf36b8460b1377194406",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": ">=8.2",
|
|
|
+ "symfony/string": "^6.4|^7.0"
|
|
|
+ },
|
|
|
+ "conflict": {
|
|
|
+ "phpdocumentor/reflection-docblock": "<5.2",
|
|
|
+ "phpdocumentor/type-resolver": "<1.5.1",
|
|
|
+ "symfony/dependency-injection": "<6.4",
|
|
|
+ "symfony/serializer": "<6.4"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "phpdocumentor/reflection-docblock": "^5.2",
|
|
|
+ "phpstan/phpdoc-parser": "^1.0",
|
|
|
+ "symfony/cache": "^6.4|^7.0",
|
|
|
+ "symfony/dependency-injection": "^6.4|^7.0",
|
|
|
+ "symfony/serializer": "^6.4|^7.0"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "Symfony\\Component\\PropertyInfo\\": ""
|
|
|
+ },
|
|
|
+ "exclude-from-classmap": [
|
|
|
+ "/Tests/"
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "MIT"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "Kévin Dunglas",
|
|
|
+ "email": "dunglas@gmail.com"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "Symfony Community",
|
|
|
+ "homepage": "https://symfony.com/contributors"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "Extracts information about PHP class' properties using metadata of popular sources",
|
|
|
+ "homepage": "https://symfony.com",
|
|
|
+ "keywords": [
|
|
|
+ "doctrine",
|
|
|
+ "phpdoc",
|
|
|
+ "property",
|
|
|
+ "symfony",
|
|
|
+ "type",
|
|
|
+ "validator"
|
|
|
+ ],
|
|
|
+ "support": {
|
|
|
+ "source": "https://github.com/symfony/property-info/tree/v7.0.3"
|
|
|
+ },
|
|
|
+ "funding": [
|
|
|
+ {
|
|
|
+ "url": "https://symfony.com/sponsor",
|
|
|
+ "type": "custom"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "url": "https://github.com/fabpot",
|
|
|
+ "type": "github"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
|
|
+ "type": "tidelift"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "time": "2024-01-23T15:02:46+00:00"
|
|
|
+ },
|
|
|
{
|
|
|
"name": "symfony/routing",
|
|
|
"version": "v7.0.5",
|
|
@@ -3328,6 +3702,101 @@
|
|
|
],
|
|
|
"time": "2024-01-23T15:02:46+00:00"
|
|
|
},
|
|
|
+ {
|
|
|
+ "name": "symfony/serializer",
|
|
|
+ "version": "v7.0.4",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/symfony/serializer.git",
|
|
|
+ "reference": "c71d61c6c37804e10981960e5f5ebc2c8f0a4fbb"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/symfony/serializer/zipball/c71d61c6c37804e10981960e5f5ebc2c8f0a4fbb",
|
|
|
+ "reference": "c71d61c6c37804e10981960e5f5ebc2c8f0a4fbb",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": ">=8.2",
|
|
|
+ "symfony/polyfill-ctype": "~1.8"
|
|
|
+ },
|
|
|
+ "conflict": {
|
|
|
+ "phpdocumentor/reflection-docblock": "<3.2.2",
|
|
|
+ "phpdocumentor/type-resolver": "<1.4.0",
|
|
|
+ "symfony/dependency-injection": "<6.4",
|
|
|
+ "symfony/property-access": "<6.4",
|
|
|
+ "symfony/property-info": "<6.4",
|
|
|
+ "symfony/uid": "<6.4",
|
|
|
+ "symfony/validator": "<6.4",
|
|
|
+ "symfony/yaml": "<6.4"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "phpdocumentor/reflection-docblock": "^3.2|^4.0|^5.0",
|
|
|
+ "seld/jsonlint": "^1.10",
|
|
|
+ "symfony/cache": "^6.4|^7.0",
|
|
|
+ "symfony/config": "^6.4|^7.0",
|
|
|
+ "symfony/console": "^6.4|^7.0",
|
|
|
+ "symfony/dependency-injection": "^6.4|^7.0",
|
|
|
+ "symfony/error-handler": "^6.4|^7.0",
|
|
|
+ "symfony/filesystem": "^6.4|^7.0",
|
|
|
+ "symfony/form": "^6.4|^7.0",
|
|
|
+ "symfony/http-foundation": "^6.4|^7.0",
|
|
|
+ "symfony/http-kernel": "^6.4|^7.0",
|
|
|
+ "symfony/messenger": "^6.4|^7.0",
|
|
|
+ "symfony/mime": "^6.4|^7.0",
|
|
|
+ "symfony/property-access": "^6.4|^7.0",
|
|
|
+ "symfony/property-info": "^6.4|^7.0",
|
|
|
+ "symfony/translation-contracts": "^2.5|^3",
|
|
|
+ "symfony/uid": "^6.4|^7.0",
|
|
|
+ "symfony/validator": "^6.4|^7.0",
|
|
|
+ "symfony/var-dumper": "^6.4|^7.0",
|
|
|
+ "symfony/var-exporter": "^6.4|^7.0",
|
|
|
+ "symfony/yaml": "^6.4|^7.0"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "Symfony\\Component\\Serializer\\": ""
|
|
|
+ },
|
|
|
+ "exclude-from-classmap": [
|
|
|
+ "/Tests/"
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "MIT"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "Fabien Potencier",
|
|
|
+ "email": "fabien@symfony.com"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "Symfony Community",
|
|
|
+ "homepage": "https://symfony.com/contributors"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "Handles serializing and deserializing data structures, including object graphs, into array structures or other formats like XML and JSON.",
|
|
|
+ "homepage": "https://symfony.com",
|
|
|
+ "support": {
|
|
|
+ "source": "https://github.com/symfony/serializer/tree/v7.0.4"
|
|
|
+ },
|
|
|
+ "funding": [
|
|
|
+ {
|
|
|
+ "url": "https://symfony.com/sponsor",
|
|
|
+ "type": "custom"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "url": "https://github.com/fabpot",
|
|
|
+ "type": "github"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
|
|
+ "type": "tidelift"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "time": "2024-02-22T20:27:20+00:00"
|
|
|
+ },
|
|
|
{
|
|
|
"name": "symfony/service-contracts",
|
|
|
"version": "v3.4.1",
|
|
@@ -3872,6 +4341,64 @@
|
|
|
}
|
|
|
],
|
|
|
"time": "2024-01-23T15:02:46+00:00"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "webmozart/assert",
|
|
|
+ "version": "1.11.0",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/webmozarts/assert.git",
|
|
|
+ "reference": "11cb2199493b2f8a3b53e7f19068fc6aac760991"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/webmozarts/assert/zipball/11cb2199493b2f8a3b53e7f19068fc6aac760991",
|
|
|
+ "reference": "11cb2199493b2f8a3b53e7f19068fc6aac760991",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "ext-ctype": "*",
|
|
|
+ "php": "^7.2 || ^8.0"
|
|
|
+ },
|
|
|
+ "conflict": {
|
|
|
+ "phpstan/phpstan": "<0.12.20",
|
|
|
+ "vimeo/psalm": "<4.6.1 || 4.6.2"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "phpunit/phpunit": "^8.5.13"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "extra": {
|
|
|
+ "branch-alias": {
|
|
|
+ "dev-master": "1.10-dev"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "Webmozart\\Assert\\": "src/"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "MIT"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "Bernhard Schussek",
|
|
|
+ "email": "bschussek@gmail.com"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "Assertions to validate method input/output with nice error messages.",
|
|
|
+ "keywords": [
|
|
|
+ "assert",
|
|
|
+ "check",
|
|
|
+ "validate"
|
|
|
+ ],
|
|
|
+ "support": {
|
|
|
+ "issues": "https://github.com/webmozarts/assert/issues",
|
|
|
+ "source": "https://github.com/webmozarts/assert/tree/1.11.0"
|
|
|
+ },
|
|
|
+ "time": "2022-06-03T18:03:27+00:00"
|
|
|
}
|
|
|
],
|
|
|
"packages-dev": [
|