We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c03d3b commit ef06c0aCopy full SHA for ef06c0a
composer.json
@@ -1,6 +1,27 @@
1
{
2
- "require": {
3
- "doctrine/orm": "^2.5",
4
- "psr/log": "^1.0"
+ "name": "dsentker/watcher",
+ "description": "Allows to track changes on doctrine entities with an easy-to-use and highly customizable API.",
+ "version": "0.1.0",
5
+ "license": "MIT",
6
+ "autoload": {
7
+ "psr-4": {
8
+ "DSentker\\Watcher\\": "vendor/watcher/src/"
9
}
10
+ },
11
+ "authors": [
12
+ {
13
+ "name": "Daniel Sentker",
14
+ "email": "tracid2008@gmail.com",
15
+ "homepage": "https://github.com/dsentker",
16
+ "role": "Developer"
17
+ }
18
+ ],
19
+ "require": {
20
+ "php": "^5.5 || ^7.0",
21
+ "doctrine/orm": "^2.5",
22
+ "psr/log": "^1.0"
23
24
+ "suggest": {
25
+ "monolog/monolog": "Allows logging of changed entities"
26
27
0 commit comments