-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
40 lines (40 loc) · 1003 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
32
33
34
35
36
37
38
39
40
{
"name": "livelyworks/angulara",
"description": "Angulara Workflow and Framework based on Laravel & AngularJS",
"keywords": ["laravel", "angularjs"],
"license": "MIT",
"authors": [
{
"name": "Vinod Raut",
"email": "[email protected]"
},
{
"name": "Ravindra Lande"
},
{
"name": "Nikhil Bangre"
},
{
"name": "Ajay Pimpalkar"
}
],
"support": {
"email": "[email protected]",
"docs": "https://livelyworks.github.io/angulara/",
"source": "https://github.com/livelyworks/angulara"
},
"require": {
"php": ">=5.4.0",
"laravel/framework": "5.1.x|5.2.x|5.3.x|5.4.x|5.5.x|5.6.x",
"livelyworks/laraware": ">=1.1.0"
},
"autoload": {
"psr-4": {
"LivelyWorks\\Angulara\\": "src/"
}
},
"extra": {
},
"minimum-stability": "dev",
"prefer-stable": true
}