-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
32 lines (32 loc) · 857 Bytes
/
composer.json
File metadata and controls
32 lines (32 loc) · 857 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
"name": "marcw/silence",
"description": "Silence is a podcast static feed generator.",
"type": "project",
"require": {
"marcw/rss-writer": "^0.4.0",
"symfony/console": "^4.1",
"doctrine/orm": "^2.6",
"symfony/validator": "^4.1",
"symfony/yaml": "^4.1",
"symfony/property-access": "^4.1",
"symfony/form": "^4.1",
"symfony/finder": "^4.1",
"ramsey/uuid": "^3.8",
"symfony/dependency-injection": "^4.1",
"symfony/var-dumper": "^4.1",
"gedmo/doctrine-extensions": "^2.4",
"symfony/process": "^4.1"
},
"autoload": {
"psr-4" : {
"MarcW\\Silence\\": "src"
}
},
"license": "MIT",
"authors": [
{
"name": "Marc Weistroff",
"email": "marc@weistroff.net"
}
]
}