forked from podlove/podlove-publisher
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
31 lines (31 loc) · 902 Bytes
/
composer.json
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
{
"name": "podlove/podcast-publisher",
"description": "Podcast Publishing Plugin for WordPress",
"license": "MIT",
"require": {
"php": ">=5.4 <5.5",
"podlove/podlove-timeline": "1.*",
"monolog/monolog": "1.*",
"symfony/yaml": "2.8.*",
"twig/twig": "1.*",
"twig/extensions": "1.4.*",
"geoip2/geoip2": "~2.0",
"ramsey/array_column": "~1.1",
"piwik/device-detector": "~3.7",
"phpunit/php-timer": "~1.0",
"podlove/webvtt-parser": "^1.1",
"geertw/ip-anonymizer": "^1.1",
"dariuszp/cli-progress-bar": "^1.0",
"league/csv": "^7.2"
},
"require-dev": {
"pear/pear_exception": "1.0.*@dev",
"podlove/comment-introspection": "dev-master",
"phpunit/phpunit": "4.8.*"
},
"config": {
"platform": {
"php": "5.4"
}
}
}