-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
37 lines (37 loc) · 768 Bytes
/
Copy pathcomposer.json
File metadata and controls
37 lines (37 loc) · 768 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
34
35
36
37
{
"name": "crypto_scythe/http_generator",
"version": "2.2.0",
"description": "HTTP header fields, media types and status codes",
"license": "MIT",
"keywords": [
"http",
"header",
"headers",
"status",
"code",
"media",
"type"
],
"authors": [
{
"name": "Chris Fasel",
"email": "crypto.scythe@gmail.com"
}
],
"autoload": {
"psr-4": {
"CryptoScythe\\Http\\Generator\\": "src/"
}
},
"require": {
"php": "^8.1",
"ext-json": "*"
},
"require-dev": {
"vimeo/psalm": "^5.9",
"squizlabs/php_codesniffer": "^3.7"
},
"bin": [
"bin/http_generate.php"
]
}