-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
33 lines (33 loc) · 909 Bytes
/
composer.json
File metadata and controls
33 lines (33 loc) · 909 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
31
32
33
{
"name": "livelyworks/laraware",
"description": "Utilities library for Laravel",
"keywords": ["laravel Utilities", "laravel 5", "empty","isEmpty","ifIsset","isset","helpers","laravel 5.1", "laravel 5.2","laravel 5.3", "laravel 5.4","laravel 5.5","laravel 5.6","laravel 5.7", "reindex array"],
"license": "MIT",
"authors": [
{
"name": "Vinod Raut",
"email": "vinod@livelyworks.net"
}
],
"require": {
"php": ">=5.4.0",
"laravel/framework": ">=5.1"
},
"autoload": {
"psr-4": {
"Livelyworks\\Laraware\\": "src/"
},
"files": [
"src/helpers/helpers.php"
]
},
"extra": {
"laravel": {
"providers": [
"Livelyworks\\Laraware\\LarawareMiscServiceProvider"
]
}
},
"minimum-stability": "dev",
"prefer-stable": true
}