-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #16 from jawira/docs
Improve doc
- Loading branch information
Showing
3 changed files
with
36 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
/.editorconfig export-ignore | ||
/.gitattributes export-ignore | ||
/.github export-ignore | ||
/.gitignore export-ignore | ||
/.idea export-ignore | ||
/.phive export-ignore | ||
/.psalm export-ignore | ||
/.php-cs-fixer.dist.php export-ignore | ||
/CHANGELOG.md export-ignore | ||
/README.md export-ignore | ||
/build export-ignore | ||
/build.png export-ignore | ||
/build.xml export-ignore | ||
/docs export-ignore | ||
/examples export-ignore | ||
/phpstan export-ignore | ||
/phpunit.xml export-ignore | ||
/phpunit.xml.dist export-ignore | ||
/resources export-ignore | ||
/tests export-ignore | ||
|
||
# Configure diff output for .php and .phar files. | ||
*.php diff=php | ||
*.phar -diff |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "jawira/db-draw", | ||
"type": "library", | ||
"description": "\ud83d\udcf8 Create an ER diagram from your existing DB", | ||
"description": "\uD83D\uDCD0 Create an ER diagram from your existing DB", | ||
"keywords": [ | ||
"database", | ||
"db", | ||
|
@@ -12,8 +12,7 @@ | |
"license": "MIT", | ||
"authors": [ | ||
{ | ||
"name": "Jawira Portugal", | ||
"email": "[email protected]" | ||
"name": "Jawira Portugal" | ||
} | ||
], | ||
"require": { | ||
|