forked from chrisullyott/csv-to-grav
-
Notifications
You must be signed in to change notification settings - Fork 1
/
composer.json
35 lines (35 loc) · 921 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
32
33
34
35
{
"name":"chrisullyott/csv-to-grav",
"description":"Migrate a site to Grav, a flat-file CMS.",
"keywords":[
"php",
"grav",
"cms"
],
"homepage":"https://github.com/chrisullyott/csv-to-grav",
"license":"MIT",
"authors":[
{
"name":"Chris Ullyott",
"email":"contact@chrisullyott.com",
"homepage":"http://www.chrisullyott.com"
}
],
"support":{
"issues":"https://github.com/chrisullyott/csv-to-grav/issues",
"source":"https://github.com/chrisullyott/csv-to-grav"
},
"require":{
"php":">=5.6.0",
"chrisullyott/php-file":"dev-master",
"chrisullyott/php-csv":"dev-master",
"league/html-to-markdown":"4.6.*",
"keyvanakbary/slugifier":"4.0.*",
"symfony/yaml":"3.4.*"
},
"autoload":{
"classmap":[
"src/"
]
}
}