forked from cam-findlay/wordpressimport-redux
-
Notifications
You must be signed in to change notification settings - Fork 5
/
composer.json
26 lines (26 loc) · 903 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
{
"name": "camfindlay/silverstripe-wordpressimport",
"description": "Imports Wordpress content from an exported XML file",
"type": "silverstripe-module",
"keywords": ["silverstripe","blog","wordpress", "migration"],
"license": "BSD-3-Clause",
"authors": [
{
"name": "Cam Findlay",
"email": "[email protected]"
},
{
"name": "Damian Mooyman",
"email": "[email protected]"
}
],
"require": {
"silverstripe/framework": "~3.1",
"silverstripe/cms": "~3.1",
"silverstripe/blog": "~1.0",
"silverstripe/comments": "*"
},
"extra": {
"installer-name": "wordpressimport"
}
}