forked from mindfiredigital/filemaker_laravel
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
31 lines (31 loc) · 875 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
31
{
"name": "mindfire/filemaker_laravel",
"description": "ORM for interaction with filemaker database",
"homepage": "https://github.com/opensource-mindfire/filemaker_laravel/",
"license": "MIT",
"authors": [
{
"name": "Lakin Mohapatra",
"email": "[email protected]",
"homepage": "http://lakinmohapatra.blogspot.in",
"role": "Developer"
},
{
"name": "Debabrata Patra",
"email": "[email protected]",
"homepage": "http://kanhudev.blogspot.in/",
"role": "Developer"
}
],
"require": {
"php": ">=5.3.0",
"illuminate/support": "5.8.*",
"illuminate/database": "5.8.*",
"airmoi/filemaker": "^2.2"
},
"autoload": {
"psr-4": {
"": "src/"
}
}
}