Skip to content

Commit 708195a

Browse files
committed
Merge branch 'main' of github.com:pH-7/php-http-header-response
2 parents 2ac01ba + 1fcb9f9 commit 708195a

File tree

1 file changed

+11
-10
lines changed

1 file changed

+11
-10
lines changed

composer.json

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -11,26 +11,27 @@
1111
],
1212
"homepage": "https://pierrehenry.be",
1313
"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+
]
1422
"require": {
1523
"php": ">=8.0",
1624
"ph-7/just-http-status-codes": "^1.1"
1725
},
1826
"require-dev": {
1927
"phpunit/phpunit": "^10.2"
2028
},
21-
"scripts": {
22-
"test": "vendor/bin/phpunit"
23-
},
24-
"license": "MIT",
2529
"autoload": {
2630
"psr-4": {
2731
"PH7\\PhpHttpResponseHeader\\": "src/"
2832
}
2933
},
30-
"authors": [
31-
{
32-
"name": "Pierre-Henry Soria",
33-
"email": "hi@PH7.me"
34-
}
35-
]
34+
"scripts": {
35+
"test": "vendor/bin/phpunit"
36+
}
3637
}

0 commit comments

Comments
 (0)