diff options
author | Remi Collet <remi@remirepo.net> | 2020-10-26 07:22:31 +0100 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2020-10-26 07:22:31 +0100 |
commit | bddec47c040457b17b3ba87e20a703aaa03b5dc7 (patch) | |
tree | a65070fed0bc4bb450d1d737d0ef515ba79b08b1 /composer.json | |
parent | 3f48dcc9d981cff5e7fc4168951f4f82c8d9caa9 (diff) |
update to 1.11.0
Diffstat (limited to 'composer.json')
-rw-r--r-- | composer.json | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/composer.json b/composer.json index 10aae87..2f3318a 100644 --- a/composer.json +++ b/composer.json @@ -3,7 +3,7 @@ "type": "library", "description": "Docblock Annotations Parser", "keywords": ["annotations", "docblock", "parser"], - "homepage": "http://www.doctrine-project.org", + "homepage": "https://www.doctrine-project.org/projects/annotations.html", "license": "MIT", "authors": [ {"name": "Guilherme Blanco", "email": "guilhermeblanco@gmail.com"}, @@ -19,6 +19,7 @@ }, "require-dev": { "doctrine/cache": "1.*", + "doctrine/coding-standard": "^6.0 || ^8.1", "phpstan/phpstan": "^0.12.20", "phpunit/phpunit": "^7.5 || ^9.1.5" }, @@ -39,7 +40,7 @@ }, "extra": { "branch-alias": { - "dev-master": "1.9.x-dev" + "dev-master": "1.11.x-dev" } } } |