forked from wp-languages/wp-languages.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
25 lines (25 loc) · 766 Bytes
/
composer.json
File metadata and controls
25 lines (25 loc) · 766 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
{
"name": "koodimonni/koodimonni-languages-fi",
"description": "Simple Repository Generator (Satis) for wordpress translations",
"keywords": ["package", "repository", "generator","wordpress","languages","gh-pages"],
"homepage": "https://github.com/Koodimonni/koodimonni.github.io",
"type": "library",
"license": "MIT",
"authors": [
{
"name": "Onni Hakala",
"email": "onni@koodimonni.fi",
"homepage": "http://koodimonni.fi"
}
],
"bin": ["bin/satis"],
"require": {
"php": ">=5.3.2",
"composer/composer": "1.0.*@dev",
"twig/twig": "~1.7",
"symfony/console": "~2.1"
},
"autoload": {
"psr-0": { "Composer\\Satis": "src/" }
}
}