forked from pcw22/Model
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
executable file
·28 lines (28 loc) · 823 Bytes
/
composer.json
File metadata and controls
executable file
·28 lines (28 loc) · 823 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
{
"authors": [
{
"name": "Trey Shugart",
"email": "treshugart@gmail.com",
"homepage": "http://iamtres.com",
"role": "Lead Developer"
}
],
"autoload": {
"psr-0": {
"Model": "src"
}
},
"description": "Model is a simple, lightweight and easy-to-use Domain Driven Entity framework.",
"homepage": "http://github.com/treshugart/Model",
"keywords": ["model", "domain", "driven", "design", "ddd", "entity", "entities", "repository", "repositories", "value", "object"],
"license": "MIT",
"name": "devco/model",
"require": {
"php": ">=5.4.0"
},
"require-dev": {
"devco/testes": "1.1.*-dev",
"devco/event-emitter": "1.0.*-dev",
"ext-memcache": ">=3.0.0"
}
}