Skip to content

Commit ef06c0a

Browse files
committed
packagist preparement
1 parent 4c03d3b commit ef06c0a

File tree

1 file changed

+24
-3
lines changed

1 file changed

+24
-3
lines changed

composer.json

Lines changed: 24 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,27 @@
11
{
2-
"require": {
3-
"doctrine/orm": "^2.5",
4-
"psr/log": "^1.0"
2+
"name": "dsentker/watcher",
3+
"description": "Allows to track changes on doctrine entities with an easy-to-use and highly customizable API.",
4+
"version": "0.1.0",
5+
"license": "MIT",
6+
"autoload": {
7+
"psr-4": {
8+
"DSentker\\Watcher\\": "vendor/watcher/src/"
59
}
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+
}
627
}

0 commit comments

Comments
 (0)