We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2ac01ba + 1fcb9f9 commit 708195aCopy full SHA for 708195a
composer.json
@@ -11,26 +11,27 @@
11
],
12
"homepage": "https://pierrehenry.be",
13
"type": "library",
14
+ "license": "MIT",
15
+ "authors": [
16
+ {
17
+ "name": "Pierre-Henry Soria",
18
+ "email": "hi@PH7.me",
19
+ "homepage": "https://github.com/pH-7"
20
+ }
21
+ ]
22
"require": {
23
"php": ">=8.0",
24
"ph-7/just-http-status-codes": "^1.1"
25
},
26
"require-dev": {
27
"phpunit/phpunit": "^10.2"
28
- "scripts": {
- "test": "vendor/bin/phpunit"
- },
- "license": "MIT",
29
"autoload": {
30
"psr-4": {
31
"PH7\\PhpHttpResponseHeader\\": "src/"
32
}
33
- "authors": [
- {
- "name": "Pierre-Henry Soria",
- "email": "hi@PH7.me"
34
- }
35
- ]
+ "scripts": {
+ "test": "vendor/bin/phpunit"
36
37
0 commit comments