[Web] add oauth2-keycloak lib

This commit is contained in:
FreddleSpl0it
2023-03-13 09:02:32 +01:00
committed by DerLinkman
parent 9d8c1a01ac
commit cd3660a96d
211 changed files with 29545 additions and 7 deletions
+26
View File
@@ -0,0 +1,26 @@
{
"name": "psr/http-message",
"description": "Common interface for HTTP messages",
"keywords": ["psr", "psr-7", "http", "http-message", "request", "response"],
"homepage": "https://github.com/php-fig/http-message",
"license": "MIT",
"authors": [
{
"name": "PHP-FIG",
"homepage": "http://www.php-fig.org/"
}
],
"require": {
"php": ">=5.3.0"
},
"autoload": {
"psr-4": {
"Psr\\Http\\Message\\": "src/"
}
},
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
}
}