-
Notifications
You must be signed in to change notification settings - Fork 9
/
composer.json
54 lines (54 loc) · 1.57 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
{
"name": "digitronac/robinson.rs.phalcon",
"description": "robinson.rs phalcon website",
"license": "proprietary",
"repositories":
[
{
"type": "vcs",
"url": "https://github.com/digitronac/phinx.git"
},
{
"type": "vcs",
"url": "https://github.com/digitronac/PHP_CodeSniffer.git"
},
{
"type": "vcs",
"url": "https://github.com/digitronac/zf2.git"
},
{
"type": "git",
"url": "https://github.com/digitronac/phalcon-ide-stubs.git"
}
],
"require":
{
"ext-phalcon": ">=1.3,<2",
"ext-intl": "*",
"imagine/imagine": "0.6.*@dev",
"ext-imagick": "*",
"phalcon/incubator": "1.3.0.x-dev#7e5660c293a3a11dea5ed594f5d73d996117d5ff",
"symfony/filesystem": "2.5.*@dev",
"symfony/finder": "2.5.*@dev",
"judev/php-htmltruncator": "1.0.0",
"zendframework/zend-resources": "2.2.5",
"zendframework/zend-mail": "2.2.5",
"zendframework/zend-validator": "2.2.5",
"zendframework/zend-session": "2.2.5",
"zendframework/zend-i18n": "2.2.5",
"zf1/zend-config": "~1.12"
},
"require-dev":
{
"mikey179/vfsStream": "1.3.*@dev",
"squizlabs/PHP_CodeSniffer": "dev-master#a8bcc502b625073be5b19f7bfca9d1ce188170e4",
"phpunit/phpunit": "4.1.0",
"pdepend/pdepend": "1.1.1",
"phpmd/phpmd": "1.5.0",
"phpunit/dbunit": "1.3.1",
"digitronac/coverage-checker": "1.0.0",
"digitronac/phalcon-ide-stubs": "1.3.0",
"robmorgan/phinx": "dev-0.2.x-dev#918878c4be987dee7f5931eda60e2b68ba34e565"
},
"minimum-stability": "dev"
}