8000 minor #24658 Add "doctrine/annotations" to top-level composer.json (s… · symfony/symfony@d3e419a · GitHub
[go: up one dir, main page]

Skip to content

Commit d3e419a

Browse files
minor #24658 Add "doctrine/annotations" to top-level composer.json (siwinski)
This PR was merged into the 2.7 branch. Discussion ---------- Add "doctrine/annotations" to top-level composer.json | Q | A | ------------- | --- | Branch? | 2.7 | Bug fix? | no | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | | License | MIT | Doc PR | Adding to top-level composer.json as require-dev since it is already dev-required by the following: * `src/Symfony/Bundle/FrameworkBundle/composer.json`: `"doctrine/annotations": "~1.0"` * `src/Symfony/Bundle/TwigBundle/composer.json`: `"doctrine/annotations": "~1.0 8000 "` * `src/Symfony/Component/PropertyInfo/composer.json`: `"doctrine/annotations": "~1.0"` * `src/Symfony/Component/Routing/composer.json`: `"doctrine/annotations": "~1.0",` * `src/Symfony/Component/Serializer/composer.json`: `"doctrine/annotations": "~1.0",` * `src/Symfony/Component/Validator/composer.json`: `"doctrine/annotations": "~1.0",` Commits ------- 3cdf4eb Add "doctrine/annotations" to top-level composer.json
2 parents 0f9c6e6 + 3cdf4eb commit d3e419a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@
7272
"symfony/yaml": "self.version"
7373
},
7474
"require-dev": {
75+
"doctrine/annotations": "~1.0",
7576
"doctrine/data-fixtures": "1.0.*",
7677
"doctrine/dbal": "~2.4",
7778
"doctrine/orm": "~2.4,>=2.4.5",

0 commit comments

Comments
 (0)
0