Skip to content

Commit 4457d22

Browse files
committed
minor #39773 Improve composer.json descriptions (fabpot)
This PR was merged into the 4.4 branch. Discussion ---------- Improve composer.json descriptions | Q | A | ------------- | --- | Branch? | 4.4 <!-- see below --> | Bug fix? | no | New feature? | no <!-- please update src/**/CHANGELOG.md files --> | Deprecations? | no <!-- please update UPGRADE-*.md and src/**/CHANGELOG.md files --> | Tickets | Refs #39768 <!-- prefix each issue number with "Fix #", no need to create an issue if none exist, explain below instead --> | License | MIT | Doc PR | n/a Commits ------- 611a2dfaf3 Improve composer.json descriptions
2 parents 019fa72 + eef9aa7 commit 4457d22

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Doctrine Bridge
22
===============
33

4-
Provides integration for [Doctrine](http://www.doctrine-project.org/) with
5-
various Symfony components.
4+
The Doctrine bridge provides integration for
5+
[Doctrine](http://www.doctrine-project.org/) with various Symfony components.
66

77
Resources
88
---------

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "symfony/doctrine-bridge",
33
"type": "symfony-bridge",
4-
"description": "Symfony Doctrine Bridge",
4+
"description": "Provides integration for Doctrine with various Symfony components",
55
"keywords": [],
66
"homepage": "https://symfony.com",
77
"license": "MIT",

0 commit comments

Comments
 (0)