-
-
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) · 895 Bytes
/
Copy pathcomposer.json
File metadata and controls
33 lines (33 loc) · 895 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": "michelmelo/michelangelo",
"description": "Laravel Image Management and Optimization Package",
"keywords": ["laravel", "image","image Optimization"],
"license": "MIT",
"authors": [
{
"name": "Michel Melo",
"email": "eu@michelmelo.pt",
"homepage": "https://michelmelo.pt"
}
],
"autoload": {
"psr-4": {
"Michelmelo\\Michelangelo\\": "src/"
}
},
"require": {
"illuminate/support": "^5.0|^6.0|^7.0|^8.0",
"illuminate/database": "^5.0|^6.0|^7.0|^8.0",
"intervention/image": "^2.4"
},
"extra": {
"laravel": {
"providers": [
"Michelmelo\\Michelangelo\\ServiceProvider"
],
"aliases": {
"Michelangelo": "Michelmelo\\Michelangelo\\Facade"
}
}
}
}