-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
45 lines (45 loc) · 1.04 KB
/
composer.json
File metadata and controls
45 lines (45 loc) · 1.04 KB
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": "noxkiwi/validator",
"description": "I am the validator library.",
"version": "1.0.0",
"type": "package",
"license": "proprietary",
"keywords": [
"validator",
"user input",
"validity",
"checker",
"security"
],
"homepage": "https://nox.kiwi/",
"time": "2020-07-09",
"authors": [
{
"name": "Jan Nox",
"email": "jan.nox@pm.me",
"homepage": "https://nox.kiwi",
"role": "Lead Developer"
}
],
"require": {
"php": ">=8.0.0",
"noxkiwi/core": "*",
"noxkiwi/singleton": "*"
},
"require-dev": {
"phpunit/phpunit": "^7"
},
"support": {
"email": "jan.nox@pm.me",
"issues": "https://nox.kiwi/issues",
"forum": "https://nox.kiwi/forum",
"wiki": "https://nox.kiwi/wiki",
"docs": "https://noxkiwi.atlassian.net/wiki",
"source": "https://waetjuzd747uthrv83pe7snpnrjca46c9zvp4dq8gvrvjyxnns7caaxy7gnefaay.nox.kiwi:4430/projects/RS/repos/Value/browse"
},
"autoload": {
"psr-4": {
"noxkiwi\\validator\\": "backend/class/"
}
}
}