From bd4c20765abe9e43d760e4094c1df0ea2a0fb207 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20B=C3=B6hmer?= Date: Sat, 2 Oct 2021 19:36:17 +0200 Subject: [PATCH] Updated composer dependencies. --- .gitignore | 11 - .phpcs-cache | 1 + composer.json | 6 +- composer.lock | 1825 ++++++++++-------------------------------------- phpcs.xml.dist | 19 - symfony.lock | 89 +-- 6 files changed, 375 insertions(+), 1576 deletions(-) create mode 100644 .phpcs-cache delete mode 100644 phpcs.xml.dist diff --git a/.gitignore b/.gitignore index 66766dbd..9a6a6fc8 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,3 @@ - ###> symfony/framework-bundle ### /.env.local /.env.local.php @@ -39,13 +38,3 @@ yarn-error.log /phpunit.xml .phpunit.result.cache ###< phpunit/phpunit ### - -###> squizlabs/php_codesniffer ### -/.phpcs-cache -/phpcs.xml -###< squizlabs/php_codesniffer ### - -###> friendsofphp/php-cs-fixer ### -/.php_cs -/.php_cs.cache -###< friendsofphp/php-cs-fixer ### diff --git a/.phpcs-cache b/.phpcs-cache new file mode 100644 index 00000000..e18715ea --- /dev/null +++ b/.phpcs-cache @@ -0,0 +1 @@ +{"config":{"phpVersion":80003,"phpExtensions":"32ee25f932bd13e3e205b3c977ffdf77","tabWidth":4,"encoding":"utf-8","recordErrors":true,"annotations":true,"configData":{"installed_paths":"..\/..\/slevomat\/coding-standard"},"codeHash":"b1f2e073b3733ab2cbb5d99d76e4848b","rulesetHash":"6437dc4eda23e7c26f5f667da4f4ba90"},"C:\\Users\\janhb\\AppData\\Local\\Temp\\PHP_CodeSniffertemp_folder\\src\\Twig\\AppExtension.php":{"hash":"0b4227a089712349f72fec31debb916033206","errors":{"82":{"74":[{"message":"The closing parenthesis of a multi-line function declaration must be on a new line","source":"Squiz.Functions.MultiLineFunctionDeclaration.CloseBracketLine","listener":"PHP_CodeSniffer\\Standards\\Squiz\\Sniffs\\Functions\\MultiLineFunctionDeclarationSniff","severity":5,"fixable":true}],"43":[{"message":"Multi-line function declarations must define one parameter per line","source":"Squiz.Functions.MultiLineFunctionDeclaration.OneParamPerLine","listener":"PHP_CodeSniffer\\Standards\\Squiz\\Sniffs\\Functions\\MultiLineFunctionDeclarationSniff","severity":5,"fixable":true}]},"83":{"5":[{"message":"The closing parenthesis and the opening brace of a multi-line function declaration must be on the same line","source":"Squiz.Functions.MultiLineFunctionDeclaration.NewlineBeforeOpenBrace","listener":"PHP_CodeSniffer\\Standards\\Squiz\\Sniffs\\Functions\\MultiLineFunctionDeclarationSniff","severity":5,"fixable":true}]},"77":{"33":[{"message":"The first parameter of a multi-line function declaration must be on the line after the opening bracket","source":"Squiz.Functions.MultiLineFunctionDeclaration.FirstParamSpacing","listener":"PHP_CodeSniffer\\Standards\\Squiz\\Sniffs\\Functions\\MultiLineFunctionDeclarationSniff","severity":5,"fixable":true}],"73":[{"message":"Multi-line function declarations must define one parameter per line","source":"Squiz.Functions.MultiLineFunctionDeclaration.OneParamPerLine","listener":"PHP_CodeSniffer\\Standards\\Squiz\\Sniffs\\Functions\\MultiLineFunctionDeclarationSniff","severity":5,"fixable":true}]},"78":{"42":[{"message":"Multi-line function declarations must define one parameter per line","source":"Squiz.Functions.MultiLineFunctionDeclaration.OneParamPerLine","listener":"PHP_CodeSniffer\\Standards\\Squiz\\Sniffs\\Functions\\MultiLineFunctionDeclarationSniff","severity":5,"fixable":true}]},"80":{"35":[{"message":"Multi-line function declarations must define one parameter per line","source":"Squiz.Functions.MultiLineFunctionDeclaration.OneParamPerLine","listener":"PHP_CodeSniffer\\Standards\\Squiz\\Sniffs\\Functions\\MultiLineFunctionDeclarationSniff","severity":5,"fixable":true}]}},"warnings":[],"metrics":{"PHP closing tag at end of PHP-only file":{"values":{"no":1}},"Number of newlines at EOF":{"values":{"1":1}},"Declarations and side effects mixed":{"values":{"no":1}},"PHP short open tag used":{"values":{"no":1}},"EOL char":{"values":{"\\n":1}},"Line length":{"values":{"80 or less":142,"81-120":11}},"Line indent":{"values":{"spaces":92}},"PHP keyword case":{"values":{"lower":78}},"Multiple statements on same line":{"values":{"no":54}},"Class opening brace placement":{"values":{"new line":1}},"One class per file":{"values":{"yes":1}},"Class defined in namespace":{"values":{"yes":1}},"PascalCase class name":{"values":{"yes":1}},"CamelCase method name":{"values":{"yes":9}},"Function opening brace placement":{"values":{"new line":9}},"Closure opening brace placement":{"values":{"same line":1}},"PHP constant case":{"values":{"lower":3}},"Spaces after control structure open parenthesis":{"values":[1]},"Spaces before control structure close parenthesis":{"values":[1]},"Blank lines at start of control structure":{"values":[1]},"Blank lines at end of control structure":{"values":[1]},"Control structure defined inline":{"values":{"no":1}}},"errorCount":7,"warningCount":0,"fixableCount":7,"numTokens":1271},"C:\\Users\\janhb\\AppData\\Local\\Temp\\PHP_CodeSniffertemp_folder1\\assets\\app.js":{"hash":"2262998a5aea24e36225fbba16ce0be933206","errors":[],"warnings":[],"metrics":{"EOL char":{"values":{"\\n":1}}},"errorCount":0,"warningCount":0,"fixableCount":0,"numTokens":23},"C:\\Users\\janhb\\AppData\\Local\\Temp\\PHP_CodeSniffertemp_folder2\\assets\\js\\app.js":{"hash":"7c43a51893c7d02173f984723ef56af833206","errors":{"54":{"1":[{"message":"Space after opening parenthesis of function call prohibited","source":"PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket","listener":"PHP_CodeSniffer\\Standards\\PSR2\\Sniffs\\Methods\\FunctionCallSignatureSniff","severity":5,"fixable":true}],"31":[{"message":"Expected 0 spaces before closing parenthesis; 1 found","source":"PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket","listener":"PHP_CodeSniffer\\Standards\\PSR2\\Sniffs\\Methods\\FunctionCallSignatureSniff","severity":5,"fixable":true}]},"55":{"1":[{"message":"Space after opening parenthesis of function call prohibited","source":"PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket","listener":"PHP_CodeSniffer\\Standards\\PSR2\\Sniffs\\Methods\\FunctionCallSignatureSniff","severity":5,"fixable":true}],"39":[{"message":"Expected 0 spaces before closing parenthesis; 1 found","source":"PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket","listener":"PHP_CodeSniffer\\Standards\\PSR2\\Sniffs\\Methods\\FunctionCallSignatureSniff","severity":5,"fixable":true}]},"56":{"1":[{"message":"Space after opening parenthesis of function call prohibited","source":"PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket","listener":"PHP_CodeSniffer\\Standards\\PSR2\\Sniffs\\Methods\\FunctionCallSignatureSniff","severity":5,"fixable":true}],"56":[{"message":"Expected 0 spaces before closing parenthesis; 1 found","source":"PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket","listener":"PHP_CodeSniffer\\Standards\\PSR2\\Sniffs\\Methods\\FunctionCallSignatureSniff","severity":5,"fixable":true}]},"59":{"1":[{"message":"Space after opening parenthesis of function call prohibited","source":"PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket","listener":"PHP_CodeSniffer\\Standards\\PSR2\\Sniffs\\Methods\\FunctionCallSignatureSniff","severity":5,"fixable":true}],"43":[{"message":"Expected 0 spaces before closing parenthesis; 1 found","source":"PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket","listener":"PHP_CodeSniffer\\Standards\\PSR2\\Sniffs\\Methods\\FunctionCallSignatureSniff","severity":5,"fixable":true}]},"60":{"1":[{"message":"Space after opening parenthesis of function call prohibited","source":"PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket","listener":"PHP_CodeSniffer\\Standards\\PSR2\\Sniffs\\Methods\\FunctionCallSignatureSniff","severity":5,"fixable":true}],"38":[{"message":"Expected 0 spaces before closing parenthesis; 1 found","source":"PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket","listener":"PHP_CodeSniffer\\Standards\\PSR2\\Sniffs\\Methods\\FunctionCallSignatureSniff","severity":5,"fixable":true}]},"111":{"5":[{"message":"Expected 1 space(s) after IF keyword; 0 found","source":"Squiz.ControlStructures.ControlSignature.SpaceAfterKeyword","listener":"PHP_CodeSniffer\\Standards\\Squiz\\Sniffs\\ControlStructures\\ControlSignatureSniff","severity":5,"fixable":true}]}},"warnings":[],"metrics":{"EOL char":{"values":{"\\n":1}},"Line indent":{"values":{"spaces":13}},"Blank lines at start of control structure":{"values":[3]},"Blank lines at end of control structure":{"values":[3]},"Spaces after control structure open parenthesis":{"values":[2]},"Spaces before control structure close parenthesis":{"values":[2]},"Control structure defined inline":{"values":{"no":1}},"Closure opening brace placement":{"values":{"same line":2}}},"errorCount":11,"warningCount":0,"fixableCount":11,"numTokens":538},"C:\\Users\\janhb\\AppData\\Local\\Temp\\PHP_CodeSniffertemp_folder7\\assets\\js\\app.js":{"hash":"7c43a51893c7d02173f984723ef56af833206","errors":{"54":{"1":[{"message":"Space after opening parenthesis of function call prohibited","source":"PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket","listener":"PHP_CodeSniffer\\Standards\\PSR2\\Sniffs\\Methods\\FunctionCallSignatureSniff","severity":5,"fixable":true}],"31":[{"message":"Expected 0 spaces before closing parenthesis; 1 found","source":"PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket","listener":"PHP_CodeSniffer\\Standards\\PSR2\\Sniffs\\Methods\\FunctionCallSignatureSniff","severity":5,"fixable":true}]},"55":{"1":[{"message":"Space after opening parenthesis of function call prohibited","source":"PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket","listener":"PHP_CodeSniffer\\Standards\\PSR2\\Sniffs\\Methods\\FunctionCallSignatureSniff","severity":5,"fixable":true}],"39":[{"message":"Expected 0 spaces before closing parenthesis; 1 found","source":"PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket","listener":"PHP_CodeSniffer\\Standards\\PSR2\\Sniffs\\Methods\\FunctionCallSignatureSniff","severity":5,"fixable":true}]},"56":{"1":[{"message":"Space after opening parenthesis of function call prohibited","source":"PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket","listener":"PHP_CodeSniffer\\Standards\\PSR2\\Sniffs\\Methods\\FunctionCallSignatureSniff","severity":5,"fixable":true}],"56":[{"message":"Expected 0 spaces before closing parenthesis; 1 found","source":"PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket","listener":"PHP_CodeSniffer\\Standards\\PSR2\\Sniffs\\Methods\\FunctionCallSignatureSniff","severity":5,"fixable":true}]},"59":{"1":[{"message":"Space after opening parenthesis of function call prohibited","source":"PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket","listener":"PHP_CodeSniffer\\Standards\\PSR2\\Sniffs\\Methods\\FunctionCallSignatureSniff","severity":5,"fixable":true}],"43":[{"message":"Expected 0 spaces before closing parenthesis; 1 found","source":"PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket","listener":"PHP_CodeSniffer\\Standards\\PSR2\\Sniffs\\Methods\\FunctionCallSignatureSniff","severity":5,"fixable":true}]},"60":{"1":[{"message":"Space after opening parenthesis of function call prohibited","source":"PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket","listener":"PHP_CodeSniffer\\Standards\\PSR2\\Sniffs\\Methods\\FunctionCallSignatureSniff","severity":5,"fixable":true}],"38":[{"message":"Expected 0 spaces before closing parenthesis; 1 found","source":"PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket","listener":"PHP_CodeSniffer\\Standards\\PSR2\\Sniffs\\Methods\\FunctionCallSignatureSniff","severity":5,"fixable":true}]},"111":{"5":[{"message":"Expected 1 space(s) after IF keyword; 0 found","source":"Squiz.ControlStructures.ControlSignature.SpaceAfterKeyword","listener":"PHP_CodeSniffer\\Standards\\Squiz\\Sniffs\\ControlStructures\\ControlSignatureSniff","severity":5,"fixable":true}]}},"warnings":[],"metrics":{"EOL char":{"values":{"\\n":1}},"Line indent":{"values":{"spaces":13}},"Blank lines at start of control structure":{"values":[3]},"Blank lines at end of control structure":{"values":[3]},"Spaces after control structure open parenthesis":{"values":[2]},"Spaces before control structure close parenthesis":{"values":[2]},"Control structure defined inline":{"values":{"no":1}},"Closure opening brace placement":{"values":{"same line":2}}},"errorCount":11,"warningCount":0,"fixableCount":11,"numTokens":538}} \ No newline at end of file diff --git a/composer.json b/composer.json index bd36e6bb..b79b9026 100644 --- a/composer.json +++ b/composer.json @@ -71,13 +71,13 @@ "require-dev": { "dama/doctrine-test-bundle": "^6.0", "doctrine/doctrine-fixtures-bundle": "^3.2", - "ekino/phpstan-banned-code": "^0.3.1", + "ekino/phpstan-banned-code": "^0.5.0", "phpstan/extension-installer": "^1.0", "phpstan/phpstan": "^0.12.8", "phpstan/phpstan-doctrine": "^0.12.9", "phpstan/phpstan-symfony": "^0.12.4", "phpunit/phpunit": "^8.5", - "psalm/plugin-symfony": "^2.1.1", + "psalm/plugin-symfony": "^3.0.3", "roave/security-advisories": "dev-master", "symfony/browser-kit": "^5.2", "symfony/css-selector": "^5.2", @@ -86,7 +86,7 @@ "symfony/phpunit-bridge": "^5.3", "symfony/stopwatch": "^5.2", "symfony/web-profiler-bundle": "^5.2", - "symplify/easy-coding-standard": "^8.2.9", + "symplify/easy-coding-standard": "^9.4.70", "vimeo/psalm": "^4.3.2" }, "suggest": { diff --git a/composer.lock b/composer.lock index ef75a568..8dfdc66d 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "e82443e5169e47d0cc77e1cf111768a3", + "content-hash": "01b955d9abab44d57e49ce44832e8f17", "packages": [ { "name": "beberlei/assert", @@ -935,27 +935,28 @@ }, { "name": "doctrine/doctrine-migrations-bundle", - "version": "3.0.3", + "version": "3.1.1", "source": { "type": "git", "url": "https://github.com/doctrine/DoctrineMigrationsBundle.git", - "reference": "0a9a4ffdb8713d0b7f2bbc04b0bbfa2991b2a238" + "reference": "91f0a5e2356029575f3038432cc188b12f9d5da5" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/DoctrineMigrationsBundle/zipball/0a9a4ffdb8713d0b7f2bbc04b0bbfa2991b2a238", - "reference": "0a9a4ffdb8713d0b7f2bbc04b0bbfa2991b2a238", + "url": "https://api.github.com/repos/doctrine/DoctrineMigrationsBundle/zipball/91f0a5e2356029575f3038432cc188b12f9d5da5", + "reference": "91f0a5e2356029575f3038432cc188b12f9d5da5", "shasum": "" }, "require": { "doctrine/doctrine-bundle": "~1.0|~2.0", - "doctrine/migrations": "~3.0", + "doctrine/migrations": "^3.1", "php": "^7.2|^8.0", "symfony/framework-bundle": "~3.4|~4.0|~5.0" }, "require-dev": { "doctrine/coding-standard": "^8.0", "doctrine/orm": "^2.6", + "doctrine/persistence": "^1.3||^2.0", "phpstan/phpstan": "^0.12", "phpstan/phpstan-deprecation-rules": "^0.12", "phpstan/phpstan-phpunit": "^0.12", @@ -998,7 +999,7 @@ ], "support": { "issues": "https://github.com/doctrine/DoctrineMigrationsBundle/issues", - "source": "https://github.com/doctrine/DoctrineMigrationsBundle/tree/3.0.3" + "source": "https://github.com/doctrine/DoctrineMigrationsBundle/tree/3.1.1" }, "funding": [ { @@ -1014,7 +1015,7 @@ "type": "tidelift" } ], - "time": "2021-03-18T21:01:51+00:00" + "time": "2021-04-10T16:48:53+00:00" }, { "name": "doctrine/event-manager", @@ -1356,42 +1357,45 @@ }, { "name": "doctrine/migrations", - "version": "3.0.1", + "version": "3.2.1", "source": { "type": "git", "url": "https://github.com/doctrine/migrations.git", - "reference": "69eaf2ca5bc48357b43ddbdc31ccdffc0e2a0882" + "reference": "818e31703b4fb353c0c23caa714273fc64efa675" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/migrations/zipball/69eaf2ca5bc48357b43ddbdc31ccdffc0e2a0882", - "reference": "69eaf2ca5bc48357b43ddbdc31ccdffc0e2a0882", + "url": "https://api.github.com/repos/doctrine/migrations/zipball/818e31703b4fb353c0c23caa714273fc64efa675", + "reference": "818e31703b4fb353c0c23caa714273fc64efa675", "shasum": "" }, "require": { - "doctrine/dbal": "^2.10", + "composer/package-versions-deprecated": "^1.8", + "doctrine/dbal": "^2.11", + "doctrine/deprecations": "^0.5.3", "doctrine/event-manager": "^1.0", - "ocramius/package-versions": "^1.3", - "ocramius/proxy-manager": "^2.0.2", - "php": "^7.2", - "psr/log": "^1.1.3", - "symfony/console": "^3.4||^4.0||^5.0", - "symfony/stopwatch": "^3.4||^4.0||^5.0" + "friendsofphp/proxy-manager-lts": "^1.0", + "php": "^7.2 || ^8.0", + "psr/log": "^1.1.3 || ^2 || ^3", + "symfony/console": "^3.4 || ^4.4.16 || ^5.0", + "symfony/stopwatch": "^3.4 || ^4.0 || ^5.0" }, "require-dev": { - "doctrine/coding-standard": "^7.0", + "doctrine/coding-standard": "^8.0", "doctrine/orm": "^2.6", - "doctrine/persistence": "^1.3||^2.0", + "doctrine/persistence": "^1.3 || ^2.0", "doctrine/sql-formatter": "^1.0", + "ergebnis/composer-normalize": "^2.9", "ext-pdo_sqlite": "*", "phpstan/phpstan": "^0.12", "phpstan/phpstan-deprecation-rules": "^0.12", "phpstan/phpstan-phpunit": "^0.12", "phpstan/phpstan-strict-rules": "^0.12", "phpstan/phpstan-symfony": "^0.12", - "phpunit/phpunit": "^8.4", - "symfony/process": "^3.4||^4.0||^5.0", - "symfony/yaml": "^3.4||^4.0||^5.0" + "phpunit/phpunit": "^8.5 || ^9.4", + "symfony/cache": "^3.4 || ^4.0 || ^5.0", + "symfony/process": "^3.4 || ^4.0 || ^5.0", + "symfony/yaml": "^3.4 || ^4.0 || ^5.0" }, "suggest": { "doctrine/sql-formatter": "Allows to generate formatted SQL with the diff command.", @@ -1402,8 +1406,9 @@ ], "type": "library", "extra": { - "branch-alias": { - "dev-master": "3.0.x-dev" + "composer-normalize": { + "indent-size": 4, + "indent-style": "space" } }, "autoload": { @@ -1434,12 +1439,11 @@ "keywords": [ "database", "dbal", - "migrations", - "php" + "migrations" ], "support": { "issues": "https://github.com/doctrine/migrations/issues", - "source": "https://github.com/doctrine/migrations/tree/3.0.1" + "source": "https://github.com/doctrine/migrations/tree/3.2.1" }, "funding": [ { @@ -1455,7 +1459,7 @@ "type": "tidelift" } ], - "time": "2020-06-21T08:55:42+00:00" + "time": "2021-08-03T11:49:27+00:00" }, { "name": "doctrine/orm", @@ -2084,6 +2088,88 @@ }, "time": "2021-09-24T06:04:55+00:00" }, + { + "name": "friendsofphp/proxy-manager-lts", + "version": "v1.0.5", + "source": { + "type": "git", + "url": "https://github.com/FriendsOfPHP/proxy-manager-lts.git", + "reference": "006aa5d32f887a4db4353b13b5b5095613e0611f" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/FriendsOfPHP/proxy-manager-lts/zipball/006aa5d32f887a4db4353b13b5b5095613e0611f", + "reference": "006aa5d32f887a4db4353b13b5b5095613e0611f", + "shasum": "" + }, + "require": { + "laminas/laminas-code": "~3.4.1|^4.0", + "php": ">=7.1", + "symfony/filesystem": "^4.4.17|^5.0|^6.0" + }, + "conflict": { + "laminas/laminas-stdlib": "<3.2.1", + "zendframework/zend-stdlib": "<3.2.1" + }, + "replace": { + "ocramius/proxy-manager": "^2.1" + }, + "require-dev": { + "ext-phar": "*", + "symfony/phpunit-bridge": "^5.2|^6.0" + }, + "type": "library", + "extra": { + "thanks": { + "name": "ocramius/proxy-manager", + "url": "https://github.com/Ocramius/ProxyManager" + } + }, + "autoload": { + "psr-4": { + "ProxyManager\\": "src/ProxyManager" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Marco Pivetta", + "email": "ocramius@gmail.com", + "homepage": "http://ocramius.github.io/" + }, + { + "name": "Nicolas Grekas", + "email": "p@tchwork.com" + } + ], + "description": "Adding support for a wider range of PHP versions to ocramius/proxy-manager", + "homepage": "https://github.com/FriendsOfPHP/proxy-manager-lts", + "keywords": [ + "aop", + "lazy loading", + "proxy", + "proxy pattern", + "service proxies" + ], + "support": { + "issues": "https://github.com/FriendsOfPHP/proxy-manager-lts/issues", + "source": "https://github.com/FriendsOfPHP/proxy-manager-lts/tree/v1.0.5" + }, + "funding": [ + { + "url": "https://github.com/Ocramius", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/ocramius/proxy-manager", + "type": "tidelift" + } + ], + "time": "2021-05-22T16:11:15+00:00" + }, { "name": "friendsofsymfony/ckeditor-bundle", "version": "2.3.0", @@ -2349,6 +2435,201 @@ }, "time": "2020-11-03T22:35:03+00:00" }, + { + "name": "laminas/laminas-code", + "version": "3.4.1", + "source": { + "type": "git", + "url": "https://github.com/laminas/laminas-code.git", + "reference": "1cb8f203389ab1482bf89c0e70a04849bacd7766" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/laminas/laminas-code/zipball/1cb8f203389ab1482bf89c0e70a04849bacd7766", + "reference": "1cb8f203389ab1482bf89c0e70a04849bacd7766", + "shasum": "" + }, + "require": { + "laminas/laminas-eventmanager": "^2.6 || ^3.0", + "laminas/laminas-zendframework-bridge": "^1.0", + "php": "^7.1" + }, + "conflict": { + "phpspec/prophecy": "<1.9.0" + }, + "replace": { + "zendframework/zend-code": "self.version" + }, + "require-dev": { + "doctrine/annotations": "^1.7", + "ext-phar": "*", + "laminas/laminas-coding-standard": "^1.0", + "laminas/laminas-stdlib": "^2.7 || ^3.0", + "phpunit/phpunit": "^7.5.16 || ^8.4" + }, + "suggest": { + "doctrine/annotations": "Doctrine\\Common\\Annotations >=1.0 for annotation features", + "laminas/laminas-stdlib": "Laminas\\Stdlib component" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "3.4.x-dev", + "dev-develop": "3.5.x-dev", + "dev-dev-4.0": "4.0.x-dev" + } + }, + "autoload": { + "psr-4": { + "Laminas\\Code\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "description": "Extensions to the PHP Reflection API, static code scanning, and code generation", + "homepage": "https://laminas.dev", + "keywords": [ + "code", + "laminas" + ], + "support": { + "chat": "https://laminas.dev/chat", + "docs": "https://docs.laminas.dev/laminas-code/", + "forum": "https://discourse.laminas.dev", + "issues": "https://github.com/laminas/laminas-code/issues", + "rss": "https://github.com/laminas/laminas-code/releases.atom", + "source": "https://github.com/laminas/laminas-code" + }, + "time": "2019-12-31T16:28:24+00:00" + }, + { + "name": "laminas/laminas-eventmanager", + "version": "3.2.1", + "source": { + "type": "git", + "url": "https://github.com/laminas/laminas-eventmanager.git", + "reference": "ce4dc0bdf3b14b7f9815775af9dfee80a63b4748" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/laminas/laminas-eventmanager/zipball/ce4dc0bdf3b14b7f9815775af9dfee80a63b4748", + "reference": "ce4dc0bdf3b14b7f9815775af9dfee80a63b4748", + "shasum": "" + }, + "require": { + "laminas/laminas-zendframework-bridge": "^1.0", + "php": "^5.6 || ^7.0" + }, + "replace": { + "zendframework/zend-eventmanager": "self.version" + }, + "require-dev": { + "athletic/athletic": "^0.1", + "container-interop/container-interop": "^1.1.0", + "laminas/laminas-coding-standard": "~1.0.0", + "laminas/laminas-stdlib": "^2.7.3 || ^3.0", + "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.2" + }, + "suggest": { + "container-interop/container-interop": "^1.1.0, to use the lazy listeners feature", + "laminas/laminas-stdlib": "^2.7.3 || ^3.0, to use the FilterChain feature" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "3.2-dev", + "dev-develop": "3.3-dev" + } + }, + "autoload": { + "psr-4": { + "Laminas\\EventManager\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "description": "Trigger and listen to events within a PHP application", + "homepage": "https://laminas.dev", + "keywords": [ + "event", + "eventmanager", + "events", + "laminas" + ], + "support": { + "chat": "https://laminas.dev/chat", + "docs": "https://docs.laminas.dev/laminas-eventmanager/", + "forum": "https://discourse.laminas.dev", + "issues": "https://github.com/laminas/laminas-eventmanager/issues", + "rss": "https://github.com/laminas/laminas-eventmanager/releases.atom", + "source": "https://github.com/laminas/laminas-eventmanager" + }, + "time": "2019-12-31T16:44:52+00:00" + }, + { + "name": "laminas/laminas-zendframework-bridge", + "version": "1.1.1", + "source": { + "type": "git", + "url": "https://github.com/laminas/laminas-zendframework-bridge.git", + "reference": "6ede70583e101030bcace4dcddd648f760ddf642" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/laminas/laminas-zendframework-bridge/zipball/6ede70583e101030bcace4dcddd648f760ddf642", + "reference": "6ede70583e101030bcace4dcddd648f760ddf642", + "shasum": "" + }, + "require": { + "php": "^5.6 || ^7.0 || ^8.0" + }, + "require-dev": { + "phpunit/phpunit": "^5.7 || ^6.5 || ^7.5 || ^8.1 || ^9.3", + "squizlabs/php_codesniffer": "^3.5" + }, + "type": "library", + "extra": { + "laminas": { + "module": "Laminas\\ZendFrameworkBridge" + } + }, + "autoload": { + "files": [ + "src/autoload.php" + ], + "psr-4": { + "Laminas\\ZendFrameworkBridge\\": "src//" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "description": "Alias legacy ZF class names to Laminas Project equivalents.", + "keywords": [ + "ZendFramework", + "autoloading", + "laminas", + "zf" + ], + "support": { + "forum": "https://discourse.laminas.dev/", + "issues": "https://github.com/laminas/laminas-zendframework-bridge/issues", + "rss": "https://github.com/laminas/laminas-zendframework-bridge/releases.atom", + "source": "https://github.com/laminas/laminas-zendframework-bridge" + }, + "funding": [ + { + "url": "https://funding.communitybridge.org/projects/laminas-project", + "type": "community_bridge" + } + ], + "time": "2020-09-14T14:23:00+00:00" + }, { "name": "lcobucci/jwt", "version": "3.4.6", @@ -3073,80 +3354,6 @@ ], "time": "2021-07-02T08:32:20+00:00" }, - { - "name": "ocramius/proxy-manager", - "version": "2.2.3", - "source": { - "type": "git", - "url": "https://github.com/Ocramius/ProxyManager.git", - "reference": "4d154742e31c35137d5374c998e8f86b54db2e2f" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/Ocramius/ProxyManager/zipball/4d154742e31c35137d5374c998e8f86b54db2e2f", - "reference": "4d154742e31c35137d5374c998e8f86b54db2e2f", - "shasum": "" - }, - "require": { - "ocramius/package-versions": "^1.1.3", - "php": "^7.2.0", - "zendframework/zend-code": "^3.3.0" - }, - "require-dev": { - "couscous/couscous": "^1.6.1", - "ext-phar": "*", - "humbug/humbug": "1.0.0-RC.0@RC", - "nikic/php-parser": "^3.1.1", - "padraic/phpunit-accelerator": "dev-master@DEV", - "phpbench/phpbench": "^0.12.2", - "phpstan/phpstan": "dev-master#856eb10a81c1d27c701a83f167dc870fd8f4236a as 0.9.999", - "phpstan/phpstan-phpunit": "dev-master#5629c0a1f4a9c417cb1077cf6693ad9753895761", - "phpunit/phpunit": "^6.4.3", - "squizlabs/php_codesniffer": "^2.9.1" - }, - "suggest": { - "ocramius/generated-hydrator": "To have very fast object to array to object conversion for ghost objects", - "zendframework/zend-json": "To have the JsonRpc adapter (Remote Object feature)", - "zendframework/zend-soap": "To have the Soap adapter (Remote Object feature)", - "zendframework/zend-xmlrpc": "To have the XmlRpc adapter (Remote Object feature)" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "3.0.x-dev" - } - }, - "autoload": { - "psr-0": { - "ProxyManager\\": "src" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Marco Pivetta", - "email": "ocramius@gmail.com", - "homepage": "http://ocramius.github.io/" - } - ], - "description": "A library providing utilities to generate, instantiate and generally operate with Object Proxies", - "homepage": "https://github.com/Ocramius/ProxyManager", - "keywords": [ - "aop", - "lazy loading", - "proxy", - "proxy pattern", - "service proxies" - ], - "support": { - "issues": "https://github.com/Ocramius/ProxyManager/issues", - "source": "https://github.com/Ocramius/ProxyManager/tree/2.2.x" - }, - "time": "2019-08-10T08:37:15+00:00" - }, { "name": "omines/datatables-bundle", "version": "0.5.5", @@ -8572,26 +8779,24 @@ }, { "name": "symfony/proxy-manager-bridge", - "version": "v5.2.1", + "version": "v5.2.12", "source": { "type": "git", "url": "https://github.com/symfony/proxy-manager-bridge.git", - "reference": "fba051ee1cb00d1d40672ee2da842ba23c572576" + "reference": "76e61f33f6a34a340bf6e02211214f466e8e1dba" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/proxy-manager-bridge/zipball/fba051ee1cb00d1d40672ee2da842ba23c572576", - "reference": "fba051ee1cb00d1d40672ee2da842ba23c572576", + "url": "https://api.github.com/repos/symfony/proxy-manager-bridge/zipball/76e61f33f6a34a340bf6e02211214f466e8e1dba", + "reference": "76e61f33f6a34a340bf6e02211214f466e8e1dba", "shasum": "" }, "require": { "composer/package-versions-deprecated": "^1.8", - "ocramius/proxy-manager": "~2.1", + "friendsofphp/proxy-manager-lts": "^1.0.2", "php": ">=7.2.5", - "symfony/dependency-injection": "^5.0" - }, - "conflict": { - "zendframework/zend-eventmanager": "2.6.0" + "symfony/dependency-injection": "^5.0", + "symfony/polyfill-php80": "^1.16" }, "require-dev": { "symfony/config": "^4.4|^5.0" @@ -8619,10 +8824,10 @@ "homepage": "https://symfony.com/contributors" } ], - "description": "Symfony ProxyManager Bridge", + "description": "Provides integration for ProxyManager with various Symfony components", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/proxy-manager-bridge/tree/v5.2.1" + "source": "https://github.com/symfony/proxy-manager-bridge/tree/v5.2.12" }, "funding": [ { @@ -8638,7 +8843,7 @@ "type": "tidelift" } ], - "time": "2020-11-12T22:25:33+00:00" + "time": "2021-07-21T12:38:00+00:00" }, { "name": "symfony/routing", @@ -11443,131 +11648,6 @@ "source": "https://github.com/Yubico/php-u2flib-server/tree/1.0.2" }, "time": "2018-09-07T08:16:44+00:00" - }, - { - "name": "zendframework/zend-code", - "version": "3.4.1", - "source": { - "type": "git", - "url": "https://github.com/zendframework/zend-code.git", - "reference": "268040548f92c2bfcba164421c1add2ba43abaaa" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/zendframework/zend-code/zipball/268040548f92c2bfcba164421c1add2ba43abaaa", - "reference": "268040548f92c2bfcba164421c1add2ba43abaaa", - "shasum": "" - }, - "require": { - "php": "^7.1", - "zendframework/zend-eventmanager": "^2.6 || ^3.0" - }, - "conflict": { - "phpspec/prophecy": "<1.9.0" - }, - "require-dev": { - "doctrine/annotations": "^1.7", - "ext-phar": "*", - "phpunit/phpunit": "^7.5.16 || ^8.4", - "zendframework/zend-coding-standard": "^1.0", - "zendframework/zend-stdlib": "^2.7 || ^3.0" - }, - "suggest": { - "doctrine/annotations": "Doctrine\\Common\\Annotations >=1.0 for annotation features", - "zendframework/zend-stdlib": "Zend\\Stdlib component" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "3.4.x-dev", - "dev-develop": "3.5.x-dev", - "dev-dev-4.0": "4.0.x-dev" - } - }, - "autoload": { - "psr-4": { - "Zend\\Code\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], - "description": "Extensions to the PHP Reflection API, static code scanning, and code generation", - "keywords": [ - "ZendFramework", - "code", - "zf" - ], - "support": { - "chat": "https://zendframework-slack.herokuapp.com", - "docs": "https://docs.zendframework.com/zend-code/", - "forum": "https://discourse.zendframework.com/c/questions/components", - "issues": "https://github.com/zendframework/zend-code/issues", - "rss": "https://github.com/zendframework/zend-code/releases.atom", - "source": "https://github.com/zendframework/zend-code" - }, - "abandoned": "laminas/laminas-code", - "time": "2019-12-10T19:21:15+00:00" - }, - { - "name": "zendframework/zend-eventmanager", - "version": "3.2.1", - "source": { - "type": "git", - "url": "https://github.com/zendframework/zend-eventmanager.git", - "reference": "a5e2583a211f73604691586b8406ff7296a946dd" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/zendframework/zend-eventmanager/zipball/a5e2583a211f73604691586b8406ff7296a946dd", - "reference": "a5e2583a211f73604691586b8406ff7296a946dd", - "shasum": "" - }, - "require": { - "php": "^5.6 || ^7.0" - }, - "require-dev": { - "athletic/athletic": "^0.1", - "container-interop/container-interop": "^1.1.0", - "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.2", - "zendframework/zend-coding-standard": "~1.0.0", - "zendframework/zend-stdlib": "^2.7.3 || ^3.0" - }, - "suggest": { - "container-interop/container-interop": "^1.1.0, to use the lazy listeners feature", - "zendframework/zend-stdlib": "^2.7.3 || ^3.0, to use the FilterChain feature" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "3.2-dev", - "dev-develop": "3.3-dev" - } - }, - "autoload": { - "psr-4": { - "Zend\\EventManager\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], - "description": "Trigger and listen to events within a PHP application", - "homepage": "https://github.com/zendframework/zend-eventmanager", - "keywords": [ - "event", - "eventmanager", - "events", - "zf2" - ], - "support": { - "issues": "https://github.com/zendframework/zend-eventmanager/issues", - "source": "https://github.com/zendframework/zend-eventmanager/tree/master" - }, - "abandoned": "laminas/laminas-eventmanager", - "time": "2018-04-25T15:33:34+00:00" } ], "packages-dev": [ @@ -11820,21 +11900,21 @@ }, { "name": "composer/xdebug-handler", - "version": "1.4.6", + "version": "2.0.2", "source": { "type": "git", "url": "https://github.com/composer/xdebug-handler.git", - "reference": "f27e06cd9675801df441b3656569b328e04aa37c" + "reference": "84674dd3a7575ba617f5a76d7e9e29a7d3891339" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/composer/xdebug-handler/zipball/f27e06cd9675801df441b3656569b328e04aa37c", - "reference": "f27e06cd9675801df441b3656569b328e04aa37c", + "url": "https://api.github.com/repos/composer/xdebug-handler/zipball/84674dd3a7575ba617f5a76d7e9e29a7d3891339", + "reference": "84674dd3a7575ba617f5a76d7e9e29a7d3891339", "shasum": "" }, "require": { "php": "^5.3.2 || ^7.0 || ^8.0", - "psr/log": "^1.0" + "psr/log": "^1 || ^2 || ^3" }, "require-dev": { "phpstan/phpstan": "^0.12.55", @@ -11864,7 +11944,7 @@ "support": { "irc": "irc://irc.freenode.org/composer", "issues": "https://github.com/composer/xdebug-handler/issues", - "source": "https://github.com/composer/xdebug-handler/tree/1.4.6" + "source": "https://github.com/composer/xdebug-handler/tree/2.0.2" }, "funding": [ { @@ -11880,7 +11960,7 @@ "type": "tidelift" } ], - "time": "2021-03-25T17:01:18+00:00" + "time": "2021-07-31T17:03:58+00:00" }, { "name": "dama/doctrine-test-bundle", @@ -11946,76 +12026,6 @@ }, "time": "2021-06-01T18:12:34+00:00" }, - { - "name": "dealerdirect/phpcodesniffer-composer-installer", - "version": "v0.7.1", - "source": { - "type": "git", - "url": "https://github.com/Dealerdirect/phpcodesniffer-composer-installer.git", - "reference": "fe390591e0241955f22eb9ba327d137e501c771c" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/Dealerdirect/phpcodesniffer-composer-installer/zipball/fe390591e0241955f22eb9ba327d137e501c771c", - "reference": "fe390591e0241955f22eb9ba327d137e501c771c", - "shasum": "" - }, - "require": { - "composer-plugin-api": "^1.0 || ^2.0", - "php": ">=5.3", - "squizlabs/php_codesniffer": "^2.0 || ^3.0 || ^4.0" - }, - "require-dev": { - "composer/composer": "*", - "phpcompatibility/php-compatibility": "^9.0", - "sensiolabs/security-checker": "^4.1.0" - }, - "type": "composer-plugin", - "extra": { - "class": "Dealerdirect\\Composer\\Plugin\\Installers\\PHPCodeSniffer\\Plugin" - }, - "autoload": { - "psr-4": { - "Dealerdirect\\Composer\\Plugin\\Installers\\PHPCodeSniffer\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Franck Nijhof", - "email": "franck.nijhof@dealerdirect.com", - "homepage": "http://www.frenck.nl", - "role": "Developer / IT Manager" - } - ], - "description": "PHP_CodeSniffer Standards Composer Installer Plugin", - "homepage": "http://www.dealerdirect.com", - "keywords": [ - "PHPCodeSniffer", - "PHP_CodeSniffer", - "code quality", - "codesniffer", - "composer", - "installer", - "phpcs", - "plugin", - "qa", - "quality", - "standard", - "standards", - "style guide", - "stylecheck", - "tests" - ], - "support": { - "issues": "https://github.com/dealerdirect/phpcodesniffer-composer-installer/issues", - "source": "https://github.com/dealerdirect/phpcodesniffer-composer-installer" - }, - "time": "2020-12-07T18:04:37+00:00" - }, { "name": "dnoegel/php-xdg-base-dir", "version": "v0.1.1", @@ -12213,30 +12223,29 @@ }, { "name": "ekino/phpstan-banned-code", - "version": "v0.3.1", + "version": "v0.5.0", "source": { "type": "git", "url": "https://github.com/ekino/phpstan-banned-code.git", - "reference": "a266c3d28f355643067fe0da07097b17621fc558" + "reference": "3277f5c833839142fa4f4d291d00e791cde9583b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/ekino/phpstan-banned-code/zipball/a266c3d28f355643067fe0da07097b17621fc558", - "reference": "a266c3d28f355643067fe0da07097b17621fc558", + "url": "https://api.github.com/repos/ekino/phpstan-banned-code/zipball/3277f5c833839142fa4f4d291d00e791cde9583b", + "reference": "3277f5c833839142fa4f4d291d00e791cde9583b", "shasum": "" }, "require": { - "php": "^7.1", + "php": "^7.2 || ^8.0", "phpstan/phpstan": "^0.12" }, "require-dev": { - "friendsofphp/php-cs-fixer": "^2.12", - "localheinz/composer-normalize": "^1.3", + "ergebnis/composer-normalize": "^2.6", + "friendsofphp/php-cs-fixer": "^2.17", "nikic/php-parser": "^4.3", "phpstan/phpstan-phpunit": "^0.12", - "phpunit/phpunit": "^7.2", - "sensiolabs/security-checker": "^5.0", - "symfony/var-dumper": "^4.3" + "phpunit/phpunit": "^8.5", + "symfony/var-dumper": "^5.0" }, "type": "phpstan-extension", "extra": { @@ -12273,9 +12282,9 @@ ], "support": { "issues": "https://github.com/ekino/phpstan-banned-code/issues", - "source": "https://github.com/ekino/phpstan-banned-code/tree/v0.3.1" + "source": "https://github.com/ekino/phpstan-banned-code/tree/v0.5.0" }, - "time": "2020-01-17T13:08:23+00:00" + "time": "2021-08-13T12:29:33+00:00" }, { "name": "felixfbecker/advanced-json-rpc", @@ -12378,170 +12387,6 @@ }, "time": "2021-02-22T14:02:09+00:00" }, - { - "name": "friendsofphp/php-cs-fixer", - "version": "v2.19.2", - "source": { - "type": "git", - "url": "https://github.com/FriendsOfPHP/PHP-CS-Fixer.git", - "reference": "d5c737c2e18ba502b75b44832b31fe627f82e307" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/FriendsOfPHP/PHP-CS-Fixer/zipball/d5c737c2e18ba502b75b44832b31fe627f82e307", - "reference": "d5c737c2e18ba502b75b44832b31fe627f82e307", - "shasum": "" - }, - "require": { - "composer/semver": "^1.4 || ^2.0 || ^3.0", - "composer/xdebug-handler": "^1.2 || ^2.0", - "doctrine/annotations": "^1.2", - "ext-json": "*", - "ext-tokenizer": "*", - "php": "^5.6 || ^7.0 || ^8.0", - "php-cs-fixer/diff": "^1.3", - "symfony/console": "^3.4.43 || ^4.1.6 || ^5.0", - "symfony/event-dispatcher": "^3.0 || ^4.0 || ^5.0", - "symfony/filesystem": "^3.0 || ^4.0 || ^5.0", - "symfony/finder": "^3.0 || ^4.0 || ^5.0", - "symfony/options-resolver": "^3.0 || ^4.0 || ^5.0", - "symfony/polyfill-php70": "^1.0", - "symfony/polyfill-php72": "^1.4", - "symfony/process": "^3.0 || ^4.0 || ^5.0", - "symfony/stopwatch": "^3.0 || ^4.0 || ^5.0" - }, - "require-dev": { - "justinrainbow/json-schema": "^5.0", - "keradus/cli-executor": "^1.4", - "mikey179/vfsstream": "^1.6", - "php-coveralls/php-coveralls": "^2.4.2", - "php-cs-fixer/accessible-object": "^1.0", - "php-cs-fixer/phpunit-constraint-isidenticalstring": "^1.2", - "php-cs-fixer/phpunit-constraint-xmlmatchesxsd": "^1.2.1", - "phpspec/prophecy-phpunit": "^1.1 || ^2.0", - "phpunit/phpunit": "^5.7.27 || ^6.5.14 || ^7.5.20 || ^8.5.13 || ^9.5", - "phpunitgoodpractices/polyfill": "^1.5", - "phpunitgoodpractices/traits": "^1.9.1", - "sanmai/phpunit-legacy-adapter": "^6.4 || ^8.2.1", - "symfony/phpunit-bridge": "^5.2.1", - "symfony/yaml": "^3.0 || ^4.0 || ^5.0" - }, - "suggest": { - "ext-dom": "For handling output formats in XML", - "ext-mbstring": "For handling non-UTF8 characters.", - "php-cs-fixer/phpunit-constraint-isidenticalstring": "For IsIdenticalString constraint.", - "php-cs-fixer/phpunit-constraint-xmlmatchesxsd": "For XmlMatchesXsd constraint.", - "symfony/polyfill-mbstring": "When enabling `ext-mbstring` is not possible." - }, - "bin": [ - "php-cs-fixer" - ], - "type": "application", - "extra": { - "branch-alias": { - "dev-master": "2.19-dev" - } - }, - "autoload": { - "psr-4": { - "PhpCsFixer\\": "src/" - }, - "classmap": [ - "tests/Test/AbstractFixerTestCase.php", - "tests/Test/AbstractIntegrationCaseFactory.php", - "tests/Test/AbstractIntegrationTestCase.php", - "tests/Test/Assert/AssertTokensTrait.php", - "tests/Test/IntegrationCase.php", - "tests/Test/IntegrationCaseFactory.php", - "tests/Test/IntegrationCaseFactoryInterface.php", - "tests/Test/InternalIntegrationCaseFactory.php", - "tests/Test/IsIdenticalConstraint.php", - "tests/Test/TokensWithObservedTransformers.php", - "tests/TestCase.php" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Fabien Potencier", - "email": "fabien@symfony.com" - }, - { - "name": "Dariusz Rumiński", - "email": "dariusz.ruminski@gmail.com" - } - ], - "description": "A tool to automatically fix PHP code style", - "support": { - "issues": "https://github.com/FriendsOfPHP/PHP-CS-Fixer/issues", - "source": "https://github.com/FriendsOfPHP/PHP-CS-Fixer/tree/v2.19.2" - }, - "funding": [ - { - "url": "https://github.com/keradus", - "type": "github" - } - ], - "time": "2021-08-18T19:55:46+00:00" - }, - { - "name": "jean85/pretty-package-versions", - "version": "1.6.0", - "source": { - "type": "git", - "url": "https://github.com/Jean85/pretty-package-versions.git", - "reference": "1e0104b46f045868f11942aea058cd7186d6c303" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/Jean85/pretty-package-versions/zipball/1e0104b46f045868f11942aea058cd7186d6c303", - "reference": "1e0104b46f045868f11942aea058cd7186d6c303", - "shasum": "" - }, - "require": { - "composer/package-versions-deprecated": "^1.8.0", - "php": "^7.0|^8.0" - }, - "require-dev": { - "phpunit/phpunit": "^6.0|^8.5|^9.2" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.x-dev" - } - }, - "autoload": { - "psr-4": { - "Jean85\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Alessandro Lai", - "email": "alessandro.lai85@gmail.com" - } - ], - "description": "A wrapper for ocramius/package-versions to get pretty versions strings", - "keywords": [ - "composer", - "package", - "release", - "versions" - ], - "support": { - "issues": "https://github.com/Jean85/pretty-package-versions/issues", - "source": "https://github.com/Jean85/pretty-package-versions/tree/1.6.0" - }, - "time": "2021-02-04T16:20:16+00:00" - }, { "name": "myclabs/deep-copy", "version": "1.10.2", @@ -12651,225 +12496,6 @@ }, "time": "2020-12-01T19:48:11+00:00" }, - { - "name": "nette/finder", - "version": "v2.5.2", - "source": { - "type": "git", - "url": "https://github.com/nette/finder.git", - "reference": "4ad2c298eb8c687dd0e74ae84206a4186eeaed50" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/nette/finder/zipball/4ad2c298eb8c687dd0e74ae84206a4186eeaed50", - "reference": "4ad2c298eb8c687dd0e74ae84206a4186eeaed50", - "shasum": "" - }, - "require": { - "nette/utils": "^2.4 || ^3.0", - "php": ">=7.1" - }, - "conflict": { - "nette/nette": "<2.2" - }, - "require-dev": { - "nette/tester": "^2.0", - "phpstan/phpstan": "^0.12", - "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" - ], - "support": { - "issues": "https://github.com/nette/finder/issues", - "source": "https://github.com/nette/finder/tree/v2.5.2" - }, - "time": "2020-01-03T20:35:40+00:00" - }, - { - "name": "nette/robot-loader", - "version": "v3.4.1", - "source": { - "type": "git", - "url": "https://github.com/nette/robot-loader.git", - "reference": "e2adc334cb958164c050f485d99c44c430f51fe2" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/nette/robot-loader/zipball/e2adc334cb958164c050f485d99c44c430f51fe2", - "reference": "e2adc334cb958164c050f485d99c44c430f51fe2", - "shasum": "" - }, - "require": { - "ext-tokenizer": "*", - "nette/finder": "^2.5 || ^3.0", - "nette/utils": "^3.0", - "php": ">=7.1" - }, - "require-dev": { - "nette/tester": "^2.0", - "phpstan/phpstan": "^0.12", - "tracy/tracy": "^2.3" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "3.4-dev" - } - }, - "autoload": { - "classmap": [ - "src/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause", - "GPL-2.0-only", - "GPL-3.0-only" - ], - "authors": [ - { - "name": "David Grudl", - "homepage": "https://davidgrudl.com" - }, - { - "name": "Nette Community", - "homepage": "https://nette.org/contributors" - } - ], - "description": "🍀 Nette 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" - ], - "support": { - "issues": "https://github.com/nette/robot-loader/issues", - "source": "https://github.com/nette/robot-loader/tree/v3.4.1" - }, - "time": "2021-08-25T15:53:54+00:00" - }, - { - "name": "nette/utils", - "version": "v3.2.5", - "source": { - "type": "git", - "url": "https://github.com/nette/utils.git", - "reference": "9cd80396ca58d7969ab44fc7afcf03624dfa526e" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/nette/utils/zipball/9cd80396ca58d7969ab44fc7afcf03624dfa526e", - "reference": "9cd80396ca58d7969ab44fc7afcf03624dfa526e", - "shasum": "" - }, - "require": { - "php": ">=7.2 <8.2" - }, - "conflict": { - "nette/di": "<3.0.6" - }, - "require-dev": { - "nette/tester": "~2.0", - "phpstan/phpstan": "^0.12", - "tracy/tracy": "^2.3" - }, - "suggest": { - "ext-gd": "to use Image", - "ext-iconv": "to use Strings::webalize(), toAscii(), chr() and reverse()", - "ext-intl": "to use Strings::webalize(), toAscii(), normalize() and compare()", - "ext-json": "to use Nette\\Utils\\Json", - "ext-mbstring": "to use Strings::lower() etc...", - "ext-tokenizer": "to use Nette\\Utils\\Reflection::getUseStatements()", - "ext-xml": "to use Strings::length() etc. when mbstring is not available" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "3.2-dev" - } - }, - "autoload": { - "classmap": [ - "src/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause", - "GPL-2.0-only", - "GPL-3.0-only" - ], - "authors": [ - { - "name": "David Grudl", - "homepage": "https://davidgrudl.com" - }, - { - "name": "Nette Community", - "homepage": "https://nette.org/contributors" - } - ], - "description": "🛠 Nette Utils: lightweight utilities for string & array manipulation, image handling, safe JSON encoding/decoding, validation, slug or strong password generating etc.", - "homepage": "https://nette.org", - "keywords": [ - "array", - "core", - "datetime", - "images", - "json", - "nette", - "paginator", - "password", - "slugify", - "string", - "unicode", - "utf-8", - "utility", - "validation" - ], - "support": { - "issues": "https://github.com/nette/utils/issues", - "source": "https://github.com/nette/utils/tree/v3.2.5" - }, - "time": "2021-09-20T10:50:11+00:00" - }, { "name": "openlss/lib-array2xml", "version": "1.0.0", @@ -13034,61 +12660,6 @@ }, "time": "2021-02-23T14:00:09+00:00" }, - { - "name": "php-cs-fixer/diff", - "version": "v1.3.1", - "source": { - "type": "git", - "url": "https://github.com/PHP-CS-Fixer/diff.git", - "reference": "dbd31aeb251639ac0b9e7e29405c1441907f5759" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/PHP-CS-Fixer/diff/zipball/dbd31aeb251639ac0b9e7e29405c1441907f5759", - "reference": "dbd31aeb251639ac0b9e7e29405c1441907f5759", - "shasum": "" - }, - "require": { - "php": "^5.6 || ^7.0 || ^8.0" - }, - "require-dev": { - "phpunit/phpunit": "^5.7.23 || ^6.4.3 || ^7.0", - "symfony/process": "^3.3" - }, - "type": "library", - "autoload": { - "classmap": [ - "src/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], - "authors": [ - { - "name": "Sebastian Bergmann", - "email": "sebastian@phpunit.de" - }, - { - "name": "Kore Nordmann", - "email": "mail@kore-nordmann.de" - }, - { - "name": "SpacePossum" - } - ], - "description": "sebastian/diff v2 backport support for PHP5.6", - "homepage": "https://github.com/PHP-CS-Fixer", - "keywords": [ - "diff" - ], - "support": { - "issues": "https://github.com/PHP-CS-Fixer/diff/issues", - "source": "https://github.com/PHP-CS-Fixer/diff/tree/v1.3.1" - }, - "time": "2020-10-14T08:39:05+00:00" - }, { "name": "phpspec/prophecy", "version": "1.14.0", @@ -13201,59 +12772,6 @@ }, "time": "2020-12-13T13:06:13+00:00" }, - { - "name": "phpstan/phpdoc-parser", - "version": "0.4.9", - "source": { - "type": "git", - "url": "https://github.com/phpstan/phpdoc-parser.git", - "reference": "98a088b17966bdf6ee25c8a4b634df313d8aa531" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpdoc-parser/zipball/98a088b17966bdf6ee25c8a4b634df313d8aa531", - "reference": "98a088b17966bdf6ee25c8a4b634df313d8aa531", - "shasum": "" - }, - "require": { - "php": "^7.1 || ^8.0" - }, - "require-dev": { - "consistence/coding-standard": "^3.5", - "ergebnis/composer-normalize": "^2.0.2", - "jakub-onderka/php-parallel-lint": "^0.9.2", - "phing/phing": "^2.16.0", - "phpstan/extension-installer": "^1.0", - "phpstan/phpstan": "^0.12.26", - "phpstan/phpstan-strict-rules": "^0.12", - "phpunit/phpunit": "^6.3", - "slevomat/coding-standard": "^4.7.2", - "symfony/process": "^4.0" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "0.4-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", - "support": { - "issues": "https://github.com/phpstan/phpdoc-parser/issues", - "source": "https://github.com/phpstan/phpdoc-parser/tree/master" - }, - "time": "2020-08-03T20:32:43+00:00" - }, { "name": "phpstan/phpstan", "version": "0.12.99", @@ -13851,22 +13369,22 @@ }, { "name": "psalm/plugin-symfony", - "version": "v2.5.1", + "version": "v3.0.3", "source": { "type": "git", "url": "https://github.com/psalm/psalm-plugin-symfony.git", - "reference": "8a7744a5406c7f61d6eb007b30f721fff3a564c3" + "reference": "7b19393d11204e63a1c4b3cdee8585aa72a0ea70" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/psalm/psalm-plugin-symfony/zipball/8a7744a5406c7f61d6eb007b30f721fff3a564c3", - "reference": "8a7744a5406c7f61d6eb007b30f721fff3a564c3", + "url": "https://api.github.com/repos/psalm/psalm-plugin-symfony/zipball/7b19393d11204e63a1c4b3cdee8585aa72a0ea70", + "reference": "7b19393d11204e63a1c4b3cdee8585aa72a0ea70", "shasum": "" }, "require": { "ext-simplexml": "*", "php": "^7.1 || ^8.0", - "symfony/framework-bundle": "^3.0 || ^4.0 || ^5.0", + "symfony/framework-bundle": "^4.0 || ^5.0", "vimeo/psalm": "^4.9" }, "require-dev": { @@ -13909,9 +13427,9 @@ "description": "Psalm Plugin for Symfony", "support": { "issues": "https://github.com/psalm/psalm-plugin-symfony/issues", - "source": "https://github.com/psalm/psalm-plugin-symfony/tree/v2.5.1" + "source": "https://github.com/psalm/psalm-plugin-symfony/tree/v3.0.3" }, - "time": "2021-08-17T06:32:09+00:00" + "time": "2021-09-06T15:39:00+00:00" }, { "name": "roave/security-advisories", @@ -15047,123 +14565,6 @@ }, "time": "2016-10-03T07:35:21+00:00" }, - { - "name": "slevomat/coding-standard", - "version": "6.4.1", - "source": { - "type": "git", - "url": "https://github.com/slevomat/coding-standard.git", - "reference": "696dcca217d0c9da2c40d02731526c1e25b65346" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/slevomat/coding-standard/zipball/696dcca217d0c9da2c40d02731526c1e25b65346", - "reference": "696dcca217d0c9da2c40d02731526c1e25b65346", - "shasum": "" - }, - "require": { - "dealerdirect/phpcodesniffer-composer-installer": "^0.6.2 || ^0.7", - "php": "^7.1 || ^8.0", - "phpstan/phpdoc-parser": "0.4.5 - 0.4.9", - "squizlabs/php_codesniffer": "^3.5.6" - }, - "require-dev": { - "phing/phing": "2.16.3", - "php-parallel-lint/php-parallel-lint": "1.2.0", - "phpstan/phpstan": "0.12.48", - "phpstan/phpstan-deprecation-rules": "0.12.5", - "phpstan/phpstan-phpunit": "0.12.16", - "phpstan/phpstan-strict-rules": "0.12.5", - "phpunit/phpunit": "7.5.20|8.5.5|9.4.0" - }, - "type": "phpcodesniffer-standard", - "extra": { - "branch-alias": { - "dev-master": "6.x-dev" - } - }, - "autoload": { - "psr-4": { - "SlevomatCodingStandard\\": "SlevomatCodingStandard" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "description": "Slevomat Coding Standard for PHP_CodeSniffer complements Consistence Coding Standard by providing sniffs with additional checks.", - "support": { - "issues": "https://github.com/slevomat/coding-standard/issues", - "source": "https://github.com/slevomat/coding-standard/tree/6.4.1" - }, - "funding": [ - { - "url": "https://github.com/kukulich", - "type": "github" - }, - { - "url": "https://tidelift.com/funding/github/packagist/slevomat/coding-standard", - "type": "tidelift" - } - ], - "time": "2020-10-05T12:39:37+00:00" - }, - { - "name": "squizlabs/php_codesniffer", - "version": "3.6.0", - "source": { - "type": "git", - "url": "https://github.com/squizlabs/PHP_CodeSniffer.git", - "reference": "ffced0d2c8fa8e6cdc4d695a743271fab6c38625" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/ffced0d2c8fa8e6cdc4d695a743271fab6c38625", - "reference": "ffced0d2c8fa8e6cdc4d695a743271fab6c38625", - "shasum": "" - }, - "require": { - "ext-simplexml": "*", - "ext-tokenizer": "*", - "ext-xmlwriter": "*", - "php": ">=5.4.0" - }, - "require-dev": { - "phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0" - }, - "bin": [ - "bin/phpcs", - "bin/phpcbf" - ], - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "3.x-dev" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], - "authors": [ - { - "name": "Greg Sherwood", - "role": "lead" - } - ], - "description": "PHP_CodeSniffer tokenizes PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.", - "homepage": "https://github.com/squizlabs/PHP_CodeSniffer", - "keywords": [ - "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": "2021-04-09T00:54:41+00:00" - }, { "name": "symfony/browser-kit", "version": "v5.2.12", @@ -15560,74 +14961,6 @@ ], "time": "2021-09-14T13:57:08+00:00" }, - { - "name": "symfony/polyfill-php70", - "version": "v1.20.0", - "source": { - "type": "git", - "url": "https://github.com/symfony/polyfill-php70.git", - "reference": "5f03a781d984aae42cebd18e7912fa80f02ee644" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-php70/zipball/5f03a781d984aae42cebd18e7912fa80f02ee644", - "reference": "5f03a781d984aae42cebd18e7912fa80f02ee644", - "shasum": "" - }, - "require": { - "php": ">=7.1" - }, - "type": "metapackage", - "extra": { - "branch-alias": { - "dev-main": "1.20-dev" - }, - "thanks": { - "name": "symfony/polyfill", - "url": "https://github.com/symfony/polyfill" - } - }, - "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.0+ features to lower PHP versions", - "homepage": "https://symfony.com", - "keywords": [ - "compatibility", - "polyfill", - "portable", - "shim" - ], - "support": { - "source": "https://github.com/symfony/polyfill-php70/tree/v1.20.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": "2020-10-23T14:02:19+00:00" - }, { "name": "symfony/web-profiler-bundle", "version": "v5.2.13", @@ -15707,232 +15040,26 @@ ], "time": "2021-07-27T04:28:16+00:00" }, - { - "name": "symplify/autowire-array-parameter", - "version": "8.3.48", - "source": { - "type": "git", - "url": "https://github.com/symplify/autowire-array-parameter.git", - "reference": "721e29f2e656cc3cf1101fcc0dbb4f4a44d9309b" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symplify/autowire-array-parameter/zipball/721e29f2e656cc3cf1101fcc0dbb4f4a44d9309b", - "reference": "721e29f2e656cc3cf1101fcc0dbb4f4a44d9309b", - "shasum": "" - }, - "require": { - "nette/utils": "^3.0", - "php": ">=7.2", - "symfony/dependency-injection": "^4.4|^5.1", - "symplify/package-builder": "^8.3.48" - }, - "require-dev": { - "phpunit/phpunit": "^8.5|^9.0" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "8.4-dev" - } - }, - "autoload": { - "psr-4": { - "Symplify\\AutowireArrayParameter\\": "src" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "description": "Autowire array parameters for your Symfony applications", - "support": { - "source": "https://github.com/symplify/autowire-array-parameter/tree/8.3.48" - }, - "funding": [ - { - "url": "https://www.paypal.me/rectorphp", - "type": "custom" - }, - { - "url": "https://github.com/tomasvotruba", - "type": "github" - } - ], - "time": "2020-10-26T10:38:48+00:00" - }, - { - "name": "symplify/coding-standard", - "version": "8.3.48", - "source": { - "type": "git", - "url": "https://github.com/symplify/coding-standard.git", - "reference": "8b5347ff5e370e30644e47eeb3672076878cb10d" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symplify/coding-standard/zipball/8b5347ff5e370e30644e47eeb3672076878cb10d", - "reference": "8b5347ff5e370e30644e47eeb3672076878cb10d", - "shasum": "" - }, - "require": { - "friendsofphp/php-cs-fixer": "^2.16", - "nette/finder": "^2.5", - "nette/utils": "^3.0", - "nikic/php-parser": "^4.10.2", - "php": ">=7.2", - "phpstan/phpstan": "^0.12.40", - "slevomat/coding-standard": "^6.4", - "squizlabs/php_codesniffer": "^3.5", - "symplify/autowire-array-parameter": "^8.3.48", - "symplify/package-builder": "^8.3.48", - "symplify/symplify-kernel": "^8.3.48" - }, - "require-dev": { - "doctrine/orm": "^2.7", - "nette/application": "^3.0", - "nette/bootstrap": "^3.0", - "phpunit/phpunit": "^8.5|^9.0", - "symfony/framework-bundle": "^4.4|^5.1", - "symfony/http-kernel": "^4.4|^5.1", - "symplify/easy-coding-standard-tester": "^8.3.48", - "symplify/package-builder": "^8.3.48", - "symplify/phpstan-extensions": "^8.3.48", - "symplify/smart-file-system": "^8.3.48" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "8.4-dev" - } - }, - "autoload": { - "psr-4": { - "Symplify\\CodingStandard\\": "src", - "Symplify\\CodingStandard\\CognitiveComplexity\\": "packages/cognitive-complexity/src", - "Symplify\\CodingStandard\\ObjectCalisthenics\\": "packages/object-calisthenics/src" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "description": "Set of Symplify rules for PHP_CodeSniffer and PHP CS Fixer.", - "support": { - "source": "https://github.com/symplify/coding-standard/tree/8.3.48" - }, - "funding": [ - { - "url": "https://www.paypal.me/rectorphp", - "type": "custom" - }, - { - "url": "https://github.com/tomasvotruba", - "type": "github" - } - ], - "time": "2020-10-26T10:38:48+00:00" - }, - { - "name": "symplify/console-color-diff", - "version": "8.3.48", - "source": { - "type": "git", - "url": "https://github.com/symplify/console-color-diff.git", - "reference": "6cae4c121271da963698a9f0a50717a7d2ee9567" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symplify/console-color-diff/zipball/6cae4c121271da963698a9f0a50717a7d2ee9567", - "reference": "6cae4c121271da963698a9f0a50717a7d2ee9567", - "shasum": "" - }, - "require": { - "nette/utils": "^3.0", - "php": ">=7.2", - "sebastian/diff": "^3.0|^4.0", - "symfony/console": "^4.4|^5.1", - "symfony/dependency-injection": "^4.4|^5.1", - "symfony/http-kernel": "^4.4|^5.1", - "symplify/package-builder": "^8.3.48" - }, - "require-dev": { - "phpunit/phpunit": "^8.5|^9.0" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "8.4-dev" - } - }, - "autoload": { - "psr-4": { - "Symplify\\ConsoleColorDiff\\": "src" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "description": "Package to print diffs in console with colors", - "support": { - "source": "https://github.com/symplify/console-color-diff/tree/8.3.48" - }, - "funding": [ - { - "url": "https://www.paypal.me/rectorphp", - "type": "custom" - }, - { - "url": "https://github.com/tomasvotruba", - "type": "github" - } - ], - "time": "2020-10-26T10:38:48+00:00" - }, { "name": "symplify/easy-coding-standard", - "version": "8.3.48", + "version": "9.4.70", "source": { "type": "git", "url": "https://github.com/symplify/easy-coding-standard.git", - "reference": "101d4ad5a3d8ad98e23a951a5722d4d5422cda22" + "reference": "9276b0c7a1a5671fc4a067656ab40d0aea42aaca" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symplify/easy-coding-standard/zipball/101d4ad5a3d8ad98e23a951a5722d4d5422cda22", - "reference": "101d4ad5a3d8ad98e23a951a5722d4d5422cda22", + "url": "https://api.github.com/repos/symplify/easy-coding-standard/zipball/9276b0c7a1a5671fc4a067656ab40d0aea42aaca", + "reference": "9276b0c7a1a5671fc4a067656ab40d0aea42aaca", "shasum": "" }, "require": { - "composer/xdebug-handler": "^1.4", - "friendsofphp/php-cs-fixer": "^2.16", - "jean85/pretty-package-versions": "^1.2", - "nette/robot-loader": "^3.2", - "nette/utils": "^3.0", - "ocramius/package-versions": "^1.4", - "php": ">=7.2", - "psr/simple-cache": "^1.0", - "slevomat/coding-standard": "^6.4", - "squizlabs/php_codesniffer": "^3.5", - "symfony/cache": "^4.4|^5.1", - "symfony/config": "^4.4|^5.1", - "symfony/console": "^4.4|^5.1", - "symfony/dependency-injection": "^4.4|^5.1", - "symfony/finder": "^4.4|^5.1", - "symfony/http-kernel": "^4.4|^5.1", - "symfony/yaml": "^4.4|^5.1", - "symplify/autowire-array-parameter": "^8.3.48", - "symplify/coding-standard": "^8.3.48", - "symplify/console-color-diff": "^8.3.48", - "symplify/package-builder": "^8.3.48", - "symplify/set-config-resolver": "^8.3.48", - "symplify/smart-file-system": "^8.3.48", - "symplify/symplify-kernel": "^8.3.48" + "php": ">=7.1" }, - "require-dev": { - "phpunit/phpunit": "^8.5|^9.0", - "symplify/easy-coding-standard-tester": "^8.3.48" + "conflict": { + "friendsofphp/php-cs-fixer": "<3.0", + "squizlabs/php_codesniffer": "<3.6" }, "bin": [ "bin/ecs" @@ -15940,26 +15067,21 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "8.4-dev" + "dev-main": "9.5-dev" } }, "autoload": { - "psr-4": { - "Symplify\\EasyCodingStandard\\": "src", - "Symplify\\EasyCodingStandard\\ChangedFilesDetector\\": "packages/changed-files-detector/src", - "Symplify\\EasyCodingStandard\\Configuration\\": "packages/configuration/src", - "Symplify\\EasyCodingStandard\\FixerRunner\\": "packages/fixer-runner/src", - "Symplify\\EasyCodingStandard\\SniffRunner\\": "packages/sniff-runner/src", - "Symplify\\EasyCodingStandard\\SnippetFormatter\\": "packages/snippet-formatter/src" - } + "files": [ + "bootstrap.php" + ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], - "description": "Use Coding Standard with 0-knowledge of PHP-CS-Fixer and PHP_CodeSniffer.", + "description": "Prefixed scoped version of ECS package", "support": { - "source": "https://github.com/symplify/easy-coding-standard/tree/8.3.48" + "source": "https://github.com/symplify/easy-coding-standard/tree/9.4.70" }, "funding": [ { @@ -15971,232 +15093,7 @@ "type": "github" } ], - "time": "2020-10-26T10:38:48+00:00" - }, - { - "name": "symplify/package-builder", - "version": "8.3.48", - "source": { - "type": "git", - "url": "https://github.com/symplify/package-builder.git", - "reference": "d262d5c2043c669f145d3eabf7d8114ae64cf169" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symplify/package-builder/zipball/d262d5c2043c669f145d3eabf7d8114ae64cf169", - "reference": "d262d5c2043c669f145d3eabf7d8114ae64cf169", - "shasum": "" - }, - "require": { - "nette/finder": "^2.5", - "nette/utils": "^3.0", - "php": ">=7.2", - "symfony/config": "^4.4|^5.1", - "symfony/console": "^4.4|^5.1", - "symfony/dependency-injection": "^4.4|^5.1", - "symfony/finder": "^4.4|^5.1", - "symfony/http-kernel": "^4.4|^5.1", - "symfony/yaml": "^4.4|^5.1", - "symplify/autowire-array-parameter": "^8.3.48", - "symplify/symplify-kernel": "^8.3.48" - }, - "require-dev": { - "phpunit/phpunit": "^8.5|^9.0" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "8.4-dev" - } - }, - "autoload": { - "psr-4": { - "Symplify\\PackageBuilder\\": "src" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "description": "Dependency Injection, Console and Kernel toolkit for Symplify packages.", - "support": { - "source": "https://github.com/symplify/package-builder/tree/8.3.48" - }, - "funding": [ - { - "url": "https://www.paypal.me/rectorphp", - "type": "custom" - }, - { - "url": "https://github.com/tomasvotruba", - "type": "github" - } - ], - "time": "2020-10-26T10:38:48+00:00" - }, - { - "name": "symplify/set-config-resolver", - "version": "8.3.48", - "source": { - "type": "git", - "url": "https://github.com/symplify/set-config-resolver.git", - "reference": "1333995e30b7acfa7c4378c5f85de1dd96226c93" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symplify/set-config-resolver/zipball/1333995e30b7acfa7c4378c5f85de1dd96226c93", - "reference": "1333995e30b7acfa7c4378c5f85de1dd96226c93", - "shasum": "" - }, - "require": { - "nette/utils": "^3.0", - "php": ">=7.2", - "symfony/config": "^4.4|^5.1", - "symfony/console": "^4.4|^5.1", - "symfony/dependency-injection": "^4.4|^5.1", - "symfony/filesystem": "^4.4|^5.1", - "symfony/finder": "^4.4|^5.1", - "symfony/yaml": "^4.4|^5.1", - "symplify/smart-file-system": "^8.3.48", - "symplify/symplify-kernel": "^8.3.48" - }, - "require-dev": { - "phpunit/phpunit": "^8.5|^9.0" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "8.4-dev" - } - }, - "autoload": { - "psr-4": { - "Symplify\\SetConfigResolver\\": "src" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "description": "Resolve config and sets from configs and cli opptions for CLI applications", - "support": { - "issues": "https://github.com/symplify/set-config-resolver/issues", - "source": "https://github.com/symplify/set-config-resolver/tree/8.3.48" - }, - "funding": [ - { - "url": "https://www.paypal.me/rectorphp", - "type": "custom" - }, - { - "url": "https://github.com/tomasvotruba", - "type": "github" - } - ], - "abandoned": true, - "time": "2020-10-26T10:38:48+00:00" - }, - { - "name": "symplify/smart-file-system", - "version": "8.3.48", - "source": { - "type": "git", - "url": "https://github.com/symplify/smart-file-system.git", - "reference": "4146069c725b7c6e2f53924a151286f1e26c132f" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symplify/smart-file-system/zipball/4146069c725b7c6e2f53924a151286f1e26c132f", - "reference": "4146069c725b7c6e2f53924a151286f1e26c132f", - "shasum": "" - }, - "require": { - "nette/utils": "^3.0", - "php": ">=7.2", - "symfony/filesystem": "^4.4|^5.1", - "symfony/finder": "^4.4|^5.1" - }, - "require-dev": { - "nette/finder": "^2.5", - "phpunit/phpunit": "^8.5|^9.0" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "8.4-dev" - } - }, - "autoload": { - "psr-4": { - "Symplify\\SmartFileSystem\\": "src" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "description": "Sanitized FileInfo with safe getRealPath() and other handy methods", - "support": { - "source": "https://github.com/symplify/smart-file-system/tree/8.3.48" - }, - "funding": [ - { - "url": "https://www.paypal.me/rectorphp", - "type": "custom" - }, - { - "url": "https://github.com/tomasvotruba", - "type": "github" - } - ], - "time": "2020-10-26T10:38:48+00:00" - }, - { - "name": "symplify/symplify-kernel", - "version": "8.3.48", - "source": { - "type": "git", - "url": "https://github.com/symplify/symplify-kernel.git", - "reference": "c79dc6ce559b408c08e9fbc044f59cbb64961cf9" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symplify/symplify-kernel/zipball/c79dc6ce559b408c08e9fbc044f59cbb64961cf9", - "reference": "c79dc6ce559b408c08e9fbc044f59cbb64961cf9", - "shasum": "" - }, - "require": { - "php": ">=7.2", - "symfony/console": "^4.4|^5.1", - "symfony/dependency-injection": "^4.4|^5.1", - "symfony/http-kernel": "^4.4|^5.1", - "symplify/package-builder": "^8.3.48", - "symplify/smart-file-system": "^8.3.48" - }, - "require-dev": { - "phpunit/phpunit": "^8.5|^9.0" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "8.4-dev" - } - }, - "autoload": { - "psr-4": { - "Symplify\\SymplifyKernel\\": "src" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "description": "Internal Kernel for Symplify packages", - "support": { - "issues": "https://github.com/symplify/symplify-kernel/issues", - "source": "https://github.com/symplify/symplify-kernel/tree/8.3.48" - }, - "time": "2020-10-26T10:38:48+00:00" + "time": "2021-10-02T16:09:04+00:00" }, { "name": "theseer/tokenizer", diff --git a/phpcs.xml.dist b/phpcs.xml.dist deleted file mode 100644 index dd2a8c67..00000000 --- a/phpcs.xml.dist +++ /dev/null @@ -1,19 +0,0 @@ - - - - - - - - - - - - bin/ - config/ - public/ - src/ - tests/ - - diff --git a/symfony.lock b/symfony.lock index a68edc10..9e37c9a1 100644 --- a/symfony.lock +++ b/symfony.lock @@ -35,9 +35,6 @@ "./config/packages/test/dama_doctrine_test_bundle.yaml" ] }, - "dealerdirect/phpcodesniffer-composer-installer": { - "version": "v0.7.0" - }, "dnoegel/php-xdg-base-dir": { "version": "v0.1.1" }, @@ -165,17 +162,8 @@ "florianv/swap-bundle": { "version": "5.0.0" }, - "friendsofphp/php-cs-fixer": { - "version": "2.2", - "recipe": { - "repo": "github.com/symfony/recipes", - "branch": "master", - "version": "2.2", - "ref": "cc05ab6abf6894bddb9bbd6a252459010ebe040b" - }, - "files": [ - "./.php_cs.dist" - ] + "friendsofphp/proxy-manager-lts": { + "version": "v1.0.5" }, "friendsofsymfony/ckeditor-bundle": { "version": "2.0", @@ -198,8 +186,14 @@ "imagine/imagine": { "version": "1.2.2" }, - "jean85/pretty-package-versions": { - "version": "1.2" + "laminas/laminas-code": { + "version": "3.4.1" + }, + "laminas/laminas-eventmanager": { + "version": "3.2.1" + }, + "laminas/laminas-zendframework-bridge": { + "version": "1.1.1" }, "lcobucci/jwt": { "version": "3.3.1" @@ -244,15 +238,6 @@ "netresearch/jsonmapper": { "version": "v1.6.0" }, - "nette/finder": { - "version": "v2.5.2" - }, - "nette/robot-loader": { - "version": "v3.2.1" - }, - "nette/utils": { - "version": "v3.1.0" - }, "nikic/php-parser": { "version": "v4.2.1" }, @@ -274,9 +259,6 @@ "./config/packages/nyholm_psr7.yaml" ] }, - "ocramius/proxy-manager": { - "version": "2.1.1" - }, "omines/datatables-bundle": { "version": "0.1", "recipe": { @@ -313,9 +295,6 @@ "php": { "version": "7.2.5" }, - "php-cs-fixer/diff": { - "version": "v1.3.0" - }, "php-http/discovery": { "version": "1.7.0" }, @@ -367,9 +346,6 @@ "phpstan/extension-installer": { "version": "1.0.3" }, - "phpstan/phpdoc-parser": { - "version": "0.4.9" - }, "phpstan/phpstan": { "version": "0.12.8" }, @@ -520,24 +496,9 @@ "shivas/versioning-bundle": { "version": "3.1.3" }, - "slevomat/coding-standard": { - "version": "6.4.0" - }, "spomky-labs/otphp": { "version": "v9.1.4" }, - "squizlabs/php_codesniffer": { - "version": "3.0", - "recipe": { - "repo": "github.com/symfony/recipes-contrib", - "branch": "master", - "version": "3.0", - "ref": "0dc9cceda799fd3a08b96987e176a261028a3709" - }, - "files": [ - "./phpcs.xml.dist" - ] - }, "symfony/apache-pack": { "version": "1.0", "recipe": { @@ -753,9 +714,6 @@ "symfony/polyfill-mbstring": { "version": "v1.10.0" }, - "symfony/polyfill-php70": { - "version": "v1.15.0" - }, "symfony/polyfill-php72": { "version": "v1.10.0" }, @@ -927,30 +885,9 @@ "symfony/yaml": { "version": "v4.2.3" }, - "symplify/autowire-array-parameter": { - "version": "v7.2.0" - }, - "symplify/coding-standard": { - "version": "v7.1.3" - }, - "symplify/console-color-diff": { - "version": "v7.3.10" - }, "symplify/easy-coding-standard": { "version": "v7.1.3" }, - "symplify/package-builder": { - "version": "v7.1.3" - }, - "symplify/set-config-resolver": { - "version": "v7.1.3" - }, - "symplify/smart-file-system": { - "version": "v7.1.3" - }, - "symplify/symplify-kernel": { - "version": "8.3.48" - }, "tecnickcom/tc-lib-barcode": { "version": "1.15.20" }, @@ -1001,11 +938,5 @@ }, "yubico/u2flib-server": { "version": "1.0.2" - }, - "zendframework/zend-code": { - "version": "3.3.1" - }, - "zendframework/zend-eventmanager": { - "version": "3.2.1" } }