forked from marcelog/Ding
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
30 lines (30 loc) · 907 Bytes
/
composer.json
File metadata and controls
30 lines (30 loc) · 907 Bytes
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
{
"name": "marcelog/Ding",
"type": "framework",
"description": "PHP Dependency Injection based on Spring(tm), with Aspect Oriented Programming, MVC",
"keywords": ["dependency", "injection", "di", "aop", "aspect", "event", "mvc", "tcp", "container", "bean", "jsr", "spring", "xml", "yaml", "annotation"],
"homepage": "http://marcelog.github.com/Ding",
"target_dir": "Ding",
"license": "Apache2",
"authors": [
{
"name": "Marcelo Gornstein",
"email": "marcelog@gmail.com",
"homepage": "http://marcelog.github.com"
}
],
"repositories": {
"pear.apache.org": {
"pear": {
"url": "pear.apache.org/log4php"
}
}
},
"require": {
"php": ">=5.3.3",
"Apache_log4php": "=2.1.0"
},
"autoload": {
"psr-0": { "": "src/mg/Ding" }
}
}