forked from fitak/fitak
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
executable file
·39 lines (39 loc) · 995 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
36
37
38
39
{
"name": "fitak/fitak",
"description": "Fitak - Web tool for downloading data from Facebook groups. Search engine included.",
"keywords": ["searchengine", "facebook"],
"homepage": "https://www.fitak.cz/",
"license": ["BSD-3-Clause"],
"authors": [
{
"name": "Vojtech Miksu",
"homepage": "http://www.miksu.cz"
}
],
"require": {
"php": "~5.5",
"nette/nette": "~2.3@dev",
"nette/database": "~2.3@dev",
"nextras/orm": "~1.0@dev",
"nextras/migrations": "~3.0@rc",
"nextras/link-factory": "~1.0",
"nextras/secured-links": "~1.2",
"nextras/static-router": "~1.0@dev",
"kdyby/events": "~2.2",
"dibi/dibi": "~2.2",
"facebook/php-sdk": "~3.2",
"elasticsearch/elasticsearch": "~1.2",
"kdyby/console": "~2.3",
"facebook/php-sdk-v4": "~4.0",
"kdyby/curl-ca-bundle": "~1.0",
"kdyby/facebook": "~1.2"
},
"require-dev": {
"nette/tester": "~1.3",
"mockery/mockery": "~0.9"
},
"config": {
"preferred-install": "dist",
"optimize-autoloader": true
}
}