-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
35 lines (35 loc) · 1.22 KB
/
composer.json
File metadata and controls
35 lines (35 loc) · 1.22 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
{
"name": "bldr-io/blocks.bldr.io",
"description": "Bldr Blocks page for Bldr.io",
"license": "Apache V2",
"config": {
"bin-dir": "bin/"
},
"autoload": {
"psr-4": {
"Bldr\\Blocks\\": "src/"
}
},
"authors": [
{
"name": "Aaron Scherer",
"email": "aequasi@gmail.com"
}
],
"require": {
"silex/silex": "@stable",
"twig/twig": ">=1.8,<2.0-dev",
"monolog/monolog": ">=1.0.0",
"knplabs/knp-menu": "2.0.*@dev",
"nymo/silex-twig-breadcrumb-extension": "~1.0",
"symfony/security": "~2.4",
"symfony/yaml": "~2.4",
"symfony/console": "~2.4",
"symfony/config": "~2.4",
"symfony/finder": "~2.4",
"silex/web-profiler": "~1.0",
"aequasi/environment": "dev-master",
"doctrine/dbal": "~2.2",
"jdorn/sql-formatter": "1.3.*@dev"
}
}