forked from laravel-ardent/ardent
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
41 lines (41 loc) · 1.26 KB
/
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
31
32
33
34
35
36
37
38
39
40
41
{
"name": "martingg88/laravel-ardent-mongodb",
"description": "Self-validating smart models for integration of Mongodb and Laravel 5's Eloquent ORM",
"keywords": ["validation", "laravel", "framework", "eloquent", "database", "sql", "mongodb", "orm", "activerecord", "active record"],
"type": "library",
"license": "BSD-3-Clause",
"authors": [
{
"name": "Martin",
"homepage": "http://business.gogoholi.com/",
"role": "Developer"
},
{
"name": "Igor Santos",
"homepage": "http://igorsantos.com.br",
"email": "[email protected]",
"role": "Maintainer"
},
{
"name": "Max Ehsan",
"role": "Original developer"
}
],
"support": {
"issues": "https://github.com/martingg88/laravel-ardent-mongodb/issues"
},
"require": {
"illuminate/support": "~5.1",
"illuminate/database": "~5.1",
"illuminate/validation": "~5.1",
"illuminate/events": "~5.1",
"illuminate/hashing": "~5.1",
"jenssegers/mongodb": "^3.2"
},
"autoload": {
"psr-4": {
"LaravelArdentMongodb\\": "src/"
}
},
"minimum-stability": "dev"
}