diff --git a/apps/composer.json b/apps/composer.json index 5db87e74..75dd92ba 100644 --- a/apps/composer.json +++ b/apps/composer.json @@ -11,7 +11,7 @@ "beberlei/assert": "3.2.7", "beberlei/doctrineextensions": "1.2.8", "composer/package-versions-deprecated": "1.11.99", - "doctrine/annotations": "1.10.4", + "doctrine/annotations": "1.11.1", "doctrine/doctrine-bundle": "2.1.2", "doctrine/doctrine-migrations-bundle": "3.0.1", "doctrine/orm": "2.7.4", diff --git a/apps/composer.lock b/apps/composer.lock index 419d6317..b920d16d 100644 --- a/apps/composer.lock +++ b/apps/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": "5a0f3a8788cf02a2954194c47db5cbd1", + "content-hash": "7bfa2bfadcb67248aeae8808df013748", "packages": [ { "name": "api-platform/core", @@ -465,16 +465,16 @@ }, { "name": "doctrine/annotations", - "version": "1.10.4", + "version": "1.11.1", "source": { "type": "git", "url": "https://github.com/doctrine/annotations.git", - "reference": "bfe91e31984e2ba76df1c1339681770401ec262f" + "reference": "ce77a7ba1770462cd705a91a151b6c3746f9c6ad" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/annotations/zipball/bfe91e31984e2ba76df1c1339681770401ec262f", - "reference": "bfe91e31984e2ba76df1c1339681770401ec262f", + "url": "https://api.github.com/repos/doctrine/annotations/zipball/ce77a7ba1770462cd705a91a151b6c3746f9c6ad", + "reference": "ce77a7ba1770462cd705a91a151b6c3746f9c6ad", "shasum": "" }, "require": { @@ -484,13 +484,14 @@ }, "require-dev": { "doctrine/cache": "1.*", + "doctrine/coding-standard": "^6.0 || ^8.1", "phpstan/phpstan": "^0.12.20", "phpunit/phpunit": "^7.5 || ^9.1.5" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.9.x-dev" + "dev-master": "1.11.x-dev" } }, "autoload": { @@ -525,7 +526,7 @@ } ], "description": "Docblock Annotations Parser", - "homepage": "http://www.doctrine-project.org", + "homepage": "https://www.doctrine-project.org/projects/annotations.html", "keywords": [ "annotations", "docblock", @@ -533,9 +534,9 @@ ], "support": { "issues": "https://github.com/doctrine/annotations/issues", - "source": "https://github.com/doctrine/annotations/tree/1.10.x" + "source": "https://github.com/doctrine/annotations/tree/1.11.1" }, - "time": "2020-08-10T19:35:50+00:00" + "time": "2020-10-26T10:28:16+00:00" }, { "name": "doctrine/cache",