forked from Surt/Granada
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
30 lines (30 loc) · 835 Bytes
/
composer.json
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": "surt/granada",
"type": "library",
"description": "Active Record / ORM with eager loading, lazy loading and more",
"keywords": ["active record", "orm","eager-loading", "paris", "idiorm", "database"],
"homepage": "https://github.com/Surt/Granada",
"support": {
"issues": "https://github.com/Surt/Granada/issues",
"source": "https://github.com/Surt/Granada"
},
"license": [
"BSD-2-Clause",
"BSD-3-Clause",
"BSD-4-Clause"
],
"authors": [
{
"name": "Erik Wiesenthal",
"email": "[email protected]",
"homepage": "http://www.codetogether.es",
"role": "Developer"
}
],
"require": {
"php": ">=5.3.0"
},
"autoload": {
"psr-0": {"Granada": "src/"}
}
}