Skip to content

Commit aac6f7b

Browse files
committed
0.2.5
1 parent 0e1136b commit aac6f7b

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,10 @@
55
## Documentation
66
[View Documentation](https://dsentker.github.io/WatcherDocumentation/)
77

8+
## Quick example
89
***
910

10-
You can use this library to track changes to Entites. You can use annotations to define the fields that you want to monitor. They determine where the changes are to be saved.
11+
You can use this library to track changes to Doctrine Entites. Use annotations to define the fields that you want to monitor. They determine where the changes are to be saved.
1112

1213
```php
1314
// User Entity class

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "dsentker/watcher",
33
"description": "Allows to track changes on doctrine entities with an easy-to-use API.",
4-
"version": "0.2.43",
4+
"version": "0.2.5",
55
"license": "MIT",
66
"autoload": {
77
"psr-4": {

0 commit comments

Comments
 (0)