From 17106826ad99646455b5ac52a7d93648960bf166 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Oct 2023 19:13:34 +0000 Subject: [PATCH] Bump doctrine/annotations from 1.1.1 to 1.14.x-dev Bumps [doctrine/annotations](https://github.com/doctrine/annotations) from 1.1.1 to 1.14.x-dev. - [Release notes](https://github.com/doctrine/annotations/releases) - [Commits](https://github.com/doctrine/annotations/commits) --- updated-dependencies: - dependency-name: doctrine/annotations dependency-type: indirect ... Signed-off-by: dependabot[bot] --- composer.lock | 244 ++++++++++++++++++++++++++++++++------------------ 1 file changed, 156 insertions(+), 88 deletions(-) diff --git a/composer.lock b/composer.lock index 1f3f758..cee5df6 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": "1e00408fcbcd2a878dcc4913ac93324f", + "content-hash": "6c2cd62eaad4dc7ef4e5e31ed2ed2c2d", "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": "http://jmsyst.com", - "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-06-07 14:54:47" + "time": "2013-06-07T14:54:47+00:00" }, { "name": "doctrine/collections", @@ -210,7 +216,7 @@ "collections", "iterator" ], - "time": "2013-05-26 05:21:22" + "time": "2013-05-26T05:21:22+00:00" }, { "name": "doctrine/common", @@ -284,7 +290,7 @@ "persistence", "spl" ], - "time": "2013-06-21 12:11:28" + "time": "2013-06-21T12:11:28+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,86 @@ }, { "name": "Johannes Schmitt", - "email": "schmittjoh@gmail.com", - "homepage": "http://jmsyst.com", - "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": "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", @@ -447,7 +522,7 @@ "psr", "psr-3" ], - "time": "2012-12-21 11:40:51" + "time": "2012-12-21T11:40:51+00:00" }, { "name": "symfony/config", @@ -495,7 +570,7 @@ ], "description": "Symfony Config Component", "homepage": "http://symfony.com", - "time": "2013-06-19 09:29:07" + "time": "2013-06-19T09:29:07+00:00" }, { "name": "symfony/debug", @@ -551,7 +626,7 @@ ], "description": "Symfony Debug Component", "homepage": "http://symfony.com", - "time": "2013-06-25 13:33:52" + "time": "2013-06-25T13:33:52+00:00" }, { "name": "symfony/dependency-injection", @@ -607,7 +682,7 @@ ], "description": "Symfony DependencyInjection Component", "homepage": "http://symfony.com", - "time": "2013-06-17 13:32:29" + "time": "2013-06-17T13:32:29+00:00" }, { "name": "symfony/event-dispatcher", @@ -661,7 +736,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", @@ -708,7 +783,7 @@ ], "description": "Symfony Filesystem Component", "homepage": "http://symfony.com", - "time": "2013-06-11 07:15:38" + "time": "2013-06-11T07:15:38+00:00" }, { "name": "symfony/form", @@ -767,7 +842,7 @@ ], "description": "Symfony Form Component", "homepage": "http://symfony.com", - "time": "2013-06-23 08:16:02" + "time": "2013-06-23T08:16:02+00:00" }, { "name": "symfony/framework-bundle", @@ -837,7 +912,7 @@ ], "description": "Symfony FrameworkBundle", "homepage": "http://symfony.com", - "time": "2013-06-13 07:51:49" + "time": "2013-06-13T07:51:49+00:00" }, { "name": "symfony/http-foundation", @@ -887,7 +962,7 @@ ], "description": "Symfony HttpFoundation Component", "homepage": "http://symfony.com", - "time": "2013-06-23 08:16:33" + "time": "2013-06-23T08:16:33+00:00" }, { "name": "symfony/http-kernel", @@ -957,7 +1032,7 @@ ], "description": "Symfony HttpKernel Component", "homepage": "http://symfony.com", - "time": "2013-06-11 07:15:38" + "time": "2013-06-11T07:15:38+00:00" }, { "name": "symfony/icu", @@ -1005,7 +1080,7 @@ "icu", "intl" ], - "time": "2013-06-03 18:32:58" + "time": "2013-06-03T18:32:58+00:00" }, { "name": "symfony/intl", @@ -1082,7 +1157,7 @@ "l10n", "localization" ], - "time": "2013-06-23 08:16:33" + "time": "2013-06-23T08:16:33+00:00" }, { "name": "symfony/options-resolver", @@ -1134,7 +1209,7 @@ "configuration", "options" ], - "time": "2013-05-16 07:54:39" + "time": "2013-05-16T07:54:39+00:00" }, { "name": "symfony/property-access", @@ -1192,7 +1267,7 @@ "property path", "reflection" ], - "time": "2013-05-16 07:54:39" + "time": "2013-05-16T07:54:39+00:00" }, { "name": "symfony/routing", @@ -1250,7 +1325,7 @@ ], "description": "Symfony Routing Component", "homepage": "http://symfony.com", - "time": "2013-06-24 19:22:42" + "time": "2013-06-24T19:22:42+00:00" }, { "name": "symfony/stopwatch", @@ -1297,7 +1372,7 @@ ], "description": "Symfony Stopwatch Component", "homepage": "http://symfony.com", - "time": "2013-05-16 07:54:39" + "time": "2013-05-16T07:54:39+00:00" }, { "name": "symfony/templating", @@ -1344,7 +1419,7 @@ ], "description": "Symfony Templating Component", "homepage": "http://symfony.com", - "time": "2013-06-14 12:44:33" + "time": "2013-06-14T12:44:33+00:00" }, { "name": "symfony/translation", @@ -1399,7 +1474,7 @@ ], "description": "Symfony Translation Component", "homepage": "http://symfony.com", - "time": "2013-05-16 07:54:39" + "time": "2013-05-16T07:54:39+00:00" }, { "name": "twig/twig", @@ -1448,7 +1523,7 @@ "keywords": [ "templating" ], - "time": "2013-06-27 06:24:36" + "time": "2013-06-27T06:24:36+00:00" }, { "name": "xi/ajax-bundle", @@ -1488,23 +1563,16 @@ "ajax", "json" ], - "time": "2013-06-13 07:47:06" + "time": "2013-06-13T07:47:06+00:00" } ], - "packages-dev": [ - - ], - "aliases": [ - - ], + "packages-dev": [], + "aliases": [], "minimum-stability": "dev", - "stability-flags": [ - - ], - "platform": [ - - ], - "platform-dev": [ - - ] + "stability-flags": [], + "prefer-stable": false, + "prefer-lowest": false, + "platform": [], + "platform-dev": [], + "plugin-api-version": "2.3.0" }