forked from verbb/hyper
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
45 lines (45 loc) · 1.18 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
{
"name": "verbb/hyper",
"description": "A user-friendly links field for Craft.",
"type": "craft-plugin",
"version": "1.1.28",
"keywords": [
"craft",
"cms",
"craftcms",
"craft-plugin",
"hyper"
],
"support": {
"email": "[email protected]",
"issues": "https://github.com/verbb/hyper/issues?state=open",
"source": "https://github.com/verbb/hyper",
"docs": "https://github.com/verbb/hyper",
"rss": "https://github.com/verbb/hyper/commits/v2.atom"
},
"license": "proprietary",
"authors": [
{
"name": "Verbb",
"homepage": "https://verbb.io"
}
],
"require": {
"php": "^8.0.2",
"craftcms/cms": "^4.0.0",
"embed/embed": "^3.0.0 || ^4.0.0",
"nystudio107/craft-plugin-vite": "^4.0.0",
"verbb/base": "^2.0.0"
},
"autoload": {
"psr-4": {
"verbb\\hyper\\": "src/"
}
},
"extra": {
"name": "Hyper",
"handle": "hyper",
"changelogUrl": "https://raw.githubusercontent.com/verbb/hyper/craft-4/CHANGELOG.md",
"class": "verbb\\hyper\\Hyper"
}
}