forked from CHH/pipe
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
37 lines (37 loc) · 1.04 KB
/
composer.json
File metadata and controls
37 lines (37 loc) · 1.04 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
{
"name": "chh/pipe",
"bin": ["bin/pipe-server", "bin/pipe-compile"],
"description": "Put your assets into the Pipe and smoke them.",
"keywords": [
"assets"
],
"license": "MIT",
"homepage": "https://github.com/CHH/pipe",
"authors": [
{
"name": "Christoph Hochstrasser",
"email": "christoph.hochstrasser@gmail.com",
"homepage": "http://christophh.net"
}
],
"repositories": [
{"type": "vcs", "url": "git://github.com/CHH/meta-template.git"}
],
"require": {
"php": ">=5.3.2",
"chh/meta-template": "*@dev",
"chh/shellwords": "*@dev",
"symfony/yaml": "2.*@stable",
"ulrichsg/getopt-php": "*@dev",
"imagine/imagine": "*@dev"
},
"suggest": {
"react/http": "Needed for the standalone asset server (pipe-server).",
"symfony/http-foundation": "Needed for dynamic asset serving (via mod_php/FastCGI)."
},
"autoload": {
"psr-0": {
"Pipe": "lib/"
}
}
}