Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit fe594a7

Browse files
initiated functionality with dirty code
1 parent 51c4eae commit fe594a7

4 files changed

Lines changed: 2526 additions & 30 deletions

File tree

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,8 @@
77
[![Quality Score][ico-code-quality]][link-code-quality]
88
[![Total Downloads][ico-downloads]][link-downloads]
99

10-
**Note:** Replace ```Daniel Jurkovic``` ```macroparts``` ```http://jurkovic.io``` ```[email protected]``` ```macroparts``` ```vortex``` ```Doctrine query builder abstraction for powerful APIs``` with their correct values in [README.md](README.md), [CHANGELOG.md](CHANGELOG.md), [CONTRIBUTING.md](CONTRIBUTING.md), [LICENSE.md](LICENSE.md) and [composer.json](composer.json) files, then delete this line. You can run `$ php prefill.php` in the command line to make all replacements at once. Delete the file prefill.php as well.
11-
1210
This is where your description should go. Try and limit it to a paragraph or two, and maybe throw in a mention of what
13-
PSRs you support to avoid any confusion with users and contributors.ho
11+
PSRs you support to avoid any confusion with users and contributors.
1412

1513
## Structure
1614

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@
1717
}
1818
],
1919
"require": {
20-
"php" : "~5.5|~7.0"
20+
"php": "~5.5|~7.0",
21+
"doctrine/orm": "^2.5"
2122
},
2223
"require-dev": {
2324
"phpunit/phpunit" : "~4.0||~5.0||~6.0",

src/SkeletonClass.php

Lines changed: 0 additions & 26 deletions
This file was deleted.

0 commit comments

Comments
 (0)