forked from phalcon/cphalcon
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
55 lines (55 loc) · 1.83 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
47
48
49
50
51
52
53
54
55
{
"name": "phalcon/cphalcon",
"description": "Phalcon is an open source web framework delivered as a C extension for the PHP language providing high performance and lower resource consumption.",
"keywords": [
"extension",
"phalcon",
"framework",
"high load"
],
"require": {
"php": ">=5.5"
},
"require-dev": {
"phpdocumentor/reflection-docblock": "^2.0.4",
"phpunit/phpunit": "4.8.*",
"mustache/mustache": "~2.11",
"twig/twig": "~1.25",
"predis/predis": "^1.0",
"codeception/codeception": "~2.2",
"codeception/verify": "~0.3",
"codeception/specify": "~0.4",
"phalcon/zephir": "dev-master",
"codeception/aspect-mock": "*",
"squizlabs/php_codesniffer": "~2.0"
},
"license": "BSD-3-Clause",
"authors": [
{
"name": "Phalcon Team",
"email": "[email protected]",
"homepage": "http://phalconphp.com/en/team"
},
{
"name": "Contributors",
"homepage": "https://github.com/phalcon/cphalcon/graphs/contributors"
}
],
"autoload-dev": {
"psr-4": {
"Phalcon\\Test\\Unit\\": "tests/unit/",
"Phalcon\\Test\\Integration\\": "tests/integration/",
"Phalcon\\Test\\Proxy\\": "tests/_proxies/",
"Phalcon\\Test\\Module\\": "tests/_support/Module/"
}
},
"support": {
"issues": "https://github.com/phalcon/cphalcon/issues",
"source": "https://github.com/phalcon/cphalcon",
"forum": "https://forum.phalconphp.com/",
"docs": "http://docs.phalconphp.com/",
"wiki": "https://github.com/phalcon/cphalcon/wiki",
"irc": "irc://irc.freenode.org/phalconphp",
"rss" : "https://blog.phalconphp.com/rss"
}
}