v-wordpress-plugin-updater/v-update-api/vendor/psr/http-server-middleware/composer.json
Nikolai X. Shadeauxs 8fc3bc20ad
Some checks failed
CI & Security / CI Scan (push) Failing after 9s
CI & Security / CodeQL (JavaScript) (push) Failing after 6s
CI & Security / Semgrep (PHP) (push) Failing after 8s
modified: .github/copilot-instructions.md
modified:   CHANGELOG.md
	modified:   README.md
2026-04-06 14:39:21 -04:00

36 lines
765 B
JSON

{
"name": "psr/http-server-middleware",
"description": "Common interface for HTTP server-side middleware",
"keywords": [
"psr",
"psr-7",
"psr-15",
"http-interop",
"http",
"middleware",
"request",
"response"
],
"license": "MIT",
"authors": [
{
"name": "PHP-FIG",
"homepage": "https://www.php-fig.org/"
}
],
"require": {
"php": ">=7.0",
"psr/http-message": "^1.0 || ^2.0",
"psr/http-server-handler": "^1.0"
},
"autoload": {
"psr-4": {
"Psr\\Http\\Server\\": "src/"
}
},
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
}
}