-
Notifications
You must be signed in to change notification settings - Fork 1
/
composer.json
39 lines (36 loc) · 999 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": "berlinonline/pulq",
"type": "project",
"description": "Agavi based framework for building frontend applications.",
"keywords": ["agavi", "mvc" , "frontend"],
"homepage": "https://github.com/berlinonline/pulq",
"license": "MIT",
"authors": [
{
"name": "Leon Weidauer"
},
{
"name": "Tom Anheyer"
},
{
"name": "Thorsten Schmitt-Rink"
}
],
"autoload": {
"psr-0": {"" : "app/lib" }
},
"minimum-stability": "stable",
"require": {
"php": ">=5.3.3",
"agavi/agavi": "1.0.7",
"zendframework/zend-permissions-acl": "2.2.*",
"twig/twig": "1.14.*",
"PhpDebugToolbar/php-debug-toolbar": "1.6.*",
"graste/environaut": "~0.3",
"psr/log": "1.0.0",
"monolog/monolog": "1.5",
"symfony/console": "~2.4",
"csswizardry/inuit.css": "5.0.1",
"michelf/php-markdown": "~1.0"
}
}