-
-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathcomposer.json
37 lines (37 loc) · 931 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
{
"name": "phalconist/phalconist",
"description": "Resources catalog for Phalcon framework",
"homepage": "http://phalconist.com",
"license": "GPL-2.0",
"keywords": ["phalcon", "website", "elasticsearch", "github", "socialconnect", "extension"],
"minimum-stability": "dev",
"authors": [
{
"name": "Patsura Dmitry",
"email": "talk@dmtry.me"
},
{
"name": "Serebro",
"homepage": "http://github.com/serebro/"
}
],
"require": {
"php": "~7.0.8",
"ext-phalcon": ">=2.0",
"serebro/phalcon-service-loader": "~2.0",
"ruflin/elastica": "~2.1.0",
"knplabs/github-api": "1.3.1",
"knplabs/packagist-api": "1.x-dev",
"socialconnect/auth": "~0.2.1"
},
"require-dev": {
"phpunit/phpunit": ">=4.0"
},
"autoload": {
"psr-4": {
"Controllers\\": "app/controllers/",
"Models\\": "app/models/",
"Library\\": "app/library/"
}
}
}