Skip to content

Commit

Permalink
Merge pull request #25 from jawira/update_doc
Browse files Browse the repository at this point in the history
Update doc
  • Loading branch information
jawira authored Oct 3, 2021
2 parents cdac15a + 6bb4429 commit e45e2d7
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# 📐 DB Draw
# DB Draw

**Generate an ER diagram from your existing database.**
**📐 Library to generate database diagrams.**

[![Latest Stable Version](http://poser.pugx.org/jawira/db-draw/v)](https://packagist.org/packages/jawira/db-draw)
[![.gitattributes](http://poser.pugx.org/jawira/db-draw/gitattributes)](https://packagist.org/packages/jawira/db-draw)
Expand Down
9 changes: 7 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
{
"name": "jawira/db-draw",
"type": "library",
"description": "\ud83d\udcd0 Create an ER diagram from your existing DB",
"description": "\ud83d\udcd0 Library to generate database diagrams.",
"keywords": [
"database",
"db",
"dbal",
"diagram",
"doctrine"
"doctrine",
"php"
],
"homepage": "https://jawira.github.io/db-draw/",
"license": "MIT",
"authors": [
{
Expand Down Expand Up @@ -44,5 +46,8 @@
"psr-4": {
"Jawira\\DbDrawTests\\": "tests"
}
},
"support": {
"issues": "https://github.com/jawira/db-draw/issues"
}
}

0 comments on commit e45e2d7

Please sign in to comment.