forked from thorsten/phpMyFAQ
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
46 lines (46 loc) · 1.17 KB
/
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
36
37
38
39
40
41
42
43
44
45
46
{
"name": "thorsten/phpMyFAQ",
"description": "FAQ System",
"keywords": [ "phpMyFAQ", "FAQ" ],
"homepage": "http://www.phpmyfaq.de",
"license": "MPL 2.0",
"type": "application",
"authors": [
{
"name": "Thorsten Rinne",
"email": "[email protected]"
}
],
"require": {
"php": ">=5.4.4",
"symfony/class-loader": ">=2.3",
"symfony/http-foundation": ">=2.3",
"twig/twig": "*",
"phpseclib/phpseclib": "0.3.*",
"tecnick.com/tcpdf": "dev-master",
"kertz/twitteroauth": "dev-master"
},
"require-dev": {
"phpunit/phpunit": "4.0.*",
"phpunit/dbunit": "1.3.*"
},
"config": {
"bin-dir": "bin"
},
"require-dev": {
"phpunit/phpunit": "4.0.*",
"phpunit/dbunit": "1.3.*"
},
"config": {
"bin-dir": "bin"
},
"minimum-stability": "stable",
"scripts": {
"post-install-cmd": [
"scripts/moveVendors.sh"
],
"post-update-cmd": [
"scripts/moveVendors.sh"
]
}
}