diff --git a/composer.lock b/composer.lock index 4e8f4510..28f9b200 100644 --- a/composer.lock +++ b/composer.lock @@ -1,40 +1,46 @@ { "_readme": [ "This file locks the dependencies of your project to a known state", - "Read more about it at http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file" + "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", + "This file is @generated automatically" ], - "hash": "090ff4858a96f5579129e897bddc42ea", + "content-hash": "5381ea19663cd71dae91867d72987521", "packages": [ { "name": "doctrine/annotations", - "version": "v1.1.1", + "version": "1.14.x-dev", "source": { "type": "git", "url": "https://github.com/doctrine/annotations.git", - "reference": "v1.1.1" + "reference": "50f9235edd3a3b0fc509d458eaf469f2f5cad932" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/annotations/zipball/v1.1.1", - "reference": "v1.1.1", + "url": "https://api.github.com/repos/doctrine/annotations/zipball/50f9235edd3a3b0fc509d458eaf469f2f5cad932", + "reference": "50f9235edd3a3b0fc509d458eaf469f2f5cad932", "shasum": "" }, "require": { - "doctrine/lexer": "1.*", - "php": ">=5.3.2" + "doctrine/lexer": "^1 || ^2", + "ext-tokenizer": "*", + "php": "^7.1 || ^8.0", + "psr/cache": "^1 || ^2 || ^3" }, "require-dev": { - "doctrine/cache": "1.*" + "doctrine/cache": "^1.11 || ^2.0", + "doctrine/coding-standard": "^9 || ^12", + "phpstan/phpstan": "~1.4.10 || ^1.10.28", + "phpunit/phpunit": "^7.5 || ^8.5 || ^9.5", + "symfony/cache": "^4.4 || ^5.4 || ^6", + "vimeo/psalm": "^4.30 || ^5.14" }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.0.x-dev" - } + "suggest": { + "php": "PHP 8.0 or higher comes with attributes, a native replacement for annotations" }, + "type": "library", "autoload": { - "psr-0": { - "Doctrine\\Common\\Annotations\\": "lib/" + "psr-4": { + "Doctrine\\Common\\Annotations\\": "lib/Doctrine/Common/Annotations" } }, "notification-url": "https://packagist.org/downloads/", @@ -42,15 +48,9 @@ "MIT" ], "authors": [ - { - "name": "Jonathan Wage", - "email": "jonwage@gmail.com", - "homepage": "http://www.jwage.com/" - }, { "name": "Guilherme Blanco", - "email": "guilhermeblanco@gmail.com", - "homepage": "http://www.instaclick.com" + "email": "guilhermeblanco@gmail.com" }, { "name": "Roman Borschel", @@ -60,21 +60,27 @@ "name": "Benjamin Eberlei", "email": "kontakt@beberlei.de" }, + { + "name": "Jonathan Wage", + "email": "jonwage@gmail.com" + }, { "name": "Johannes Schmitt", - "email": "schmittjoh@gmail.com", - "homepage": "https://github.com/schmittjoh", - "role": "Developer of wrapped JMSSerializerBundle" + "email": "schmittjoh@gmail.com" } ], "description": "Docblock Annotations Parser", - "homepage": "http://www.doctrine-project.org", + "homepage": "https://www.doctrine-project.org/projects/annotations.html", "keywords": [ "annotations", "docblock", "parser" ], - "time": "2013-04-20 08:30:17" + "support": { + "issues": "https://github.com/doctrine/annotations/issues", + "source": "https://github.com/doctrine/annotations/tree/1.14.x" + }, + "time": "2023-08-14T13:42:08+00:00" }, { "name": "doctrine/cache", @@ -143,7 +149,7 @@ "cache", "caching" ], - "time": "2013-05-13 02:51:07" + "time": "2013-05-13T02:51:07+00:00" }, { "name": "doctrine/collections", @@ -210,7 +216,7 @@ "collections", "iterator" ], - "time": "2013-03-17 14:01:33" + "time": "2013-03-17T14:01:33+00:00" }, { "name": "doctrine/common", @@ -284,7 +290,7 @@ "persistence", "spl" ], - "time": "2013-05-09 21:35:24" + "time": "2013-05-09T21:35:24+00:00" }, { "name": "doctrine/inflector", @@ -352,34 +358,36 @@ "singularize", "string" ], - "time": "2013-04-10 16:14:30" + "time": "2013-04-10T16:14:30+00:00" }, { "name": "doctrine/lexer", - "version": "dev-master", + "version": "1.3.x-dev", "source": { "type": "git", "url": "https://github.com/doctrine/lexer.git", - "reference": "bc0e1f0cc285127a38c6c8ea88bc5dba2fd53e94" + "reference": "df2c840b0bfd42b86ea60bd07d64ed57b6489539" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/lexer/zipball/bc0e1f0cc285127a38c6c8ea88bc5dba2fd53e94", - "reference": "bc0e1f0cc285127a38c6c8ea88bc5dba2fd53e94", + "url": "https://api.github.com/repos/doctrine/lexer/zipball/df2c840b0bfd42b86ea60bd07d64ed57b6489539", + "reference": "df2c840b0bfd42b86ea60bd07d64ed57b6489539", "shasum": "" }, "require": { - "php": ">=5.3.2" + "php": "^7.1 || ^8.0" }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.0.x-dev" - } + "require-dev": { + "doctrine/coding-standard": "^9 || ^10", + "phpstan/phpstan": "^1.3", + "phpunit/phpunit": "^7.5 || ^8.5 || ^9.5", + "psalm/plugin-phpunit": "^0.18.3", + "vimeo/psalm": "^4.11 || ^5.0" }, + "type": "library", "autoload": { - "psr-0": { - "Doctrine\\Common\\Lexer\\": "lib/" + "psr-4": { + "Doctrine\\Common\\Lexer\\": "src" } }, "notification-url": "https://packagist.org/downloads/", @@ -389,8 +397,7 @@ "authors": [ { "name": "Guilherme Blanco", - "email": "guilhermeblanco@gmail.com", - "homepage": "http://www.instaclick.com" + "email": "guilhermeblanco@gmail.com" }, { "name": "Roman Borschel", @@ -398,18 +405,37 @@ }, { "name": "Johannes Schmitt", - "email": "schmittjoh@gmail.com", - "homepage": "https://github.com/schmittjoh", - "role": "Developer of wrapped JMSSerializerBundle" + "email": "schmittjoh@gmail.com" } ], - "description": "Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers.", - "homepage": "http://www.doctrine-project.org", + "description": "PHP Doctrine Lexer parser library that can be used in Top-Down, Recursive Descent Parsers.", + "homepage": "https://www.doctrine-project.org/projects/lexer.html", "keywords": [ + "annotations", + "docblock", "lexer", - "parser" + "parser", + "php" ], - "time": "2013-03-07 12:15:25" + "support": { + "issues": "https://github.com/doctrine/lexer/issues", + "source": "https://github.com/doctrine/lexer/tree/1.3.x" + }, + "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": "2022-12-11T21:00:40+00:00" }, { "name": "nikic/php-parser", @@ -448,7 +474,56 @@ "parser", "php" ], - "time": "2012-04-23 15:52:11" + "time": "2012-04-23T15:52:11+00:00" + }, + { + "name": "psr/cache", + "version": "1.0.1", + "source": { + "type": "git", + "url": "https://github.com/php-fig/cache.git", + "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/php-fig/cache/zipball/d11b50ad223250cf17b86e38383413f5a6764bf8", + "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8", + "shasum": "" + }, + "require": { + "php": ">=5.3.0" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.0.x-dev" + } + }, + "autoload": { + "psr-4": { + "Psr\\Cache\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "PHP-FIG", + "homepage": "http://www.php-fig.org/" + } + ], + "description": "Common interface for caching libraries", + "keywords": [ + "cache", + "psr", + "psr-6" + ], + "support": { + "source": "https://github.com/php-fig/cache/tree/master" + }, + "time": "2016-08-06T20:24:11+00:00" }, { "name": "psr/log", @@ -486,7 +561,7 @@ "psr", "psr-3" ], - "time": "2012-12-21 11:40:51" + "time": "2012-12-21T11:40:51+00:00" }, { "name": "symfony/config", @@ -533,7 +608,7 @@ ], "description": "Symfony Config Component", "homepage": "http://symfony.com", - "time": "2013-05-10 18:08:31" + "time": "2013-05-10T18:08:31+00:00" }, { "name": "symfony/console", @@ -586,7 +661,7 @@ ], "description": "Symfony Console Component", "homepage": "http://symfony.com", - "time": "2013-05-16 07:54:39" + "time": "2013-05-16T07:54:39+00:00" }, { "name": "symfony/dependency-injection", @@ -642,7 +717,7 @@ ], "description": "Symfony DependencyInjection Component", "homepage": "http://symfony.com", - "time": "2013-05-16 07:54:39" + "time": "2013-05-16T07:54:39+00:00" }, { "name": "symfony/event-dispatcher", @@ -696,7 +771,7 @@ ], "description": "Symfony EventDispatcher Component", "homepage": "http://symfony.com", - "time": "2013-05-16 07:54:39" + "time": "2013-05-16T07:54:39+00:00" }, { "name": "symfony/filesystem", @@ -743,7 +818,7 @@ ], "description": "Symfony Filesystem Component", "homepage": "http://symfony.com", - "time": "2013-05-06 20:02:13" + "time": "2013-05-06T20:02:13+00:00" }, { "name": "symfony/framework-bundle", @@ -810,7 +885,7 @@ ], "description": "Symfony FrameworkBundle", "homepage": "http://symfony.com", - "time": "2013-04-17 05:27:14" + "time": "2013-04-17T05:27:14+00:00" }, { "name": "symfony/http-foundation", @@ -860,7 +935,7 @@ ], "description": "Symfony HttpFoundation Component", "homepage": "http://symfony.com", - "time": "2013-04-30 17:05:10" + "time": "2013-04-30T17:05:10+00:00" }, { "name": "symfony/http-kernel", @@ -929,7 +1004,7 @@ ], "description": "Symfony HttpKernel Component", "homepage": "http://symfony.com", - "time": "2013-05-10 16:49:00" + "time": "2013-05-10T16:49:00+00:00" }, { "name": "symfony/routing", @@ -987,7 +1062,7 @@ ], "description": "Symfony Routing Component", "homepage": "http://symfony.com", - "time": "2013-05-10 16:49:00" + "time": "2013-05-10T16:49:00+00:00" }, { "name": "symfony/stopwatch", @@ -1034,7 +1109,7 @@ ], "description": "Symfony Stopwatch Component", "homepage": "http://symfony.com", - "time": "2013-01-04 16:58:00" + "time": "2013-01-04T16:58:00+00:00" }, { "name": "symfony/templating", @@ -1081,7 +1156,7 @@ ], "description": "Symfony Templating Component", "homepage": "http://symfony.com", - "time": "2013-05-16 07:54:39" + "time": "2013-05-16T07:54:39+00:00" }, { "name": "symfony/translation", @@ -1136,7 +1211,7 @@ ], "description": "Symfony Translation Component", "homepage": "http://symfony.com", - "time": "2013-05-10 16:49:00" + "time": "2013-05-10T16:49:00+00:00" } ], "packages-dev": [ @@ -1187,7 +1262,7 @@ "annotations", "aop" ], - "time": "2013-01-09 08:03:40" + "time": "2013-01-09T08:03:40+00:00" }, { "name": "jms/cg", @@ -1233,7 +1308,7 @@ "keywords": [ "code generation" ], - "time": "2013-03-23 08:03:00" + "time": "2013-03-23T08:03:00+00:00" }, { "name": "jms/di-extra-bundle", @@ -1300,7 +1375,7 @@ "annotations", "dependency injection" ], - "time": "2013-03-21 16:34:41" + "time": "2013-03-21T16:34:41+00:00" }, { "name": "jms/metadata", @@ -1352,7 +1427,7 @@ "xml", "yaml" ], - "time": "2013-03-28 16:32:37" + "time": "2013-03-28T16:32:37+00:00" }, { "name": "sensio/framework-extra-bundle", @@ -1399,7 +1474,7 @@ "annotations", "controllers" ], - "time": "2013-05-16 20:55:41" + "time": "2013-05-16T20:55:41+00:00" }, { "name": "symfony/browser-kit", @@ -1454,7 +1529,7 @@ ], "description": "Symfony BrowserKit Component", "homepage": "http://symfony.com", - "time": "2013-05-16 07:54:39" + "time": "2013-05-16T07:54:39+00:00" }, { "name": "symfony/class-loader", @@ -1504,7 +1579,7 @@ ], "description": "Symfony ClassLoader Component", "homepage": "http://symfony.com", - "time": "2013-05-16 20:40:38" + "time": "2013-05-16T20:40:38+00:00" }, { "name": "symfony/css-selector", @@ -1555,7 +1630,7 @@ ], "description": "Symfony CssSelector Component", "homepage": "http://symfony.com", - "time": "2013-05-16 07:54:39" + "time": "2013-05-16T07:54:39+00:00" }, { "name": "symfony/dom-crawler", @@ -1608,7 +1683,7 @@ ], "description": "Symfony DomCrawler Component", "homepage": "http://symfony.com", - "time": "2013-05-16 07:54:39" + "time": "2013-05-16T07:54:39+00:00" }, { "name": "symfony/finder", @@ -1655,7 +1730,7 @@ ], "description": "Symfony Finder Component", "homepage": "http://symfony.com", - "time": "2013-05-16 07:54:39" + "time": "2013-05-16T07:54:39+00:00" }, { "name": "symfony/form", @@ -1714,7 +1789,7 @@ ], "description": "Symfony Form Component", "homepage": "http://symfony.com", - "time": "2013-05-16 07:54:39" + "time": "2013-05-16T07:54:39+00:00" }, { "name": "symfony/icu", @@ -1762,7 +1837,7 @@ "icu", "intl" ], - "time": "2013-05-16 08:18:58" + "time": "2013-05-16T08:18:58+00:00" }, { "name": "symfony/intl", @@ -1839,7 +1914,7 @@ "l10n", "localization" ], - "time": "2013-05-16 20:40:38" + "time": "2013-05-16T20:40:38+00:00" }, { "name": "symfony/options-resolver", @@ -1891,7 +1966,7 @@ "configuration", "options" ], - "time": "2013-05-16 07:54:39" + "time": "2013-05-16T07:54:39+00:00" }, { "name": "symfony/process", @@ -1938,7 +2013,7 @@ ], "description": "Symfony Process Component", "homepage": "http://symfony.com", - "time": "2013-05-16 07:54:39" + "time": "2013-05-16T07:54:39+00:00" }, { "name": "symfony/property-access", @@ -1996,7 +2071,7 @@ "property path", "reflection" ], - "time": "2013-05-16 07:54:39" + "time": "2013-05-16T07:54:39+00:00" }, { "name": "symfony/security", @@ -2064,7 +2139,7 @@ ], "description": "Symfony Security Component", "homepage": "http://symfony.com", - "time": "2013-05-16 07:54:39" + "time": "2013-05-16T07:54:39+00:00" }, { "name": "symfony/twig-bridge", @@ -2130,7 +2205,7 @@ ], "description": "Symfony Twig Bridge", "homepage": "http://symfony.com", - "time": "2013-04-22 04:28:56" + "time": "2013-04-22T04:28:56+00:00" }, { "name": "symfony/twig-bundle", @@ -2181,7 +2256,7 @@ ], "description": "Symfony TwigBundle", "homepage": "http://symfony.com", - "time": "2013-05-16 07:54:39" + "time": "2013-05-16T07:54:39+00:00" }, { "name": "symfony/validator", @@ -2242,7 +2317,7 @@ ], "description": "Symfony Validator Component", "homepage": "http://symfony.com", - "time": "2013-05-16 20:40:38" + "time": "2013-05-16T20:40:38+00:00" }, { "name": "symfony/yaml", @@ -2289,7 +2364,7 @@ ], "description": "Symfony Yaml Component", "homepage": "http://symfony.com", - "time": "2013-05-16 07:54:39" + "time": "2013-05-16T07:54:39+00:00" }, { "name": "twig/twig", @@ -2338,20 +2413,17 @@ "keywords": [ "templating" ], - "time": "2013-05-17 10:06:31" + "time": "2013-05-17T10:06:31+00:00" } ], - "aliases": [ - - ], + "aliases": [], "minimum-stability": "dev", - "stability-flags": [ - - ], - "platform": [ - - ], - "platform-dev": [ - - ] + "stability-flags": { + "symfony/framework-bundle": 20 + }, + "prefer-stable": false, + "prefer-lowest": false, + "platform": [], + "platform-dev": [], + "plugin-api-version": "2.3.0" }