-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
executable file
·69 lines (69 loc) · 1.66 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
{
"name": "vairogs/utils",
"description": "⛨ Vairogs ⛨: Utils",
"type": "library",
"keywords": [
"cross",
"encryption",
"locator",
"symfony",
"utils",
"vairogs",
"xxtea"
],
"license": "MIT",
"authors": [
{
"name": "Dāvis Zālītis (k0d3r1s)",
"email": "[email protected]",
"homepage": "https://me.k0d3r1s.com",
"role": "Developer"
}
],
"support": {
"email": "[email protected]",
"issues": "https://github.com/vairogs/vairogs/issues",
"wiki": "https://github.com/vairogs/vairogs/wiki"
},
"funding": [
{
"type": "ko-fi",
"url": "https://ko-fi.com/k0d3r1s"
},
{
"type": "paypal",
"url": "https://www.paypal.com/paypalme/k0d3r1s"
},
{
"type": "issuehunt",
"url": "https://issuehunt.io/r/vairogs/vairogs"
}
],
"require": {
"php": ">=8.2.0",
"jetbrains/phpstorm-attributes": "*",
"nikic/php-parser": "*",
"symfony/finder": ">=6.2",
"symfony/property-info": ">=6.2",
"vairogs/functions": "self.version"
},
"autoload": {
"psr-4": {
"Vairogs\\Utils\\": ""
}
},
"minimum-stability": "dev",
"prefer-stable": true,
"config": {
"sort-packages": true
},
"extra": {
"branch-alias": {
"dev-master": "4.x-dev"
},
"thanks": {
"name": "vairogs/vairogs",
"url": "https://github.com/vairogs/vairogs"
}
}
}