generated from Muetze42/console-app-template
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
54 lines (54 loc) · 1.26 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
48
49
50
51
52
53
54
{
"name": "norman-huth/google-fonts-downloader",
"license": "MIT",
"autoload": {
"psr-4": {
"NormanHuth\\GoogleFontDownloader\\": "src/"
}
},
"keywords": [
"console",
"css",
"download",
"downloader",
"eot",
"google-fonts",
"illuminate-console",
"laravel-console",
"snippet",
"svg",
"ttf",
"web-fonts",
"woff",
"woff2"
],
"authors": [
{
"name": "Norman Huth",
"homepage": "https://huth.it"
},
{
"name": "Mario Ranftl",
"homepage": "https://mranftl.com/"
}
],
"support": {
"issues": "https://github.com/Muetze42/google-fonts-downloader/issues",
"source": "https://github.com/Muetze42/google-fonts-downloader"
},
"require": {
"php": "^8.0",
"ext-curl": "*",
"illuminate/console": "^9.0",
"illuminate/container": "^9.50",
"illuminate/events": "^9.0",
"illuminate/filesystem": "^9.50",
"league/flysystem": "^3.12",
"ext-zip": "*"
},
"config": {
"sort-packages": true
},
"minimum-stability": "dev",
"prefer-stable": true
}