-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathcomposer.json
43 lines (43 loc) · 991 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
41
42
43
{
"name": "rajtechnologies/laravel-tools",
"description": "All Type of Base Tools to Helping Development and Repository Generator",
"type": "library",
"keywords": [
"laravel-clear-cache",
"laravel-routes-view-list",
"laravel-http-status-code-list",
"laravel-pwa",
"pwa-laravel",
"laravel",
"php",
"generator",
"cli",
"artisan",
"action",
"pivot",
"migrations",
"services",
"pattern"
],
"license": "MIT",
"authors": [
{
"name": "Bhargav Raviya",
"email": "rajtechnologies@gmail.com"
}
],
"minimum-stability": "dev",
"require-dev": {},
"autoload": {
"psr-4": {
"RajTechnologies\\Tools\\": "src/"
}
},
"extra": {
"laravel": {
"providers": [
"RajTechnologies\\Tools\\ToolServiceProvider"
]
}
}
}