Skip to content

Commit

Permalink
Merge pull request #197 from greg0ire/optional-doctrine-annotations
Browse files Browse the repository at this point in the history
Mark doctrine/annotations dependency as optional
  • Loading branch information
greg0ire committed Jun 25, 2021
2 parents 69bc7b9 + 52ab59d commit 97b7243
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
],
"require": {
"php": "^7.1 || ^8.0",
"doctrine/annotations": "^1.0",
"doctrine/cache": "^1.11 || ^2.0",
"doctrine/collections": "^1.0",
"doctrine/event-manager": "^1.0",
Expand All @@ -31,13 +30,15 @@
"require-dev": {
"composer/package-versions-deprecated": "^1.11",
"phpstan/phpstan": "0.12.84",
"doctrine/annotations": "^1.0",
"doctrine/coding-standard": "^6.0 || ^9.0",
"doctrine/common": "^3.0",
"phpunit/phpunit": "^7.5.20 || ^8.0 || ^9.0",
"symfony/cache": "^4.4|^5.0",
"vimeo/psalm": "4.7.0"
},
"conflict": {
"doctrine/annotations": "<1.0 || >=2.0",
"doctrine/common": "<2.10@dev"
},
"autoload": {
Expand Down

0 comments on commit 97b7243

Please sign in to comment.