-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
47 lines (47 loc) · 1.28 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
42
43
44
45
46
47
{
"name": "laravel-liberu/emails",
"type": "library",
"description": "",
"authors": [
{
"name": "Manuela Mindroc",
"email": "[email protected]",
"homepage": "https://laravel-liberu.com",
"role": "Developer"
},
{
"name": "Ionut-Catalin Sandu",
"email": "[email protected]",
"homepage": "https://laravel-liberu.com",
"role": "Developer"
}
],
"keywords": [],
"homepage": "https://www.laravel-liberu.com",
"require": {
"laravel-liberu/core": "^8.0",
"laravel-liberu/enums": "^2.0",
"laravel-liberu/files": "^5.0",
"laravel-liberu/forms": "^4.0",
"laravel-liberu/helpers": "^2.0",
"laravel-liberu/select": "^4.0",
"laravel-liberu/tables": "^4.0",
"laravel-liberu/teams": "^4.0"
},
"autoload": {
"psr-4": {
"LaravelLiberu\\Emails\\": "src/"
}
},
"extra": {
"laravel": {
"providers": [
"LaravelLiberu\\Emails\\AppServiceProvider",
"LaravelLiberu\\Emails\\EnumServiceProvider"
]
}
},
"require-dev": {
"rector/rector": "^0.17.0"
}
}