-
Notifications
You must be signed in to change notification settings - Fork 26
Expand file tree
/
Copy pathcomposer.json
More file actions
30 lines (30 loc) · 796 Bytes
/
composer.json
File metadata and controls
30 lines (30 loc) · 796 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",
"license": "Apache2",
"authors": [
{
"name": "Marcelo Gornstein",
"email": "marcelog@gmail.com",
"homepage": "http://marcelog.github.com",
"role": "Developer"
}
],
"repositories": [
{
"type": "pear",
"url": "http://pear.apache.org/log4php/"
}],
"autoload": {
"psr-0": {
"Ding": "src/mg"
}
},
"require": {
"php": ">=5.3.3",
"apache/log4php": "2.3.0"
}
}