forked from coursehorse/entity
-
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) · 743 Bytes
/
composer.json
File metadata and controls
30 lines (30 loc) · 743 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": "coursehorse/entity",
"description": "Active Record ORM",
"keywords": ["entity", "active record", "orm", "dao"],
"homepage": "http://dev.coursehorse.com",
"authors": [
{
"name": "Emil Diaz",
"email": "emil.h.diaz@gmail.com"
},
{
"name": "Jonathan Baxter",
"email": "jonathan.t.baxter@gmail.com"
},
{
"name": "Jay Tyrrell",
"email": "tyrrell.jay@gmail.com"
}
],
"require": {
"php": ">=5.5.0",
"zendframework/zendframework1": "1.12.*"
},
"autoload": {
"psr-4": {
"CourseHorse\\": "src/",
"Vendor\\Namespace\\": ""
}
}
}