forked from Andrewus/pinboard
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
39 lines (39 loc) · 1.11 KB
/
composer.json
File metadata and controls
39 lines (39 loc) · 1.11 KB
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": "intaro/pinboard",
"description": "Simple web monitoring system which aggregates and displays Pinba data.",
"require": {
"php": ">=5.3.3",
"ext-PDO": "*",
"ext-pdo_mysql": "*",
"silex/silex": "1.0.*@dev",
"doctrine/dbal": "2.2.*",
"doctrine/migrations": "dev-master",
"twig/twig": ">=1.8,<2.0-dev",
"symfony/twig-bridge": "~2.1",
"symfony/console": "dev-master",
"symfony/process": "dev-master",
"symfony/yaml": "dev-master",
"symfony/security": "2.3.*",
"swiftmailer/swiftmailer": ">=4.1.2,<4.2-dev"
},
"suggest": {
"ext-apc": "Opcode cache. Improves Application performance."
},
"homepage": "http://intaro.github.io/pinboard/",
"authors": [
{
"name": "Ilyas Salikhov",
"homepage": "http://intaro.ru",
"email": "support@intaro.ru"
}
],
"support": {
"issues": "https://github.com/intaro/pinboard/issues"
},
"license": "MIT",
"autoload": {
"psr-0": {
"Pinboard": "src/"
}
}
}