-
Notifications
You must be signed in to change notification settings - Fork 1
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 #3 from dotkernel/doctrine-metadata
Doctrine metadata documentation
- Loading branch information
Showing
3 changed files
with
151 additions
and
3 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,39 @@ | ||
clover.xml | ||
coveralls-upload.json | ||
phpunit.xml | ||
|
||
# Created by .ignore support plugin (hsz.mobi) | ||
### JetBrains template | ||
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and Webstorm | ||
# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839 | ||
|
||
# Admin-specific stuff: | ||
.idea | ||
|
||
## File-based project format: | ||
*.iws | ||
|
||
## Plugin-specific files: | ||
|
||
# IntelliJ | ||
/out/ | ||
|
||
# mpeltonen/sbt-idea plugin | ||
.idea_modules/ | ||
|
||
# JIRA plugin | ||
atlassian-ide-plugin.xml | ||
|
||
# Crashlytics plugin (for Android Studio and IntelliJ) | ||
com_crashlytics_export_strings.xml | ||
crashlytics.properties | ||
crashlytics-build.properties | ||
fabric.properties | ||
|
||
### Composer template | ||
composer.phar | ||
/vendor/ | ||
|
||
# Commit your application's lock file http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file | ||
# You may choose to ignore a library lock file http://getcomposer.org/doc/02-libraries.md#lock-file | ||
composer.lock |
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,89 @@ | ||
## 3.0.4 - 2021-01-15 | ||
|
||
### Changed | ||
* README.md | ||
* CHANGELOG.md | ||
|
||
### Added | ||
* Nothing | ||
|
||
### Deprecated | ||
* Nothing | ||
|
||
### Removed | ||
* Nothing | ||
|
||
### Fixed | ||
* Nothing | ||
|
||
## 3.0.3 - 2021-01-14 | ||
|
||
### Changed | ||
* README.md | ||
* CHANGELOG.md | ||
|
||
### Added | ||
* Nothing | ||
|
||
### Deprecated | ||
* Nothing | ||
|
||
### Removed | ||
* Nothing | ||
|
||
### Fixed | ||
* Nothing | ||
|
||
## 3.0.2-dev - 2021-01-14 | ||
|
||
### Changed | ||
* README.md | ||
|
||
### Added | ||
* .gitignore | ||
* CHANGELOG.md | ||
|
||
### Deprecated | ||
* Nothing | ||
|
||
### Removed | ||
* Nothing | ||
|
||
### Fixed | ||
* Nothing | ||
|
||
## 3.0.1-dev - 2021-01-14 | ||
|
||
### Changed | ||
* composer.json | ||
* Removed doctrine/orm dependency | ||
* Bumped up mezzio/hal package version to ^2.0 | ||
|
||
### Added | ||
* Nothing | ||
|
||
### Deprecated | ||
* Nothing | ||
|
||
### Removed | ||
* Nothing | ||
|
||
### Fixed | ||
* Nothing | ||
|
||
## 3.0.x-dev - 2021-01-13 | ||
|
||
### Changed | ||
* Nothing | ||
|
||
### Added | ||
* Everything | ||
|
||
### Deprecated | ||
* Nothing | ||
|
||
### Removed | ||
* Nothing | ||
|
||
### Fixed | ||
* Nothing |
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