diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 98d57b1..db02a6e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - php-version: ['7.1', '7.2', '7.3'] + php-version: ['7.2', '7.3', '7.4', '8.0'] steps: - uses: actions/checkout@v2 - name: Setup PHP ${{ matrix.php-version }} diff --git a/composer.json b/composer.json index 061439e..69d08e4 100644 --- a/composer.json +++ b/composer.json @@ -12,21 +12,22 @@ } ], "require": { - "php": ">=7.1", + "php": ">=7.2.5", "ext-curl": "*", "ext-json": "*", - "jms/serializer": "1.14.*", - "symfony/validator": "4.3.*", - "doctrine/annotations": "1.12.*", + "jms/serializer": "3.*", + "symfony/validator": "5.4.*", + "doctrine/annotations": "1.13.*", "doctrine/cache": "1.11.*", - "guzzlehttp/guzzle": "6.*" + "guzzlehttp/guzzle": "6.*", + "symfony/intl": "^5.4" }, "require-dev": { "phpmd/phpmd": "2.*", "squizlabs/php_codesniffer": "3.4.*", - "symfony/dotenv": "4.3.*", - "phpunit/phpunit": "7.*", - "phpstan/phpstan": "0.11.*" + "symfony/dotenv": "5.4.*", + "phpunit/phpunit": "8.5.*", + "phpstan/phpstan": "0.12.*" }, "support": { "email": "support@retailcrm.pro" diff --git a/composer.lock b/composer.lock index 14850d1..5d1a62f 100644 --- a/composer.lock +++ b/composer.lock @@ -4,32 +4,34 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "ead61109a480af51dec2cd7f77083a15", + "content-hash": "c0d97db2706c5b6e482a7b757cccd926", "packages": [ { "name": "doctrine/annotations", - "version": "1.12.1", + "version": "1.13.2", "source": { "type": "git", "url": "https://github.com/doctrine/annotations.git", - "reference": "b17c5014ef81d212ac539f07a1001832df1b6d3b" + "reference": "5b668aef16090008790395c02c893b1ba13f7e08" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/annotations/zipball/b17c5014ef81d212ac539f07a1001832df1b6d3b", - "reference": "b17c5014ef81d212ac539f07a1001832df1b6d3b", + "url": "https://api.github.com/repos/doctrine/annotations/zipball/5b668aef16090008790395c02c893b1ba13f7e08", + "reference": "5b668aef16090008790395c02c893b1ba13f7e08", "shasum": "" }, "require": { "doctrine/lexer": "1.*", "ext-tokenizer": "*", - "php": "^7.1 || ^8.0" + "php": "^7.1 || ^8.0", + "psr/cache": "^1 || ^2 || ^3" }, "require-dev": { - "doctrine/cache": "1.*", + "doctrine/cache": "^1.11 || ^2.0", "doctrine/coding-standard": "^6.0 || ^8.1", "phpstan/phpstan": "^0.12.20", - "phpunit/phpunit": "^7.5 || ^9.1.5" + "phpunit/phpunit": "^7.5 || ^8.0 || ^9.1.5", + "symfony/cache": "^4.4 || ^5.2" }, "type": "library", "autoload": { @@ -70,20 +72,24 @@ "docblock", "parser" ], - "time": "2021-02-21T21:00:45+00:00" + "support": { + "issues": "https://github.com/doctrine/annotations/issues", + "source": "https://github.com/doctrine/annotations/tree/1.13.2" + }, + "time": "2021-08-05T19:00:23+00:00" }, { "name": "doctrine/cache", - "version": "1.11.0", + "version": "1.11.3", "source": { "type": "git", "url": "https://github.com/doctrine/cache.git", - "reference": "a9c1b59eba5a08ca2770a76eddb88922f504e8e0" + "reference": "3bb5588cec00a0268829cc4a518490df6741af9d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/cache/zipball/a9c1b59eba5a08ca2770a76eddb88922f504e8e0", - "reference": "a9c1b59eba5a08ca2770a76eddb88922f504e8e0", + "url": "https://api.github.com/repos/doctrine/cache/zipball/3bb5588cec00a0268829cc4a518490df6741af9d", + "reference": "3bb5588cec00a0268829cc4a518490df6741af9d", "shasum": "" }, "require": { @@ -151,40 +157,53 @@ "redis", "xcache" ], - "time": "2021-04-13T14:46:17+00:00" + "support": { + "issues": "https://github.com/doctrine/cache/issues", + "source": "https://github.com/doctrine/cache/tree/1.11.3" + }, + "funding": [ + { + "url": "https://www.doctrine-project.org/sponsorship.html", + "type": "custom" + }, + { + "url": "https://www.patreon.com/phpdoctrine", + "type": "patreon" + }, + { + "url": "https://tidelift.com/funding/github/packagist/doctrine%2Fcache", + "type": "tidelift" + } + ], + "time": "2021-05-25T09:01:55+00:00" }, { "name": "doctrine/instantiator", - "version": "1.2.0", + "version": "1.4.0", "source": { "type": "git", "url": "https://github.com/doctrine/instantiator.git", - "reference": "a2c590166b2133a4633738648b6b064edae0814a" + "reference": "d56bf6102915de5702778fe20f2de3b2fe570b5b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/instantiator/zipball/a2c590166b2133a4633738648b6b064edae0814a", - "reference": "a2c590166b2133a4633738648b6b064edae0814a", + "url": "https://api.github.com/repos/doctrine/instantiator/zipball/d56bf6102915de5702778fe20f2de3b2fe570b5b", + "reference": "d56bf6102915de5702778fe20f2de3b2fe570b5b", "shasum": "" }, "require": { - "php": "^7.1" + "php": "^7.1 || ^8.0" }, "require-dev": { - "doctrine/coding-standard": "^6.0", + "doctrine/coding-standard": "^8.0", "ext-pdo": "*", "ext-phar": "*", - "phpbench/phpbench": "^0.13", - "phpstan/phpstan-phpunit": "^0.11", - "phpstan/phpstan-shim": "^0.11", - "phpunit/phpunit": "^7.0" + "phpbench/phpbench": "^0.13 || 1.0.0-alpha2", + "phpstan/phpstan": "^0.12", + "phpstan/phpstan-phpunit": "^0.12", + "phpunit/phpunit": "^7.0 || ^8.0 || ^9.0" }, "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.2.x-dev" - } - }, "autoload": { "psr-4": { "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/" @@ -198,7 +217,7 @@ { "name": "Marco Pivetta", "email": "ocramius@gmail.com", - "homepage": "http://ocramius.github.com/" + "homepage": "https://ocramius.github.io/" } ], "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors", @@ -207,32 +226,52 @@ "constructor", "instantiate" ], - "time": "2019-03-17T17:37:11+00:00" + "support": { + "issues": "https://github.com/doctrine/instantiator/issues", + "source": "https://github.com/doctrine/instantiator/tree/1.4.0" + }, + "funding": [ + { + "url": "https://www.doctrine-project.org/sponsorship.html", + "type": "custom" + }, + { + "url": "https://www.patreon.com/phpdoctrine", + "type": "patreon" + }, + { + "url": "https://tidelift.com/funding/github/packagist/doctrine%2Finstantiator", + "type": "tidelift" + } + ], + "time": "2020-11-10T18:47:58+00:00" }, { "name": "doctrine/lexer", - "version": "1.0.2", + "version": "1.2.1", "source": { "type": "git", "url": "https://github.com/doctrine/lexer.git", - "reference": "1febd6c3ef84253d7c815bed85fc622ad207a9f8" + "reference": "e864bbf5904cb8f5bb334f99209b48018522f042" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/lexer/zipball/1febd6c3ef84253d7c815bed85fc622ad207a9f8", - "reference": "1febd6c3ef84253d7c815bed85fc622ad207a9f8", + "url": "https://api.github.com/repos/doctrine/lexer/zipball/e864bbf5904cb8f5bb334f99209b48018522f042", + "reference": "e864bbf5904cb8f5bb334f99209b48018522f042", "shasum": "" }, "require": { - "php": ">=5.3.2" + "php": "^7.2 || ^8.0" }, "require-dev": { - "phpunit/phpunit": "^4.5" + "doctrine/coding-standard": "^6.0", + "phpstan/phpstan": "^0.11.8", + "phpunit/phpunit": "^8.2" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.0.x-dev" + "dev-master": "1.2.x-dev" } }, "autoload": { @@ -245,14 +284,14 @@ "MIT" ], "authors": [ - { - "name": "Roman Borschel", - "email": "roman@code-factory.org" - }, { "name": "Guilherme Blanco", "email": "guilhermeblanco@gmail.com" }, + { + "name": "Roman Borschel", + "email": "roman@code-factory.org" + }, { "name": "Johannes Schmitt", "email": "schmittjoh@gmail.com" @@ -267,31 +306,51 @@ "parser", "php" ], - "time": "2019-06-08T11:03:04+00:00" + "support": { + "issues": "https://github.com/doctrine/lexer/issues", + "source": "https://github.com/doctrine/lexer/tree/1.2.1" + }, + "funding": [ + { + "url": "https://www.doctrine-project.org/sponsorship.html", + "type": "custom" + }, + { + "url": "https://www.patreon.com/phpdoctrine", + "type": "patreon" + }, + { + "url": "https://tidelift.com/funding/github/packagist/doctrine%2Flexer", + "type": "tidelift" + } + ], + "time": "2020-05-25T17:44:05+00:00" }, { "name": "guzzlehttp/guzzle", - "version": "6.3.3", + "version": "6.5.5", "source": { "type": "git", "url": "https://github.com/guzzle/guzzle.git", - "reference": "407b0cb880ace85c9b63c5f9551db498cb2d50ba" + "reference": "9d4290de1cfd701f38099ef7e183b64b4b7b0c5e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/guzzle/guzzle/zipball/407b0cb880ace85c9b63c5f9551db498cb2d50ba", - "reference": "407b0cb880ace85c9b63c5f9551db498cb2d50ba", + "url": "https://api.github.com/repos/guzzle/guzzle/zipball/9d4290de1cfd701f38099ef7e183b64b4b7b0c5e", + "reference": "9d4290de1cfd701f38099ef7e183b64b4b7b0c5e", "shasum": "" }, "require": { + "ext-json": "*", "guzzlehttp/promises": "^1.0", - "guzzlehttp/psr7": "^1.4", - "php": ">=5.5" + "guzzlehttp/psr7": "^1.6.1", + "php": ">=5.5", + "symfony/polyfill-intl-idn": "^1.17.0" }, "require-dev": { "ext-curl": "*", "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.4 || ^7.0", - "psr/log": "^1.0" + "psr/log": "^1.1" }, "suggest": { "psr/log": "Required for using the Log middleware" @@ -299,16 +358,16 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "6.3-dev" + "dev-master": "6.5-dev" } }, "autoload": { - "files": [ - "src/functions_include.php" - ], "psr-4": { "GuzzleHttp\\": "src/" - } + }, + "files": [ + "src/functions_include.php" + ] }, "notification-url": "https://packagist.org/downloads/", "license": [ @@ -332,32 +391,36 @@ "rest", "web service" ], - "time": "2018-04-22T15:46:56+00:00" + "support": { + "issues": "https://github.com/guzzle/guzzle/issues", + "source": "https://github.com/guzzle/guzzle/tree/6.5" + }, + "time": "2020-06-16T21:01:06+00:00" }, { "name": "guzzlehttp/promises", - "version": "v1.3.1", + "version": "1.5.1", "source": { "type": "git", "url": "https://github.com/guzzle/promises.git", - "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646" + "reference": "fe752aedc9fd8fcca3fe7ad05d419d32998a06da" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/guzzle/promises/zipball/a59da6cf61d80060647ff4d3eb2c03a2bc694646", - "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646", + "url": "https://api.github.com/repos/guzzle/promises/zipball/fe752aedc9fd8fcca3fe7ad05d419d32998a06da", + "reference": "fe752aedc9fd8fcca3fe7ad05d419d32998a06da", "shasum": "" }, "require": { - "php": ">=5.5.0" + "php": ">=5.5" }, "require-dev": { - "phpunit/phpunit": "^4.0" + "symfony/phpunit-bridge": "^4.4 || ^5.1" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.4-dev" + "dev-master": "1.5-dev" } }, "autoload": { @@ -373,47 +436,84 @@ "MIT" ], "authors": [ + { + "name": "Graham Campbell", + "email": "hello@gjcampbell.co.uk", + "homepage": "https://github.com/GrahamCampbell" + }, { "name": "Michael Dowling", "email": "mtdowling@gmail.com", "homepage": "https://github.com/mtdowling" + }, + { + "name": "Tobias Nyholm", + "email": "tobias.nyholm@gmail.com", + "homepage": "https://github.com/Nyholm" + }, + { + "name": "Tobias Schultze", + "email": "webmaster@tubo-world.de", + "homepage": "https://github.com/Tobion" } ], "description": "Guzzle promises library", "keywords": [ "promise" ], - "time": "2016-12-20T10:07:11+00:00" + "support": { + "issues": "https://github.com/guzzle/promises/issues", + "source": "https://github.com/guzzle/promises/tree/1.5.1" + }, + "funding": [ + { + "url": "https://github.com/GrahamCampbell", + "type": "github" + }, + { + "url": "https://github.com/Nyholm", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/promises", + "type": "tidelift" + } + ], + "time": "2021-10-22T20:56:57+00:00" }, { "name": "guzzlehttp/psr7", - "version": "1.5.2", + "version": "1.8.3", "source": { "type": "git", "url": "https://github.com/guzzle/psr7.git", - "reference": "9f83dded91781a01c63574e387eaa769be769115" + "reference": "1afdd860a2566ed3c2b0b4a3de6e23434a79ec85" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/guzzle/psr7/zipball/9f83dded91781a01c63574e387eaa769be769115", - "reference": "9f83dded91781a01c63574e387eaa769be769115", + "url": "https://api.github.com/repos/guzzle/psr7/zipball/1afdd860a2566ed3c2b0b4a3de6e23434a79ec85", + "reference": "1afdd860a2566ed3c2b0b4a3de6e23434a79ec85", "shasum": "" }, "require": { "php": ">=5.4.0", "psr/http-message": "~1.0", - "ralouphie/getallheaders": "^2.0.5" + "ralouphie/getallheaders": "^2.0.5 || ^3.0.0" }, "provide": { "psr/http-message-implementation": "1.0" }, "require-dev": { - "phpunit/phpunit": "~4.8.36 || ^5.7.27 || ^6.5.8" + "ext-zlib": "*", + "phpunit/phpunit": "~4.8.36 || ^5.7.27 || ^6.5.14 || ^7.5.20 || ^8.5.8 || ^9.3.10" + }, + "suggest": { + "laminas/laminas-httphandlerrunner": "Emit PSR-7 responses" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.5-dev" + "dev-master": "1.7-dev" } }, "autoload": { @@ -429,13 +529,34 @@ "MIT" ], "authors": [ + { + "name": "Graham Campbell", + "email": "hello@gjcampbell.co.uk", + "homepage": "https://github.com/GrahamCampbell" + }, { "name": "Michael Dowling", "email": "mtdowling@gmail.com", "homepage": "https://github.com/mtdowling" }, + { + "name": "George Mponos", + "email": "gmponos@gmail.com", + "homepage": "https://github.com/gmponos" + }, + { + "name": "Tobias Nyholm", + "email": "tobias.nyholm@gmail.com", + "homepage": "https://github.com/Nyholm" + }, + { + "name": "Márk Sági-Kazár", + "email": "mark.sagikazar@gmail.com", + "homepage": "https://github.com/sagikazarmark" + }, { "name": "Tobias Schultze", + "email": "webmaster@tubo-world.de", "homepage": "https://github.com/Tobion" } ], @@ -450,37 +571,60 @@ "uri", "url" ], - "time": "2018-12-04T20:46:45+00:00" + "support": { + "issues": "https://github.com/guzzle/psr7/issues", + "source": "https://github.com/guzzle/psr7/tree/1.8.3" + }, + "funding": [ + { + "url": "https://github.com/GrahamCampbell", + "type": "github" + }, + { + "url": "https://github.com/Nyholm", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/psr7", + "type": "tidelift" + } + ], + "time": "2021-10-05T13:56:00+00:00" }, { "name": "jms/metadata", - "version": "1.7.0", + "version": "2.6.1", "source": { "type": "git", "url": "https://github.com/schmittjoh/metadata.git", - "reference": "e5854ab1aa643623dc64adde718a8eec32b957a8" + "reference": "c3a3214354b5a765a19875f7b7c5ebcd94e462e5" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/schmittjoh/metadata/zipball/e5854ab1aa643623dc64adde718a8eec32b957a8", - "reference": "e5854ab1aa643623dc64adde718a8eec32b957a8", + "url": "https://api.github.com/repos/schmittjoh/metadata/zipball/c3a3214354b5a765a19875f7b7c5ebcd94e462e5", + "reference": "c3a3214354b5a765a19875f7b7c5ebcd94e462e5", "shasum": "" }, "require": { - "php": ">=5.3.0" + "php": "^7.2|^8.0" }, "require-dev": { - "doctrine/cache": "~1.0", - "symfony/cache": "~3.1" + "doctrine/cache": "^1.0", + "doctrine/coding-standard": "^8.0", + "mikey179/vfsstream": "^1.6.7", + "phpunit/phpunit": "^8.5|^9.0", + "psr/container": "^1.0", + "symfony/cache": "^3.1|^4.0|^5.0", + "symfony/dependency-injection": "^3.1|^4.0|^5.0" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.5.x-dev" + "dev-master": "2.x-dev" } }, "autoload": { - "psr-0": { + "psr-4": { "Metadata\\": "src/" } }, @@ -489,13 +633,13 @@ "MIT" ], "authors": [ - { - "name": "Asmir Mustafic", - "email": "goetas@gmail.com" - }, { "name": "Johannes M. Schmitt", "email": "schmittjoh@gmail.com" + }, + { + "name": "Asmir Mustafic", + "email": "goetas@gmail.com" } ], "description": "Class/method/property metadata management in PHP", @@ -505,100 +649,69 @@ "xml", "yaml" ], - "time": "2018-10-26T12:40:10+00:00" - }, - { - "name": "jms/parser-lib", - "version": "1.0.0", - "source": { - "type": "git", - "url": "https://github.com/schmittjoh/parser-lib.git", - "reference": "c509473bc1b4866415627af0e1c6cc8ac97fa51d" + "support": { + "issues": "https://github.com/schmittjoh/metadata/issues", + "source": "https://github.com/schmittjoh/metadata/tree/2.6.1" }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/schmittjoh/parser-lib/zipball/c509473bc1b4866415627af0e1c6cc8ac97fa51d", - "reference": "c509473bc1b4866415627af0e1c6cc8ac97fa51d", - "shasum": "" - }, - "require": { - "phpoption/phpoption": ">=0.9,<2.0-dev" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.0-dev" - } - }, - "autoload": { - "psr-0": { - "JMS\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "Apache2" - ], - "description": "A library for easily creating recursive-descent parsers.", - "time": "2012-11-18T18:08:43+00:00" + "time": "2021-11-22T12:27:42+00:00" }, { "name": "jms/serializer", - "version": "1.14.0", + "version": "3.16.0", "source": { "type": "git", "url": "https://github.com/schmittjoh/serializer.git", - "reference": "ee96d57024af9a7716d56fcbe3aa94b3d030f3ca" + "reference": "9b0b5208a6edb20b979c7d95bdda53a46098a7d9" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/schmittjoh/serializer/zipball/ee96d57024af9a7716d56fcbe3aa94b3d030f3ca", - "reference": "ee96d57024af9a7716d56fcbe3aa94b3d030f3ca", + "url": "https://api.github.com/repos/schmittjoh/serializer/zipball/9b0b5208a6edb20b979c7d95bdda53a46098a7d9", + "reference": "9b0b5208a6edb20b979c7d95bdda53a46098a7d9", "shasum": "" }, "require": { - "doctrine/annotations": "^1.0", + "doctrine/annotations": "^1.13", "doctrine/instantiator": "^1.0.3", - "jms/metadata": "^1.3", - "jms/parser-lib": "1.*", - "php": "^5.5|^7.0", - "phpcollection/phpcollection": "~0.1", - "phpoption/phpoption": "^1.1" - }, - "conflict": { - "twig/twig": "<1.12" + "doctrine/lexer": "^1.1", + "jms/metadata": "^2.6", + "php": "^7.2||^8.0", + "phpstan/phpdoc-parser": "^0.4 || ^0.5 || ^1.0" }, "require-dev": { + "doctrine/coding-standard": "^8.1", "doctrine/orm": "~2.1", + "doctrine/persistence": "^1.3.3|^2.0|^3.0", "doctrine/phpcr-odm": "^1.3|^2.0", "ext-pdo_sqlite": "*", "jackalope/jackalope-doctrine-dbal": "^1.1.5", - "phpunit/phpunit": "^4.8|^5.0", - "propel/propel1": "~1.7", + "ocramius/proxy-manager": "^1.0|^2.0", + "phpbench/phpbench": "^1.0", + "phpstan/phpstan": "^1.0.2", + "phpunit/phpunit": "^8.0||^9.0", "psr/container": "^1.0", - "symfony/dependency-injection": "^2.7|^3.3|^4.0", - "symfony/expression-language": "^2.6|^3.0", - "symfony/filesystem": "^2.1", - "symfony/form": "~2.1|^3.0", - "symfony/translation": "^2.1|^3.0", - "symfony/validator": "^2.2|^3.0", - "symfony/yaml": "^2.1|^3.0", - "twig/twig": "~1.12|~2.0" + "symfony/dependency-injection": "^3.0|^4.0|^5.0|^6.0", + "symfony/expression-language": "^3.2|^4.0|^5.0|^6.0", + "symfony/filesystem": "^3.0|^4.0|^5.0|^6.0", + "symfony/form": "^3.0|^4.0|^5.0|^6.0", + "symfony/translation": "^3.0|^4.0|^5.0|^6.0", + "symfony/validator": "^3.1.9|^4.0|^5.0|^6.0", + "symfony/yaml": "^3.3|^4.0|^5.0|^6.0", + "twig/twig": "~1.34|~2.4|^3.0" }, "suggest": { - "doctrine/cache": "Required if you like to use cache functionality.", "doctrine/collections": "Required if you like to use doctrine collection types as ArrayCollection.", - "symfony/yaml": "Required if you'd like to serialize data to YAML format." + "symfony/cache": "Required if you like to use cache functionality.", + "symfony/yaml": "Required if you'd like to use the YAML metadata format." }, "type": "library", "extra": { "branch-alias": { - "dev-1.x": "1.14-dev" + "dev-master": "3.x-dev" } }, "autoload": { - "psr-0": { - "JMS\\Serializer": "src/" + "psr-4": { + "JMS\\Serializer\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", @@ -606,13 +719,13 @@ "MIT" ], "authors": [ - { - "name": "Asmir Mustafic", - "email": "goetas@gmail.com" - }, { "name": "Johannes M. Schmitt", "email": "schmittjoh@gmail.com" + }, + { + "name": "Asmir Mustafic", + "email": "goetas@gmail.com" } ], "description": "Library for (de-)serializing data of any complexity; supports XML, JSON, and YAML.", @@ -624,105 +737,115 @@ "serialization", "xml" ], - "time": "2019-04-17T08:12:16+00:00" + "support": { + "issues": "https://github.com/schmittjoh/serializer/issues", + "source": "https://github.com/schmittjoh/serializer/tree/3.16.0" + }, + "funding": [ + { + "url": "https://github.com/goetas", + "type": "github" + } + ], + "time": "2021-11-22T07:03:41+00:00" }, { - "name": "phpcollection/phpcollection", - "version": "0.5.0", + "name": "phpstan/phpdoc-parser", + "version": "1.2.0", "source": { "type": "git", - "url": "https://github.com/schmittjoh/php-collection.git", - "reference": "f2bcff45c0da7c27991bbc1f90f47c4b7fb434a6" + "url": "https://github.com/phpstan/phpdoc-parser.git", + "reference": "dbc093d7af60eff5cd575d2ed761b15ed40bd08e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/schmittjoh/php-collection/zipball/f2bcff45c0da7c27991bbc1f90f47c4b7fb434a6", - "reference": "f2bcff45c0da7c27991bbc1f90f47c4b7fb434a6", + "url": "https://api.github.com/repos/phpstan/phpdoc-parser/zipball/dbc093d7af60eff5cd575d2ed761b15ed40bd08e", + "reference": "dbc093d7af60eff5cd575d2ed761b15ed40bd08e", "shasum": "" }, "require": { - "phpoption/phpoption": "1.*" + "php": "^7.1 || ^8.0" + }, + "require-dev": { + "php-parallel-lint/php-parallel-lint": "^1.2", + "phpstan/extension-installer": "^1.0", + "phpstan/phpstan": "^1.0", + "phpstan/phpstan-strict-rules": "^1.0", + "phpunit/phpunit": "^9.5", + "symfony/process": "^5.2" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "0.4-dev" + "dev-master": "1.0-dev" } }, "autoload": { - "psr-0": { - "PhpCollection": "src/" + "psr-4": { + "PHPStan\\PhpDocParser\\": [ + "src/" + ] } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "Apache2" + "MIT" ], - "authors": [ - { - "name": "Johannes M. Schmitt", - "email": "schmittjoh@gmail.com" - } - ], - "description": "General-Purpose Collection Library for PHP", - "keywords": [ - "collection", - "list", - "map", - "sequence", - "set" - ], - "time": "2015-05-17T12:39:23+00:00" + "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.2.0" + }, + "time": "2021-09-16T20:46:02+00:00" }, { - "name": "phpoption/phpoption", - "version": "1.5.0", + "name": "psr/cache", + "version": "1.0.1", "source": { "type": "git", - "url": "https://github.com/schmittjoh/php-option.git", - "reference": "94e644f7d2051a5f0fcf77d81605f152eecff0ed" + "url": "https://github.com/php-fig/cache.git", + "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/schmittjoh/php-option/zipball/94e644f7d2051a5f0fcf77d81605f152eecff0ed", - "reference": "94e644f7d2051a5f0fcf77d81605f152eecff0ed", + "url": "https://api.github.com/repos/php-fig/cache/zipball/d11b50ad223250cf17b86e38383413f5a6764bf8", + "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8", "shasum": "" }, "require": { "php": ">=5.3.0" }, - "require-dev": { - "phpunit/phpunit": "4.7.*" - }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.3-dev" + "dev-master": "1.0.x-dev" } }, "autoload": { - "psr-0": { - "PhpOption\\": "src/" + "psr-4": { + "Psr\\Cache\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "Apache2" + "MIT" ], "authors": [ { - "name": "Johannes M. Schmitt", - "email": "schmittjoh@gmail.com" + "name": "PHP-FIG", + "homepage": "http://www.php-fig.org/" } ], - "description": "Option Type for PHP", + "description": "Common interface for caching libraries", "keywords": [ - "language", - "option", - "php", - "type" + "cache", + "psr", + "psr-6" ], - "time": "2015-07-25T16:39:46+00:00" + "support": { + "source": "https://github.com/php-fig/cache/tree/master" + }, + "time": "2016-08-06T20:24:11+00:00" }, { "name": "psr/http-message", @@ -772,28 +895,31 @@ "request", "response" ], + "support": { + "source": "https://github.com/php-fig/http-message/tree/master" + }, "time": "2016-08-06T14:39:51+00:00" }, { "name": "ralouphie/getallheaders", - "version": "2.0.5", + "version": "3.0.3", "source": { "type": "git", "url": "https://github.com/ralouphie/getallheaders.git", - "reference": "5601c8a83fbba7ef674a7369456d12f1e0d0eafa" + "reference": "120b605dfeb996808c31b6477290a714d356e822" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/5601c8a83fbba7ef674a7369456d12f1e0d0eafa", - "reference": "5601c8a83fbba7ef674a7369456d12f1e0d0eafa", + "url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822", + "reference": "120b605dfeb996808c31b6477290a714d356e822", "shasum": "" }, "require": { - "php": ">=5.3" + "php": ">=5.6" }, "require-dev": { - "phpunit/phpunit": "~3.7.0", - "satooshi/php-coveralls": ">=1.0" + "php-coveralls/php-coveralls": "^2.1", + "phpunit/phpunit": "^5 || ^6.5" }, "type": "library", "autoload": { @@ -812,24 +938,183 @@ } ], "description": "A polyfill for getallheaders.", - "time": "2016-02-11T07:05:27+00:00" + "support": { + "issues": "https://github.com/ralouphie/getallheaders/issues", + "source": "https://github.com/ralouphie/getallheaders/tree/develop" + }, + "time": "2019-03-08T08:55:37+00:00" }, { - "name": "symfony/polyfill-ctype", - "version": "v1.11.0", + "name": "symfony/deprecation-contracts", + "version": "v2.5.0", "source": { "type": "git", - "url": "https://github.com/symfony/polyfill-ctype.git", - "reference": "82ebae02209c21113908c229e9883c419720738a" + "url": "https://github.com/symfony/deprecation-contracts.git", + "reference": "6f981ee24cf69ee7ce9736146d1c57c2780598a8" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/82ebae02209c21113908c229e9883c419720738a", - "reference": "82ebae02209c21113908c229e9883c419720738a", + "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/6f981ee24cf69ee7ce9736146d1c57c2780598a8", + "reference": "6f981ee24cf69ee7ce9736146d1c57c2780598a8", "shasum": "" }, "require": { - "php": ">=5.3.3" + "php": ">=7.1" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-main": "2.5-dev" + }, + "thanks": { + "name": "symfony/contracts", + "url": "https://github.com/symfony/contracts" + } + }, + "autoload": { + "files": [ + "function.php" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Nicolas Grekas", + "email": "p@tchwork.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "A generic function and convention to trigger deprecation notices", + "homepage": "https://symfony.com", + "support": { + "source": "https://github.com/symfony/deprecation-contracts/tree/v2.5.0" + }, + "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": "2021-07-12T14:48:14+00:00" + }, + { + "name": "symfony/intl", + "version": "v5.4.0", + "source": { + "type": "git", + "url": "https://github.com/symfony/intl.git", + "reference": "01b11a038293916ad52aab9ac7bd6b4e711d1f3e" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/intl/zipball/01b11a038293916ad52aab9ac7bd6b4e711d1f3e", + "reference": "01b11a038293916ad52aab9ac7bd6b4e711d1f3e", + "shasum": "" + }, + "require": { + "php": ">=7.2.5", + "symfony/deprecation-contracts": "^2.1|^3", + "symfony/polyfill-php80": "^1.16" + }, + "require-dev": { + "symfony/filesystem": "^4.4|^5.0|^6.0" + }, + "type": "library", + "autoload": { + "psr-4": { + "Symfony\\Component\\Intl\\": "" + }, + "classmap": [ + "Resources/stubs" + ], + "files": [ + "Resources/functions.php" + ], + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Bernhard Schussek", + "email": "bschussek@gmail.com" + }, + { + "name": "Eriksen Costa", + "email": "eriksen.costa@infranology.com.br" + }, + { + "name": "Igor Wiedler", + "email": "igor@wiedler.ch" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Provides a PHP replacement layer for the C intl extension that includes additional data from the ICU library", + "homepage": "https://symfony.com", + "keywords": [ + "i18n", + "icu", + "internationalization", + "intl", + "l10n", + "localization" + ], + "support": { + "source": "https://github.com/symfony/intl/tree/v5.4.0" + }, + "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": "2021-11-28T15:25:38+00:00" + }, + { + "name": "symfony/polyfill-ctype", + "version": "v1.23.0", + "source": { + "type": "git", + "url": "https://github.com/symfony/polyfill-ctype.git", + "reference": "46cd95797e9df938fdd2b03693b5fca5e64b01ce" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/46cd95797e9df938fdd2b03693b5fca5e64b01ce", + "reference": "46cd95797e9df938fdd2b03693b5fca5e64b01ce", + "shasum": "" + }, + "require": { + "php": ">=7.1" }, "suggest": { "ext-ctype": "For best performance" @@ -837,7 +1122,11 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "1.11-dev" + "dev-main": "1.23-dev" + }, + "thanks": { + "name": "symfony/polyfill", + "url": "https://github.com/symfony/polyfill" } }, "autoload": { @@ -853,13 +1142,13 @@ "MIT" ], "authors": [ - { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" - }, { "name": "Gert de Pagter", "email": "BackEndTea@gmail.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" } ], "description": "Symfony polyfill for ctype functions", @@ -870,24 +1159,212 @@ "polyfill", "portable" ], - "time": "2019-02-06T07:57:58+00:00" + "support": { + "source": "https://github.com/symfony/polyfill-ctype/tree/v1.23.0" + }, + "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": "2021-02-19T12:13:01+00:00" }, { - "name": "symfony/polyfill-mbstring", - "version": "v1.11.0", + "name": "symfony/polyfill-intl-idn", + "version": "v1.23.0", "source": { "type": "git", - "url": "https://github.com/symfony/polyfill-mbstring.git", - "reference": "fe5e94c604826c35a32fa832f35bd036b6799609" + "url": "https://github.com/symfony/polyfill-intl-idn.git", + "reference": "65bd267525e82759e7d8c4e8ceea44f398838e65" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/fe5e94c604826c35a32fa832f35bd036b6799609", - "reference": "fe5e94c604826c35a32fa832f35bd036b6799609", + "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/65bd267525e82759e7d8c4e8ceea44f398838e65", + "reference": "65bd267525e82759e7d8c4e8ceea44f398838e65", "shasum": "" }, "require": { - "php": ">=5.3.3" + "php": ">=7.1", + "symfony/polyfill-intl-normalizer": "^1.10", + "symfony/polyfill-php72": "^1.10" + }, + "suggest": { + "ext-intl": "For best performance" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-main": "1.23-dev" + }, + "thanks": { + "name": "symfony/polyfill", + "url": "https://github.com/symfony/polyfill" + } + }, + "autoload": { + "psr-4": { + "Symfony\\Polyfill\\Intl\\Idn\\": "" + }, + "files": [ + "bootstrap.php" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Laurent Bassin", + "email": "laurent@bassin.info" + }, + { + "name": "Trevor Rowbotham", + "email": "trevor.rowbotham@pm.me" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony polyfill for intl's idn_to_ascii and idn_to_utf8 functions", + "homepage": "https://symfony.com", + "keywords": [ + "compatibility", + "idn", + "intl", + "polyfill", + "portable", + "shim" + ], + "support": { + "source": "https://github.com/symfony/polyfill-intl-idn/tree/v1.23.0" + }, + "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": "2021-05-27T09:27:20+00:00" + }, + { + "name": "symfony/polyfill-intl-normalizer", + "version": "v1.23.0", + "source": { + "type": "git", + "url": "https://github.com/symfony/polyfill-intl-normalizer.git", + "reference": "8590a5f561694770bdcd3f9b5c69dde6945028e8" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/8590a5f561694770bdcd3f9b5c69dde6945028e8", + "reference": "8590a5f561694770bdcd3f9b5c69dde6945028e8", + "shasum": "" + }, + "require": { + "php": ">=7.1" + }, + "suggest": { + "ext-intl": "For best performance" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-main": "1.23-dev" + }, + "thanks": { + "name": "symfony/polyfill", + "url": "https://github.com/symfony/polyfill" + } + }, + "autoload": { + "psr-4": { + "Symfony\\Polyfill\\Intl\\Normalizer\\": "" + }, + "files": [ + "bootstrap.php" + ], + "classmap": [ + "Resources/stubs" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Nicolas Grekas", + "email": "p@tchwork.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony polyfill for intl's Normalizer class and related functions", + "homepage": "https://symfony.com", + "keywords": [ + "compatibility", + "intl", + "normalizer", + "polyfill", + "portable", + "shim" + ], + "support": { + "source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.23.0" + }, + "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": "2021-02-19T12:13:01+00:00" + }, + { + "name": "symfony/polyfill-mbstring", + "version": "v1.23.1", + "source": { + "type": "git", + "url": "https://github.com/symfony/polyfill-mbstring.git", + "reference": "9174a3d80210dca8daa7f31fec659150bbeabfc6" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/9174a3d80210dca8daa7f31fec659150bbeabfc6", + "reference": "9174a3d80210dca8daa7f31fec659150bbeabfc6", + "shasum": "" + }, + "require": { + "php": ">=7.1" }, "suggest": { "ext-mbstring": "For best performance" @@ -895,7 +1372,11 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "1.11-dev" + "dev-main": "1.23-dev" + }, + "thanks": { + "name": "symfony/polyfill", + "url": "https://github.com/symfony/polyfill" } }, "autoload": { @@ -929,24 +1410,279 @@ "portable", "shim" ], - "time": "2019-02-06T07:57:58+00:00" + "support": { + "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.23.1" + }, + "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": "2021-05-27T12:26:48+00:00" }, { - "name": "symfony/translation-contracts", - "version": "v1.1.5", + "name": "symfony/polyfill-php72", + "version": "v1.23.0", "source": { "type": "git", - "url": "https://github.com/symfony/translation-contracts.git", - "reference": "cb4b18ad7b92a26e83b65dde940fab78339e6f3c" + "url": "https://github.com/symfony/polyfill-php72.git", + "reference": "9a142215a36a3888e30d0a9eeea9766764e96976" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/translation-contracts/zipball/cb4b18ad7b92a26e83b65dde940fab78339e6f3c", - "reference": "cb4b18ad7b92a26e83b65dde940fab78339e6f3c", + "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/9a142215a36a3888e30d0a9eeea9766764e96976", + "reference": "9a142215a36a3888e30d0a9eeea9766764e96976", "shasum": "" }, "require": { - "php": "^7.1.3" + "php": ">=7.1" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-main": "1.23-dev" + }, + "thanks": { + "name": "symfony/polyfill", + "url": "https://github.com/symfony/polyfill" + } + }, + "autoload": { + "psr-4": { + "Symfony\\Polyfill\\Php72\\": "" + }, + "files": [ + "bootstrap.php" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Nicolas Grekas", + "email": "p@tchwork.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions", + "homepage": "https://symfony.com", + "keywords": [ + "compatibility", + "polyfill", + "portable", + "shim" + ], + "support": { + "source": "https://github.com/symfony/polyfill-php72/tree/v1.23.0" + }, + "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": "2021-05-27T09:17:38+00:00" + }, + { + "name": "symfony/polyfill-php73", + "version": "v1.23.0", + "source": { + "type": "git", + "url": "https://github.com/symfony/polyfill-php73.git", + "reference": "fba8933c384d6476ab14fb7b8526e5287ca7e010" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/fba8933c384d6476ab14fb7b8526e5287ca7e010", + "reference": "fba8933c384d6476ab14fb7b8526e5287ca7e010", + "shasum": "" + }, + "require": { + "php": ">=7.1" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-main": "1.23-dev" + }, + "thanks": { + "name": "symfony/polyfill", + "url": "https://github.com/symfony/polyfill" + } + }, + "autoload": { + "psr-4": { + "Symfony\\Polyfill\\Php73\\": "" + }, + "files": [ + "bootstrap.php" + ], + "classmap": [ + "Resources/stubs" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Nicolas Grekas", + "email": "p@tchwork.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony polyfill backporting some PHP 7.3+ features to lower PHP versions", + "homepage": "https://symfony.com", + "keywords": [ + "compatibility", + "polyfill", + "portable", + "shim" + ], + "support": { + "source": "https://github.com/symfony/polyfill-php73/tree/v1.23.0" + }, + "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": "2021-02-19T12:13:01+00:00" + }, + { + "name": "symfony/polyfill-php80", + "version": "v1.23.1", + "source": { + "type": "git", + "url": "https://github.com/symfony/polyfill-php80.git", + "reference": "1100343ed1a92e3a38f9ae122fc0eb21602547be" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/1100343ed1a92e3a38f9ae122fc0eb21602547be", + "reference": "1100343ed1a92e3a38f9ae122fc0eb21602547be", + "shasum": "" + }, + "require": { + "php": ">=7.1" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-main": "1.23-dev" + }, + "thanks": { + "name": "symfony/polyfill", + "url": "https://github.com/symfony/polyfill" + } + }, + "autoload": { + "psr-4": { + "Symfony\\Polyfill\\Php80\\": "" + }, + "files": [ + "bootstrap.php" + ], + "classmap": [ + "Resources/stubs" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Ion Bazan", + "email": "ion.bazan@gmail.com" + }, + { + "name": "Nicolas Grekas", + "email": "p@tchwork.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions", + "homepage": "https://symfony.com", + "keywords": [ + "compatibility", + "polyfill", + "portable", + "shim" + ], + "support": { + "source": "https://github.com/symfony/polyfill-php80/tree/v1.23.1" + }, + "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": "2021-07-28T13:41:28+00:00" + }, + { + "name": "symfony/translation-contracts", + "version": "v2.5.0", + "source": { + "type": "git", + "url": "https://github.com/symfony/translation-contracts.git", + "reference": "d28150f0f44ce854e942b671fc2620a98aae1b1e" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/translation-contracts/zipball/d28150f0f44ce854e942b671fc2620a98aae1b1e", + "reference": "d28150f0f44ce854e942b671fc2620a98aae1b1e", + "shasum": "" + }, + "require": { + "php": ">=7.2.5" }, "suggest": { "symfony/translation-implementation": "" @@ -954,7 +1690,11 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "1.1-dev" + "dev-main": "2.5-dev" + }, + "thanks": { + "name": "symfony/contracts", + "url": "https://github.com/symfony/contracts" } }, "autoload": { @@ -986,61 +1726,86 @@ "interoperability", "standards" ], - "time": "2019-06-13T11:15:36+00:00" + "support": { + "source": "https://github.com/symfony/translation-contracts/tree/v2.5.0" + }, + "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": "2021-08-17T14:20:01+00:00" }, { "name": "symfony/validator", - "version": "v4.3.2", + "version": "v5.4.0", "source": { "type": "git", "url": "https://github.com/symfony/validator.git", - "reference": "ba2cb2ba24344e56a32b5284be988bc1faeac209" + "reference": "68db3401621f75b285cf54ac83e3b89066e08f8d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/validator/zipball/ba2cb2ba24344e56a32b5284be988bc1faeac209", - "reference": "ba2cb2ba24344e56a32b5284be988bc1faeac209", + "url": "https://api.github.com/repos/symfony/validator/zipball/68db3401621f75b285cf54ac83e3b89066e08f8d", + "reference": "68db3401621f75b285cf54ac83e3b89066e08f8d", "shasum": "" }, "require": { - "php": "^7.1.3", + "php": ">=7.2.5", + "symfony/deprecation-contracts": "^2.1|^3", "symfony/polyfill-ctype": "~1.8", "symfony/polyfill-mbstring": "~1.0", - "symfony/translation-contracts": "^1.1" + "symfony/polyfill-php73": "~1.0", + "symfony/polyfill-php80": "^1.16", + "symfony/translation-contracts": "^1.1|^2|^3" }, "conflict": { - "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0", - "symfony/dependency-injection": "<3.4", - "symfony/http-kernel": "<3.4", - "symfony/intl": "<4.3", - "symfony/translation": "<4.2", - "symfony/yaml": "<3.4" + "doctrine/annotations": "<1.13", + "doctrine/cache": "<1.11", + "doctrine/lexer": "<1.0.2", + "phpunit/phpunit": "<5.4.3", + "symfony/dependency-injection": "<4.4", + "symfony/expression-language": "<5.1", + "symfony/http-kernel": "<4.4", + "symfony/intl": "<4.4", + "symfony/property-info": "<5.3", + "symfony/translation": "<4.4", + "symfony/yaml": "<4.4" }, "require-dev": { - "doctrine/annotations": "~1.0", - "doctrine/cache": "~1.0", - "egulias/email-validator": "^1.2.8|~2.0", - "symfony/cache": "~3.4|~4.0", - "symfony/config": "~3.4|~4.0", - "symfony/dependency-injection": "~3.4|~4.0", - "symfony/expression-language": "~3.4|~4.0", - "symfony/http-client": "^4.3", - "symfony/http-foundation": "~4.1", - "symfony/http-kernel": "~3.4|~4.0", - "symfony/intl": "^4.3", - "symfony/property-access": "~3.4|~4.0", - "symfony/property-info": "~3.4|~4.0", - "symfony/translation": "~4.2", - "symfony/var-dumper": "~3.4|~4.0", - "symfony/yaml": "~3.4|~4.0" + "doctrine/annotations": "^1.13", + "doctrine/cache": "^1.11|^2.0", + "egulias/email-validator": "^2.1.10|^3", + "symfony/cache": "^4.4|^5.0|^6.0", + "symfony/config": "^4.4|^5.0|^6.0", + "symfony/console": "^4.4|^5.0|^6.0", + "symfony/dependency-injection": "^4.4|^5.0|^6.0", + "symfony/expression-language": "^5.1|^6.0", + "symfony/finder": "^4.4|^5.0|^6.0", + "symfony/http-client": "^4.4|^5.0|^6.0", + "symfony/http-foundation": "^4.4|^5.0|^6.0", + "symfony/http-kernel": "^4.4|^5.0|^6.0", + "symfony/intl": "^4.4|^5.0|^6.0", + "symfony/mime": "^4.4|^5.0|^6.0", + "symfony/property-access": "^4.4|^5.0|^6.0", + "symfony/property-info": "^5.3|^6.0", + "symfony/translation": "^4.4|^5.0|^6.0", + "symfony/yaml": "^4.4|^5.0|^6.0" }, "suggest": { - "doctrine/annotations": "For using the annotation mapping. You will also need doctrine/cache.", - "doctrine/cache": "For using the default cached annotation reader and metadata cache.", "egulias/email-validator": "Strict (RFC compliant) email validation", - "psr/cache-implementation": "For using the metadata cache.", + "psr/cache-implementation": "For using the mapping cache.", "symfony/config": "", - "symfony/expression-language": "For using the Expression validator", + "symfony/expression-language": "For using the Expression validator and the ExpressionLanguageSyntax constraints", "symfony/http-foundation": "", "symfony/intl": "", "symfony/property-access": "For accessing properties within comparison constraints", @@ -1049,11 +1814,6 @@ "symfony/yaml": "" }, "type": "library", - "extra": { - "branch-alias": { - "dev-master": "4.3-dev" - } - }, "autoload": { "psr-4": { "Symfony\\Component\\Validator\\": "" @@ -1076,32 +1836,50 @@ "homepage": "https://symfony.com/contributors" } ], - "description": "Symfony Validator Component", + "description": "Provides tools to validate values", "homepage": "https://symfony.com", - "time": "2019-06-22T08:39:44+00:00" + "support": { + "source": "https://github.com/symfony/validator/tree/v5.4.0" + }, + "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": "2021-11-29T15:30:56+00:00" } ], "packages-dev": [ { "name": "composer/xdebug-handler", - "version": "1.3.3", + "version": "2.0.2", "source": { "type": "git", "url": "https://github.com/composer/xdebug-handler.git", - "reference": "46867cbf8ca9fb8d60c506895449eb799db1184f" + "reference": "84674dd3a7575ba617f5a76d7e9e29a7d3891339" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/composer/xdebug-handler/zipball/46867cbf8ca9fb8d60c506895449eb799db1184f", - "reference": "46867cbf8ca9fb8d60c506895449eb799db1184f", + "url": "https://api.github.com/repos/composer/xdebug-handler/zipball/84674dd3a7575ba617f5a76d7e9e29a7d3891339", + "reference": "84674dd3a7575ba617f5a76d7e9e29a7d3891339", "shasum": "" }, "require": { - "php": "^5.3.2 || ^7.0", - "psr/log": "^1.0" + "php": "^5.3.2 || ^7.0 || ^8.0", + "psr/log": "^1 || ^2 || ^3" }, "require-dev": { - "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5" + "phpstan/phpstan": "^0.12.55", + "symfony/phpunit-bridge": "^4.2 || ^5" }, "type": "library", "autoload": { @@ -1119,80 +1897,48 @@ "email": "john-stevenson@blueyonder.co.uk" } ], - "description": "Restarts a process without xdebug.", + "description": "Restarts a process without Xdebug.", "keywords": [ "Xdebug", "performance" ], - "time": "2019-05-27T17:52:04+00:00" - }, - { - "name": "jean85/pretty-package-versions", - "version": "1.2", - "source": { - "type": "git", - "url": "https://github.com/Jean85/pretty-package-versions.git", - "reference": "75c7effcf3f77501d0e0caa75111aff4daa0dd48" + "support": { + "irc": "irc://irc.freenode.org/composer", + "issues": "https://github.com/composer/xdebug-handler/issues", + "source": "https://github.com/composer/xdebug-handler/tree/2.0.2" }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/Jean85/pretty-package-versions/zipball/75c7effcf3f77501d0e0caa75111aff4daa0dd48", - "reference": "75c7effcf3f77501d0e0caa75111aff4daa0dd48", - "shasum": "" - }, - "require": { - "ocramius/package-versions": "^1.2.0", - "php": "^7.0" - }, - "require-dev": { - "phpunit/phpunit": "^6.0" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.x-dev" - } - }, - "autoload": { - "psr-4": { - "Jean85\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ + "funding": [ { - "name": "Alessandro Lai", - "email": "alessandro.lai85@gmail.com" + "url": "https://packagist.com", + "type": "custom" + }, + { + "url": "https://github.com/composer", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/composer/composer", + "type": "tidelift" } ], - "description": "A wrapper for ocramius/package-versions to get pretty versions strings", - "keywords": [ - "composer", - "package", - "release", - "versions" - ], - "time": "2018-06-13T13:22:40+00:00" + "time": "2021-07-31T17:03:58+00:00" }, { "name": "myclabs/deep-copy", - "version": "1.9.1", + "version": "1.10.2", "source": { "type": "git", "url": "https://github.com/myclabs/DeepCopy.git", - "reference": "e6828efaba2c9b79f4499dae1d66ef8bfa7b2b72" + "reference": "776f831124e9c62e1a2c601ecc52e776d8bb7220" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/e6828efaba2c9b79f4499dae1d66ef8bfa7b2b72", - "reference": "e6828efaba2c9b79f4499dae1d66ef8bfa7b2b72", + "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/776f831124e9c62e1a2c601ecc52e776d8bb7220", + "reference": "776f831124e9c62e1a2c601ecc52e776d8bb7220", "shasum": "" }, "require": { - "php": "^7.1" + "php": "^7.1 || ^8.0" }, "replace": { "myclabs/deep-copy": "self.version" @@ -1223,660 +1969,53 @@ "object", "object graph" ], - "time": "2019-04-07T13:18:21+00:00" - }, - { - "name": "nette/bootstrap", - "version": "v3.0.0", - "source": { - "type": "git", - "url": "https://github.com/nette/bootstrap.git", - "reference": "e1075af05c211915e03e0c86542f3ba5433df4a3" + "support": { + "issues": "https://github.com/myclabs/DeepCopy/issues", + "source": "https://github.com/myclabs/DeepCopy/tree/1.10.2" }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/nette/bootstrap/zipball/e1075af05c211915e03e0c86542f3ba5433df4a3", - "reference": "e1075af05c211915e03e0c86542f3ba5433df4a3", - "shasum": "" - }, - "require": { - "nette/di": "^3.0", - "nette/utils": "^3.0", - "php": ">=7.1" - }, - "require-dev": { - "latte/latte": "^2.2", - "nette/application": "^3.0", - "nette/caching": "^3.0", - "nette/database": "^3.0", - "nette/forms": "^3.0", - "nette/http": "^3.0", - "nette/mail": "^3.0", - "nette/robot-loader": "^3.0", - "nette/safe-stream": "^2.2", - "nette/security": "^3.0", - "nette/tester": "^2.0", - "tracy/tracy": "^2.6" - }, - "suggest": { - "nette/robot-loader": "to use Configurator::createRobotLoader()", - "tracy/tracy": "to use Configurator::enableTracy()" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "3.0-dev" - } - }, - "autoload": { - "classmap": [ - "src/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause", - "GPL-2.0", - "GPL-3.0" - ], - "authors": [ + "funding": [ { - "name": "David Grudl", - "homepage": "https://davidgrudl.com" - }, - { - "name": "Nette Community", - "homepage": "https://nette.org/contributors" + "url": "https://tidelift.com/funding/github/packagist/myclabs/deep-copy", + "type": "tidelift" } ], - "description": "🅱 Nette Bootstrap: the simple way to configure and bootstrap your Nette application.", - "homepage": "https://nette.org", - "keywords": [ - "bootstrapping", - "configurator", - "nette" - ], - "time": "2019-03-26T12:59:07+00:00" - }, - { - "name": "nette/di", - "version": "v3.0.0", - "source": { - "type": "git", - "url": "https://github.com/nette/di.git", - "reference": "19d83539245aaacb59470828919182411061841f" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/nette/di/zipball/19d83539245aaacb59470828919182411061841f", - "reference": "19d83539245aaacb59470828919182411061841f", - "shasum": "" - }, - "require": { - "ext-tokenizer": "*", - "nette/neon": "^3.0", - "nette/php-generator": "^3.2.2", - "nette/robot-loader": "^3.2", - "nette/schema": "^1.0", - "nette/utils": "^3.0", - "php": ">=7.1" - }, - "conflict": { - "nette/bootstrap": "<3.0" - }, - "require-dev": { - "nette/tester": "^2.2", - "tracy/tracy": "^2.3" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "3.0-dev" - } - }, - "autoload": { - "classmap": [ - "src/" - ], - "files": [ - "src/compatibility.php" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause", - "GPL-2.0", - "GPL-3.0" - ], - "authors": [ - { - "name": "David Grudl", - "homepage": "https://davidgrudl.com" - }, - { - "name": "Nette Community", - "homepage": "https://nette.org/contributors" - } - ], - "description": "💎 Nette Dependency Injection Container: Flexible, compiled and full-featured DIC with perfectly usable autowiring and support for all new PHP 7.1 features.", - "homepage": "https://nette.org", - "keywords": [ - "compiled", - "di", - "dic", - "factory", - "ioc", - "nette", - "static" - ], - "time": "2019-04-03T19:35:46+00:00" - }, - { - "name": "nette/finder", - "version": "v2.5.0", - "source": { - "type": "git", - "url": "https://github.com/nette/finder.git", - "reference": "6be1b83ea68ac558aff189d640abe242e0306fe2" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/nette/finder/zipball/6be1b83ea68ac558aff189d640abe242e0306fe2", - "reference": "6be1b83ea68ac558aff189d640abe242e0306fe2", - "shasum": "" - }, - "require": { - "nette/utils": "^2.4 || ~3.0.0", - "php": ">=7.1" - }, - "conflict": { - "nette/nette": "<2.2" - }, - "require-dev": { - "nette/tester": "^2.0", - "tracy/tracy": "^2.3" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "2.5-dev" - } - }, - "autoload": { - "classmap": [ - "src/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause", - "GPL-2.0", - "GPL-3.0" - ], - "authors": [ - { - "name": "David Grudl", - "homepage": "https://davidgrudl.com" - }, - { - "name": "Nette Community", - "homepage": "https://nette.org/contributors" - } - ], - "description": "? Nette Finder: find files and directories with an intuitive API.", - "homepage": "https://nette.org", - "keywords": [ - "filesystem", - "glob", - "iterator", - "nette" - ], - "time": "2019-02-28T18:13:25+00:00" - }, - { - "name": "nette/neon", - "version": "v3.0.0", - "source": { - "type": "git", - "url": "https://github.com/nette/neon.git", - "reference": "cbff32059cbdd8720deccf9e9eace6ee516f02eb" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/nette/neon/zipball/cbff32059cbdd8720deccf9e9eace6ee516f02eb", - "reference": "cbff32059cbdd8720deccf9e9eace6ee516f02eb", - "shasum": "" - }, - "require": { - "ext-iconv": "*", - "ext-json": "*", - "php": ">=7.0" - }, - "require-dev": { - "nette/tester": "^2.0", - "tracy/tracy": "^2.3" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "3.0-dev" - } - }, - "autoload": { - "classmap": [ - "src/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause", - "GPL-2.0", - "GPL-3.0" - ], - "authors": [ - { - "name": "David Grudl", - "homepage": "https://davidgrudl.com" - }, - { - "name": "Nette Community", - "homepage": "https://nette.org/contributors" - } - ], - "description": "? Nette NEON: encodes and decodes NEON file format.", - "homepage": "http://ne-on.org", - "keywords": [ - "export", - "import", - "neon", - "nette", - "yaml" - ], - "time": "2019-02-05T21:30:40+00:00" - }, - { - "name": "nette/php-generator", - "version": "v3.2.2", - "source": { - "type": "git", - "url": "https://github.com/nette/php-generator.git", - "reference": "acff8b136fad84b860a626d133e791f95781f9f5" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/nette/php-generator/zipball/acff8b136fad84b860a626d133e791f95781f9f5", - "reference": "acff8b136fad84b860a626d133e791f95781f9f5", - "shasum": "" - }, - "require": { - "nette/utils": "^2.4.2 || ~3.0.0", - "php": ">=7.1" - }, - "require-dev": { - "nette/tester": "^2.0", - "tracy/tracy": "^2.3" - }, - "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", - "GPL-3.0" - ], - "authors": [ - { - "name": "David Grudl", - "homepage": "https://davidgrudl.com" - }, - { - "name": "Nette Community", - "homepage": "https://nette.org/contributors" - } - ], - "description": "🐘 Nette PHP Generator: generates neat PHP code for you. Supports new PHP 7.3 features.", - "homepage": "https://nette.org", - "keywords": [ - "code", - "nette", - "php", - "scaffolding" - ], - "time": "2019-03-15T03:41:13+00:00" - }, - { - "name": "nette/robot-loader", - "version": "v3.2.0", - "source": { - "type": "git", - "url": "https://github.com/nette/robot-loader.git", - "reference": "0712a0e39ae7956d6a94c0ab6ad41aa842544b5c" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/nette/robot-loader/zipball/0712a0e39ae7956d6a94c0ab6ad41aa842544b5c", - "reference": "0712a0e39ae7956d6a94c0ab6ad41aa842544b5c", - "shasum": "" - }, - "require": { - "ext-tokenizer": "*", - "nette/finder": "^2.5", - "nette/utils": "^3.0", - "php": ">=7.1" - }, - "require-dev": { - "nette/tester": "^2.0", - "tracy/tracy": "^2.3" - }, - "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", - "GPL-3.0" - ], - "authors": [ - { - "name": "David Grudl", - "homepage": "https://davidgrudl.com" - }, - { - "name": "Nette Community", - "homepage": "https://nette.org/contributors" - } - ], - "description": "? Nette RobotLoader: high performance and comfortable autoloader that will search and autoload classes within your application.", - "homepage": "https://nette.org", - "keywords": [ - "autoload", - "class", - "interface", - "nette", - "trait" - ], - "time": "2019-03-08T21:57:24+00:00" - }, - { - "name": "nette/schema", - "version": "v1.0.0", - "source": { - "type": "git", - "url": "https://github.com/nette/schema.git", - "reference": "6241d8d4da39e825dd6cb5bfbe4242912f4d7e4d" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/nette/schema/zipball/6241d8d4da39e825dd6cb5bfbe4242912f4d7e4d", - "reference": "6241d8d4da39e825dd6cb5bfbe4242912f4d7e4d", - "shasum": "" - }, - "require": { - "nette/utils": "^3.0.1", - "php": ">=7.1" - }, - "require-dev": { - "nette/tester": "^2.2", - "tracy/tracy": "^2.3" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.0-dev" - } - }, - "autoload": { - "classmap": [ - "src/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause", - "GPL-2.0", - "GPL-3.0" - ], - "authors": [ - { - "name": "David Grudl", - "homepage": "https://davidgrudl.com" - }, - { - "name": "Nette Community", - "homepage": "https://nette.org/contributors" - } - ], - "description": "📐 Nette Schema: validating data structures against a given Schema.", - "homepage": "https://nette.org", - "keywords": [ - "config", - "nette" - ], - "time": "2019-04-03T15:53:25+00:00" - }, - { - "name": "nette/utils", - "version": "v3.0.1", - "source": { - "type": "git", - "url": "https://github.com/nette/utils.git", - "reference": "bd961f49b211997202bda1d0fbc410905be370d4" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/nette/utils/zipball/bd961f49b211997202bda1d0fbc410905be370d4", - "reference": "bd961f49b211997202bda1d0fbc410905be370d4", - "shasum": "" - }, - "require": { - "php": ">=7.1" - }, - "require-dev": { - "nette/tester": "~2.0", - "tracy/tracy": "^2.3" - }, - "suggest": { - "ext-gd": "to use Image", - "ext-iconv": "to use Strings::webalize() and toAscii()", - "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-xml": "to use Strings::length() etc. when mbstring is not available" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "3.0-dev" - } - }, - "autoload": { - "classmap": [ - "src/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause", - "GPL-2.0", - "GPL-3.0" - ], - "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" - ], - "time": "2019-03-22T01:00:30+00:00" - }, - { - "name": "nikic/php-parser", - "version": "v4.2.2", - "source": { - "type": "git", - "url": "https://github.com/nikic/PHP-Parser.git", - "reference": "1bd73cc04c3843ad8d6b0bfc0956026a151fc420" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/1bd73cc04c3843ad8d6b0bfc0956026a151fc420", - "reference": "1bd73cc04c3843ad8d6b0bfc0956026a151fc420", - "shasum": "" - }, - "require": { - "ext-tokenizer": "*", - "php": ">=7.0" - }, - "require-dev": { - "phpunit/phpunit": "^6.5 || ^7.0" - }, - "bin": [ - "bin/php-parse" - ], - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "4.2-dev" - } - }, - "autoload": { - "psr-4": { - "PhpParser\\": "lib/PhpParser" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], - "authors": [ - { - "name": "Nikita Popov" - } - ], - "description": "A PHP parser written in PHP", - "keywords": [ - "parser", - "php" - ], - "time": "2019-05-25T20:07:01+00:00" - }, - { - "name": "ocramius/package-versions", - "version": "1.4.0", - "source": { - "type": "git", - "url": "https://github.com/Ocramius/PackageVersions.git", - "reference": "a4d4b60d0e60da2487bd21a2c6ac089f85570dbb" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/Ocramius/PackageVersions/zipball/a4d4b60d0e60da2487bd21a2c6ac089f85570dbb", - "reference": "a4d4b60d0e60da2487bd21a2c6ac089f85570dbb", - "shasum": "" - }, - "require": { - "composer-plugin-api": "^1.0.0", - "php": "^7.1.0" - }, - "require-dev": { - "composer/composer": "^1.6.3", - "doctrine/coding-standard": "^5.0.1", - "ext-zip": "*", - "infection/infection": "^0.7.1", - "phpunit/phpunit": "^7.0.0" - }, - "type": "composer-plugin", - "extra": { - "class": "PackageVersions\\Installer", - "branch-alias": { - "dev-master": "2.0.x-dev" - } - }, - "autoload": { - "psr-4": { - "PackageVersions\\": "src/PackageVersions" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Marco Pivetta", - "email": "ocramius@gmail.com" - } - ], - "description": "Composer plugin that provides efficient querying for installed package versions (no runtime IO)", - "time": "2019-02-21T12:16:21+00:00" + "time": "2020-11-13T09:40:50+00:00" }, { "name": "pdepend/pdepend", - "version": "2.5.2", + "version": "2.10.2", "source": { "type": "git", "url": "https://github.com/pdepend/pdepend.git", - "reference": "9daf26d0368d4a12bed1cacae1a9f3a6f0adf239" + "reference": "c8c1d2af43fb8c2b5387d50e9c42a9c56de13686" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/pdepend/pdepend/zipball/9daf26d0368d4a12bed1cacae1a9f3a6f0adf239", - "reference": "9daf26d0368d4a12bed1cacae1a9f3a6f0adf239", + "url": "https://api.github.com/repos/pdepend/pdepend/zipball/c8c1d2af43fb8c2b5387d50e9c42a9c56de13686", + "reference": "c8c1d2af43fb8c2b5387d50e9c42a9c56de13686", "shasum": "" }, "require": { "php": ">=5.3.7", - "symfony/config": "^2.3.0|^3|^4", - "symfony/dependency-injection": "^2.3.0|^3|^4", - "symfony/filesystem": "^2.3.0|^3|^4" + "symfony/config": "^2.3.0|^3|^4|^5", + "symfony/dependency-injection": "^2.3.0|^3|^4|^5", + "symfony/filesystem": "^2.3.0|^3|^4|^5" }, "require-dev": { - "phpunit/phpunit": "^4.8|^5.7", + "easy-doc/easy-doc": "0.0.0|^1.2.3", + "gregwar/rst": "^1.0", + "phpunit/phpunit": "^4.8.36|^5.7.27", "squizlabs/php_codesniffer": "^2.0.0" }, "bin": [ "src/bin/pdepend" ], "type": "library", + "extra": { + "branch-alias": { + "dev-master": "2.x-dev" + } + }, "autoload": { "psr-4": { "PDepend\\": "src/main/php/PDepend" @@ -1887,32 +2026,43 @@ "BSD-3-Clause" ], "description": "Official version of pdepend to be handled with Composer", - "time": "2017-12-13T13:21:38+00:00" + "support": { + "issues": "https://github.com/pdepend/pdepend/issues", + "source": "https://github.com/pdepend/pdepend/tree/2.10.2" + }, + "funding": [ + { + "url": "https://tidelift.com/funding/github/packagist/pdepend/pdepend", + "type": "tidelift" + } + ], + "time": "2021-11-16T20:05:32+00:00" }, { "name": "phar-io/manifest", - "version": "1.0.3", + "version": "2.0.3", "source": { "type": "git", "url": "https://github.com/phar-io/manifest.git", - "reference": "7761fcacf03b4d4f16e7ccb606d4879ca431fcf4" + "reference": "97803eca37d319dfa7826cc2437fc020857acb53" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phar-io/manifest/zipball/7761fcacf03b4d4f16e7ccb606d4879ca431fcf4", - "reference": "7761fcacf03b4d4f16e7ccb606d4879ca431fcf4", + "url": "https://api.github.com/repos/phar-io/manifest/zipball/97803eca37d319dfa7826cc2437fc020857acb53", + "reference": "97803eca37d319dfa7826cc2437fc020857acb53", "shasum": "" }, "require": { "ext-dom": "*", "ext-phar": "*", - "phar-io/version": "^2.0", - "php": "^5.6 || ^7.0" + "ext-xmlwriter": "*", + "phar-io/version": "^3.0.1", + "php": "^7.2 || ^8.0" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.0.x-dev" + "dev-master": "2.0.x-dev" } }, "autoload": { @@ -1942,24 +2092,28 @@ } ], "description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)", - "time": "2018-07-08T19:23:20+00:00" + "support": { + "issues": "https://github.com/phar-io/manifest/issues", + "source": "https://github.com/phar-io/manifest/tree/2.0.3" + }, + "time": "2021-07-20T11:28:43+00:00" }, { "name": "phar-io/version", - "version": "2.0.1", + "version": "3.1.0", "source": { "type": "git", "url": "https://github.com/phar-io/version.git", - "reference": "45a2ec53a73c70ce41d55cedef9063630abaf1b6" + "reference": "bae7c545bef187884426f042434e561ab1ddb182" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phar-io/version/zipball/45a2ec53a73c70ce41d55cedef9063630abaf1b6", - "reference": "45a2ec53a73c70ce41d55cedef9063630abaf1b6", + "url": "https://api.github.com/repos/phar-io/version/zipball/bae7c545bef187884426f042434e561ab1ddb182", + "reference": "bae7c545bef187884426f042434e561ab1ddb182", "shasum": "" }, "require": { - "php": "^5.6 || ^7.0" + "php": "^7.2 || ^8.0" }, "type": "library", "autoload": { @@ -1989,39 +2143,38 @@ } ], "description": "Library for handling version information and constraints", - "time": "2018-07-08T19:19:57+00:00" + "support": { + "issues": "https://github.com/phar-io/version/issues", + "source": "https://github.com/phar-io/version/tree/3.1.0" + }, + "time": "2021-02-23T14:00:09+00:00" }, { "name": "phpdocumentor/reflection-common", - "version": "1.0.1", + "version": "2.2.0", "source": { "type": "git", "url": "https://github.com/phpDocumentor/ReflectionCommon.git", - "reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6" + "reference": "1d01c49d4ed62f25aa84a747ad35d5a16924662b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6", - "reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6", + "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/1d01c49d4ed62f25aa84a747ad35d5a16924662b", + "reference": "1d01c49d4ed62f25aa84a747ad35d5a16924662b", "shasum": "" }, "require": { - "php": ">=5.5" - }, - "require-dev": { - "phpunit/phpunit": "^4.6" + "php": "^7.2 || ^8.0" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.0.x-dev" + "dev-2.x": "2.x-dev" } }, "autoload": { "psr-4": { - "phpDocumentor\\Reflection\\": [ - "src" - ] + "phpDocumentor\\Reflection\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", @@ -2043,44 +2196,46 @@ "reflection", "static analysis" ], - "time": "2017-09-11T18:02:19+00:00" + "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": "4.3.1", + "version": "5.3.0", "source": { "type": "git", "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git", - "reference": "bdd9f737ebc2a01c06ea7ff4308ec6697db9b53c" + "reference": "622548b623e81ca6d78b721c5e029f4ce664f170" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/bdd9f737ebc2a01c06ea7ff4308ec6697db9b53c", - "reference": "bdd9f737ebc2a01c06ea7ff4308ec6697db9b53c", + "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/622548b623e81ca6d78b721c5e029f4ce664f170", + "reference": "622548b623e81ca6d78b721c5e029f4ce664f170", "shasum": "" }, "require": { - "php": "^7.0", - "phpdocumentor/reflection-common": "^1.0.0", - "phpdocumentor/type-resolver": "^0.4.0", - "webmozart/assert": "^1.0" + "ext-filter": "*", + "php": "^7.2 || ^8.0", + "phpdocumentor/reflection-common": "^2.2", + "phpdocumentor/type-resolver": "^1.3", + "webmozart/assert": "^1.9.1" }, "require-dev": { - "doctrine/instantiator": "~1.0.5", - "mockery/mockery": "^1.0", - "phpunit/phpunit": "^6.4" + "mockery/mockery": "~1.3.2", + "psalm/phar": "^4.8" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "4.x-dev" + "dev-master": "5.x-dev" } }, "autoload": { "psr-4": { - "phpDocumentor\\Reflection\\": [ - "src/" - ] + "phpDocumentor\\Reflection\\": "src" } }, "notification-url": "https://packagist.org/downloads/", @@ -2091,44 +2246,50 @@ { "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.", - "time": "2019-04-30T17:48:53+00:00" + "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": "0.4.0", + "version": "1.5.1", "source": { "type": "git", "url": "https://github.com/phpDocumentor/TypeResolver.git", - "reference": "9c977708995954784726e25d0cd1dddf4e65b0f7" + "reference": "a12f7e301eb7258bb68acd89d4aefa05c2906cae" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/9c977708995954784726e25d0cd1dddf4e65b0f7", - "reference": "9c977708995954784726e25d0cd1dddf4e65b0f7", + "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/a12f7e301eb7258bb68acd89d4aefa05c2906cae", + "reference": "a12f7e301eb7258bb68acd89d4aefa05c2906cae", "shasum": "" }, "require": { - "php": "^5.5 || ^7.0", - "phpdocumentor/reflection-common": "^1.0" + "php": "^7.2 || ^8.0", + "phpdocumentor/reflection-common": "^2.0" }, "require-dev": { - "mockery/mockery": "^0.9.4", - "phpunit/phpunit": "^5.2||^4.8.24" + "ext-tokenizer": "*", + "psalm/phar": "^4.8" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.0.x-dev" + "dev-1.x": "1.x-dev" } }, "autoload": { "psr-4": { - "phpDocumentor\\Reflection\\": [ - "src/" - ] + "phpDocumentor\\Reflection\\": "src" } }, "notification-url": "https://packagist.org/downloads/", @@ -2141,35 +2302,46 @@ "email": "me@mikevanriel.com" } ], - "time": "2017-07-14T14:27:02+00:00" + "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.5.1" + }, + "time": "2021-10-02T14:08:47+00:00" }, { "name": "phpmd/phpmd", - "version": "2.6.0", + "version": "2.11.0", "source": { "type": "git", "url": "https://github.com/phpmd/phpmd.git", - "reference": "4e9924b2c157a3eb64395460fcf56b31badc8374" + "reference": "3637949092e6471aeaeca66bc6c016f45e459e24" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpmd/phpmd/zipball/4e9924b2c157a3eb64395460fcf56b31badc8374", - "reference": "4e9924b2c157a3eb64395460fcf56b31badc8374", + "url": "https://api.github.com/repos/phpmd/phpmd/zipball/3637949092e6471aeaeca66bc6c016f45e459e24", + "reference": "3637949092e6471aeaeca66bc6c016f45e459e24", "shasum": "" }, "require": { + "composer/xdebug-handler": "^1.0 || ^2.0", "ext-xml": "*", - "pdepend/pdepend": "^2.5", + "pdepend/pdepend": "^2.10.2", "php": ">=5.3.9" }, "require-dev": { - "phpunit/phpunit": "^4.0", + "easy-doc/easy-doc": "0.0.0 || ^1.3.2", + "ext-json": "*", + "ext-simplexml": "*", + "gregwar/rst": "^1.0", + "mikey179/vfsstream": "^1.6.8", + "phpunit/phpunit": "^4.8.36 || ^5.7.27", "squizlabs/php_codesniffer": "^2.0" }, "bin": [ "src/bin/phpmd" ], - "type": "project", + "type": "library", "autoload": { "psr-0": { "PHPMD\\": "src/main/php" @@ -2186,20 +2358,20 @@ "homepage": "https://github.com/manuelpichler", "role": "Project Founder" }, - { - "name": "Other contributors", - "homepage": "https://github.com/phpmd/phpmd/graphs/contributors", - "role": "Contributors" - }, { "name": "Marc Würth", "email": "ravage@bluewin.ch", "homepage": "https://github.com/ravage84", "role": "Project Maintainer" + }, + { + "name": "Other contributors", + "homepage": "https://github.com/phpmd/phpmd/graphs/contributors", + "role": "Contributors" } ], "description": "PHPMD is a spin-off project of PHP Depend and aims to be a PHP equivalent of the well known Java tool PMD.", - "homepage": "http://phpmd.org/", + "homepage": "https://phpmd.org/", "keywords": [ "mess detection", "mess detector", @@ -2207,37 +2379,48 @@ "phpmd", "pmd" ], - "time": "2017-01-20T14:41:10+00:00" + "support": { + "irc": "irc://irc.freenode.org/phpmd", + "issues": "https://github.com/phpmd/phpmd/issues", + "source": "https://github.com/phpmd/phpmd/tree/2.11.0" + }, + "funding": [ + { + "url": "https://tidelift.com/funding/github/packagist/phpmd/phpmd", + "type": "tidelift" + } + ], + "time": "2021-11-29T14:05:52+00:00" }, { "name": "phpspec/prophecy", - "version": "1.8.1", + "version": "1.14.0", "source": { "type": "git", "url": "https://github.com/phpspec/prophecy.git", - "reference": "1927e75f4ed19131ec9bcc3b002e07fb1173ee76" + "reference": "d86dfc2e2a3cd366cee475e52c6bb3bbc371aa0e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpspec/prophecy/zipball/1927e75f4ed19131ec9bcc3b002e07fb1173ee76", - "reference": "1927e75f4ed19131ec9bcc3b002e07fb1173ee76", + "url": "https://api.github.com/repos/phpspec/prophecy/zipball/d86dfc2e2a3cd366cee475e52c6bb3bbc371aa0e", + "reference": "d86dfc2e2a3cd366cee475e52c6bb3bbc371aa0e", "shasum": "" }, "require": { - "doctrine/instantiator": "^1.0.2", - "php": "^5.3|^7.0", - "phpdocumentor/reflection-docblock": "^2.0|^3.0.2|^4.0", - "sebastian/comparator": "^1.1|^2.0|^3.0", - "sebastian/recursion-context": "^1.0|^2.0|^3.0" + "doctrine/instantiator": "^1.2", + "php": "^7.2 || ~8.0, <8.2", + "phpdocumentor/reflection-docblock": "^5.2", + "sebastian/comparator": "^3.0 || ^4.0", + "sebastian/recursion-context": "^3.0 || ^4.0" }, "require-dev": { - "phpspec/phpspec": "^2.5|^3.2", - "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5 || ^7.1" + "phpspec/phpspec": "^6.0 || ^7.0", + "phpunit/phpunit": "^8.0 || ^9.0" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.8.x-dev" + "dev-master": "1.x-dev" } }, "autoload": { @@ -2270,165 +2453,112 @@ "spy", "stub" ], - "time": "2019-06-13T12:50:23+00:00" - }, - { - "name": "phpstan/phpdoc-parser", - "version": "0.3.5", - "source": { - "type": "git", - "url": "https://github.com/phpstan/phpdoc-parser.git", - "reference": "8c4ef2aefd9788238897b678a985e1d5c8df6db4" + "support": { + "issues": "https://github.com/phpspec/prophecy/issues", + "source": "https://github.com/phpspec/prophecy/tree/1.14.0" }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpdoc-parser/zipball/8c4ef2aefd9788238897b678a985e1d5c8df6db4", - "reference": "8c4ef2aefd9788238897b678a985e1d5c8df6db4", - "shasum": "" - }, - "require": { - "php": "~7.1" - }, - "require-dev": { - "consistence/coding-standard": "^3.5", - "jakub-onderka/php-parallel-lint": "^0.9.2", - "phing/phing": "^2.16.0", - "phpstan/phpstan": "^0.10", - "phpunit/phpunit": "^6.3", - "slevomat/coding-standard": "^4.7.2", - "squizlabs/php_codesniffer": "^3.3.2", - "symfony/process": "^3.4 || ^4.0" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "0.3-dev" - } - }, - "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", - "time": "2019-06-07T19:13:52+00:00" + "time": "2021-09-10T09:02:12+00:00" }, { "name": "phpstan/phpstan", - "version": "0.11.8", + "version": "0.12.99", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan.git", - "reference": "fcf0081bf3a254ddacffa03e78be87842d0c09c9" + "reference": "b4d40f1d759942f523be267a1bab6884f46ca3f7" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan/zipball/fcf0081bf3a254ddacffa03e78be87842d0c09c9", - "reference": "fcf0081bf3a254ddacffa03e78be87842d0c09c9", + "url": "https://api.github.com/repos/phpstan/phpstan/zipball/b4d40f1d759942f523be267a1bab6884f46ca3f7", + "reference": "b4d40f1d759942f523be267a1bab6884f46ca3f7", "shasum": "" }, "require": { - "composer/xdebug-handler": "^1.3.0", - "jean85/pretty-package-versions": "^1.0.3", - "nette/bootstrap": "^2.4 || ^3.0", - "nette/di": "^2.4.7 || ^3.0", - "nette/robot-loader": "^3.0.1", - "nette/schema": "^1.0", - "nette/utils": "^2.4.5 || ^3.0", - "nikic/php-parser": "^4.0.2", - "php": "~7.1", - "phpstan/phpdoc-parser": "^0.3.4", - "symfony/console": "~3.2 || ~4.0", - "symfony/finder": "~3.2 || ~4.0" + "php": "^7.1|^8.0" }, "conflict": { - "symfony/console": "3.4.16 || 4.1.5" - }, - "require-dev": { - "brianium/paratest": "^2.0", - "consistence/coding-standard": "^3.5", - "dealerdirect/phpcodesniffer-composer-installer": "^0.4.4", - "ext-intl": "*", - "ext-mysqli": "*", - "ext-soap": "*", - "ext-zip": "*", - "jakub-onderka/php-parallel-lint": "^1.0", - "localheinz/composer-normalize": "^1.1.0", - "phing/phing": "^2.16.0", - "phpstan/phpstan-deprecation-rules": "^0.11", - "phpstan/phpstan-php-parser": "^0.11", - "phpstan/phpstan-phpunit": "^0.11", - "phpstan/phpstan-strict-rules": "^0.11", - "phpunit/phpunit": "^7.0", - "slevomat/coding-standard": "^4.7.2", - "squizlabs/php_codesniffer": "^3.3.2" + "phpstan/phpstan-shim": "*" }, "bin": [ - "bin/phpstan" + "phpstan", + "phpstan.phar" ], "type": "library", "extra": { "branch-alias": { - "dev-master": "0.11-dev" + "dev-master": "0.12-dev" } }, "autoload": { - "psr-4": { - "PHPStan\\": [ - "src/", - "build/PHPStan" - ] - } + "files": [ + "bootstrap.php" + ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "description": "PHPStan - PHP Static Analysis Tool", - "time": "2019-05-28T19:58:33+00:00" + "support": { + "issues": "https://github.com/phpstan/phpstan/issues", + "source": "https://github.com/phpstan/phpstan/tree/0.12.99" + }, + "funding": [ + { + "url": "https://github.com/ondrejmirtes", + "type": "github" + }, + { + "url": "https://github.com/phpstan", + "type": "github" + }, + { + "url": "https://www.patreon.com/phpstan", + "type": "patreon" + }, + { + "url": "https://tidelift.com/funding/github/packagist/phpstan/phpstan", + "type": "tidelift" + } + ], + "time": "2021-09-12T20:09:55+00:00" }, { "name": "phpunit/php-code-coverage", - "version": "6.1.4", + "version": "7.0.15", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/php-code-coverage.git", - "reference": "807e6013b00af69b6c5d9ceb4282d0393dbb9d8d" + "reference": "819f92bba8b001d4363065928088de22f25a3a48" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/807e6013b00af69b6c5d9ceb4282d0393dbb9d8d", - "reference": "807e6013b00af69b6c5d9ceb4282d0393dbb9d8d", + "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/819f92bba8b001d4363065928088de22f25a3a48", + "reference": "819f92bba8b001d4363065928088de22f25a3a48", "shasum": "" }, "require": { "ext-dom": "*", "ext-xmlwriter": "*", - "php": "^7.1", - "phpunit/php-file-iterator": "^2.0", + "php": ">=7.2", + "phpunit/php-file-iterator": "^2.0.2", "phpunit/php-text-template": "^1.2.1", - "phpunit/php-token-stream": "^3.0", + "phpunit/php-token-stream": "^3.1.3 || ^4.0", "sebastian/code-unit-reverse-lookup": "^1.0.1", - "sebastian/environment": "^3.1 || ^4.0", + "sebastian/environment": "^4.2.2", "sebastian/version": "^2.0.1", - "theseer/tokenizer": "^1.1" + "theseer/tokenizer": "^1.1.3" }, "require-dev": { - "phpunit/phpunit": "^7.0" + "phpunit/phpunit": "^8.2.2" }, "suggest": { - "ext-xdebug": "^2.6.0" + "ext-xdebug": "^2.7.2" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "6.1-dev" + "dev-master": "7.0-dev" } }, "autoload": { @@ -2454,27 +2584,37 @@ "testing", "xunit" ], - "time": "2018-10-31T16:06:48+00:00" + "support": { + "issues": "https://github.com/sebastianbergmann/php-code-coverage/issues", + "source": "https://github.com/sebastianbergmann/php-code-coverage/tree/7.0.15" + }, + "funding": [ + { + "url": "https://github.com/sebastianbergmann", + "type": "github" + } + ], + "time": "2021-07-26T12:20:09+00:00" }, { "name": "phpunit/php-file-iterator", - "version": "2.0.2", + "version": "2.0.4", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/php-file-iterator.git", - "reference": "050bedf145a257b1ff02746c31894800e5122946" + "reference": "28af674ff175d0768a5a978e6de83f697d4a7f05" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/050bedf145a257b1ff02746c31894800e5122946", - "reference": "050bedf145a257b1ff02746c31894800e5122946", + "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/28af674ff175d0768a5a978e6de83f697d4a7f05", + "reference": "28af674ff175d0768a5a978e6de83f697d4a7f05", "shasum": "" }, "require": { - "php": "^7.1" + "php": ">=7.1" }, "require-dev": { - "phpunit/phpunit": "^7.1" + "phpunit/phpunit": "^8.5" }, "type": "library", "extra": { @@ -2504,7 +2644,17 @@ "filesystem", "iterator" ], - "time": "2018-09-13T20:33:42+00:00" + "support": { + "issues": "https://github.com/sebastianbergmann/php-file-iterator/issues", + "source": "https://github.com/sebastianbergmann/php-file-iterator/tree/2.0.4" + }, + "funding": [ + { + "url": "https://github.com/sebastianbergmann", + "type": "github" + } + ], + "time": "2021-07-19T06:46:01+00:00" }, { "name": "phpunit/php-text-template", @@ -2545,27 +2695,31 @@ "keywords": [ "template" ], + "support": { + "issues": "https://github.com/sebastianbergmann/php-text-template/issues", + "source": "https://github.com/sebastianbergmann/php-text-template/tree/1.2.1" + }, "time": "2015-06-21T13:50:34+00:00" }, { "name": "phpunit/php-timer", - "version": "2.1.2", + "version": "2.1.3", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/php-timer.git", - "reference": "1038454804406b0b5f5f520358e78c1c2f71501e" + "reference": "2454ae1765516d20c4ffe103d85a58a9a3bd5662" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/1038454804406b0b5f5f520358e78c1c2f71501e", - "reference": "1038454804406b0b5f5f520358e78c1c2f71501e", + "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/2454ae1765516d20c4ffe103d85a58a9a3bd5662", + "reference": "2454ae1765516d20c4ffe103d85a58a9a3bd5662", "shasum": "" }, "require": { - "php": "^7.1" + "php": ">=7.1" }, "require-dev": { - "phpunit/phpunit": "^7.0" + "phpunit/phpunit": "^8.5" }, "type": "library", "extra": { @@ -2594,25 +2748,35 @@ "keywords": [ "timer" ], - "time": "2019-06-07T04:22:29+00:00" + "support": { + "issues": "https://github.com/sebastianbergmann/php-timer/issues", + "source": "https://github.com/sebastianbergmann/php-timer/tree/2.1.3" + }, + "funding": [ + { + "url": "https://github.com/sebastianbergmann", + "type": "github" + } + ], + "time": "2020-11-30T08:20:02+00:00" }, { "name": "phpunit/php-token-stream", - "version": "3.0.1", + "version": "3.1.3", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/php-token-stream.git", - "reference": "c99e3be9d3e85f60646f152f9002d46ed7770d18" + "reference": "9c1da83261628cb24b6a6df371b6e312b3954768" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/c99e3be9d3e85f60646f152f9002d46ed7770d18", - "reference": "c99e3be9d3e85f60646f152f9002d46ed7770d18", + "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/9c1da83261628cb24b6a6df371b6e312b3954768", + "reference": "9c1da83261628cb24b6a6df371b6e312b3954768", "shasum": "" }, "require": { "ext-tokenizer": "*", - "php": "^7.1" + "php": ">=7.1" }, "require-dev": { "phpunit/phpunit": "^7.0" @@ -2620,7 +2784,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "3.0-dev" + "dev-master": "3.1-dev" } }, "autoload": { @@ -2643,58 +2807,67 @@ "keywords": [ "tokenizer" ], + "support": { + "issues": "https://github.com/sebastianbergmann/php-token-stream/issues", + "source": "https://github.com/sebastianbergmann/php-token-stream/tree/3.1.3" + }, + "funding": [ + { + "url": "https://github.com/sebastianbergmann", + "type": "github" + } + ], "abandoned": true, - "time": "2018-10-30T05:52:18+00:00" + "time": "2021-07-26T12:15:06+00:00" }, { "name": "phpunit/phpunit", - "version": "7.5.13", + "version": "8.5.21", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/phpunit.git", - "reference": "b9278591caa8630127f96c63b598712b699e671c" + "reference": "50a58a60b85947b0bee4c8ecfe0f4bbdcf20e984" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/b9278591caa8630127f96c63b598712b699e671c", - "reference": "b9278591caa8630127f96c63b598712b699e671c", + "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/50a58a60b85947b0bee4c8ecfe0f4bbdcf20e984", + "reference": "50a58a60b85947b0bee4c8ecfe0f4bbdcf20e984", "shasum": "" }, "require": { - "doctrine/instantiator": "^1.1", + "doctrine/instantiator": "^1.3.1", "ext-dom": "*", "ext-json": "*", "ext-libxml": "*", "ext-mbstring": "*", "ext-xml": "*", - "myclabs/deep-copy": "^1.7", - "phar-io/manifest": "^1.0.2", - "phar-io/version": "^2.0", - "php": "^7.1", - "phpspec/prophecy": "^1.7", - "phpunit/php-code-coverage": "^6.0.7", - "phpunit/php-file-iterator": "^2.0.1", + "ext-xmlwriter": "*", + "myclabs/deep-copy": "^1.10.0", + "phar-io/manifest": "^2.0.3", + "phar-io/version": "^3.0.2", + "php": ">=7.2", + "phpspec/prophecy": "^1.10.3", + "phpunit/php-code-coverage": "^7.0.12", + "phpunit/php-file-iterator": "^2.0.4", "phpunit/php-text-template": "^1.2.1", - "phpunit/php-timer": "^2.1", - "sebastian/comparator": "^3.0", - "sebastian/diff": "^3.0", - "sebastian/environment": "^4.0", - "sebastian/exporter": "^3.1", - "sebastian/global-state": "^2.0", + "phpunit/php-timer": "^2.1.2", + "sebastian/comparator": "^3.0.2", + "sebastian/diff": "^3.0.2", + "sebastian/environment": "^4.2.3", + "sebastian/exporter": "^3.1.2", + "sebastian/global-state": "^3.0.0", "sebastian/object-enumerator": "^3.0.3", - "sebastian/resource-operations": "^2.0", + "sebastian/resource-operations": "^2.0.1", + "sebastian/type": "^1.1.3", "sebastian/version": "^2.0.1" }, - "conflict": { - "phpunit/phpunit-mock-objects": "*" - }, "require-dev": { "ext-pdo": "*" }, "suggest": { "ext-soap": "*", "ext-xdebug": "*", - "phpunit/php-invoker": "^2.0" + "phpunit/php-invoker": "^2.0.0" }, "bin": [ "phpunit" @@ -2702,7 +2875,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "7.5-dev" + "dev-master": "8.5-dev" } }, "autoload": { @@ -2728,31 +2901,40 @@ "testing", "xunit" ], - "time": "2019-06-19T12:01:51+00:00" + "support": { + "issues": "https://github.com/sebastianbergmann/phpunit/issues", + "source": "https://github.com/sebastianbergmann/phpunit/tree/8.5.21" + }, + "funding": [ + { + "url": "https://phpunit.de/donate.html", + "type": "custom" + }, + { + "url": "https://github.com/sebastianbergmann", + "type": "github" + } + ], + "time": "2021-09-25T07:37:20+00:00" }, { "name": "psr/container", - "version": "1.0.0", + "version": "1.1.1", "source": { "type": "git", "url": "https://github.com/php-fig/container.git", - "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f" + "reference": "8622567409010282b7aeebe4bb841fe98b58dcaf" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f", - "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f", + "url": "https://api.github.com/repos/php-fig/container/zipball/8622567409010282b7aeebe4bb841fe98b58dcaf", + "reference": "8622567409010282b7aeebe4bb841fe98b58dcaf", "shasum": "" }, "require": { - "php": ">=5.3.0" + "php": ">=7.2.0" }, "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.0.x-dev" - } - }, "autoload": { "psr-4": { "Psr\\Container\\": "src/" @@ -2765,7 +2947,7 @@ "authors": [ { "name": "PHP-FIG", - "homepage": "http://www.php-fig.org/" + "homepage": "https://www.php-fig.org/" } ], "description": "Common Container Interface (PHP FIG PSR-11)", @@ -2777,20 +2959,24 @@ "container-interop", "psr" ], - "time": "2017-02-14T16:28:37+00:00" + "support": { + "issues": "https://github.com/php-fig/container/issues", + "source": "https://github.com/php-fig/container/tree/1.1.1" + }, + "time": "2021-03-05T17:36:06+00:00" }, { "name": "psr/log", - "version": "1.1.0", + "version": "1.1.4", "source": { "type": "git", "url": "https://github.com/php-fig/log.git", - "reference": "6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd" + "reference": "d49695b909c3b7628b6289db5479a1c204601f11" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/php-fig/log/zipball/6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd", - "reference": "6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd", + "url": "https://api.github.com/repos/php-fig/log/zipball/d49695b909c3b7628b6289db5479a1c204601f11", + "reference": "d49695b909c3b7628b6289db5479a1c204601f11", "shasum": "" }, "require": { @@ -2799,7 +2985,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "1.0.x-dev" + "dev-master": "1.1.x-dev" } }, "autoload": { @@ -2814,7 +3000,7 @@ "authors": [ { "name": "PHP-FIG", - "homepage": "http://www.php-fig.org/" + "homepage": "https://www.php-fig.org/" } ], "description": "Common interface for logging libraries", @@ -2824,27 +3010,30 @@ "psr", "psr-3" ], - "time": "2018-11-20T15:27:04+00:00" + "support": { + "source": "https://github.com/php-fig/log/tree/1.1.4" + }, + "time": "2021-05-03T11:20:27+00:00" }, { "name": "sebastian/code-unit-reverse-lookup", - "version": "1.0.1", + "version": "1.0.2", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git", - "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18" + "reference": "1de8cd5c010cb153fcd68b8d0f64606f523f7619" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/4419fcdb5eabb9caa61a27c7a1db532a6b55dd18", - "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18", + "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/1de8cd5c010cb153fcd68b8d0f64606f523f7619", + "reference": "1de8cd5c010cb153fcd68b8d0f64606f523f7619", "shasum": "" }, "require": { - "php": "^5.6 || ^7.0" + "php": ">=5.6" }, "require-dev": { - "phpunit/phpunit": "^5.7 || ^6.0" + "phpunit/phpunit": "^8.5" }, "type": "library", "extra": { @@ -2869,29 +3058,39 @@ ], "description": "Looks up which function or method a line of code belongs to", "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/", - "time": "2017-03-04T06:30:41+00:00" + "support": { + "issues": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/issues", + "source": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/tree/1.0.2" + }, + "funding": [ + { + "url": "https://github.com/sebastianbergmann", + "type": "github" + } + ], + "time": "2020-11-30T08:15:22+00:00" }, { "name": "sebastian/comparator", - "version": "3.0.2", + "version": "3.0.3", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/comparator.git", - "reference": "5de4fc177adf9bce8df98d8d141a7559d7ccf6da" + "reference": "1071dfcef776a57013124ff35e1fc41ccd294758" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/5de4fc177adf9bce8df98d8d141a7559d7ccf6da", - "reference": "5de4fc177adf9bce8df98d8d141a7559d7ccf6da", + "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/1071dfcef776a57013124ff35e1fc41ccd294758", + "reference": "1071dfcef776a57013124ff35e1fc41ccd294758", "shasum": "" }, "require": { - "php": "^7.1", + "php": ">=7.1", "sebastian/diff": "^3.0", "sebastian/exporter": "^3.1" }, "require-dev": { - "phpunit/phpunit": "^7.1" + "phpunit/phpunit": "^8.5" }, "type": "library", "extra": { @@ -2909,6 +3108,10 @@ "BSD-3-Clause" ], "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de" + }, { "name": "Jeff Welch", "email": "whatthejeff@gmail.com" @@ -2920,10 +3123,6 @@ { "name": "Bernhard Schussek", "email": "bschussek@2bepublished.at" - }, - { - "name": "Sebastian Bergmann", - "email": "sebastian@phpunit.de" } ], "description": "Provides the functionality to compare PHP values for equality", @@ -2933,24 +3132,34 @@ "compare", "equality" ], - "time": "2018-07-12T15:12:46+00:00" + "support": { + "issues": "https://github.com/sebastianbergmann/comparator/issues", + "source": "https://github.com/sebastianbergmann/comparator/tree/3.0.3" + }, + "funding": [ + { + "url": "https://github.com/sebastianbergmann", + "type": "github" + } + ], + "time": "2020-11-30T08:04:30+00:00" }, { "name": "sebastian/diff", - "version": "3.0.2", + "version": "3.0.3", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/diff.git", - "reference": "720fcc7e9b5cf384ea68d9d930d480907a0c1a29" + "reference": "14f72dd46eaf2f2293cbe79c93cc0bc43161a211" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/720fcc7e9b5cf384ea68d9d930d480907a0c1a29", - "reference": "720fcc7e9b5cf384ea68d9d930d480907a0c1a29", + "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/14f72dd46eaf2f2293cbe79c93cc0bc43161a211", + "reference": "14f72dd46eaf2f2293cbe79c93cc0bc43161a211", "shasum": "" }, "require": { - "php": "^7.1" + "php": ">=7.1" }, "require-dev": { "phpunit/phpunit": "^7.5 || ^8.0", @@ -2972,13 +3181,13 @@ "BSD-3-Clause" ], "authors": [ - { - "name": "Kore Nordmann", - "email": "mail@kore-nordmann.de" - }, { "name": "Sebastian Bergmann", "email": "sebastian@phpunit.de" + }, + { + "name": "Kore Nordmann", + "email": "mail@kore-nordmann.de" } ], "description": "Diff implementation", @@ -2989,24 +3198,34 @@ "unidiff", "unified diff" ], - "time": "2019-02-04T06:01:07+00:00" + "support": { + "issues": "https://github.com/sebastianbergmann/diff/issues", + "source": "https://github.com/sebastianbergmann/diff/tree/3.0.3" + }, + "funding": [ + { + "url": "https://github.com/sebastianbergmann", + "type": "github" + } + ], + "time": "2020-11-30T07:59:04+00:00" }, { "name": "sebastian/environment", - "version": "4.2.2", + "version": "4.2.4", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/environment.git", - "reference": "f2a2c8e1c97c11ace607a7a667d73d47c19fe404" + "reference": "d47bbbad83711771f167c72d4e3f25f7fcc1f8b0" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/f2a2c8e1c97c11ace607a7a667d73d47c19fe404", - "reference": "f2a2c8e1c97c11ace607a7a667d73d47c19fe404", + "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/d47bbbad83711771f167c72d4e3f25f7fcc1f8b0", + "reference": "d47bbbad83711771f167c72d4e3f25f7fcc1f8b0", "shasum": "" }, "require": { - "php": "^7.1" + "php": ">=7.1" }, "require-dev": { "phpunit/phpunit": "^7.5" @@ -3042,29 +3261,39 @@ "environment", "hhvm" ], - "time": "2019-05-05T09:05:15+00:00" + "support": { + "issues": "https://github.com/sebastianbergmann/environment/issues", + "source": "https://github.com/sebastianbergmann/environment/tree/4.2.4" + }, + "funding": [ + { + "url": "https://github.com/sebastianbergmann", + "type": "github" + } + ], + "time": "2020-11-30T07:53:42+00:00" }, { "name": "sebastian/exporter", - "version": "3.1.0", + "version": "3.1.4", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/exporter.git", - "reference": "234199f4528de6d12aaa58b612e98f7d36adb937" + "reference": "0c32ea2e40dbf59de29f3b49bf375176ce7dd8db" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/234199f4528de6d12aaa58b612e98f7d36adb937", - "reference": "234199f4528de6d12aaa58b612e98f7d36adb937", + "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/0c32ea2e40dbf59de29f3b49bf375176ce7dd8db", + "reference": "0c32ea2e40dbf59de29f3b49bf375176ce7dd8db", "shasum": "" }, "require": { - "php": "^7.0", + "php": ">=7.0", "sebastian/recursion-context": "^3.0" }, "require-dev": { "ext-mbstring": "*", - "phpunit/phpunit": "^6.0" + "phpunit/phpunit": "^8.5" }, "type": "library", "extra": { @@ -3082,6 +3311,10 @@ "BSD-3-Clause" ], "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de" + }, { "name": "Jeff Welch", "email": "whatthejeff@gmail.com" @@ -3090,17 +3323,13 @@ "name": "Volker Dusch", "email": "github@wallbash.com" }, - { - "name": "Bernhard Schussek", - "email": "bschussek@2bepublished.at" - }, - { - "name": "Sebastian Bergmann", - "email": "sebastian@phpunit.de" - }, { "name": "Adam Harvey", "email": "aharvey@php.net" + }, + { + "name": "Bernhard Schussek", + "email": "bschussek@gmail.com" } ], "description": "Provides the functionality to export PHP variables for visualization", @@ -3109,27 +3338,40 @@ "export", "exporter" ], - "time": "2017-04-03T13:19:02+00:00" + "support": { + "issues": "https://github.com/sebastianbergmann/exporter/issues", + "source": "https://github.com/sebastianbergmann/exporter/tree/3.1.4" + }, + "funding": [ + { + "url": "https://github.com/sebastianbergmann", + "type": "github" + } + ], + "time": "2021-11-11T13:51:24+00:00" }, { "name": "sebastian/global-state", - "version": "2.0.0", + "version": "3.0.1", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/global-state.git", - "reference": "e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4" + "reference": "474fb9edb7ab891665d3bfc6317f42a0a150454b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4", - "reference": "e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4", + "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/474fb9edb7ab891665d3bfc6317f42a0a150454b", + "reference": "474fb9edb7ab891665d3bfc6317f42a0a150454b", "shasum": "" }, "require": { - "php": "^7.0" + "php": ">=7.2", + "sebastian/object-reflector": "^1.1.1", + "sebastian/recursion-context": "^3.0" }, "require-dev": { - "phpunit/phpunit": "^6.0" + "ext-dom": "*", + "phpunit/phpunit": "^8.0" }, "suggest": { "ext-uopz": "*" @@ -3137,7 +3379,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "2.0-dev" + "dev-master": "3.0-dev" } }, "autoload": { @@ -3160,24 +3402,34 @@ "keywords": [ "global state" ], - "time": "2017-04-27T15:39:26+00:00" + "support": { + "issues": "https://github.com/sebastianbergmann/global-state/issues", + "source": "https://github.com/sebastianbergmann/global-state/tree/3.0.1" + }, + "funding": [ + { + "url": "https://github.com/sebastianbergmann", + "type": "github" + } + ], + "time": "2020-11-30T07:43:24+00:00" }, { "name": "sebastian/object-enumerator", - "version": "3.0.3", + "version": "3.0.4", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/object-enumerator.git", - "reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5" + "reference": "e67f6d32ebd0c749cf9d1dbd9f226c727043cdf2" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/7cfd9e65d11ffb5af41198476395774d4c8a84c5", - "reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5", + "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/e67f6d32ebd0c749cf9d1dbd9f226c727043cdf2", + "reference": "e67f6d32ebd0c749cf9d1dbd9f226c727043cdf2", "shasum": "" }, "require": { - "php": "^7.0", + "php": ">=7.0", "sebastian/object-reflector": "^1.1.1", "sebastian/recursion-context": "^3.0" }, @@ -3207,24 +3459,34 @@ ], "description": "Traverses array structures and object graphs to enumerate all referenced objects", "homepage": "https://github.com/sebastianbergmann/object-enumerator/", - "time": "2017-08-03T12:35:26+00:00" + "support": { + "issues": "https://github.com/sebastianbergmann/object-enumerator/issues", + "source": "https://github.com/sebastianbergmann/object-enumerator/tree/3.0.4" + }, + "funding": [ + { + "url": "https://github.com/sebastianbergmann", + "type": "github" + } + ], + "time": "2020-11-30T07:40:27+00:00" }, { "name": "sebastian/object-reflector", - "version": "1.1.1", + "version": "1.1.2", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/object-reflector.git", - "reference": "773f97c67f28de00d397be301821b06708fca0be" + "reference": "9b8772b9cbd456ab45d4a598d2dd1a1bced6363d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/773f97c67f28de00d397be301821b06708fca0be", - "reference": "773f97c67f28de00d397be301821b06708fca0be", + "url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/9b8772b9cbd456ab45d4a598d2dd1a1bced6363d", + "reference": "9b8772b9cbd456ab45d4a598d2dd1a1bced6363d", "shasum": "" }, "require": { - "php": "^7.0" + "php": ">=7.0" }, "require-dev": { "phpunit/phpunit": "^6.0" @@ -3252,24 +3514,34 @@ ], "description": "Allows reflection of object attributes, including inherited and non-public ones", "homepage": "https://github.com/sebastianbergmann/object-reflector/", - "time": "2017-03-29T09:07:27+00:00" + "support": { + "issues": "https://github.com/sebastianbergmann/object-reflector/issues", + "source": "https://github.com/sebastianbergmann/object-reflector/tree/1.1.2" + }, + "funding": [ + { + "url": "https://github.com/sebastianbergmann", + "type": "github" + } + ], + "time": "2020-11-30T07:37:18+00:00" }, { "name": "sebastian/recursion-context", - "version": "3.0.0", + "version": "3.0.1", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/recursion-context.git", - "reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8" + "reference": "367dcba38d6e1977be014dc4b22f47a484dac7fb" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8", - "reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8", + "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/367dcba38d6e1977be014dc4b22f47a484dac7fb", + "reference": "367dcba38d6e1977be014dc4b22f47a484dac7fb", "shasum": "" }, "require": { - "php": "^7.0" + "php": ">=7.0" }, "require-dev": { "phpunit/phpunit": "^6.0" @@ -3290,14 +3562,14 @@ "BSD-3-Clause" ], "authors": [ - { - "name": "Jeff Welch", - "email": "whatthejeff@gmail.com" - }, { "name": "Sebastian Bergmann", "email": "sebastian@phpunit.de" }, + { + "name": "Jeff Welch", + "email": "whatthejeff@gmail.com" + }, { "name": "Adam Harvey", "email": "aharvey@php.net" @@ -3305,24 +3577,34 @@ ], "description": "Provides functionality to recursively process PHP variables", "homepage": "http://www.github.com/sebastianbergmann/recursion-context", - "time": "2017-03-03T06:23:57+00:00" + "support": { + "issues": "https://github.com/sebastianbergmann/recursion-context/issues", + "source": "https://github.com/sebastianbergmann/recursion-context/tree/3.0.1" + }, + "funding": [ + { + "url": "https://github.com/sebastianbergmann", + "type": "github" + } + ], + "time": "2020-11-30T07:34:24+00:00" }, { "name": "sebastian/resource-operations", - "version": "2.0.1", + "version": "2.0.2", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/resource-operations.git", - "reference": "4d7a795d35b889bf80a0cc04e08d77cedfa917a9" + "reference": "31d35ca87926450c44eae7e2611d45a7a65ea8b3" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/4d7a795d35b889bf80a0cc04e08d77cedfa917a9", - "reference": "4d7a795d35b889bf80a0cc04e08d77cedfa917a9", + "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/31d35ca87926450c44eae7e2611d45a7a65ea8b3", + "reference": "31d35ca87926450c44eae7e2611d45a7a65ea8b3", "shasum": "" }, "require": { - "php": "^7.1" + "php": ">=7.1" }, "type": "library", "extra": { @@ -3347,7 +3629,73 @@ ], "description": "Provides a list of PHP built-in functions that operate on resources", "homepage": "https://www.github.com/sebastianbergmann/resource-operations", - "time": "2018-10-04T04:07:39+00:00" + "support": { + "issues": "https://github.com/sebastianbergmann/resource-operations/issues", + "source": "https://github.com/sebastianbergmann/resource-operations/tree/2.0.2" + }, + "funding": [ + { + "url": "https://github.com/sebastianbergmann", + "type": "github" + } + ], + "time": "2020-11-30T07:30:19+00:00" + }, + { + "name": "sebastian/type", + "version": "1.1.4", + "source": { + "type": "git", + "url": "https://github.com/sebastianbergmann/type.git", + "reference": "0150cfbc4495ed2df3872fb31b26781e4e077eb4" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sebastianbergmann/type/zipball/0150cfbc4495ed2df3872fb31b26781e4e077eb4", + "reference": "0150cfbc4495ed2df3872fb31b26781e4e077eb4", + "shasum": "" + }, + "require": { + "php": ">=7.2" + }, + "require-dev": { + "phpunit/phpunit": "^8.2" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.1-dev" + } + }, + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de", + "role": "lead" + } + ], + "description": "Collection of value objects that represent the types of the PHP type system", + "homepage": "https://github.com/sebastianbergmann/type", + "support": { + "issues": "https://github.com/sebastianbergmann/type/issues", + "source": "https://github.com/sebastianbergmann/type/tree/1.1.4" + }, + "funding": [ + { + "url": "https://github.com/sebastianbergmann", + "type": "github" + } + ], + "time": "2020-11-30T07:25:11+00:00" }, { "name": "sebastian/version", @@ -3390,6 +3738,10 @@ ], "description": "Library that helps with managing the version number of Git-hosted PHP projects", "homepage": "https://github.com/sebastianbergmann/version", + "support": { + "issues": "https://github.com/sebastianbergmann/version/issues", + "source": "https://github.com/sebastianbergmann/version/tree/master" + }, "time": "2016-10-03T07:35:21+00:00" }, { @@ -3441,46 +3793,49 @@ "phpcs", "standards" ], + "support": { + "issues": "https://github.com/squizlabs/PHP_CodeSniffer/issues", + "source": "https://github.com/squizlabs/PHP_CodeSniffer", + "wiki": "https://github.com/squizlabs/PHP_CodeSniffer/wiki" + }, "time": "2019-04-10T23:49:02+00:00" }, { "name": "symfony/config", - "version": "v4.3.2", + "version": "v5.4.0", "source": { "type": "git", "url": "https://github.com/symfony/config.git", - "reference": "9198eea354be75794a7b1064de00d9ae9ae5090f" + "reference": "e39cf688c80fd79ab0a6a2d05a9facac9b2d534b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/config/zipball/9198eea354be75794a7b1064de00d9ae9ae5090f", - "reference": "9198eea354be75794a7b1064de00d9ae9ae5090f", + "url": "https://api.github.com/repos/symfony/config/zipball/e39cf688c80fd79ab0a6a2d05a9facac9b2d534b", + "reference": "e39cf688c80fd79ab0a6a2d05a9facac9b2d534b", "shasum": "" }, "require": { - "php": "^7.1.3", - "symfony/filesystem": "~3.4|~4.0", - "symfony/polyfill-ctype": "~1.8" + "php": ">=7.2.5", + "symfony/deprecation-contracts": "^2.1|^3", + "symfony/filesystem": "^4.4|^5.0|^6.0", + "symfony/polyfill-ctype": "~1.8", + "symfony/polyfill-php80": "^1.16", + "symfony/polyfill-php81": "^1.22" }, "conflict": { - "symfony/finder": "<3.4" + "symfony/finder": "<4.4" }, "require-dev": { - "symfony/dependency-injection": "~3.4|~4.0", - "symfony/event-dispatcher": "~3.4|~4.0", - "symfony/finder": "~3.4|~4.0", - "symfony/messenger": "~4.1", - "symfony/yaml": "~3.4|~4.0" + "symfony/event-dispatcher": "^4.4|^5.0|^6.0", + "symfony/finder": "^4.4|^5.0|^6.0", + "symfony/messenger": "^4.4|^5.0|^6.0", + "symfony/service-contracts": "^1.1|^2|^3", + "symfony/yaml": "^4.4|^5.0|^6.0" }, "suggest": { "symfony/yaml": "To use the yaml reference dumper" }, "type": "library", - "extra": { - "branch-alias": { - "dev-master": "4.3-dev" - } - }, "autoload": { "psr-4": { "Symfony\\Component\\Config\\": "" @@ -3503,118 +3858,64 @@ "homepage": "https://symfony.com/contributors" } ], - "description": "Symfony Config Component", + "description": "Helps you find, load, combine, autofill and validate configuration values of any kind", "homepage": "https://symfony.com", - "time": "2019-06-08T06:33:08+00:00" - }, - { - "name": "symfony/console", - "version": "v4.3.2", - "source": { - "type": "git", - "url": "https://github.com/symfony/console.git", - "reference": "b592b26a24265a35172d8a2094d8b10f22b7cc39" + "support": { + "source": "https://github.com/symfony/config/tree/v5.4.0" }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symfony/console/zipball/b592b26a24265a35172d8a2094d8b10f22b7cc39", - "reference": "b592b26a24265a35172d8a2094d8b10f22b7cc39", - "shasum": "" - }, - "require": { - "php": "^7.1.3", - "symfony/polyfill-mbstring": "~1.0", - "symfony/polyfill-php73": "^1.8", - "symfony/service-contracts": "^1.1" - }, - "conflict": { - "symfony/dependency-injection": "<3.4", - "symfony/event-dispatcher": "<4.3", - "symfony/process": "<3.3" - }, - "provide": { - "psr/log-implementation": "1.0" - }, - "require-dev": { - "psr/log": "~1.0", - "symfony/config": "~3.4|~4.0", - "symfony/dependency-injection": "~3.4|~4.0", - "symfony/event-dispatcher": "^4.3", - "symfony/lock": "~3.4|~4.0", - "symfony/process": "~3.4|~4.0", - "symfony/var-dumper": "^4.3" - }, - "suggest": { - "psr/log": "For using the console logger", - "symfony/event-dispatcher": "", - "symfony/lock": "", - "symfony/process": "" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "4.3-dev" - } - }, - "autoload": { - "psr-4": { - "Symfony\\Component\\Console\\": "" - }, - "exclude-from-classmap": [ - "/Tests/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ + "funding": [ { - "name": "Fabien Potencier", - "email": "fabien@symfony.com" + "url": "https://symfony.com/sponsor", + "type": "custom" }, { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" } ], - "description": "Symfony Console Component", - "homepage": "https://symfony.com", - "time": "2019-06-13T11:03:18+00:00" + "time": "2021-11-28T15:25:38+00:00" }, { "name": "symfony/dependency-injection", - "version": "v4.3.2", + "version": "v5.4.0", "source": { "type": "git", "url": "https://github.com/symfony/dependency-injection.git", - "reference": "b851928be349c065197fdc0832f78d85139e3903" + "reference": "69c398723857bb19fdea78496cedea0f756decab" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/b851928be349c065197fdc0832f78d85139e3903", - "reference": "b851928be349c065197fdc0832f78d85139e3903", + "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/69c398723857bb19fdea78496cedea0f756decab", + "reference": "69c398723857bb19fdea78496cedea0f756decab", "shasum": "" }, "require": { - "php": "^7.1.3", - "psr/container": "^1.0", - "symfony/service-contracts": "^1.1.2" + "php": ">=7.2.5", + "psr/container": "^1.1.1", + "symfony/deprecation-contracts": "^2.1|^3", + "symfony/polyfill-php80": "^1.16", + "symfony/polyfill-php81": "^1.22", + "symfony/service-contracts": "^1.1.6|^2" }, "conflict": { - "symfony/config": "<4.3", - "symfony/finder": "<3.4", - "symfony/proxy-manager-bridge": "<3.4", - "symfony/yaml": "<3.4" + "ext-psr": "<1.1|>=2", + "symfony/config": "<5.3", + "symfony/finder": "<4.4", + "symfony/proxy-manager-bridge": "<4.4", + "symfony/yaml": "<4.4" }, "provide": { "psr/container-implementation": "1.0", - "symfony/service-implementation": "1.0" + "symfony/service-implementation": "1.0|2.0" }, "require-dev": { - "symfony/config": "^4.3", - "symfony/expression-language": "~3.4|~4.0", - "symfony/yaml": "~3.4|~4.0" + "symfony/config": "^5.3|^6.0", + "symfony/expression-language": "^4.4|^5.0|^6.0", + "symfony/yaml": "^4.4|^5.0|^6.0" }, "suggest": { "symfony/config": "", @@ -3624,11 +3925,6 @@ "symfony/yaml": "" }, "type": "library", - "extra": { - "branch-alias": { - "dev-master": "4.3-dev" - } - }, "autoload": { "psr-4": { "Symfony\\Component\\DependencyInjection\\": "" @@ -3651,36 +3947,50 @@ "homepage": "https://symfony.com/contributors" } ], - "description": "Symfony DependencyInjection Component", + "description": "Allows you to standardize and centralize the way objects are constructed in your application", "homepage": "https://symfony.com", - "time": "2019-06-15T04:08:07+00:00" + "support": { + "source": "https://github.com/symfony/dependency-injection/tree/v5.4.0" + }, + "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": "2021-11-29T15:30:56+00:00" }, { "name": "symfony/dotenv", - "version": "v4.3.2", + "version": "v5.4.0", "source": { "type": "git", "url": "https://github.com/symfony/dotenv.git", - "reference": "c9ea2a1c60e7db08c1d1379cd4448fd14bda11eb" + "reference": "9bd173ff68fa90d39c59d91a42ae42b7f11713a0" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/dotenv/zipball/c9ea2a1c60e7db08c1d1379cd4448fd14bda11eb", - "reference": "c9ea2a1c60e7db08c1d1379cd4448fd14bda11eb", + "url": "https://api.github.com/repos/symfony/dotenv/zipball/9bd173ff68fa90d39c59d91a42ae42b7f11713a0", + "reference": "9bd173ff68fa90d39c59d91a42ae42b7f11713a0", "shasum": "" }, "require": { - "php": "^7.1.3" + "php": ">=7.2.5", + "symfony/deprecation-contracts": "^2.1|^3" }, "require-dev": { - "symfony/process": "~3.4|~4.0" + "symfony/console": "^4.4|^5.0|^6.0", + "symfony/process": "^4.4|^5.0|^6.0" }, "type": "library", - "extra": { - "branch-alias": { - "dev-master": "4.3-dev" - } - }, "autoload": { "psr-4": { "Symfony\\Component\\Dotenv\\": "" @@ -3710,32 +4020,46 @@ "env", "environment" ], - "time": "2019-06-26T06:50:02+00:00" + "support": { + "source": "https://github.com/symfony/dotenv/tree/v5.4.0" + }, + "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": "2021-11-23T10:19:22+00:00" }, { "name": "symfony/filesystem", - "version": "v4.3.2", + "version": "v5.4.0", "source": { "type": "git", "url": "https://github.com/symfony/filesystem.git", - "reference": "b9896d034463ad6fd2bf17e2bf9418caecd6313d" + "reference": "731f917dc31edcffec2c6a777f3698c33bea8f01" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/filesystem/zipball/b9896d034463ad6fd2bf17e2bf9418caecd6313d", - "reference": "b9896d034463ad6fd2bf17e2bf9418caecd6313d", + "url": "https://api.github.com/repos/symfony/filesystem/zipball/731f917dc31edcffec2c6a777f3698c33bea8f01", + "reference": "731f917dc31edcffec2c6a777f3698c33bea8f01", "shasum": "" }, "require": { - "php": "^7.1.3", - "symfony/polyfill-ctype": "~1.8" + "php": ">=7.2.5", + "symfony/polyfill-ctype": "~1.8", + "symfony/polyfill-mbstring": "~1.8", + "symfony/polyfill-php80": "^1.16" }, "type": "library", - "extra": { - "branch-alias": { - "dev-master": "4.3-dev" - } - }, "autoload": { "psr-4": { "Symfony\\Component\\Filesystem\\": "" @@ -3758,85 +4082,57 @@ "homepage": "https://symfony.com/contributors" } ], - "description": "Symfony Filesystem Component", + "description": "Provides basic utilities for the filesystem", "homepage": "https://symfony.com", - "time": "2019-06-23T08:51:25+00:00" + "support": { + "source": "https://github.com/symfony/filesystem/tree/v5.4.0" + }, + "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": "2021-10-28T13:39:27+00:00" }, { - "name": "symfony/finder", - "version": "v4.3.2", + "name": "symfony/polyfill-php81", + "version": "v1.23.0", "source": { "type": "git", - "url": "https://github.com/symfony/finder.git", - "reference": "33c21f7d5d3dc8a140c282854a7e13aeb5d0f91a" + "url": "https://github.com/symfony/polyfill-php81.git", + "reference": "e66119f3de95efc359483f810c4c3e6436279436" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/finder/zipball/33c21f7d5d3dc8a140c282854a7e13aeb5d0f91a", - "reference": "33c21f7d5d3dc8a140c282854a7e13aeb5d0f91a", + "url": "https://api.github.com/repos/symfony/polyfill-php81/zipball/e66119f3de95efc359483f810c4c3e6436279436", + "reference": "e66119f3de95efc359483f810c4c3e6436279436", "shasum": "" }, "require": { - "php": "^7.1.3" + "php": ">=7.1" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "4.3-dev" + "dev-main": "1.23-dev" + }, + "thanks": { + "name": "symfony/polyfill", + "url": "https://github.com/symfony/polyfill" } }, "autoload": { "psr-4": { - "Symfony\\Component\\Finder\\": "" - }, - "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": "Symfony Finder Component", - "homepage": "https://symfony.com", - "time": "2019-06-13T11:03:18+00:00" - }, - { - "name": "symfony/polyfill-php73", - "version": "v1.11.0", - "source": { - "type": "git", - "url": "https://github.com/symfony/polyfill-php73.git", - "reference": "d1fb4abcc0c47be136208ad9d68bf59f1ee17abd" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/d1fb4abcc0c47be136208ad9d68bf59f1ee17abd", - "reference": "d1fb4abcc0c47be136208ad9d68bf59f1ee17abd", - "shasum": "" - }, - "require": { - "php": ">=5.3.3" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.11-dev" - } - }, - "autoload": { - "psr-4": { - "Symfony\\Polyfill\\Php73\\": "" + "Symfony\\Polyfill\\Php81\\": "" }, "files": [ "bootstrap.php" @@ -3859,7 +4155,7 @@ "homepage": "https://symfony.com/contributors" } ], - "description": "Symfony polyfill backporting some PHP 7.3+ features to lower PHP versions", + "description": "Symfony polyfill backporting some PHP 8.1+ features to lower PHP versions", "homepage": "https://symfony.com", "keywords": [ "compatibility", @@ -3867,25 +4163,46 @@ "portable", "shim" ], - "time": "2019-02-06T07:57:58+00:00" + "support": { + "source": "https://github.com/symfony/polyfill-php81/tree/v1.23.0" + }, + "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": "2021-05-21T13:25:03+00:00" }, { "name": "symfony/service-contracts", - "version": "v1.1.5", + "version": "v2.5.0", "source": { "type": "git", "url": "https://github.com/symfony/service-contracts.git", - "reference": "f391a00de78ec7ec8cf5cdcdae59ec7b883edb8d" + "reference": "1ab11b933cd6bc5464b08e81e2c5b07dec58b0fc" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/service-contracts/zipball/f391a00de78ec7ec8cf5cdcdae59ec7b883edb8d", - "reference": "f391a00de78ec7ec8cf5cdcdae59ec7b883edb8d", + "url": "https://api.github.com/repos/symfony/service-contracts/zipball/1ab11b933cd6bc5464b08e81e2c5b07dec58b0fc", + "reference": "1ab11b933cd6bc5464b08e81e2c5b07dec58b0fc", "shasum": "" }, "require": { - "php": "^7.1.3", - "psr/container": "^1.0" + "php": ">=7.2.5", + "psr/container": "^1.1", + "symfony/deprecation-contracts": "^2.1" + }, + "conflict": { + "ext-psr": "<1.1|>=2" }, "suggest": { "symfony/service-implementation": "" @@ -3893,7 +4210,11 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "1.1-dev" + "dev-main": "2.5-dev" + }, + "thanks": { + "name": "symfony/contracts", + "url": "https://github.com/symfony/contracts" } }, "autoload": { @@ -3925,27 +4246,44 @@ "interoperability", "standards" ], - "time": "2019-06-13T11:15:36+00:00" + "support": { + "source": "https://github.com/symfony/service-contracts/tree/v2.5.0" + }, + "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": "2021-11-04T16:48:04+00:00" }, { "name": "theseer/tokenizer", - "version": "1.1.3", + "version": "1.2.1", "source": { "type": "git", "url": "https://github.com/theseer/tokenizer.git", - "reference": "11336f6f84e16a720dae9d8e6ed5019efa85a0f9" + "reference": "34a41e998c2183e22995f158c581e7b5e755ab9e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/theseer/tokenizer/zipball/11336f6f84e16a720dae9d8e6ed5019efa85a0f9", - "reference": "11336f6f84e16a720dae9d8e6ed5019efa85a0f9", + "url": "https://api.github.com/repos/theseer/tokenizer/zipball/34a41e998c2183e22995f158c581e7b5e755ab9e", + "reference": "34a41e998c2183e22995f158c581e7b5e755ab9e", "shasum": "" }, "require": { "ext-dom": "*", "ext-tokenizer": "*", "ext-xmlwriter": "*", - "php": "^7.0" + "php": "^7.2 || ^8.0" }, "type": "library", "autoload": { @@ -3965,34 +4303,47 @@ } ], "description": "A small library for converting tokenized PHP source code into XML and potentially other formats", - "time": "2019-06-13T22:48:21+00:00" + "support": { + "issues": "https://github.com/theseer/tokenizer/issues", + "source": "https://github.com/theseer/tokenizer/tree/1.2.1" + }, + "funding": [ + { + "url": "https://github.com/theseer", + "type": "github" + } + ], + "time": "2021-07-28T10:34:58+00:00" }, { "name": "webmozart/assert", - "version": "1.4.0", + "version": "1.10.0", "source": { "type": "git", "url": "https://github.com/webmozarts/assert.git", - "reference": "83e253c8e0be5b0257b881e1827274667c5c17a9" + "reference": "6964c76c7804814a842473e0c8fd15bab0f18e25" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/webmozarts/assert/zipball/83e253c8e0be5b0257b881e1827274667c5c17a9", - "reference": "83e253c8e0be5b0257b881e1827274667c5c17a9", + "url": "https://api.github.com/repos/webmozarts/assert/zipball/6964c76c7804814a842473e0c8fd15bab0f18e25", + "reference": "6964c76c7804814a842473e0c8fd15bab0f18e25", "shasum": "" }, "require": { - "php": "^5.3.3 || ^7.0", + "php": "^7.2 || ^8.0", "symfony/polyfill-ctype": "^1.8" }, + "conflict": { + "phpstan/phpstan": "<0.12.20", + "vimeo/psalm": "<4.6.1 || 4.6.2" + }, "require-dev": { - "phpunit/phpunit": "^4.6", - "sebastian/version": "^1.0.1" + "phpunit/phpunit": "^8.5.13" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.3-dev" + "dev-master": "1.10-dev" } }, "autoload": { @@ -4016,7 +4367,11 @@ "check", "validate" ], - "time": "2018-12-25T11:19:39+00:00" + "support": { + "issues": "https://github.com/webmozarts/assert/issues", + "source": "https://github.com/webmozarts/assert/tree/1.10.0" + }, + "time": "2021-03-09T10:59:23+00:00" } ], "aliases": [], @@ -4029,5 +4384,6 @@ "ext-curl": "*", "ext-json": "*" }, - "platform-dev": [] + "platform-dev": [], + "plugin-api-version": "2.1.0" } diff --git a/phpstan-baseline.neon b/phpstan-baseline.neon new file mode 100644 index 0000000..6744e8d --- /dev/null +++ b/phpstan-baseline.neon @@ -0,0 +1,1917 @@ +parameters: + ignoreErrors: + - + message: "#^Method RetailCrm\\\\Mg\\\\Bot\\\\Client\\:\\:bots\\(\\) return type has no value type specified in iterable type array\\.$#" + count: 1 + path: src/Bot/Client.php + + - + message: "#^Method RetailCrm\\\\Mg\\\\Bot\\\\Client\\:\\:channels\\(\\) return type has no value type specified in iterable type array\\.$#" + count: 1 + path: src/Bot/Client.php + + - + message: "#^Method RetailCrm\\\\Mg\\\\Bot\\\\Client\\:\\:chats\\(\\) return type has no value type specified in iterable type array\\.$#" + count: 1 + path: src/Bot/Client.php + + - + message: "#^Method RetailCrm\\\\Mg\\\\Bot\\\\Client\\:\\:commands\\(\\) return type has no value type specified in iterable type array\\.$#" + count: 1 + path: src/Bot/Client.php + + - + message: "#^Method RetailCrm\\\\Mg\\\\Bot\\\\Client\\:\\:customers\\(\\) return type has no value type specified in iterable type array\\.$#" + count: 1 + path: src/Bot/Client.php + + - + message: "#^Method RetailCrm\\\\Mg\\\\Bot\\\\Client\\:\\:dialogs\\(\\) return type has no value type specified in iterable type array\\.$#" + count: 1 + path: src/Bot/Client.php + + - + message: "#^Method RetailCrm\\\\Mg\\\\Bot\\\\Client\\:\\:members\\(\\) return type has no value type specified in iterable type array\\.$#" + count: 1 + path: src/Bot/Client.php + + - + message: "#^Method RetailCrm\\\\Mg\\\\Bot\\\\Client\\:\\:messages\\(\\) return type has no value type specified in iterable type array\\.$#" + count: 1 + path: src/Bot/Client.php + + - + message: "#^Method RetailCrm\\\\Mg\\\\Bot\\\\Client\\:\\:users\\(\\) return type has no value type specified in iterable type array\\.$#" + count: 1 + path: src/Bot/Client.php + + - + message: "#^Method RetailCrm\\\\Mg\\\\Bot\\\\HttpClient\\:\\:getErrors\\(\\) has parameter \\$errors with no value type specified in iterable type array\\.$#" + count: 1 + path: src/Bot/HttpClient.php + + - + message: "#^Method RetailCrm\\\\Mg\\\\Bot\\\\HttpClient\\:\\:parseJSON\\(\\) return type has no value type specified in iterable type array\\.$#" + count: 1 + path: src/Bot/HttpClient.php + + - + message: "#^Method RetailCrm\\\\Mg\\\\Bot\\\\HttpClient\\:\\:validateMethod\\(\\) has no return typehint specified\\.$#" + count: 1 + path: src/Bot/HttpClient.php + + - + message: "#^Method RetailCrm\\\\Mg\\\\Bot\\\\HttpClient\\:\\:validateResponse\\(\\) has no return typehint specified\\.$#" + count: 1 + path: src/Bot/HttpClient.php + + - + message: "#^Property RetailCrm\\\\Mg\\\\Bot\\\\HttpClient\\:\\:\\$allowedMethods has no typehint specified\\.$#" + count: 1 + path: src/Bot/HttpClient.php + + - + message: "#^Property RetailCrm\\\\Mg\\\\Bot\\\\HttpClient\\:\\:\\$basePath has no typehint specified\\.$#" + count: 1 + path: src/Bot/HttpClient.php + + - + message: "#^Property RetailCrm\\\\Mg\\\\Bot\\\\HttpClient\\:\\:\\$client has no typehint specified\\.$#" + count: 1 + path: src/Bot/HttpClient.php + + - + message: "#^Property RetailCrm\\\\Mg\\\\Bot\\\\HttpClient\\:\\:\\$stdout has no typehint specified\\.$#" + count: 1 + path: src/Bot/HttpClient.php + + - + message: "#^Property RetailCrm\\\\Mg\\\\Bot\\\\HttpClient\\:\\:\\$token has no typehint specified\\.$#" + count: 1 + path: src/Bot/HttpClient.php + + - + message: "#^Method RetailCrm\\\\Mg\\\\Bot\\\\Model\\\\Entity\\\\Bot\\:\\:getEvents\\(\\) return type has no value type specified in iterable type array\\.$#" + count: 1 + path: src/Bot/Model/Entity/Bot.php + + - + message: "#^Method RetailCrm\\\\Mg\\\\Bot\\\\Model\\\\Entity\\\\Bot\\:\\:getRoles\\(\\) return type has no value type specified in iterable type array\\.$#" + count: 1 + path: src/Bot/Model/Entity/Bot.php + + - + message: "#^Method RetailCrm\\\\Mg\\\\Bot\\\\Model\\\\Entity\\\\Bot\\:\\:setAvatarUrl\\(\\) has no return typehint specified\\.$#" + count: 1 + path: src/Bot/Model/Entity/Bot.php + + - + message: "#^Method RetailCrm\\\\Mg\\\\Bot\\\\Model\\\\Entity\\\\Bot\\:\\:setClientId\\(\\) has no return typehint specified\\.$#" + count: 1 + path: src/Bot/Model/Entity/Bot.php + + - + message: "#^Method RetailCrm\\\\Mg\\\\Bot\\\\Model\\\\Entity\\\\Bot\\:\\:setCreatedAt\\(\\) has no return typehint specified\\.$#" + count: 1 + path: src/Bot/Model/Entity/Bot.php + + - + message: "#^Method RetailCrm\\\\Mg\\\\Bot\\\\Model\\\\Entity\\\\Bot\\:\\:setDeactivatedAt\\(\\) has no return typehint specified\\.$#" + count: 1 + path: src/Bot/Model/Entity/Bot.php + + - + message: "#^Method RetailCrm\\\\Mg\\\\Bot\\\\Model\\\\Entity\\\\Bot\\:\\:setEvents\\(\\) has no return typehint specified\\.$#" + count: 1 + path: src/Bot/Model/Entity/Bot.php + + - + message: "#^Method RetailCrm\\\\Mg\\\\Bot\\\\Model\\\\Entity\\\\Bot\\:\\:setEvents\\(\\) has parameter \\$events with no value type specified in iterable type array\\.$#" + count: 1 + path: src/Bot/Model/Entity/Bot.php + + - + message: "#^Method RetailCrm\\\\Mg\\\\Bot\\\\Model\\\\Entity\\\\Bot\\:\\:setId\\(\\) has no return typehint specified\\.$#" + count: 1 + path: src/Bot/Model/Entity/Bot.php + + - + message: "#^Method RetailCrm\\\\Mg\\\\Bot\\\\Model\\\\Entity\\\\Bot\\:\\:setIsActive\\(\\) has no return typehint specified\\.$#" + count: 1 + path: src/Bot/Model/Entity/Bot.php + + - + message: "#^Method RetailCrm\\\\Mg\\\\Bot\\\\Model\\\\Entity\\\\Bot\\:\\:setIsSelf\\(\\) has no return typehint specified\\.$#" + count: 1 + path: src/Bot/Model/Entity/Bot.php + + - + message: "#^Method RetailCrm\\\\Mg\\\\Bot\\\\Model\\\\Entity\\\\Bot\\:\\:setIsSystem\\(\\) has no return typehint specified\\.$#" + count: 1 + path: src/Bot/Model/Entity/Bot.php + + - + message: "#^Method RetailCrm\\\\Mg\\\\Bot\\\\Model\\\\Entity\\\\Bot\\:\\:setName\\(\\) has no return typehint specified\\.$#" + count: 1 + path: src/Bot/Model/Entity/Bot.php + + - + message: "#^Method RetailCrm\\\\Mg\\\\Bot\\\\Model\\\\Entity\\\\Bot\\:\\:setRoles\\(\\) has no return typehint specified\\.$#" + count: 1 + path: src/Bot/Model/Entity/Bot.php + + - + message: "#^Method RetailCrm\\\\Mg\\\\Bot\\\\Model\\\\Entity\\\\Bot\\:\\:setRoles\\(\\) has parameter \\$roles with no value type specified in iterable type array\\.$#" + count: 1 + path: src/Bot/Model/Entity/Bot.php + + - + message: "#^Method RetailCrm\\\\Mg\\\\Bot\\\\Model\\\\Entity\\\\Bot\\:\\:setUpdatedAt\\(\\) has no return typehint specified\\.$#" + count: 1 + path: src/Bot/Model/Entity/Bot.php + + - + message: "#^Property RetailCrm\\\\Mg\\\\Bot\\\\Model\\\\Entity\\\\Bot\\:\\:\\$events type has no value type specified in iterable type array\\.$#" + count: 1 + path: src/Bot/Model/Entity/Bot.php + + - + message: "#^Property RetailCrm\\\\Mg\\\\Bot\\\\Model\\\\Entity\\\\Bot\\:\\:\\$roles type has no value type specified in iterable type array\\.$#" + count: 1 + path: src/Bot/Model/Entity/Bot.php + + - + message: "#^Method RetailCrm\\\\Mg\\\\Bot\\\\Model\\\\Entity\\\\Channel\\\\Channel\\:\\:setActivatedAt\\(\\) has no return typehint specified\\.$#" + count: 1 + path: src/Bot/Model/Entity/Channel/Channel.php + + - + message: "#^Method RetailCrm\\\\Mg\\\\Bot\\\\Model\\\\Entity\\\\Channel\\\\Channel\\:\\:setCreatedAt\\(\\) has no return typehint specified\\.$#" + count: 1 + path: src/Bot/Model/Entity/Channel/Channel.php + + - + message: "#^Method RetailCrm\\\\Mg\\\\Bot\\\\Model\\\\Entity\\\\Channel\\\\Channel\\:\\:setDeactivatedAt\\(\\) has no return typehint specified\\.$#" + count: 1 + path: src/Bot/Model/Entity/Channel/Channel.php + + - + message: "#^Method RetailCrm\\\\Mg\\\\Bot\\\\Model\\\\Entity\\\\Channel\\\\Channel\\:\\:setId\\(\\) has no return typehint specified\\.$#" + count: 1 + path: src/Bot/Model/Entity/Channel/Channel.php + + - + message: "#^Method RetailCrm\\\\Mg\\\\Bot\\\\Model\\\\Entity\\\\Channel\\\\Channel\\:\\:setIsActive\\(\\) has no return typehint specified\\.$#" + count: 1 + path: src/Bot/Model/Entity/Channel/Channel.php + + - + message: "#^Method RetailCrm\\\\Mg\\\\Bot\\\\Model\\\\Entity\\\\Channel\\\\Channel\\:\\:setName\\(\\) has no return typehint specified\\.$#" + count: 1 + path: src/Bot/Model/Entity/Channel/Channel.php + + - + message: "#^Method RetailCrm\\\\Mg\\\\Bot\\\\Model\\\\Entity\\\\Channel\\\\Channel\\:\\:setSettings\\(\\) has no return typehint specified\\.$#" + count: 1 + path: src/Bot/Model/Entity/Channel/Channel.php + + - + message: "#^Method RetailCrm\\\\Mg\\\\Bot\\\\Model\\\\Entity\\\\Channel\\\\Channel\\:\\:setType\\(\\) has no return typehint specified\\.$#" + count: 1 + path: src/Bot/Model/Entity/Channel/Channel.php + + - + message: "#^Method RetailCrm\\\\Mg\\\\Bot\\\\Model\\\\Entity\\\\Channel\\\\Channel\\:\\:setUpdatedAt\\(\\) has no return typehint specified\\.$#" + count: 1 + path: src/Bot/Model/Entity/Channel/Channel.php + + - + message: "#^Property RetailCrm\\\\Mg\\\\Bot\\\\Model\\\\Entity\\\\Channel\\\\Channel\\:\\:\\$name has no typehint specified\\.$#" + count: 1 + path: src/Bot/Model/Entity/Channel/Channel.php + + - + message: "#^Method RetailCrm\\\\Mg\\\\Bot\\\\Model\\\\Entity\\\\Channel\\\\ChannelSettings\\:\\:setFile\\(\\) has no return typehint specified\\.$#" + count: 1 + path: src/Bot/Model/Entity/Channel/ChannelSettings.php + + - + message: "#^Method RetailCrm\\\\Mg\\\\Bot\\\\Model\\\\Entity\\\\Channel\\\\ChannelSettings\\:\\:setImage\\(\\) has no return typehint specified\\.$#" + count: 1 + path: src/Bot/Model/Entity/Channel/ChannelSettings.php + + - + message: "#^Method RetailCrm\\\\Mg\\\\Bot\\\\Model\\\\Entity\\\\Channel\\\\ChannelSettings\\:\\:setOrder\\(\\) has no return typehint specified\\.$#" + count: 1 + path: src/Bot/Model/Entity/Channel/ChannelSettings.php + + - + message: "#^Method RetailCrm\\\\Mg\\\\Bot\\\\Model\\\\Entity\\\\Channel\\\\ChannelSettings\\:\\:setProduct\\(\\) has no return typehint specified\\.$#" + count: 1 + path: src/Bot/Model/Entity/Channel/ChannelSettings.php + + - + message: "#^Method RetailCrm\\\\Mg\\\\Bot\\\\Model\\\\Entity\\\\Channel\\\\ChannelSettings\\:\\:setSpamAllowed\\(\\) has no return typehint specified\\.$#" + count: 1 + path: src/Bot/Model/Entity/Channel/ChannelSettings.php + + - + message: "#^Method RetailCrm\\\\Mg\\\\Bot\\\\Model\\\\Entity\\\\Channel\\\\ChannelSettings\\:\\:setStatus\\(\\) has no return typehint specified\\.$#" + count: 1 + path: src/Bot/Model/Entity/Channel/ChannelSettings.php + + - + message: "#^Method RetailCrm\\\\Mg\\\\Bot\\\\Model\\\\Entity\\\\Channel\\\\ChannelSettings\\:\\:setText\\(\\) has no return typehint specified\\.$#" + count: 1 + path: src/Bot/Model/Entity/Channel/ChannelSettings.php + + - + message: "#^Method RetailCrm\\\\Mg\\\\Bot\\\\Model\\\\Entity\\\\Channel\\\\ChannelSettingsItem\\:\\:setCreating\\(\\) has no return typehint specified\\.$#" + count: 1 + path: src/Bot/Model/Entity/Channel/ChannelSettingsItem.php + + - + message: "#^Method RetailCrm\\\\Mg\\\\Bot\\\\Model\\\\Entity\\\\Channel\\\\ChannelSettingsItem\\:\\:setDeleting\\(\\) has no return typehint specified\\.$#" + count: 1 + path: src/Bot/Model/Entity/Channel/ChannelSettingsItem.php + + - + message: "#^Method RetailCrm\\\\Mg\\\\Bot\\\\Model\\\\Entity\\\\Channel\\\\ChannelSettingsItem\\:\\:setDelivered\\(\\) has no return typehint specified\\.$#" + count: 1 + path: src/Bot/Model/Entity/Channel/ChannelSettingsItem.php + + - + message: "#^Method RetailCrm\\\\Mg\\\\Bot\\\\Model\\\\Entity\\\\Channel\\\\ChannelSettingsItem\\:\\:setEditing\\(\\) has no return typehint specified\\.$#" + count: 1 + path: src/Bot/Model/Entity/Channel/ChannelSettingsItem.php + + - + message: "#^Method RetailCrm\\\\Mg\\\\Bot\\\\Model\\\\Entity\\\\Channel\\\\ChannelSettingsItem\\:\\:setMaxCharsCount\\(\\) has no return typehint specified\\.$#" + count: 1 + path: src/Bot/Model/Entity/Channel/ChannelSettingsItem.php + + - + message: "#^Method RetailCrm\\\\Mg\\\\Bot\\\\Model\\\\Entity\\\\Channel\\\\ChannelSettingsItem\\:\\:setMaxItemsCount\\(\\) has no return typehint specified\\.$#" + count: 1 + path: src/Bot/Model/Entity/Channel/ChannelSettingsItem.php + + - + message: "#^Method RetailCrm\\\\Mg\\\\Bot\\\\Model\\\\Entity\\\\Channel\\\\ChannelSettingsItem\\:\\:setNoteMaxCharsCount\\(\\) has no return typehint specified\\.$#" + count: 1 + path: src/Bot/Model/Entity/Channel/ChannelSettingsItem.php + + - + message: "#^Method RetailCrm\\\\Mg\\\\Bot\\\\Model\\\\Entity\\\\Channel\\\\ChannelSettingsItem\\:\\:setQuoting\\(\\) has no return typehint specified\\.$#" + count: 1 + path: src/Bot/Model/Entity/Channel/ChannelSettingsItem.php + + - + message: "#^Method RetailCrm\\\\Mg\\\\Bot\\\\Model\\\\Entity\\\\Channel\\\\ChannelSettingsStatus\\:\\:setDelivered\\(\\) has no return typehint specified\\.$#" + count: 1 + path: src/Bot/Model/Entity/Channel/ChannelSettingsStatus.php + + - + message: "#^Method RetailCrm\\\\Mg\\\\Bot\\\\Model\\\\Entity\\\\Channel\\\\ChannelSettingsStatus\\:\\:setRead\\(\\) has no return typehint specified\\.$#" + count: 1 + path: src/Bot/Model/Entity/Channel/ChannelSettingsStatus.php + + - + message: "#^Method RetailCrm\\\\Mg\\\\Bot\\\\Model\\\\Entity\\\\Chat\\\\Chat\\:\\:getMembers\\(\\) return type has no value type specified in iterable type array\\.$#" + count: 1 + path: src/Bot/Model/Entity/Chat/Chat.php + + - + message: "#^Method RetailCrm\\\\Mg\\\\Bot\\\\Model\\\\Entity\\\\Chat\\\\Chat\\:\\:setAuthorId\\(\\) has no return typehint specified\\.$#" + count: 1 + path: src/Bot/Model/Entity/Chat/Chat.php + + - + message: "#^Method RetailCrm\\\\Mg\\\\Bot\\\\Model\\\\Entity\\\\Chat\\\\Chat\\:\\:setAvatar\\(\\) has no return typehint specified\\.$#" + count: 1 + path: src/Bot/Model/Entity/Chat/Chat.php + + - + message: "#^Method RetailCrm\\\\Mg\\\\Bot\\\\Model\\\\Entity\\\\Chat\\\\Chat\\:\\:setChannel\\(\\) has no return typehint specified\\.$#" + count: 1 + path: src/Bot/Model/Entity/Chat/Chat.php + + - + message: "#^Method RetailCrm\\\\Mg\\\\Bot\\\\Model\\\\Entity\\\\Chat\\\\Chat\\:\\:setCreatedAt\\(\\) has no return typehint specified\\.$#" + count: 1 + path: src/Bot/Model/Entity/Chat/Chat.php + + - + message: "#^Method RetailCrm\\\\Mg\\\\Bot\\\\Model\\\\Entity\\\\Chat\\\\Chat\\:\\:setCustomer\\(\\) has no return typehint specified\\.$#" + count: 1 + path: src/Bot/Model/Entity/Chat/Chat.php + + - + message: "#^Method RetailCrm\\\\Mg\\\\Bot\\\\Model\\\\Entity\\\\Chat\\\\Chat\\:\\:setId\\(\\) has no return typehint specified\\.$#" + count: 1 + path: src/Bot/Model/Entity/Chat/Chat.php + + - + message: "#^Method RetailCrm\\\\Mg\\\\Bot\\\\Model\\\\Entity\\\\Chat\\\\Chat\\:\\:setLastActivity\\(\\) has no return typehint specified\\.$#" + count: 1 + path: src/Bot/Model/Entity/Chat/Chat.php + + - + message: "#^Method RetailCrm\\\\Mg\\\\Bot\\\\Model\\\\Entity\\\\Chat\\\\Chat\\:\\:setLastMessage\\(\\) has no return typehint specified\\.$#" + count: 1 + path: src/Bot/Model/Entity/Chat/Chat.php + + - + message: "#^Method RetailCrm\\\\Mg\\\\Bot\\\\Model\\\\Entity\\\\Chat\\\\Chat\\:\\:setMembers\\(\\) has no return typehint specified\\.$#" + count: 1 + path: src/Bot/Model/Entity/Chat/Chat.php + + - + message: "#^Method RetailCrm\\\\Mg\\\\Bot\\\\Model\\\\Entity\\\\Chat\\\\Chat\\:\\:setMembers\\(\\) has parameter \\$members with no value type specified in iterable type array\\.$#" + count: 1 + path: src/Bot/Model/Entity/Chat/Chat.php + + - + message: "#^Method RetailCrm\\\\Mg\\\\Bot\\\\Model\\\\Entity\\\\Chat\\\\Chat\\:\\:setName\\(\\) has no return typehint specified\\.$#" + count: 1 + path: src/Bot/Model/Entity/Chat/Chat.php + + - + message: "#^Method RetailCrm\\\\Mg\\\\Bot\\\\Model\\\\Entity\\\\Chat\\\\Chat\\:\\:setUpdatedAt\\(\\) has no return typehint specified\\.$#" + count: 1 + path: src/Bot/Model/Entity/Chat/Chat.php + + - + message: "#^Property RetailCrm\\\\Mg\\\\Bot\\\\Model\\\\Entity\\\\Chat\\\\Chat\\:\\:\\$members type has no value type specified in iterable type array\\.$#" + count: 1 + path: src/Bot/Model/Entity/Chat/Chat.php + + - + message: "#^Method RetailCrm\\\\Mg\\\\Bot\\\\Model\\\\Entity\\\\Chat\\\\ChatLastMessage\\:\\:setId\\(\\) has no return typehint specified\\.$#" + count: 1 + path: src/Bot/Model/Entity/Chat/ChatLastMessage.php + + - + message: "#^Method RetailCrm\\\\Mg\\\\Bot\\\\Model\\\\Entity\\\\Chat\\\\ChatLastMessage\\:\\:setTime\\(\\) has no return typehint specified\\.$#" + count: 1 + path: src/Bot/Model/Entity/Chat/ChatLastMessage.php + + - + message: "#^Method RetailCrm\\\\Mg\\\\Bot\\\\Model\\\\Entity\\\\Chat\\\\ChatLastMessage\\:\\:setType\\(\\) has no return typehint specified\\.$#" + count: 1 + path: src/Bot/Model/Entity/Chat/ChatLastMessage.php + + - + message: "#^Property RetailCrm\\\\Mg\\\\Bot\\\\Model\\\\Entity\\\\Chat\\\\ChatLastMessage\\:\\:\\$id has no typehint specified\\.$#" + count: 1 + path: src/Bot/Model/Entity/Chat/ChatLastMessage.php + + - + message: "#^Method RetailCrm\\\\Mg\\\\Bot\\\\Model\\\\Entity\\\\Chat\\\\ChatMember\\:\\:setChatId\\(\\) has no return typehint specified\\.$#" + count: 1 + path: src/Bot/Model/Entity/Chat/ChatMember.php + + - + message: "#^Method RetailCrm\\\\Mg\\\\Bot\\\\Model\\\\Entity\\\\Chat\\\\ChatMember\\:\\:setCreatedAt\\(\\) has no return typehint specified\\.$#" + count: 1 + path: src/Bot/Model/Entity/Chat/ChatMember.php + + - + message: "#^Method RetailCrm\\\\Mg\\\\Bot\\\\Model\\\\Entity\\\\Chat\\\\ChatMember\\:\\:setId\\(\\) has no return typehint specified\\.$#" + count: 1 + path: src/Bot/Model/Entity/Chat/ChatMember.php + + - + message: "#^Method RetailCrm\\\\Mg\\\\Bot\\\\Model\\\\Entity\\\\Chat\\\\ChatMember\\:\\:setIsAuthor\\(\\) has no return typehint specified\\.$#" + count: 1 + path: src/Bot/Model/Entity/Chat/ChatMember.php + + - + message: "#^Method RetailCrm\\\\Mg\\\\Bot\\\\Model\\\\Entity\\\\Chat\\\\ChatMember\\:\\:setState\\(\\) has no return typehint specified\\.$#" + count: 1 + path: src/Bot/Model/Entity/Chat/ChatMember.php + + - + message: "#^Method RetailCrm\\\\Mg\\\\Bot\\\\Model\\\\Entity\\\\Chat\\\\ChatMember\\:\\:setUpdatedAt\\(\\) has no return typehint specified\\.$#" + count: 1 + path: src/Bot/Model/Entity/Chat/ChatMember.php + + - + message: "#^Method RetailCrm\\\\Mg\\\\Bot\\\\Model\\\\Entity\\\\Chat\\\\ChatMember\\:\\:setUserId\\(\\) has no return typehint specified\\.$#" + count: 1 + path: src/Bot/Model/Entity/Chat/ChatMember.php + + - + message: "#^Property RetailCrm\\\\Mg\\\\Bot\\\\Model\\\\Entity\\\\Chat\\\\ChatMember\\:\\:\\$state has no typehint specified\\.$#" + count: 1 + path: src/Bot/Model/Entity/Chat/ChatMember.php + + - + message: "#^Method RetailCrm\\\\Mg\\\\Bot\\\\Model\\\\Entity\\\\Command\\:\\:setCreatedAt\\(\\) has no return typehint specified\\.$#" + count: 1 + path: src/Bot/Model/Entity/Command.php + + - + message: "#^Method RetailCrm\\\\Mg\\\\Bot\\\\Model\\\\Entity\\\\Command\\:\\:setDescription\\(\\) has no return typehint specified\\.$#" + count: 1 + path: src/Bot/Model/Entity/Command.php + + - + message: "#^Method RetailCrm\\\\Mg\\\\Bot\\\\Model\\\\Entity\\\\Command\\:\\:setId\\(\\) has no return typehint specified\\.$#" + count: 1 + path: src/Bot/Model/Entity/Command.php + + - + message: "#^Method RetailCrm\\\\Mg\\\\Bot\\\\Model\\\\Entity\\\\Command\\:\\:setName\\(\\) has no return typehint specified\\.$#" + count: 1 + path: src/Bot/Model/Entity/Command.php + + - + message: "#^Method RetailCrm\\\\Mg\\\\Bot\\\\Model\\\\Entity\\\\Command\\:\\:setUpdatedAt\\(\\) has no return typehint specified\\.$#" + count: 1 + path: src/Bot/Model/Entity/Command.php + + - + message: "#^Method RetailCrm\\\\Mg\\\\Bot\\\\Model\\\\Entity\\\\Customer\\:\\:setAvatarUrl\\(\\) has no return typehint specified\\.$#" + count: 1 + path: src/Bot/Model/Entity/Customer.php + + - + message: "#^Method RetailCrm\\\\Mg\\\\Bot\\\\Model\\\\Entity\\\\Customer\\:\\:setChannelId\\(\\) has no return typehint specified\\.$#" + count: 1 + path: src/Bot/Model/Entity/Customer.php + + - + message: "#^Method RetailCrm\\\\Mg\\\\Bot\\\\Model\\\\Entity\\\\Customer\\:\\:setCountry\\(\\) has no return typehint specified\\.$#" + count: 1 + path: src/Bot/Model/Entity/Customer.php + + - + message: "#^Method RetailCrm\\\\Mg\\\\Bot\\\\Model\\\\Entity\\\\Customer\\:\\:setCreatedAt\\(\\) has no return typehint specified\\.$#" + count: 1 + path: src/Bot/Model/Entity/Customer.php + + - + message: "#^Method RetailCrm\\\\Mg\\\\Bot\\\\Model\\\\Entity\\\\Customer\\:\\:setEmail\\(\\) has no return typehint specified\\.$#" + count: 1 + path: src/Bot/Model/Entity/Customer.php + + - + message: "#^Method RetailCrm\\\\Mg\\\\Bot\\\\Model\\\\Entity\\\\Customer\\:\\:setExternalId\\(\\) has no return typehint specified\\.$#" + count: 1 + path: src/Bot/Model/Entity/Customer.php + + - + message: "#^Method RetailCrm\\\\Mg\\\\Bot\\\\Model\\\\Entity\\\\Customer\\:\\:setFirstName\\(\\) has no return typehint specified\\.$#" + count: 1 + path: src/Bot/Model/Entity/Customer.php + + - + message: "#^Method RetailCrm\\\\Mg\\\\Bot\\\\Model\\\\Entity\\\\Customer\\:\\:setId\\(\\) has no return typehint specified\\.$#" + count: 1 + path: src/Bot/Model/Entity/Customer.php + + - + message: "#^Method RetailCrm\\\\Mg\\\\Bot\\\\Model\\\\Entity\\\\Customer\\:\\:setLanguage\\(\\) has no return typehint specified\\.$#" + count: 1 + path: src/Bot/Model/Entity/Customer.php + + - + message: "#^Method RetailCrm\\\\Mg\\\\Bot\\\\Model\\\\Entity\\\\Customer\\:\\:setLastName\\(\\) has no return typehint specified\\.$#" + count: 1 + path: src/Bot/Model/Entity/Customer.php + + - + message: "#^Method RetailCrm\\\\Mg\\\\Bot\\\\Model\\\\Entity\\\\Customer\\:\\:setPhone\\(\\) has no return typehint specified\\.$#" + count: 1 + path: src/Bot/Model/Entity/Customer.php + + - + message: "#^Method RetailCrm\\\\Mg\\\\Bot\\\\Model\\\\Entity\\\\Customer\\:\\:setProfileUrl\\(\\) has no return typehint specified\\.$#" + count: 1 + path: src/Bot/Model/Entity/Customer.php + + - + message: "#^Method RetailCrm\\\\Mg\\\\Bot\\\\Model\\\\Entity\\\\Customer\\:\\:setRevokedAt\\(\\) has no return typehint specified\\.$#" + count: 1 + path: src/Bot/Model/Entity/Customer.php + + - + message: "#^Method RetailCrm\\\\Mg\\\\Bot\\\\Model\\\\Entity\\\\Customer\\:\\:setUpdatedAt\\(\\) has no return typehint specified\\.$#" + count: 1 + path: src/Bot/Model/Entity/Customer.php + + - + message: "#^Method RetailCrm\\\\Mg\\\\Bot\\\\Model\\\\Entity\\\\Customer\\:\\:setUsername\\(\\) has no return typehint specified\\.$#" + count: 1 + path: src/Bot/Model/Entity/Customer.php + + - + message: "#^Method RetailCrm\\\\Mg\\\\Bot\\\\Model\\\\Entity\\\\Dialog\\:\\:setBeginMessageId\\(\\) has no return typehint specified\\.$#" + count: 1 + path: src/Bot/Model/Entity/Dialog.php + + - + message: "#^Method RetailCrm\\\\Mg\\\\Bot\\\\Model\\\\Entity\\\\Dialog\\:\\:setBotId\\(\\) has no return typehint specified\\.$#" + count: 1 + path: src/Bot/Model/Entity/Dialog.php + + - + message: "#^Method RetailCrm\\\\Mg\\\\Bot\\\\Model\\\\Entity\\\\Dialog\\:\\:setChatId\\(\\) has no return typehint specified\\.$#" + count: 1 + path: src/Bot/Model/Entity/Dialog.php + + - + message: "#^Method RetailCrm\\\\Mg\\\\Bot\\\\Model\\\\Entity\\\\Dialog\\:\\:setClosedAt\\(\\) has no return typehint specified\\.$#" + count: 1 + path: src/Bot/Model/Entity/Dialog.php + + - + message: "#^Method RetailCrm\\\\Mg\\\\Bot\\\\Model\\\\Entity\\\\Dialog\\:\\:setCreatedAt\\(\\) has no return typehint specified\\.$#" + count: 1 + path: src/Bot/Model/Entity/Dialog.php + + - + message: "#^Method RetailCrm\\\\Mg\\\\Bot\\\\Model\\\\Entity\\\\Dialog\\:\\:setEndingMessageId\\(\\) has no return typehint specified\\.$#" + count: 1 + path: src/Bot/Model/Entity/Dialog.php + + - + message: "#^Method RetailCrm\\\\Mg\\\\Bot\\\\Model\\\\Entity\\\\Dialog\\:\\:setId\\(\\) has no return typehint specified\\.$#" + count: 1 + path: src/Bot/Model/Entity/Dialog.php + + - + message: "#^Method RetailCrm\\\\Mg\\\\Bot\\\\Model\\\\Entity\\\\Dialog\\:\\:setIsActive\\(\\) has no return typehint specified\\.$#" + count: 1 + path: src/Bot/Model/Entity/Dialog.php + + - + message: "#^Method RetailCrm\\\\Mg\\\\Bot\\\\Model\\\\Entity\\\\Dialog\\:\\:setIsAssigned\\(\\) has no return typehint specified\\.$#" + count: 1 + path: src/Bot/Model/Entity/Dialog.php + + - + message: "#^Method RetailCrm\\\\Mg\\\\Bot\\\\Model\\\\Entity\\\\Dialog\\:\\:setResponsible\\(\\) has no return typehint specified\\.$#" + count: 1 + path: src/Bot/Model/Entity/Dialog.php + + - + message: "#^Method RetailCrm\\\\Mg\\\\Bot\\\\Model\\\\Entity\\\\Dialog\\:\\:setUpdatedAt\\(\\) has no return typehint specified\\.$#" + count: 1 + path: src/Bot/Model/Entity/Dialog.php + + - + message: "#^Method RetailCrm\\\\Mg\\\\Bot\\\\Model\\\\Entity\\\\FileMeta\\:\\:setHeight\\(\\) has no return typehint specified\\.$#" + count: 1 + path: src/Bot/Model/Entity/FileMeta.php + + - + message: "#^Method RetailCrm\\\\Mg\\\\Bot\\\\Model\\\\Entity\\\\FileMeta\\:\\:setWidth\\(\\) has no return typehint specified\\.$#" + count: 1 + path: src/Bot/Model/Entity/FileMeta.php + + - + message: "#^Method RetailCrm\\\\Mg\\\\Bot\\\\Model\\\\Entity\\\\Message\\\\Item\\:\\:setCaption\\(\\) has no return typehint specified\\.$#" + count: 1 + path: src/Bot/Model/Entity/Message/Item.php + + - + message: "#^Method RetailCrm\\\\Mg\\\\Bot\\\\Model\\\\Entity\\\\Message\\\\Item\\:\\:setId\\(\\) has no return typehint specified\\.$#" + count: 1 + path: src/Bot/Model/Entity/Message/Item.php + + - + message: "#^Method RetailCrm\\\\Mg\\\\Bot\\\\Model\\\\Entity\\\\Message\\\\Item\\:\\:setSize\\(\\) has no return typehint specified\\.$#" + count: 1 + path: src/Bot/Model/Entity/Message/Item.php + + - + message: "#^Method RetailCrm\\\\Mg\\\\Bot\\\\Model\\\\Entity\\\\Message\\\\Message\\:\\:getItems\\(\\) return type has no value type specified in iterable type array\\.$#" + count: 1 + path: src/Bot/Model/Entity/Message/Message.php + + - + message: "#^Method RetailCrm\\\\Mg\\\\Bot\\\\Model\\\\Entity\\\\Message\\\\Message\\:\\:setAction\\(\\) has no return typehint specified\\.$#" + count: 1 + path: src/Bot/Model/Entity/Message/Message.php + + - + message: "#^Method RetailCrm\\\\Mg\\\\Bot\\\\Model\\\\Entity\\\\Message\\\\Message\\:\\:setActions\\(\\) has no return typehint specified\\.$#" + count: 1 + path: src/Bot/Model/Entity/Message/Message.php + + - + message: "#^Method RetailCrm\\\\Mg\\\\Bot\\\\Model\\\\Entity\\\\Message\\\\Message\\:\\:setChannelId\\(\\) has no return typehint specified\\.$#" + count: 1 + path: src/Bot/Model/Entity/Message/Message.php + + - + message: "#^Method RetailCrm\\\\Mg\\\\Bot\\\\Model\\\\Entity\\\\Message\\\\Message\\:\\:setChannelSentAt\\(\\) has no return typehint specified\\.$#" + count: 1 + path: src/Bot/Model/Entity/Message/Message.php + + - + message: "#^Method RetailCrm\\\\Mg\\\\Bot\\\\Model\\\\Entity\\\\Message\\\\Message\\:\\:setChatId\\(\\) has no return typehint specified\\.$#" + count: 1 + path: src/Bot/Model/Entity/Message/Message.php + + - + message: "#^Method RetailCrm\\\\Mg\\\\Bot\\\\Model\\\\Entity\\\\Message\\\\Message\\:\\:setContent\\(\\) has no return typehint specified\\.$#" + count: 1 + path: src/Bot/Model/Entity/Message/Message.php + + - + message: "#^Method RetailCrm\\\\Mg\\\\Bot\\\\Model\\\\Entity\\\\Message\\\\Message\\:\\:setCreatedAt\\(\\) has no return typehint specified\\.$#" + count: 1 + path: src/Bot/Model/Entity/Message/Message.php + + - + message: "#^Method RetailCrm\\\\Mg\\\\Bot\\\\Model\\\\Entity\\\\Message\\\\Message\\:\\:setDialog\\(\\) has no return typehint specified\\.$#" + count: 1 + path: src/Bot/Model/Entity/Message/Message.php + + - + message: "#^Method RetailCrm\\\\Mg\\\\Bot\\\\Model\\\\Entity\\\\Message\\\\Message\\:\\:setFrom\\(\\) has no return typehint specified\\.$#" + count: 1 + path: src/Bot/Model/Entity/Message/Message.php + + - + message: "#^Method RetailCrm\\\\Mg\\\\Bot\\\\Model\\\\Entity\\\\Message\\\\Message\\:\\:setId\\(\\) has no return typehint specified\\.$#" + count: 1 + path: src/Bot/Model/Entity/Message/Message.php + + - + message: "#^Method RetailCrm\\\\Mg\\\\Bot\\\\Model\\\\Entity\\\\Message\\\\Message\\:\\:setIsEdit\\(\\) has no return typehint specified\\.$#" + count: 1 + path: src/Bot/Model/Entity/Message/Message.php + + - + message: "#^Method RetailCrm\\\\Mg\\\\Bot\\\\Model\\\\Entity\\\\Message\\\\Message\\:\\:setIsRead\\(\\) has no return typehint specified\\.$#" + count: 1 + path: src/Bot/Model/Entity/Message/Message.php + + - + message: "#^Method RetailCrm\\\\Mg\\\\Bot\\\\Model\\\\Entity\\\\Message\\\\Message\\:\\:setItems\\(\\) has no return typehint specified\\.$#" + count: 1 + path: src/Bot/Model/Entity/Message/Message.php + + - + message: "#^Method RetailCrm\\\\Mg\\\\Bot\\\\Model\\\\Entity\\\\Message\\\\Message\\:\\:setItems\\(\\) has parameter \\$items with no value type specified in iterable type array\\.$#" + count: 1 + path: src/Bot/Model/Entity/Message/Message.php + + - + message: "#^Method RetailCrm\\\\Mg\\\\Bot\\\\Model\\\\Entity\\\\Message\\\\Message\\:\\:setOrder\\(\\) has no return typehint specified\\.$#" + count: 1 + path: src/Bot/Model/Entity/Message/Message.php + + - + message: "#^Method RetailCrm\\\\Mg\\\\Bot\\\\Model\\\\Entity\\\\Message\\\\Message\\:\\:setProduct\\(\\) has no return typehint specified\\.$#" + count: 1 + path: src/Bot/Model/Entity/Message/Message.php + + - + message: "#^Method RetailCrm\\\\Mg\\\\Bot\\\\Model\\\\Entity\\\\Message\\\\Message\\:\\:setScope\\(\\) has no return typehint specified\\.$#" + count: 1 + path: src/Bot/Model/Entity/Message/Message.php + + - + message: "#^Method RetailCrm\\\\Mg\\\\Bot\\\\Model\\\\Entity\\\\Message\\\\Message\\:\\:setStatus\\(\\) has no return typehint specified\\.$#" + count: 1 + path: src/Bot/Model/Entity/Message/Message.php + + - + message: "#^Method RetailCrm\\\\Mg\\\\Bot\\\\Model\\\\Entity\\\\Message\\\\Message\\:\\:setTime\\(\\) has no return typehint specified\\.$#" + count: 1 + path: src/Bot/Model/Entity/Message/Message.php + + - + message: "#^Method RetailCrm\\\\Mg\\\\Bot\\\\Model\\\\Entity\\\\Message\\\\Message\\:\\:setType\\(\\) has no return typehint specified\\.$#" + count: 1 + path: src/Bot/Model/Entity/Message/Message.php + + - + message: "#^Method RetailCrm\\\\Mg\\\\Bot\\\\Model\\\\Entity\\\\Message\\\\Message\\:\\:setUpdatedAt\\(\\) has no return typehint specified\\.$#" + count: 1 + path: src/Bot/Model/Entity/Message/Message.php + + - + message: "#^Property RetailCrm\\\\Mg\\\\Bot\\\\Model\\\\Entity\\\\Message\\\\Message\\:\\:\\$items type has no value type specified in iterable type array\\.$#" + count: 1 + path: src/Bot/Model/Entity/Message/Message.php + + - + message: "#^Method RetailCrm\\\\Mg\\\\Bot\\\\Model\\\\Entity\\\\Message\\\\MessageCost\\:\\:setCurrency\\(\\) has no return typehint specified\\.$#" + count: 1 + path: src/Bot/Model/Entity/Message/MessageCost.php + + - + message: "#^Method RetailCrm\\\\Mg\\\\Bot\\\\Model\\\\Entity\\\\Message\\\\MessageCost\\:\\:setValue\\(\\) has no return typehint specified\\.$#" + count: 1 + path: src/Bot/Model/Entity/Message/MessageCost.php + + - + message: "#^Method RetailCrm\\\\Mg\\\\Bot\\\\Model\\\\Entity\\\\Message\\\\MessageDelivery\\:\\:setAddress\\(\\) has no return typehint specified\\.$#" + count: 1 + path: src/Bot/Model/Entity/Message/MessageDelivery.php + + - + message: "#^Method RetailCrm\\\\Mg\\\\Bot\\\\Model\\\\Entity\\\\Message\\\\MessageDelivery\\:\\:setComment\\(\\) has no return typehint specified\\.$#" + count: 1 + path: src/Bot/Model/Entity/Message/MessageDelivery.php + + - + message: "#^Method RetailCrm\\\\Mg\\\\Bot\\\\Model\\\\Entity\\\\Message\\\\MessageDelivery\\:\\:setName\\(\\) has no return typehint specified\\.$#" + count: 1 + path: src/Bot/Model/Entity/Message/MessageDelivery.php + + - + message: "#^Method RetailCrm\\\\Mg\\\\Bot\\\\Model\\\\Entity\\\\Message\\\\MessageDelivery\\:\\:setPrice\\(\\) has no return typehint specified\\.$#" + count: 1 + path: src/Bot/Model/Entity/Message/MessageDelivery.php + + - + message: "#^Method RetailCrm\\\\Mg\\\\Bot\\\\Model\\\\Entity\\\\Message\\\\MessageOrder\\:\\:getItems\\(\\) return type has no value type specified in iterable type array\\.$#" + count: 1 + path: src/Bot/Model/Entity/Message/MessageOrder.php + + - + message: "#^Method RetailCrm\\\\Mg\\\\Bot\\\\Model\\\\Entity\\\\Message\\\\MessageOrder\\:\\:getPayments\\(\\) return type has no value type specified in iterable type array\\.$#" + count: 1 + path: src/Bot/Model/Entity/Message/MessageOrder.php + + - + message: "#^Method RetailCrm\\\\Mg\\\\Bot\\\\Model\\\\Entity\\\\Message\\\\MessageOrder\\:\\:setCost\\(\\) has no return typehint specified\\.$#" + count: 1 + path: src/Bot/Model/Entity/Message/MessageOrder.php + + - + message: "#^Method RetailCrm\\\\Mg\\\\Bot\\\\Model\\\\Entity\\\\Message\\\\MessageOrder\\:\\:setDate\\(\\) has no return typehint specified\\.$#" + count: 1 + path: src/Bot/Model/Entity/Message/MessageOrder.php + + - + message: "#^Method RetailCrm\\\\Mg\\\\Bot\\\\Model\\\\Entity\\\\Message\\\\MessageOrder\\:\\:setDelivery\\(\\) has no return typehint specified\\.$#" + count: 1 + path: src/Bot/Model/Entity/Message/MessageOrder.php + + - + message: "#^Method RetailCrm\\\\Mg\\\\Bot\\\\Model\\\\Entity\\\\Message\\\\MessageOrder\\:\\:setItems\\(\\) has no return typehint specified\\.$#" + count: 1 + path: src/Bot/Model/Entity/Message/MessageOrder.php + + - + message: "#^Method RetailCrm\\\\Mg\\\\Bot\\\\Model\\\\Entity\\\\Message\\\\MessageOrder\\:\\:setItems\\(\\) has parameter \\$items with no value type specified in iterable type array\\.$#" + count: 1 + path: src/Bot/Model/Entity/Message/MessageOrder.php + + - + message: "#^Method RetailCrm\\\\Mg\\\\Bot\\\\Model\\\\Entity\\\\Message\\\\MessageOrder\\:\\:setNumber\\(\\) has no return typehint specified\\.$#" + count: 1 + path: src/Bot/Model/Entity/Message/MessageOrder.php + + - + message: "#^Method RetailCrm\\\\Mg\\\\Bot\\\\Model\\\\Entity\\\\Message\\\\MessageOrder\\:\\:setPayments\\(\\) has no return typehint specified\\.$#" + count: 1 + path: src/Bot/Model/Entity/Message/MessageOrder.php + + - + message: "#^Method RetailCrm\\\\Mg\\\\Bot\\\\Model\\\\Entity\\\\Message\\\\MessageOrder\\:\\:setPayments\\(\\) has parameter \\$payments with no value type specified in iterable type array\\.$#" + count: 1 + path: src/Bot/Model/Entity/Message/MessageOrder.php + + - + message: "#^Method RetailCrm\\\\Mg\\\\Bot\\\\Model\\\\Entity\\\\Message\\\\MessageOrder\\:\\:setStatus\\(\\) has no return typehint specified\\.$#" + count: 1 + path: src/Bot/Model/Entity/Message/MessageOrder.php + + - + message: "#^Method RetailCrm\\\\Mg\\\\Bot\\\\Model\\\\Entity\\\\Message\\\\MessageOrder\\:\\:setUrl\\(\\) has no return typehint specified\\.$#" + count: 1 + path: src/Bot/Model/Entity/Message/MessageOrder.php + + - + message: "#^Property RetailCrm\\\\Mg\\\\Bot\\\\Model\\\\Entity\\\\Message\\\\MessageOrder\\:\\:\\$items type has no value type specified in iterable type array\\.$#" + count: 1 + path: src/Bot/Model/Entity/Message/MessageOrder.php + + - + message: "#^Property RetailCrm\\\\Mg\\\\Bot\\\\Model\\\\Entity\\\\Message\\\\MessageOrder\\:\\:\\$payments type has no value type specified in iterable type array\\.$#" + count: 1 + path: src/Bot/Model/Entity/Message/MessageOrder.php + + - + message: "#^Method RetailCrm\\\\Mg\\\\Bot\\\\Model\\\\Entity\\\\Message\\\\MessageOrderItem\\:\\:setImg\\(\\) has no return typehint specified\\.$#" + count: 1 + path: src/Bot/Model/Entity/Message/MessageOrderItem.php + + - + message: "#^Method RetailCrm\\\\Mg\\\\Bot\\\\Model\\\\Entity\\\\Message\\\\MessageOrderItem\\:\\:setName\\(\\) has no return typehint specified\\.$#" + count: 1 + path: src/Bot/Model/Entity/Message/MessageOrderItem.php + + - + message: "#^Method RetailCrm\\\\Mg\\\\Bot\\\\Model\\\\Entity\\\\Message\\\\MessageOrderItem\\:\\:setPrice\\(\\) has no return typehint specified\\.$#" + count: 1 + path: src/Bot/Model/Entity/Message/MessageOrderItem.php + + - + message: "#^Method RetailCrm\\\\Mg\\\\Bot\\\\Model\\\\Entity\\\\Message\\\\MessageOrderItem\\:\\:setQuantity\\(\\) has no return typehint specified\\.$#" + count: 1 + path: src/Bot/Model/Entity/Message/MessageOrderItem.php + + - + message: "#^Method RetailCrm\\\\Mg\\\\Bot\\\\Model\\\\Entity\\\\Message\\\\MessageOrderItem\\:\\:setUrl\\(\\) has no return typehint specified\\.$#" + count: 1 + path: src/Bot/Model/Entity/Message/MessageOrderItem.php + + - + message: "#^Method RetailCrm\\\\Mg\\\\Bot\\\\Model\\\\Entity\\\\Message\\\\MessageOrderPaymentStatus\\:\\:setName\\(\\) has no return typehint specified\\.$#" + count: 1 + path: src/Bot/Model/Entity/Message/MessageOrderPaymentStatus.php + + - + message: "#^Method RetailCrm\\\\Mg\\\\Bot\\\\Model\\\\Entity\\\\Message\\\\MessageOrderPaymentStatus\\:\\:setPayed\\(\\) has no return typehint specified\\.$#" + count: 1 + path: src/Bot/Model/Entity/Message/MessageOrderPaymentStatus.php + + - + message: "#^Property RetailCrm\\\\Mg\\\\Bot\\\\Model\\\\Entity\\\\Message\\\\MessageOrderPaymentStatus\\:\\:\\$payed has no typehint specified\\.$#" + count: 1 + path: src/Bot/Model/Entity/Message/MessageOrderPaymentStatus.php + + - + message: "#^Method RetailCrm\\\\Mg\\\\Bot\\\\Model\\\\Entity\\\\Message\\\\MessagePayment\\:\\:setAmount\\(\\) has no return typehint specified\\.$#" + count: 1 + path: src/Bot/Model/Entity/Message/MessagePayment.php + + - + message: "#^Method RetailCrm\\\\Mg\\\\Bot\\\\Model\\\\Entity\\\\Message\\\\MessagePayment\\:\\:setName\\(\\) has no return typehint specified\\.$#" + count: 1 + path: src/Bot/Model/Entity/Message/MessagePayment.php + + - + message: "#^Method RetailCrm\\\\Mg\\\\Bot\\\\Model\\\\Entity\\\\Message\\\\MessagePayment\\:\\:setStatus\\(\\) has no return typehint specified\\.$#" + count: 1 + path: src/Bot/Model/Entity/Message/MessagePayment.php + + - + message: "#^Method RetailCrm\\\\Mg\\\\Bot\\\\Model\\\\Entity\\\\Message\\\\MessageProduct\\:\\:setArticle\\(\\) has no return typehint specified\\.$#" + count: 1 + path: src/Bot/Model/Entity/Message/MessageProduct.php + + - + message: "#^Method RetailCrm\\\\Mg\\\\Bot\\\\Model\\\\Entity\\\\Message\\\\MessageProduct\\:\\:setCost\\(\\) has no return typehint specified\\.$#" + count: 1 + path: src/Bot/Model/Entity/Message/MessageProduct.php + + - + message: "#^Method RetailCrm\\\\Mg\\\\Bot\\\\Model\\\\Entity\\\\Message\\\\MessageProduct\\:\\:setId\\(\\) has no return typehint specified\\.$#" + count: 1 + path: src/Bot/Model/Entity/Message/MessageProduct.php + + - + message: "#^Method RetailCrm\\\\Mg\\\\Bot\\\\Model\\\\Entity\\\\Message\\\\MessageProduct\\:\\:setImg\\(\\) has no return typehint specified\\.$#" + count: 1 + path: src/Bot/Model/Entity/Message/MessageProduct.php + + - + message: "#^Method RetailCrm\\\\Mg\\\\Bot\\\\Model\\\\Entity\\\\Message\\\\MessageProduct\\:\\:setName\\(\\) has no return typehint specified\\.$#" + count: 1 + path: src/Bot/Model/Entity/Message/MessageProduct.php + + - + message: "#^Method RetailCrm\\\\Mg\\\\Bot\\\\Model\\\\Entity\\\\Message\\\\MessageProduct\\:\\:setQuantity\\(\\) has no return typehint specified\\.$#" + count: 1 + path: src/Bot/Model/Entity/Message/MessageProduct.php + + - + message: "#^Method RetailCrm\\\\Mg\\\\Bot\\\\Model\\\\Entity\\\\Message\\\\MessageProduct\\:\\:setUrl\\(\\) has no return typehint specified\\.$#" + count: 1 + path: src/Bot/Model/Entity/Message/MessageProduct.php + + - + message: "#^Method RetailCrm\\\\Mg\\\\Bot\\\\Model\\\\Entity\\\\Message\\\\MessageQuantity\\:\\:setUnit\\(\\) has no return typehint specified\\.$#" + count: 1 + path: src/Bot/Model/Entity/Message/MessageQuantity.php + + - + message: "#^Method RetailCrm\\\\Mg\\\\Bot\\\\Model\\\\Entity\\\\Message\\\\MessageQuantity\\:\\:setValue\\(\\) has no return typehint specified\\.$#" + count: 1 + path: src/Bot/Model/Entity/Message/MessageQuantity.php + + - + message: "#^Method RetailCrm\\\\Mg\\\\Bot\\\\Model\\\\Entity\\\\Message\\\\MessageStatus\\:\\:setCode\\(\\) has no return typehint specified\\.$#" + count: 1 + path: src/Bot/Model/Entity/Message/MessageStatus.php + + - + message: "#^Method RetailCrm\\\\Mg\\\\Bot\\\\Model\\\\Entity\\\\Message\\\\MessageStatus\\:\\:setName\\(\\) has no return typehint specified\\.$#" + count: 1 + path: src/Bot/Model/Entity/Message/MessageStatus.php + + - + message: "#^Method RetailCrm\\\\Mg\\\\Bot\\\\Model\\\\Entity\\\\Message\\\\Suggestion\\:\\:setTitle\\(\\) has no return typehint specified\\.$#" + count: 1 + path: src/Bot/Model/Entity/Message/Suggestion.php + + - + message: "#^Method RetailCrm\\\\Mg\\\\Bot\\\\Model\\\\Entity\\\\Message\\\\Suggestion\\:\\:setType\\(\\) has no return typehint specified\\.$#" + count: 1 + path: src/Bot/Model/Entity/Message/Suggestion.php + + - + message: "#^Method RetailCrm\\\\Mg\\\\Bot\\\\Model\\\\Entity\\\\Message\\\\TransportAttachments\\:\\:getSuggestions\\(\\) return type has no value type specified in iterable type array\\.$#" + count: 1 + path: src/Bot/Model/Entity/Message/TransportAttachments.php + + - + message: "#^Method RetailCrm\\\\Mg\\\\Bot\\\\Model\\\\Entity\\\\Message\\\\TransportAttachments\\:\\:setSuggestions\\(\\) has parameter \\$suggestions with no value type specified in iterable type array\\.$#" + count: 1 + path: src/Bot/Model/Entity/Message/TransportAttachments.php + + - + message: "#^Property RetailCrm\\\\Mg\\\\Bot\\\\Model\\\\Entity\\\\Message\\\\TransportAttachments\\:\\:\\$suggestions type has no value type specified in iterable type array\\.$#" + count: 1 + path: src/Bot/Model/Entity/Message/TransportAttachments.php + + - + message: "#^Method RetailCrm\\\\Mg\\\\Bot\\\\Model\\\\Entity\\\\Responsible\\:\\:setAssignedAt\\(\\) has no return typehint specified\\.$#" + count: 1 + path: src/Bot/Model/Entity/Responsible.php + + - + message: "#^Method RetailCrm\\\\Mg\\\\Bot\\\\Model\\\\Entity\\\\Responsible\\:\\:setId\\(\\) has no return typehint specified\\.$#" + count: 1 + path: src/Bot/Model/Entity/Responsible.php + + - + message: "#^Method RetailCrm\\\\Mg\\\\Bot\\\\Model\\\\Entity\\\\Responsible\\:\\:setType\\(\\) has no return typehint specified\\.$#" + count: 1 + path: src/Bot/Model/Entity/Responsible.php + + - + message: "#^Method RetailCrm\\\\Mg\\\\Bot\\\\Model\\\\Entity\\\\User\\:\\:setAvatar\\(\\) has no return typehint specified\\.$#" + count: 1 + path: src/Bot/Model/Entity/User.php + + - + message: "#^Method RetailCrm\\\\Mg\\\\Bot\\\\Model\\\\Entity\\\\User\\:\\:setCreatedAt\\(\\) has no return typehint specified\\.$#" + count: 1 + path: src/Bot/Model/Entity/User.php + + - + message: "#^Method RetailCrm\\\\Mg\\\\Bot\\\\Model\\\\Entity\\\\User\\:\\:setExternalId\\(\\) has no return typehint specified\\.$#" + count: 1 + path: src/Bot/Model/Entity/User.php + + - + message: "#^Method RetailCrm\\\\Mg\\\\Bot\\\\Model\\\\Entity\\\\User\\:\\:setFirstName\\(\\) has no return typehint specified\\.$#" + count: 1 + path: src/Bot/Model/Entity/User.php + + - + message: "#^Method RetailCrm\\\\Mg\\\\Bot\\\\Model\\\\Entity\\\\User\\:\\:setId\\(\\) has no return typehint specified\\.$#" + count: 1 + path: src/Bot/Model/Entity/User.php + + - + message: "#^Method RetailCrm\\\\Mg\\\\Bot\\\\Model\\\\Entity\\\\User\\:\\:setIsActive\\(\\) has no return typehint specified\\.$#" + count: 1 + path: src/Bot/Model/Entity/User.php + + - + message: "#^Method RetailCrm\\\\Mg\\\\Bot\\\\Model\\\\Entity\\\\User\\:\\:setIsOnline\\(\\) has no return typehint specified\\.$#" + count: 1 + path: src/Bot/Model/Entity/User.php + + - + message: "#^Method RetailCrm\\\\Mg\\\\Bot\\\\Model\\\\Entity\\\\User\\:\\:setLastName\\(\\) has no return typehint specified\\.$#" + count: 1 + path: src/Bot/Model/Entity/User.php + + - + message: "#^Method RetailCrm\\\\Mg\\\\Bot\\\\Model\\\\Entity\\\\User\\:\\:setName\\(\\) has no return typehint specified\\.$#" + count: 1 + path: src/Bot/Model/Entity/User.php + + - + message: "#^Method RetailCrm\\\\Mg\\\\Bot\\\\Model\\\\Entity\\\\User\\:\\:setRevokedAt\\(\\) has no return typehint specified\\.$#" + count: 1 + path: src/Bot/Model/Entity/User.php + + - + message: "#^Method RetailCrm\\\\Mg\\\\Bot\\\\Model\\\\Entity\\\\User\\:\\:setType\\(\\) has no return typehint specified\\.$#" + count: 1 + path: src/Bot/Model/Entity/User.php + + - + message: "#^Method RetailCrm\\\\Mg\\\\Bot\\\\Model\\\\Entity\\\\User\\:\\:setUpdatedAt\\(\\) has no return typehint specified\\.$#" + count: 1 + path: src/Bot/Model/Entity/User.php + + - + message: "#^Method RetailCrm\\\\Mg\\\\Bot\\\\Model\\\\Entity\\\\User\\:\\:setUsername\\(\\) has no return typehint specified\\.$#" + count: 1 + path: src/Bot/Model/Entity/User.php + + - + message: "#^Method RetailCrm\\\\Mg\\\\Bot\\\\Model\\\\ModelAdapter\\:\\:getResponseList\\(\\) return type has no value type specified in iterable type array\\.$#" + count: 1 + path: src/Bot/Model/ModelAdapter.php + + - + message: "#^Method RetailCrm\\\\Mg\\\\Bot\\\\Model\\\\Request\\\\BotsRequest\\:\\:getRoles\\(\\) return type has no value type specified in iterable type array\\.$#" + count: 1 + path: src/Bot/Model/Request/BotsRequest.php + + - + message: "#^Method RetailCrm\\\\Mg\\\\Bot\\\\Model\\\\Request\\\\BotsRequest\\:\\:setActive\\(\\) has no return typehint specified\\.$#" + count: 1 + path: src/Bot/Model/Request/BotsRequest.php + + - + message: "#^Method RetailCrm\\\\Mg\\\\Bot\\\\Model\\\\Request\\\\BotsRequest\\:\\:setId\\(\\) has no return typehint specified\\.$#" + count: 1 + path: src/Bot/Model/Request/BotsRequest.php + + - + message: "#^Method RetailCrm\\\\Mg\\\\Bot\\\\Model\\\\Request\\\\BotsRequest\\:\\:setRoles\\(\\) has no return typehint specified\\.$#" + count: 1 + path: src/Bot/Model/Request/BotsRequest.php + + - + message: "#^Method RetailCrm\\\\Mg\\\\Bot\\\\Model\\\\Request\\\\BotsRequest\\:\\:setRoles\\(\\) has parameter \\$roles with no value type specified in iterable type array\\.$#" + count: 1 + path: src/Bot/Model/Request/BotsRequest.php + + - + message: "#^Method RetailCrm\\\\Mg\\\\Bot\\\\Model\\\\Request\\\\BotsRequest\\:\\:setSelf\\(\\) has no return typehint specified\\.$#" + count: 1 + path: src/Bot/Model/Request/BotsRequest.php + + - + message: "#^Method RetailCrm\\\\Mg\\\\Bot\\\\Model\\\\Request\\\\BotsRequest\\:\\:setSince\\(\\) has no return typehint specified\\.$#" + count: 1 + path: src/Bot/Model/Request/BotsRequest.php + + - + message: "#^Method RetailCrm\\\\Mg\\\\Bot\\\\Model\\\\Request\\\\BotsRequest\\:\\:setUntil\\(\\) has no return typehint specified\\.$#" + count: 1 + path: src/Bot/Model/Request/BotsRequest.php + + - + message: "#^Property RetailCrm\\\\Mg\\\\Bot\\\\Model\\\\Request\\\\BotsRequest\\:\\:\\$active has no typehint specified\\.$#" + count: 1 + path: src/Bot/Model/Request/BotsRequest.php + + - + message: "#^Property RetailCrm\\\\Mg\\\\Bot\\\\Model\\\\Request\\\\BotsRequest\\:\\:\\$roles has no typehint specified\\.$#" + count: 1 + path: src/Bot/Model/Request/BotsRequest.php + + - + message: "#^Property RetailCrm\\\\Mg\\\\Bot\\\\Model\\\\Request\\\\BotsRequest\\:\\:\\$self has no typehint specified\\.$#" + count: 1 + path: src/Bot/Model/Request/BotsRequest.php + + - + message: "#^Method RetailCrm\\\\Mg\\\\Bot\\\\Model\\\\Request\\\\ChannelsRequest\\:\\:getTypes\\(\\) return type has no value type specified in iterable type array\\.$#" + count: 1 + path: src/Bot/Model/Request/ChannelsRequest.php + + - + message: "#^Method RetailCrm\\\\Mg\\\\Bot\\\\Model\\\\Request\\\\ChannelsRequest\\:\\:setActive\\(\\) has no return typehint specified\\.$#" + count: 1 + path: src/Bot/Model/Request/ChannelsRequest.php + + - + message: "#^Method RetailCrm\\\\Mg\\\\Bot\\\\Model\\\\Request\\\\ChannelsRequest\\:\\:setId\\(\\) has no return typehint specified\\.$#" + count: 1 + path: src/Bot/Model/Request/ChannelsRequest.php + + - + message: "#^Method RetailCrm\\\\Mg\\\\Bot\\\\Model\\\\Request\\\\ChannelsRequest\\:\\:setSince\\(\\) has no return typehint specified\\.$#" + count: 1 + path: src/Bot/Model/Request/ChannelsRequest.php + + - + message: "#^Method RetailCrm\\\\Mg\\\\Bot\\\\Model\\\\Request\\\\ChannelsRequest\\:\\:setTypes\\(\\) has no return typehint specified\\.$#" + count: 1 + path: src/Bot/Model/Request/ChannelsRequest.php + + - + message: "#^Method RetailCrm\\\\Mg\\\\Bot\\\\Model\\\\Request\\\\ChannelsRequest\\:\\:setTypes\\(\\) has parameter \\$types with no value type specified in iterable type array\\.$#" + count: 1 + path: src/Bot/Model/Request/ChannelsRequest.php + + - + message: "#^Method RetailCrm\\\\Mg\\\\Bot\\\\Model\\\\Request\\\\ChannelsRequest\\:\\:setUntil\\(\\) has no return typehint specified\\.$#" + count: 1 + path: src/Bot/Model/Request/ChannelsRequest.php + + - + message: "#^Property RetailCrm\\\\Mg\\\\Bot\\\\Model\\\\Request\\\\ChannelsRequest\\:\\:\\$active has no typehint specified\\.$#" + count: 1 + path: src/Bot/Model/Request/ChannelsRequest.php + + - + message: "#^Property RetailCrm\\\\Mg\\\\Bot\\\\Model\\\\Request\\\\ChannelsRequest\\:\\:\\$types has no typehint specified\\.$#" + count: 1 + path: src/Bot/Model/Request/ChannelsRequest.php + + - + message: "#^Method RetailCrm\\\\Mg\\\\Bot\\\\Model\\\\Request\\\\ChatsRequest\\:\\:setChannelId\\(\\) has no return typehint specified\\.$#" + count: 1 + path: src/Bot/Model/Request/ChatsRequest.php + + - + message: "#^Method RetailCrm\\\\Mg\\\\Bot\\\\Model\\\\Request\\\\ChatsRequest\\:\\:setChannelType\\(\\) has no return typehint specified\\.$#" + count: 1 + path: src/Bot/Model/Request/ChatsRequest.php + + - + message: "#^Method RetailCrm\\\\Mg\\\\Bot\\\\Model\\\\Request\\\\ChatsRequest\\:\\:setId\\(\\) has no return typehint specified\\.$#" + count: 1 + path: src/Bot/Model/Request/ChatsRequest.php + + - + message: "#^Method RetailCrm\\\\Mg\\\\Bot\\\\Model\\\\Request\\\\ChatsRequest\\:\\:setSince\\(\\) has no return typehint specified\\.$#" + count: 1 + path: src/Bot/Model/Request/ChatsRequest.php + + - + message: "#^Method RetailCrm\\\\Mg\\\\Bot\\\\Model\\\\Request\\\\ChatsRequest\\:\\:setUntil\\(\\) has no return typehint specified\\.$#" + count: 1 + path: src/Bot/Model/Request/ChatsRequest.php + + - + message: "#^Property RetailCrm\\\\Mg\\\\Bot\\\\Model\\\\Request\\\\ChatsRequest\\:\\:\\$channelId has no typehint specified\\.$#" + count: 1 + path: src/Bot/Model/Request/ChatsRequest.php + + - + message: "#^Property RetailCrm\\\\Mg\\\\Bot\\\\Model\\\\Request\\\\ChatsRequest\\:\\:\\$channelType has no typehint specified\\.$#" + count: 1 + path: src/Bot/Model/Request/ChatsRequest.php + + - + message: "#^Method RetailCrm\\\\Mg\\\\Bot\\\\Model\\\\Request\\\\CommandEditRequest\\:\\:setBotId\\(\\) has no return typehint specified\\.$#" + count: 1 + path: src/Bot/Model/Request/CommandEditRequest.php + + - + message: "#^Method RetailCrm\\\\Mg\\\\Bot\\\\Model\\\\Request\\\\CommandEditRequest\\:\\:setDescription\\(\\) has no return typehint specified\\.$#" + count: 1 + path: src/Bot/Model/Request/CommandEditRequest.php + + - + message: "#^Method RetailCrm\\\\Mg\\\\Bot\\\\Model\\\\Request\\\\CommandEditRequest\\:\\:setName\\(\\) has no return typehint specified\\.$#" + count: 1 + path: src/Bot/Model/Request/CommandEditRequest.php + + - + message: "#^Method RetailCrm\\\\Mg\\\\Bot\\\\Model\\\\Request\\\\CommandsRequest\\:\\:setId\\(\\) has no return typehint specified\\.$#" + count: 1 + path: src/Bot/Model/Request/CommandsRequest.php + + - + message: "#^Method RetailCrm\\\\Mg\\\\Bot\\\\Model\\\\Request\\\\CommandsRequest\\:\\:setName\\(\\) has no return typehint specified\\.$#" + count: 1 + path: src/Bot/Model/Request/CommandsRequest.php + + - + message: "#^Method RetailCrm\\\\Mg\\\\Bot\\\\Model\\\\Request\\\\CommandsRequest\\:\\:setSince\\(\\) has no return typehint specified\\.$#" + count: 1 + path: src/Bot/Model/Request/CommandsRequest.php + + - + message: "#^Method RetailCrm\\\\Mg\\\\Bot\\\\Model\\\\Request\\\\CommandsRequest\\:\\:setUntil\\(\\) has no return typehint specified\\.$#" + count: 1 + path: src/Bot/Model/Request/CommandsRequest.php + + - + message: "#^Property RetailCrm\\\\Mg\\\\Bot\\\\Model\\\\Request\\\\CommandsRequest\\:\\:\\$name has no typehint specified\\.$#" + count: 1 + path: src/Bot/Model/Request/CommandsRequest.php + + - + message: "#^Method RetailCrm\\\\Mg\\\\Bot\\\\Model\\\\Request\\\\CustomersRequest\\:\\:setExternalId\\(\\) has no return typehint specified\\.$#" + count: 1 + path: src/Bot/Model/Request/CustomersRequest.php + + - + message: "#^Method RetailCrm\\\\Mg\\\\Bot\\\\Model\\\\Request\\\\CustomersRequest\\:\\:setId\\(\\) has no return typehint specified\\.$#" + count: 1 + path: src/Bot/Model/Request/CustomersRequest.php + + - + message: "#^Method RetailCrm\\\\Mg\\\\Bot\\\\Model\\\\Request\\\\CustomersRequest\\:\\:setSince\\(\\) has no return typehint specified\\.$#" + count: 1 + path: src/Bot/Model/Request/CustomersRequest.php + + - + message: "#^Method RetailCrm\\\\Mg\\\\Bot\\\\Model\\\\Request\\\\CustomersRequest\\:\\:setUntil\\(\\) has no return typehint specified\\.$#" + count: 1 + path: src/Bot/Model/Request/CustomersRequest.php + + - + message: "#^Property RetailCrm\\\\Mg\\\\Bot\\\\Model\\\\Request\\\\CustomersRequest\\:\\:\\$externalId has no typehint specified\\.$#" + count: 1 + path: src/Bot/Model/Request/CustomersRequest.php + + - + message: "#^Method RetailCrm\\\\Mg\\\\Bot\\\\Model\\\\Request\\\\DialogAssignRequest\\:\\:setBotId\\(\\) has no return typehint specified\\.$#" + count: 1 + path: src/Bot/Model/Request/DialogAssignRequest.php + + - + message: "#^Method RetailCrm\\\\Mg\\\\Bot\\\\Model\\\\Request\\\\DialogAssignRequest\\:\\:setDialogId\\(\\) has no return typehint specified\\.$#" + count: 1 + path: src/Bot/Model/Request/DialogAssignRequest.php + + - + message: "#^Method RetailCrm\\\\Mg\\\\Bot\\\\Model\\\\Request\\\\DialogAssignRequest\\:\\:setUserId\\(\\) has no return typehint specified\\.$#" + count: 1 + path: src/Bot/Model/Request/DialogAssignRequest.php + + - + message: "#^Method RetailCrm\\\\Mg\\\\Bot\\\\Model\\\\Request\\\\DialogsRequest\\:\\:setActive\\(\\) has no return typehint specified\\.$#" + count: 1 + path: src/Bot/Model/Request/DialogsRequest.php + + - + message: "#^Method RetailCrm\\\\Mg\\\\Bot\\\\Model\\\\Request\\\\DialogsRequest\\:\\:setAssign\\(\\) has no return typehint specified\\.$#" + count: 1 + path: src/Bot/Model/Request/DialogsRequest.php + + - + message: "#^Method RetailCrm\\\\Mg\\\\Bot\\\\Model\\\\Request\\\\DialogsRequest\\:\\:setBotId\\(\\) has no return typehint specified\\.$#" + count: 1 + path: src/Bot/Model/Request/DialogsRequest.php + + - + message: "#^Method RetailCrm\\\\Mg\\\\Bot\\\\Model\\\\Request\\\\DialogsRequest\\:\\:setChatId\\(\\) has no return typehint specified\\.$#" + count: 1 + path: src/Bot/Model/Request/DialogsRequest.php + + - + message: "#^Method RetailCrm\\\\Mg\\\\Bot\\\\Model\\\\Request\\\\DialogsRequest\\:\\:setId\\(\\) has no return typehint specified\\.$#" + count: 1 + path: src/Bot/Model/Request/DialogsRequest.php + + - + message: "#^Method RetailCrm\\\\Mg\\\\Bot\\\\Model\\\\Request\\\\DialogsRequest\\:\\:setSince\\(\\) has no return typehint specified\\.$#" + count: 1 + path: src/Bot/Model/Request/DialogsRequest.php + + - + message: "#^Method RetailCrm\\\\Mg\\\\Bot\\\\Model\\\\Request\\\\DialogsRequest\\:\\:setUntil\\(\\) has no return typehint specified\\.$#" + count: 1 + path: src/Bot/Model/Request/DialogsRequest.php + + - + message: "#^Method RetailCrm\\\\Mg\\\\Bot\\\\Model\\\\Request\\\\DialogsRequest\\:\\:setUserId\\(\\) has no return typehint specified\\.$#" + count: 1 + path: src/Bot/Model/Request/DialogsRequest.php + + - + message: "#^Method RetailCrm\\\\Mg\\\\Bot\\\\Model\\\\Request\\\\InfoRequest\\:\\:getRoles\\(\\) return type has no value type specified in iterable type array\\.$#" + count: 1 + path: src/Bot/Model/Request/InfoRequest.php + + - + message: "#^Method RetailCrm\\\\Mg\\\\Bot\\\\Model\\\\Request\\\\InfoRequest\\:\\:setAvatarUrl\\(\\) has no return typehint specified\\.$#" + count: 1 + path: src/Bot/Model/Request/InfoRequest.php + + - + message: "#^Method RetailCrm\\\\Mg\\\\Bot\\\\Model\\\\Request\\\\InfoRequest\\:\\:setName\\(\\) has no return typehint specified\\.$#" + count: 1 + path: src/Bot/Model/Request/InfoRequest.php + + - + message: "#^Method RetailCrm\\\\Mg\\\\Bot\\\\Model\\\\Request\\\\InfoRequest\\:\\:setRoles\\(\\) has no return typehint specified\\.$#" + count: 1 + path: src/Bot/Model/Request/InfoRequest.php + + - + message: "#^Method RetailCrm\\\\Mg\\\\Bot\\\\Model\\\\Request\\\\InfoRequest\\:\\:setRoles\\(\\) has parameter \\$roles with no value type specified in iterable type array\\.$#" + count: 1 + path: src/Bot/Model/Request/InfoRequest.php + + - + message: "#^Property RetailCrm\\\\Mg\\\\Bot\\\\Model\\\\Request\\\\InfoRequest\\:\\:\\$roles type has no value type specified in iterable type array\\.$#" + count: 1 + path: src/Bot/Model/Request/InfoRequest.php + + - + message: "#^Method RetailCrm\\\\Mg\\\\Bot\\\\Model\\\\Request\\\\MembersRequest\\:\\:setChatId\\(\\) has no return typehint specified\\.$#" + count: 1 + path: src/Bot/Model/Request/MembersRequest.php + + - + message: "#^Method RetailCrm\\\\Mg\\\\Bot\\\\Model\\\\Request\\\\MembersRequest\\:\\:setSince\\(\\) has no return typehint specified\\.$#" + count: 1 + path: src/Bot/Model/Request/MembersRequest.php + + - + message: "#^Method RetailCrm\\\\Mg\\\\Bot\\\\Model\\\\Request\\\\MembersRequest\\:\\:setState\\(\\) has no return typehint specified\\.$#" + count: 1 + path: src/Bot/Model/Request/MembersRequest.php + + - + message: "#^Method RetailCrm\\\\Mg\\\\Bot\\\\Model\\\\Request\\\\MembersRequest\\:\\:setUntil\\(\\) has no return typehint specified\\.$#" + count: 1 + path: src/Bot/Model/Request/MembersRequest.php + + - + message: "#^Method RetailCrm\\\\Mg\\\\Bot\\\\Model\\\\Request\\\\MembersRequest\\:\\:setUserId\\(\\) has no return typehint specified\\.$#" + count: 1 + path: src/Bot/Model/Request/MembersRequest.php + + - + message: "#^Method RetailCrm\\\\Mg\\\\Bot\\\\Model\\\\Request\\\\MessageEditRequest\\:\\:setContent\\(\\) has no return typehint specified\\.$#" + count: 1 + path: src/Bot/Model/Request/MessageEditRequest.php + + - + message: "#^Method RetailCrm\\\\Mg\\\\Bot\\\\Model\\\\Request\\\\MessageEditRequest\\:\\:setId\\(\\) has no return typehint specified\\.$#" + count: 1 + path: src/Bot/Model/Request/MessageEditRequest.php + + - + message: "#^Method RetailCrm\\\\Mg\\\\Bot\\\\Model\\\\Request\\\\MessageSendRequest\\:\\:getItems\\(\\) return type has no value type specified in iterable type array\\.$#" + count: 1 + path: src/Bot/Model/Request/MessageSendRequest.php + + - + message: "#^Method RetailCrm\\\\Mg\\\\Bot\\\\Model\\\\Request\\\\MessageSendRequest\\:\\:setChatId\\(\\) has no return typehint specified\\.$#" + count: 1 + path: src/Bot/Model/Request/MessageSendRequest.php + + - + message: "#^Method RetailCrm\\\\Mg\\\\Bot\\\\Model\\\\Request\\\\MessageSendRequest\\:\\:setContent\\(\\) has no return typehint specified\\.$#" + count: 1 + path: src/Bot/Model/Request/MessageSendRequest.php + + - + message: "#^Method RetailCrm\\\\Mg\\\\Bot\\\\Model\\\\Request\\\\MessageSendRequest\\:\\:setItems\\(\\) has no return typehint specified\\.$#" + count: 1 + path: src/Bot/Model/Request/MessageSendRequest.php + + - + message: "#^Method RetailCrm\\\\Mg\\\\Bot\\\\Model\\\\Request\\\\MessageSendRequest\\:\\:setItems\\(\\) has parameter \\$items with no value type specified in iterable type array\\.$#" + count: 1 + path: src/Bot/Model/Request/MessageSendRequest.php + + - + message: "#^Method RetailCrm\\\\Mg\\\\Bot\\\\Model\\\\Request\\\\MessageSendRequest\\:\\:setOrder\\(\\) has no return typehint specified\\.$#" + count: 1 + path: src/Bot/Model/Request/MessageSendRequest.php + + - + message: "#^Method RetailCrm\\\\Mg\\\\Bot\\\\Model\\\\Request\\\\MessageSendRequest\\:\\:setProduct\\(\\) has no return typehint specified\\.$#" + count: 1 + path: src/Bot/Model/Request/MessageSendRequest.php + + - + message: "#^Method RetailCrm\\\\Mg\\\\Bot\\\\Model\\\\Request\\\\MessageSendRequest\\:\\:setQuoteMessageId\\(\\) has no return typehint specified\\.$#" + count: 1 + path: src/Bot/Model/Request/MessageSendRequest.php + + - + message: "#^Method RetailCrm\\\\Mg\\\\Bot\\\\Model\\\\Request\\\\MessageSendRequest\\:\\:setScope\\(\\) has no return typehint specified\\.$#" + count: 1 + path: src/Bot/Model/Request/MessageSendRequest.php + + - + message: "#^Method RetailCrm\\\\Mg\\\\Bot\\\\Model\\\\Request\\\\MessageSendRequest\\:\\:setTransportAttachments\\(\\) has no return typehint specified\\.$#" + count: 1 + path: src/Bot/Model/Request/MessageSendRequest.php + + - + message: "#^Method RetailCrm\\\\Mg\\\\Bot\\\\Model\\\\Request\\\\MessageSendRequest\\:\\:setType\\(\\) has no return typehint specified\\.$#" + count: 1 + path: src/Bot/Model/Request/MessageSendRequest.php + + - + message: "#^Property RetailCrm\\\\Mg\\\\Bot\\\\Model\\\\Request\\\\MessageSendRequest\\:\\:\\$items type has no value type specified in iterable type array\\.$#" + count: 1 + path: src/Bot/Model/Request/MessageSendRequest.php + + - + message: "#^Method RetailCrm\\\\Mg\\\\Bot\\\\Model\\\\Request\\\\MessagesRequest\\:\\:setBotId\\(\\) has no return typehint specified\\.$#" + count: 1 + path: src/Bot/Model/Request/MessagesRequest.php + + - + message: "#^Method RetailCrm\\\\Mg\\\\Bot\\\\Model\\\\Request\\\\MessagesRequest\\:\\:setChannelId\\(\\) has no return typehint specified\\.$#" + count: 1 + path: src/Bot/Model/Request/MessagesRequest.php + + - + message: "#^Method RetailCrm\\\\Mg\\\\Bot\\\\Model\\\\Request\\\\MessagesRequest\\:\\:setChannelType\\(\\) has no return typehint specified\\.$#" + count: 1 + path: src/Bot/Model/Request/MessagesRequest.php + + - + message: "#^Method RetailCrm\\\\Mg\\\\Bot\\\\Model\\\\Request\\\\MessagesRequest\\:\\:setChatId\\(\\) has no return typehint specified\\.$#" + count: 1 + path: src/Bot/Model/Request/MessagesRequest.php + + - + message: "#^Method RetailCrm\\\\Mg\\\\Bot\\\\Model\\\\Request\\\\MessagesRequest\\:\\:setCustomerId\\(\\) has no return typehint specified\\.$#" + count: 1 + path: src/Bot/Model/Request/MessagesRequest.php + + - + message: "#^Method RetailCrm\\\\Mg\\\\Bot\\\\Model\\\\Request\\\\MessagesRequest\\:\\:setDialogId\\(\\) has no return typehint specified\\.$#" + count: 1 + path: src/Bot/Model/Request/MessagesRequest.php + + - + message: "#^Method RetailCrm\\\\Mg\\\\Bot\\\\Model\\\\Request\\\\MessagesRequest\\:\\:setId\\(\\) has no return typehint specified\\.$#" + count: 1 + path: src/Bot/Model/Request/MessagesRequest.php + + - + message: "#^Method RetailCrm\\\\Mg\\\\Bot\\\\Model\\\\Request\\\\MessagesRequest\\:\\:setScope\\(\\) has no return typehint specified\\.$#" + count: 1 + path: src/Bot/Model/Request/MessagesRequest.php + + - + message: "#^Method RetailCrm\\\\Mg\\\\Bot\\\\Model\\\\Request\\\\MessagesRequest\\:\\:setSince\\(\\) has no return typehint specified\\.$#" + count: 1 + path: src/Bot/Model/Request/MessagesRequest.php + + - + message: "#^Method RetailCrm\\\\Mg\\\\Bot\\\\Model\\\\Request\\\\MessagesRequest\\:\\:setType\\(\\) has no return typehint specified\\.$#" + count: 1 + path: src/Bot/Model/Request/MessagesRequest.php + + - + message: "#^Method RetailCrm\\\\Mg\\\\Bot\\\\Model\\\\Request\\\\MessagesRequest\\:\\:setUntil\\(\\) has no return typehint specified\\.$#" + count: 1 + path: src/Bot/Model/Request/MessagesRequest.php + + - + message: "#^Method RetailCrm\\\\Mg\\\\Bot\\\\Model\\\\Request\\\\MessagesRequest\\:\\:setUserId\\(\\) has no return typehint specified\\.$#" + count: 1 + path: src/Bot/Model/Request/MessagesRequest.php + + - + message: "#^Method RetailCrm\\\\Mg\\\\Bot\\\\Model\\\\Request\\\\UploadFileByUrlRequest\\:\\:setUrl\\(\\) has no return typehint specified\\.$#" + count: 1 + path: src/Bot/Model/Request/UploadFileByUrlRequest.php + + - + message: "#^Method RetailCrm\\\\Mg\\\\Bot\\\\Model\\\\Request\\\\UsersRequest\\:\\:setActive\\(\\) has no return typehint specified\\.$#" + count: 1 + path: src/Bot/Model/Request/UsersRequest.php + + - + message: "#^Method RetailCrm\\\\Mg\\\\Bot\\\\Model\\\\Request\\\\UsersRequest\\:\\:setExternalId\\(\\) has no return typehint specified\\.$#" + count: 1 + path: src/Bot/Model/Request/UsersRequest.php + + - + message: "#^Method RetailCrm\\\\Mg\\\\Bot\\\\Model\\\\Request\\\\UsersRequest\\:\\:setId\\(\\) has no return typehint specified\\.$#" + count: 1 + path: src/Bot/Model/Request/UsersRequest.php + + - + message: "#^Method RetailCrm\\\\Mg\\\\Bot\\\\Model\\\\Request\\\\UsersRequest\\:\\:setOnline\\(\\) has no return typehint specified\\.$#" + count: 1 + path: src/Bot/Model/Request/UsersRequest.php + + - + message: "#^Method RetailCrm\\\\Mg\\\\Bot\\\\Model\\\\Request\\\\UsersRequest\\:\\:setSince\\(\\) has no return typehint specified\\.$#" + count: 1 + path: src/Bot/Model/Request/UsersRequest.php + + - + message: "#^Method RetailCrm\\\\Mg\\\\Bot\\\\Model\\\\Request\\\\UsersRequest\\:\\:setUntil\\(\\) has no return typehint specified\\.$#" + count: 1 + path: src/Bot/Model/Request/UsersRequest.php + + - + message: "#^Property RetailCrm\\\\Mg\\\\Bot\\\\Model\\\\Request\\\\UsersRequest\\:\\:\\$active has no typehint specified\\.$#" + count: 1 + path: src/Bot/Model/Request/UsersRequest.php + + - + message: "#^Property RetailCrm\\\\Mg\\\\Bot\\\\Model\\\\Request\\\\UsersRequest\\:\\:\\$externalId has no typehint specified\\.$#" + count: 1 + path: src/Bot/Model/Request/UsersRequest.php + + - + message: "#^Property RetailCrm\\\\Mg\\\\Bot\\\\Model\\\\Request\\\\UsersRequest\\:\\:\\$online has no typehint specified\\.$#" + count: 1 + path: src/Bot/Model/Request/UsersRequest.php + + - + message: "#^Method RetailCrm\\\\Mg\\\\Bot\\\\Model\\\\Response\\\\AssignResponse\\:\\:getErrors\\(\\) return type has no value type specified in iterable type array\\.$#" + count: 1 + path: src/Bot/Model/Response/AssignResponse.php + + - + message: "#^Method RetailCrm\\\\Mg\\\\Bot\\\\Model\\\\Response\\\\AssignResponse\\:\\:setErrors\\(\\) has no return typehint specified\\.$#" + count: 1 + path: src/Bot/Model/Response/AssignResponse.php + + - + message: "#^Method RetailCrm\\\\Mg\\\\Bot\\\\Model\\\\Response\\\\AssignResponse\\:\\:setErrors\\(\\) has parameter \\$errors with no value type specified in iterable type array\\.$#" + count: 1 + path: src/Bot/Model/Response/AssignResponse.php + + - + message: "#^Method RetailCrm\\\\Mg\\\\Bot\\\\Model\\\\Response\\\\AssignResponse\\:\\:setIsReassign\\(\\) has no return typehint specified\\.$#" + count: 1 + path: src/Bot/Model/Response/AssignResponse.php + + - + message: "#^Method RetailCrm\\\\Mg\\\\Bot\\\\Model\\\\Response\\\\AssignResponse\\:\\:setLeftManagerId\\(\\) has no return typehint specified\\.$#" + count: 1 + path: src/Bot/Model/Response/AssignResponse.php + + - + message: "#^Method RetailCrm\\\\Mg\\\\Bot\\\\Model\\\\Response\\\\AssignResponse\\:\\:setPreviousResponsible\\(\\) has no return typehint specified\\.$#" + count: 1 + path: src/Bot/Model/Response/AssignResponse.php + + - + message: "#^Method RetailCrm\\\\Mg\\\\Bot\\\\Model\\\\Response\\\\AssignResponse\\:\\:setResponsible\\(\\) has no return typehint specified\\.$#" + count: 1 + path: src/Bot/Model/Response/AssignResponse.php + + - + message: "#^Method RetailCrm\\\\Mg\\\\Bot\\\\Model\\\\Response\\\\AssignResponse\\:\\:setStatusCode\\(\\) has no return typehint specified\\.$#" + count: 1 + path: src/Bot/Model/Response/AssignResponse.php + + - + message: "#^Property RetailCrm\\\\Mg\\\\Bot\\\\Model\\\\Response\\\\AssignResponse\\:\\:\\$errors type has no value type specified in iterable type array\\.$#" + count: 1 + path: src/Bot/Model/Response/AssignResponse.php + + - + message: "#^Method RetailCrm\\\\Mg\\\\Bot\\\\Model\\\\Response\\\\ErrorOnlyResponse\\:\\:getErrors\\(\\) return type has no value type specified in iterable type array\\.$#" + count: 1 + path: src/Bot/Model/Response/ErrorOnlyResponse.php + + - + message: "#^Method RetailCrm\\\\Mg\\\\Bot\\\\Model\\\\Response\\\\ErrorOnlyResponse\\:\\:setErrors\\(\\) has no return typehint specified\\.$#" + count: 1 + path: src/Bot/Model/Response/ErrorOnlyResponse.php + + - + message: "#^Method RetailCrm\\\\Mg\\\\Bot\\\\Model\\\\Response\\\\ErrorOnlyResponse\\:\\:setErrors\\(\\) has parameter \\$errors with no value type specified in iterable type array\\.$#" + count: 1 + path: src/Bot/Model/Response/ErrorOnlyResponse.php + + - + message: "#^Method RetailCrm\\\\Mg\\\\Bot\\\\Model\\\\Response\\\\ErrorOnlyResponse\\:\\:setStatusCode\\(\\) has no return typehint specified\\.$#" + count: 1 + path: src/Bot/Model/Response/ErrorOnlyResponse.php + + - + message: "#^Property RetailCrm\\\\Mg\\\\Bot\\\\Model\\\\Response\\\\ErrorOnlyResponse\\:\\:\\$errors type has no value type specified in iterable type array\\.$#" + count: 1 + path: src/Bot/Model/Response/ErrorOnlyResponse.php + + - + message: "#^Method RetailCrm\\\\Mg\\\\Bot\\\\Model\\\\Response\\\\FullFileResponse\\:\\:getErrors\\(\\) return type has no value type specified in iterable type array\\.$#" + count: 1 + path: src/Bot/Model/Response/FullFileResponse.php + + - + message: "#^Method RetailCrm\\\\Mg\\\\Bot\\\\Model\\\\Response\\\\FullFileResponse\\:\\:setErrors\\(\\) has no return typehint specified\\.$#" + count: 1 + path: src/Bot/Model/Response/FullFileResponse.php + + - + message: "#^Method RetailCrm\\\\Mg\\\\Bot\\\\Model\\\\Response\\\\FullFileResponse\\:\\:setErrors\\(\\) has parameter \\$errors with no value type specified in iterable type array\\.$#" + count: 1 + path: src/Bot/Model/Response/FullFileResponse.php + + - + message: "#^Method RetailCrm\\\\Mg\\\\Bot\\\\Model\\\\Response\\\\FullFileResponse\\:\\:setId\\(\\) has no return typehint specified\\.$#" + count: 1 + path: src/Bot/Model/Response/FullFileResponse.php + + - + message: "#^Method RetailCrm\\\\Mg\\\\Bot\\\\Model\\\\Response\\\\FullFileResponse\\:\\:setSize\\(\\) has no return typehint specified\\.$#" + count: 1 + path: src/Bot/Model/Response/FullFileResponse.php + + - + message: "#^Method RetailCrm\\\\Mg\\\\Bot\\\\Model\\\\Response\\\\FullFileResponse\\:\\:setStatusCode\\(\\) has no return typehint specified\\.$#" + count: 1 + path: src/Bot/Model/Response/FullFileResponse.php + + - + message: "#^Method RetailCrm\\\\Mg\\\\Bot\\\\Model\\\\Response\\\\FullFileResponse\\:\\:setType\\(\\) has no return typehint specified\\.$#" + count: 1 + path: src/Bot/Model/Response/FullFileResponse.php + + - + message: "#^Method RetailCrm\\\\Mg\\\\Bot\\\\Model\\\\Response\\\\FullFileResponse\\:\\:setUrl\\(\\) has no return typehint specified\\.$#" + count: 1 + path: src/Bot/Model/Response/FullFileResponse.php + + - + message: "#^Property RetailCrm\\\\Mg\\\\Bot\\\\Model\\\\Response\\\\FullFileResponse\\:\\:\\$errors type has no value type specified in iterable type array\\.$#" + count: 1 + path: src/Bot/Model/Response/FullFileResponse.php + + - + message: "#^Method RetailCrm\\\\Mg\\\\Bot\\\\Model\\\\Response\\\\MessageSendResponse\\:\\:getErrors\\(\\) return type has no value type specified in iterable type array\\.$#" + count: 1 + path: src/Bot/Model/Response/MessageSendResponse.php + + - + message: "#^Method RetailCrm\\\\Mg\\\\Bot\\\\Model\\\\Response\\\\MessageSendResponse\\:\\:setErrors\\(\\) has no return typehint specified\\.$#" + count: 1 + path: src/Bot/Model/Response/MessageSendResponse.php + + - + message: "#^Method RetailCrm\\\\Mg\\\\Bot\\\\Model\\\\Response\\\\MessageSendResponse\\:\\:setErrors\\(\\) has parameter \\$errors with no value type specified in iterable type array\\.$#" + count: 1 + path: src/Bot/Model/Response/MessageSendResponse.php + + - + message: "#^Method RetailCrm\\\\Mg\\\\Bot\\\\Model\\\\Response\\\\MessageSendResponse\\:\\:setMessageId\\(\\) has no return typehint specified\\.$#" + count: 1 + path: src/Bot/Model/Response/MessageSendResponse.php + + - + message: "#^Method RetailCrm\\\\Mg\\\\Bot\\\\Model\\\\Response\\\\MessageSendResponse\\:\\:setStatusCode\\(\\) has no return typehint specified\\.$#" + count: 1 + path: src/Bot/Model/Response/MessageSendResponse.php + + - + message: "#^Method RetailCrm\\\\Mg\\\\Bot\\\\Model\\\\Response\\\\MessageSendResponse\\:\\:setTime\\(\\) has no return typehint specified\\.$#" + count: 1 + path: src/Bot/Model/Response/MessageSendResponse.php + + - + message: "#^Property RetailCrm\\\\Mg\\\\Bot\\\\Model\\\\Response\\\\MessageSendResponse\\:\\:\\$errors type has no value type specified in iterable type array\\.$#" + count: 1 + path: src/Bot/Model/Response/MessageSendResponse.php + + - + message: "#^Method RetailCrm\\\\Mg\\\\Bot\\\\Model\\\\Response\\\\UnassignResponse\\:\\:getErrors\\(\\) return type has no value type specified in iterable type array\\.$#" + count: 1 + path: src/Bot/Model/Response/UnassignResponse.php + + - + message: "#^Method RetailCrm\\\\Mg\\\\Bot\\\\Model\\\\Response\\\\UnassignResponse\\:\\:setErrors\\(\\) has no return typehint specified\\.$#" + count: 1 + path: src/Bot/Model/Response/UnassignResponse.php + + - + message: "#^Method RetailCrm\\\\Mg\\\\Bot\\\\Model\\\\Response\\\\UnassignResponse\\:\\:setErrors\\(\\) has parameter \\$errors with no value type specified in iterable type array\\.$#" + count: 1 + path: src/Bot/Model/Response/UnassignResponse.php + + - + message: "#^Method RetailCrm\\\\Mg\\\\Bot\\\\Model\\\\Response\\\\UnassignResponse\\:\\:setPreviousResponsible\\(\\) has no return typehint specified\\.$#" + count: 1 + path: src/Bot/Model/Response/UnassignResponse.php + + - + message: "#^Method RetailCrm\\\\Mg\\\\Bot\\\\Model\\\\Response\\\\UnassignResponse\\:\\:setStatusCode\\(\\) has no return typehint specified\\.$#" + count: 1 + path: src/Bot/Model/Response/UnassignResponse.php + + - + message: "#^Property RetailCrm\\\\Mg\\\\Bot\\\\Model\\\\Response\\\\UnassignResponse\\:\\:\\$errors type has no value type specified in iterable type array\\.$#" + count: 1 + path: src/Bot/Model/Response/UnassignResponse.php + + - + message: "#^Method RetailCrm\\\\Mg\\\\Bot\\\\Model\\\\Response\\\\UploadFileResponse\\:\\:getErrors\\(\\) return type has no value type specified in iterable type array\\.$#" + count: 1 + path: src/Bot/Model/Response/UploadFileResponse.php + + - + message: "#^Method RetailCrm\\\\Mg\\\\Bot\\\\Model\\\\Response\\\\UploadFileResponse\\:\\:setCreatedAt\\(\\) has no return typehint specified\\.$#" + count: 1 + path: src/Bot/Model/Response/UploadFileResponse.php + + - + message: "#^Method RetailCrm\\\\Mg\\\\Bot\\\\Model\\\\Response\\\\UploadFileResponse\\:\\:setErrors\\(\\) has no return typehint specified\\.$#" + count: 1 + path: src/Bot/Model/Response/UploadFileResponse.php + + - + message: "#^Method RetailCrm\\\\Mg\\\\Bot\\\\Model\\\\Response\\\\UploadFileResponse\\:\\:setErrors\\(\\) has parameter \\$errors with no value type specified in iterable type array\\.$#" + count: 1 + path: src/Bot/Model/Response/UploadFileResponse.php + + - + message: "#^Method RetailCrm\\\\Mg\\\\Bot\\\\Model\\\\Response\\\\UploadFileResponse\\:\\:setHash\\(\\) has no return typehint specified\\.$#" + count: 1 + path: src/Bot/Model/Response/UploadFileResponse.php + + - + message: "#^Method RetailCrm\\\\Mg\\\\Bot\\\\Model\\\\Response\\\\UploadFileResponse\\:\\:setId\\(\\) has no return typehint specified\\.$#" + count: 1 + path: src/Bot/Model/Response/UploadFileResponse.php + + - + message: "#^Method RetailCrm\\\\Mg\\\\Bot\\\\Model\\\\Response\\\\UploadFileResponse\\:\\:setMeta\\(\\) has no return typehint specified\\.$#" + count: 1 + path: src/Bot/Model/Response/UploadFileResponse.php + + - + message: "#^Method RetailCrm\\\\Mg\\\\Bot\\\\Model\\\\Response\\\\UploadFileResponse\\:\\:setMimeType\\(\\) has no return typehint specified\\.$#" + count: 1 + path: src/Bot/Model/Response/UploadFileResponse.php + + - + message: "#^Method RetailCrm\\\\Mg\\\\Bot\\\\Model\\\\Response\\\\UploadFileResponse\\:\\:setSize\\(\\) has no return typehint specified\\.$#" + count: 1 + path: src/Bot/Model/Response/UploadFileResponse.php + + - + message: "#^Method RetailCrm\\\\Mg\\\\Bot\\\\Model\\\\Response\\\\UploadFileResponse\\:\\:setSourceUrl\\(\\) has no return typehint specified\\.$#" + count: 1 + path: src/Bot/Model/Response/UploadFileResponse.php + + - + message: "#^Method RetailCrm\\\\Mg\\\\Bot\\\\Model\\\\Response\\\\UploadFileResponse\\:\\:setStatusCode\\(\\) has no return typehint specified\\.$#" + count: 1 + path: src/Bot/Model/Response/UploadFileResponse.php + + - + message: "#^Method RetailCrm\\\\Mg\\\\Bot\\\\Model\\\\Response\\\\UploadFileResponse\\:\\:setType\\(\\) has no return typehint specified\\.$#" + count: 1 + path: src/Bot/Model/Response/UploadFileResponse.php + + - + message: "#^Property RetailCrm\\\\Mg\\\\Bot\\\\Model\\\\Response\\\\UploadFileResponse\\:\\:\\$errors type has no value type specified in iterable type array\\.$#" + count: 1 + path: src/Bot/Model/Response/UploadFileResponse.php + + - + message: "#^Property RetailCrm\\\\Mg\\\\Bot\\\\Model\\\\Response\\\\UploadFileResponse\\:\\:\\$sourceUrl has no typehint specified\\.$#" + count: 1 + path: src/Bot/Model/Response/UploadFileResponse.php + + - + message: "#^Method RetailCrm\\\\Common\\\\Register\\:\\:getActions\\(\\) return type has no value type specified in iterable type array\\.$#" + count: 1 + path: src/Register.php + + - + message: "#^Method RetailCrm\\\\Common\\\\Register\\:\\:getArrayConfiguration\\(\\) return type has no value type specified in iterable type array\\.$#" + count: 1 + path: src/Register.php + + - + message: "#^Method RetailCrm\\\\Common\\\\Register\\:\\:getAvailableCountries\\(\\) return type has no value type specified in iterable type array\\.$#" + count: 1 + path: src/Register.php + + - + message: "#^Method RetailCrm\\\\Common\\\\Register\\:\\:getIntegrations\\(\\) return type has no value type specified in iterable type array\\.$#" + count: 1 + path: src/Register.php + + - + message: "#^Method RetailCrm\\\\Common\\\\Register\\:\\:setAccountUrl\\(\\) has no return typehint specified\\.$#" + count: 1 + path: src/Register.php + + - + message: "#^Method RetailCrm\\\\Common\\\\Register\\:\\:setActions\\(\\) has no return typehint specified\\.$#" + count: 1 + path: src/Register.php + + - + message: "#^Method RetailCrm\\\\Common\\\\Register\\:\\:setActions\\(\\) has parameter \\$actions with no value type specified in iterable type array\\.$#" + count: 1 + path: src/Register.php + + - + message: "#^Method RetailCrm\\\\Common\\\\Register\\:\\:setActive\\(\\) has no return typehint specified\\.$#" + count: 1 + path: src/Register.php + + - + message: "#^Method RetailCrm\\\\Common\\\\Register\\:\\:setAvailableCountries\\(\\) has no return typehint specified\\.$#" + count: 1 + path: src/Register.php + + - + message: "#^Method RetailCrm\\\\Common\\\\Register\\:\\:setAvailableCountries\\(\\) has parameter \\$availableCountries with no value type specified in iterable type array\\.$#" + count: 1 + path: src/Register.php + + - + message: "#^Method RetailCrm\\\\Common\\\\Register\\:\\:setBaseUrl\\(\\) has no return typehint specified\\.$#" + count: 1 + path: src/Register.php + + - + message: "#^Method RetailCrm\\\\Common\\\\Register\\:\\:setClientId\\(\\) has no return typehint specified\\.$#" + count: 1 + path: src/Register.php + + - + message: "#^Method RetailCrm\\\\Common\\\\Register\\:\\:setCode\\(\\) has no return typehint specified\\.$#" + count: 1 + path: src/Register.php + + - + message: "#^Method RetailCrm\\\\Common\\\\Register\\:\\:setIntegrationCode\\(\\) has no return typehint specified\\.$#" + count: 1 + path: src/Register.php + + - + message: "#^Method RetailCrm\\\\Common\\\\Register\\:\\:setIntegrations\\(\\) has no return typehint specified\\.$#" + count: 1 + path: src/Register.php + + - + message: "#^Method RetailCrm\\\\Common\\\\Register\\:\\:setIntegrations\\(\\) has parameter \\$integrations with no value type specified in iterable type array\\.$#" + count: 1 + path: src/Register.php + + - + message: "#^Method RetailCrm\\\\Common\\\\Register\\:\\:setLogo\\(\\) has no return typehint specified\\.$#" + count: 1 + path: src/Register.php + + - + message: "#^Method RetailCrm\\\\Common\\\\Register\\:\\:setName\\(\\) has no return typehint specified\\.$#" + count: 1 + path: src/Register.php + + - + message: "#^Property RetailCrm\\\\Common\\\\Register\\:\\:\\$actions type has no value type specified in iterable type array\\.$#" + count: 1 + path: src/Register.php + + - + message: "#^Property RetailCrm\\\\Common\\\\Register\\:\\:\\$availableCountries type has no value type specified in iterable type array\\.$#" + count: 1 + path: src/Register.php + + - + message: "#^Property RetailCrm\\\\Common\\\\Register\\:\\:\\$integrations type has no value type specified in iterable type array\\.$#" + count: 1 + path: src/Register.php + + - + message: "#^Method RetailCrm\\\\Common\\\\Serializer\\:\\:serialize\\(\\) return type has no value type specified in iterable type array\\.$#" + count: 1 + path: src/Serializer.php + + - + message: "#^Method RetailCrm\\\\Common\\\\Url\\:\\:buildGetParameters\\(\\) has parameter \\$params with no value type specified in iterable type array\\.$#" + count: 1 + path: src/Url.php + diff --git a/phpstan.neon b/phpstan.neon index 83bf90b..7f2fe2c 100644 --- a/phpstan.neon +++ b/phpstan.neon @@ -1,6 +1,7 @@ +includes: + - phpstan-baseline.neon + parameters: - autoload_files: - - %currentWorkingDirectory%/vendor/autoload.php level: 7 paths: - %currentWorkingDirectory%/src diff --git a/src/Bot/HttpClient.php b/src/Bot/HttpClient.php index e750a33..e56f950 100644 --- a/src/Bot/HttpClient.php +++ b/src/Bot/HttpClient.php @@ -232,7 +232,7 @@ class HttpClient $message = ''; foreach ($errors as $error) { - $message .= (string)$error; + $message .= $error->getMessage(); } throw new InvalidArgumentException($message); diff --git a/src/Bot/Model/Entity/Channel/Channel.php b/src/Bot/Model/Entity/Channel/Channel.php index 1b29e40..31a6efb 100644 --- a/src/Bot/Model/Entity/Channel/Channel.php +++ b/src/Bot/Model/Entity/Channel/Channel.php @@ -233,7 +233,7 @@ class Channel implements ModelInterface /** * @param string $name */ - public function setName(string $name) + public function setName($name) { $this->name = $name; } diff --git a/src/Serializer.php b/src/Serializer.php index c3d8f96..c8c6075 100644 --- a/src/Serializer.php +++ b/src/Serializer.php @@ -40,14 +40,16 @@ class Serializer $serializer = SerializerBuilder::create()->build(); $context = self::getContext(false); - switch ($serialize) { - case self::S_ARRAY: - $serialized = $serializer->toArray($request, $context); - break; - case self::S_JSON: - default: - $serialized = $serializer->serialize($request, $serialize, $context); - break; + if ($context instanceof SerializationContext) { + switch ($serialize) { + case self::S_ARRAY: + $serialized = $serializer->toArray($request, $context); + break; + case self::S_JSON: + default: + $serialized = $serializer->serialize($request, $serialize, $context); + break; + } } return $serialized; @@ -68,15 +70,17 @@ class Serializer $serializer = SerializerBuilder::create()->build(); $context = self::getContext(true); - switch ($from) { - case self::S_ARRAY: - $deserialized = $serializer - ->fromArray(array_filter($data), self::normalizeNamespace($entityType), $context); - break; - case self::S_JSON: - $deserialized = $serializer - ->deserialize($data, self::normalizeNamespace($entityType), $from, $context); - break; + if ($context instanceof DeserializationContext) { + switch ($from) { + case self::S_ARRAY: + $deserialized = $serializer + ->fromArray(array_filter($data), self::normalizeNamespace($entityType), $context); + break; + case self::S_JSON: + $deserialized = $serializer + ->deserialize($data, self::normalizeNamespace($entityType), $from, $context); + break; + } } return $deserialized instanceof ModelInterface ? $deserialized : new ErrorOnlyResponse(); @@ -93,9 +97,9 @@ class Serializer $context = new DeserializationContext(); } else { $context = new SerializationContext(); - } - $context->setSerializeNull(false); + $context->setSerializeNull(false); + } return $context; } @@ -103,7 +107,7 @@ class Serializer /** * @param string $namespace * - * @return bool|string + * @return string */ private static function normalizeNamespace(string $namespace) { diff --git a/tests/bootstrap.php b/tests/bootstrap.php index 7255d36..0ccc276 100644 --- a/tests/bootstrap.php +++ b/tests/bootstrap.php @@ -14,6 +14,7 @@ use Symfony\Component\Dotenv\Dotenv; $dotenv = new Dotenv(); try { + $dotenv->usePutenv(true); $dotenv->load(__DIR__ . '/../.env'); } catch (Exception $exception) { echo "WARNING: Can't load .env file. Using default environment.";