Update Doctrine annotations library.

This commit is contained in:
Buster Neece 2023-01-15 01:02:02 -06:00
parent 9a752df0f3
commit 963e803924
No known key found for this signature in database
GPG Key ID: F1D2E64A0005E80E
2 changed files with 14 additions and 14 deletions

View File

@ -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",

26
composer.lock generated
View File

@ -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",