From 963e8039246847ede45bf2aca3df1923a0bd543d Mon Sep 17 00:00:00 2001 From: Buster Neece Date: Sun, 15 Jan 2023 01:02:02 -0600 Subject: [PATCH] Update Doctrine annotations library. --- composer.json | 2 +- composer.lock | 26 +++++++++++++------------- 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/composer.json b/composer.json index a38129139..162bd1163 100644 --- a/composer.json +++ b/composer.json @@ -32,7 +32,7 @@ "br33f/php-ga4-mp": "^0.1.2", "brick/math": "^0.10", "composer/ca-bundle": "^1.2", - "doctrine/annotations": "^1.6", + "doctrine/annotations": "^2", "doctrine/data-fixtures": "^1.3", "doctrine/dbal": "^3", "doctrine/migrations": "^3.0", diff --git a/composer.lock b/composer.lock index a1cd886df..cc9b467ce 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": "4354bff3d5d26e4c81bd5d9b2fa02aaa", + "content-hash": "b1487b626a93972c92e12cb2130e0454", "packages": [ { "name": "aws/aws-crt-php", @@ -621,30 +621,30 @@ }, { "name": "doctrine/annotations", - "version": "1.14.2", + "version": "2.0.0", "source": { "type": "git", "url": "https://github.com/doctrine/annotations.git", - "reference": "ad785217c1e9555a7d6c6c8c9f406395a5e2882b" + "reference": "d02c9f3742044e17d5fa8d28d8402a2d95c33302" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/annotations/zipball/ad785217c1e9555a7d6c6c8c9f406395a5e2882b", - "reference": "ad785217c1e9555a7d6c6c8c9f406395a5e2882b", + "url": "https://api.github.com/repos/doctrine/annotations/zipball/d02c9f3742044e17d5fa8d28d8402a2d95c33302", + "reference": "d02c9f3742044e17d5fa8d28d8402a2d95c33302", "shasum": "" }, "require": { - "doctrine/lexer": "^1 || ^2", + "doctrine/lexer": "^2 || ^3", "ext-tokenizer": "*", - "php": "^7.1 || ^8.0", + "php": "^7.2 || ^8.0", "psr/cache": "^1 || ^2 || ^3" }, "require-dev": { - "doctrine/cache": "^1.11 || ^2.0", - "doctrine/coding-standard": "^9 || ^10", - "phpstan/phpstan": "~1.4.10 || ^1.8.0", + "doctrine/cache": "^2.0", + "doctrine/coding-standard": "^10", + "phpstan/phpstan": "^1.8.0", "phpunit/phpunit": "^7.5 || ^8.5 || ^9.5", - "symfony/cache": "^4.4 || ^5.4 || ^6", + "symfony/cache": "^5.4 || ^6", "vimeo/psalm": "^4.10" }, "suggest": { @@ -691,9 +691,9 @@ ], "support": { "issues": "https://github.com/doctrine/annotations/issues", - "source": "https://github.com/doctrine/annotations/tree/1.14.2" + "source": "https://github.com/doctrine/annotations/tree/2.0.0" }, - "time": "2022-12-15T06:48:22+00:00" + "time": "2022-12-19T18:17:20+00:00" }, { "name": "doctrine/cache",