|
@@ -4,7 +4,7 @@
|
|
|
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
|
|
"This file is @generated automatically"
|
|
|
],
|
|
|
- "content-hash": "64516dc2842a4247fcb947e031113c53",
|
|
|
+ "content-hash": "61cc58ae9a48baa32369d2039421cd6c",
|
|
|
"packages": [
|
|
|
{
|
|
|
"name": "composer/semver",
|
|
@@ -1356,6 +1356,69 @@
|
|
|
],
|
|
|
"time": "2025-03-06T22:45:56+00:00"
|
|
|
},
|
|
|
+ {
|
|
|
+ "name": "firebase/php-jwt",
|
|
|
+ "version": "v6.11.1",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/firebase/php-jwt.git",
|
|
|
+ "reference": "d1e91ecf8c598d073d0995afa8cd5c75c6e19e66"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/firebase/php-jwt/zipball/d1e91ecf8c598d073d0995afa8cd5c75c6e19e66",
|
|
|
+ "reference": "d1e91ecf8c598d073d0995afa8cd5c75c6e19e66",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": "^8.0"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "guzzlehttp/guzzle": "^7.4",
|
|
|
+ "phpspec/prophecy-phpunit": "^2.0",
|
|
|
+ "phpunit/phpunit": "^9.5",
|
|
|
+ "psr/cache": "^2.0||^3.0",
|
|
|
+ "psr/http-client": "^1.0",
|
|
|
+ "psr/http-factory": "^1.0"
|
|
|
+ },
|
|
|
+ "suggest": {
|
|
|
+ "ext-sodium": "Support EdDSA (Ed25519) signatures",
|
|
|
+ "paragonie/sodium_compat": "Support EdDSA (Ed25519) signatures when libsodium is not present"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "Firebase\\JWT\\": "src"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "BSD-3-Clause"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "Neuman Vong",
|
|
|
+ "email": "neuman+pear@twilio.com",
|
|
|
+ "role": "Developer"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "Anant Narayanan",
|
|
|
+ "email": "anant@php.net",
|
|
|
+ "role": "Developer"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "A simple library to encode and decode JSON Web Tokens (JWT) in PHP. Should conform to the current spec.",
|
|
|
+ "homepage": "https://github.com/firebase/php-jwt",
|
|
|
+ "keywords": [
|
|
|
+ "jwt",
|
|
|
+ "php"
|
|
|
+ ],
|
|
|
+ "support": {
|
|
|
+ "issues": "https://github.com/firebase/php-jwt/issues",
|
|
|
+ "source": "https://github.com/firebase/php-jwt/tree/v6.11.1"
|
|
|
+ },
|
|
|
+ "time": "2025-04-09T20:32:01+00:00"
|
|
|
+ },
|
|
|
{
|
|
|
"name": "giggsey/libphonenumber-for-php",
|
|
|
"version": "9.0.10",
|
|
@@ -1488,6 +1551,390 @@
|
|
|
},
|
|
|
"time": "2025-03-20T14:25:27+00:00"
|
|
|
},
|
|
|
+ {
|
|
|
+ "name": "guzzlehttp/guzzle",
|
|
|
+ "version": "7.9.3",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/guzzle/guzzle.git",
|
|
|
+ "reference": "7b2f29fe81dc4da0ca0ea7d42107a0845946ea77"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/guzzle/guzzle/zipball/7b2f29fe81dc4da0ca0ea7d42107a0845946ea77",
|
|
|
+ "reference": "7b2f29fe81dc4da0ca0ea7d42107a0845946ea77",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "ext-json": "*",
|
|
|
+ "guzzlehttp/promises": "^1.5.3 || ^2.0.3",
|
|
|
+ "guzzlehttp/psr7": "^2.7.0",
|
|
|
+ "php": "^7.2.5 || ^8.0",
|
|
|
+ "psr/http-client": "^1.0",
|
|
|
+ "symfony/deprecation-contracts": "^2.2 || ^3.0"
|
|
|
+ },
|
|
|
+ "provide": {
|
|
|
+ "psr/http-client-implementation": "1.0"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "bamarni/composer-bin-plugin": "^1.8.2",
|
|
|
+ "ext-curl": "*",
|
|
|
+ "guzzle/client-integration-tests": "3.0.2",
|
|
|
+ "php-http/message-factory": "^1.1",
|
|
|
+ "phpunit/phpunit": "^8.5.39 || ^9.6.20",
|
|
|
+ "psr/log": "^1.1 || ^2.0 || ^3.0"
|
|
|
+ },
|
|
|
+ "suggest": {
|
|
|
+ "ext-curl": "Required for CURL handler support",
|
|
|
+ "ext-intl": "Required for Internationalized Domain Name (IDN) support",
|
|
|
+ "psr/log": "Required for using the Log middleware"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "extra": {
|
|
|
+ "bamarni-bin": {
|
|
|
+ "bin-links": true,
|
|
|
+ "forward-command": false
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "autoload": {
|
|
|
+ "files": [
|
|
|
+ "src/functions_include.php"
|
|
|
+ ],
|
|
|
+ "psr-4": {
|
|
|
+ "GuzzleHttp\\": "src/"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "MIT"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "Graham Campbell",
|
|
|
+ "email": "hello@gjcampbell.co.uk",
|
|
|
+ "homepage": "https://github.com/GrahamCampbell"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "Michael Dowling",
|
|
|
+ "email": "mtdowling@gmail.com",
|
|
|
+ "homepage": "https://github.com/mtdowling"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "Jeremy Lindblom",
|
|
|
+ "email": "jeremeamia@gmail.com",
|
|
|
+ "homepage": "https://github.com/jeremeamia"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "George Mponos",
|
|
|
+ "email": "gmponos@gmail.com",
|
|
|
+ "homepage": "https://github.com/gmponos"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "Tobias Nyholm",
|
|
|
+ "email": "tobias.nyholm@gmail.com",
|
|
|
+ "homepage": "https://github.com/Nyholm"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "Márk Sági-Kazár",
|
|
|
+ "email": "mark.sagikazar@gmail.com",
|
|
|
+ "homepage": "https://github.com/sagikazarmark"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "Tobias Schultze",
|
|
|
+ "email": "webmaster@tubo-world.de",
|
|
|
+ "homepage": "https://github.com/Tobion"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "Guzzle is a PHP HTTP client library",
|
|
|
+ "keywords": [
|
|
|
+ "client",
|
|
|
+ "curl",
|
|
|
+ "framework",
|
|
|
+ "http",
|
|
|
+ "http client",
|
|
|
+ "psr-18",
|
|
|
+ "psr-7",
|
|
|
+ "rest",
|
|
|
+ "web service"
|
|
|
+ ],
|
|
|
+ "support": {
|
|
|
+ "issues": "https://github.com/guzzle/guzzle/issues",
|
|
|
+ "source": "https://github.com/guzzle/guzzle/tree/7.9.3"
|
|
|
+ },
|
|
|
+ "funding": [
|
|
|
+ {
|
|
|
+ "url": "https://github.com/GrahamCampbell",
|
|
|
+ "type": "github"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "url": "https://github.com/Nyholm",
|
|
|
+ "type": "github"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/guzzle",
|
|
|
+ "type": "tidelift"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "time": "2025-03-27T13:37:11+00:00"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "guzzlehttp/promises",
|
|
|
+ "version": "2.3.0",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/guzzle/promises.git",
|
|
|
+ "reference": "481557b130ef3790cf82b713667b43030dc9c957"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/guzzle/promises/zipball/481557b130ef3790cf82b713667b43030dc9c957",
|
|
|
+ "reference": "481557b130ef3790cf82b713667b43030dc9c957",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": "^7.2.5 || ^8.0"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "bamarni/composer-bin-plugin": "^1.8.2",
|
|
|
+ "phpunit/phpunit": "^8.5.44 || ^9.6.25"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "extra": {
|
|
|
+ "bamarni-bin": {
|
|
|
+ "bin-links": true,
|
|
|
+ "forward-command": false
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "GuzzleHttp\\Promise\\": "src/"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "MIT"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "Graham Campbell",
|
|
|
+ "email": "hello@gjcampbell.co.uk",
|
|
|
+ "homepage": "https://github.com/GrahamCampbell"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "Michael Dowling",
|
|
|
+ "email": "mtdowling@gmail.com",
|
|
|
+ "homepage": "https://github.com/mtdowling"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "Tobias Nyholm",
|
|
|
+ "email": "tobias.nyholm@gmail.com",
|
|
|
+ "homepage": "https://github.com/Nyholm"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "Tobias Schultze",
|
|
|
+ "email": "webmaster@tubo-world.de",
|
|
|
+ "homepage": "https://github.com/Tobion"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "Guzzle promises library",
|
|
|
+ "keywords": [
|
|
|
+ "promise"
|
|
|
+ ],
|
|
|
+ "support": {
|
|
|
+ "issues": "https://github.com/guzzle/promises/issues",
|
|
|
+ "source": "https://github.com/guzzle/promises/tree/2.3.0"
|
|
|
+ },
|
|
|
+ "funding": [
|
|
|
+ {
|
|
|
+ "url": "https://github.com/GrahamCampbell",
|
|
|
+ "type": "github"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "url": "https://github.com/Nyholm",
|
|
|
+ "type": "github"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/promises",
|
|
|
+ "type": "tidelift"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "time": "2025-08-22T14:34:08+00:00"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "guzzlehttp/psr7",
|
|
|
+ "version": "2.7.1",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/guzzle/psr7.git",
|
|
|
+ "reference": "c2270caaabe631b3b44c85f99e5a04bbb8060d16"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/guzzle/psr7/zipball/c2270caaabe631b3b44c85f99e5a04bbb8060d16",
|
|
|
+ "reference": "c2270caaabe631b3b44c85f99e5a04bbb8060d16",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": "^7.2.5 || ^8.0",
|
|
|
+ "psr/http-factory": "^1.0",
|
|
|
+ "psr/http-message": "^1.1 || ^2.0",
|
|
|
+ "ralouphie/getallheaders": "^3.0"
|
|
|
+ },
|
|
|
+ "provide": {
|
|
|
+ "psr/http-factory-implementation": "1.0",
|
|
|
+ "psr/http-message-implementation": "1.0"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "bamarni/composer-bin-plugin": "^1.8.2",
|
|
|
+ "http-interop/http-factory-tests": "0.9.0",
|
|
|
+ "phpunit/phpunit": "^8.5.39 || ^9.6.20"
|
|
|
+ },
|
|
|
+ "suggest": {
|
|
|
+ "laminas/laminas-httphandlerrunner": "Emit PSR-7 responses"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "extra": {
|
|
|
+ "bamarni-bin": {
|
|
|
+ "bin-links": true,
|
|
|
+ "forward-command": false
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "GuzzleHttp\\Psr7\\": "src/"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "MIT"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "Graham Campbell",
|
|
|
+ "email": "hello@gjcampbell.co.uk",
|
|
|
+ "homepage": "https://github.com/GrahamCampbell"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "Michael Dowling",
|
|
|
+ "email": "mtdowling@gmail.com",
|
|
|
+ "homepage": "https://github.com/mtdowling"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "George Mponos",
|
|
|
+ "email": "gmponos@gmail.com",
|
|
|
+ "homepage": "https://github.com/gmponos"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "Tobias Nyholm",
|
|
|
+ "email": "tobias.nyholm@gmail.com",
|
|
|
+ "homepage": "https://github.com/Nyholm"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "Márk Sági-Kazár",
|
|
|
+ "email": "mark.sagikazar@gmail.com",
|
|
|
+ "homepage": "https://github.com/sagikazarmark"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "Tobias Schultze",
|
|
|
+ "email": "webmaster@tubo-world.de",
|
|
|
+ "homepage": "https://github.com/Tobion"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "Márk Sági-Kazár",
|
|
|
+ "email": "mark.sagikazar@gmail.com",
|
|
|
+ "homepage": "https://sagikazarmark.hu"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "PSR-7 message implementation that also provides common utility methods",
|
|
|
+ "keywords": [
|
|
|
+ "http",
|
|
|
+ "message",
|
|
|
+ "psr-7",
|
|
|
+ "request",
|
|
|
+ "response",
|
|
|
+ "stream",
|
|
|
+ "uri",
|
|
|
+ "url"
|
|
|
+ ],
|
|
|
+ "support": {
|
|
|
+ "issues": "https://github.com/guzzle/psr7/issues",
|
|
|
+ "source": "https://github.com/guzzle/psr7/tree/2.7.1"
|
|
|
+ },
|
|
|
+ "funding": [
|
|
|
+ {
|
|
|
+ "url": "https://github.com/GrahamCampbell",
|
|
|
+ "type": "github"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "url": "https://github.com/Nyholm",
|
|
|
+ "type": "github"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/psr7",
|
|
|
+ "type": "tidelift"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "time": "2025-03-27T12:30:47+00:00"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "knpuniversity/oauth2-client-bundle",
|
|
|
+ "version": "v2.18.3",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/knpuniversity/oauth2-client-bundle.git",
|
|
|
+ "reference": "c38ca88a70aae3694ca346a41b13b9a8f6e33ed4"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/knpuniversity/oauth2-client-bundle/zipball/c38ca88a70aae3694ca346a41b13b9a8f6e33ed4",
|
|
|
+ "reference": "c38ca88a70aae3694ca346a41b13b9a8f6e33ed4",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "league/oauth2-client": "^2.0",
|
|
|
+ "php": ">=8.1",
|
|
|
+ "symfony/dependency-injection": "^5.4|^6.0|^7.0",
|
|
|
+ "symfony/framework-bundle": "^5.4|^6.0|^7.0",
|
|
|
+ "symfony/http-foundation": "^5.4|^6.0|^7.0",
|
|
|
+ "symfony/routing": "^5.4|^6.0|^7.0"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "league/oauth2-facebook": "^1.1|^2.0",
|
|
|
+ "symfony/phpunit-bridge": "^5.4|^6.0|^7.0",
|
|
|
+ "symfony/security-guard": "^5.4",
|
|
|
+ "symfony/yaml": "^5.4|^6.0|^7.0"
|
|
|
+ },
|
|
|
+ "suggest": {
|
|
|
+ "symfony/security-guard": "For integration with Symfony's Guard Security layer"
|
|
|
+ },
|
|
|
+ "type": "symfony-bundle",
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "KnpU\\OAuth2ClientBundle\\": "src/"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "MIT"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "Ryan Weaver",
|
|
|
+ "email": "ryan@symfonycasts.com"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "Integration with league/oauth2-client to provide services",
|
|
|
+ "homepage": "https://symfonycasts.com",
|
|
|
+ "keywords": [
|
|
|
+ "oauth",
|
|
|
+ "oauth2"
|
|
|
+ ],
|
|
|
+ "support": {
|
|
|
+ "issues": "https://github.com/knpuniversity/oauth2-client-bundle/issues",
|
|
|
+ "source": "https://github.com/knpuniversity/oauth2-client-bundle/tree/v2.18.3"
|
|
|
+ },
|
|
|
+ "time": "2024-10-02T14:26:09+00:00"
|
|
|
+ },
|
|
|
{
|
|
|
"name": "league/commonmark",
|
|
|
"version": "2.7.1",
|
|
@@ -1677,6 +2124,71 @@
|
|
|
],
|
|
|
"time": "2022-12-11T20:36:23+00:00"
|
|
|
},
|
|
|
+ {
|
|
|
+ "name": "league/oauth2-client",
|
|
|
+ "version": "2.8.1",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/thephpleague/oauth2-client.git",
|
|
|
+ "reference": "9df2924ca644736c835fc60466a3a60390d334f9"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/thephpleague/oauth2-client/zipball/9df2924ca644736c835fc60466a3a60390d334f9",
|
|
|
+ "reference": "9df2924ca644736c835fc60466a3a60390d334f9",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "ext-json": "*",
|
|
|
+ "guzzlehttp/guzzle": "^6.5.8 || ^7.4.5",
|
|
|
+ "php": "^7.1 || >=8.0.0 <8.5.0"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "mockery/mockery": "^1.3.5",
|
|
|
+ "php-parallel-lint/php-parallel-lint": "^1.4",
|
|
|
+ "phpunit/phpunit": "^7 || ^8 || ^9 || ^10 || ^11",
|
|
|
+ "squizlabs/php_codesniffer": "^3.11"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "League\\OAuth2\\Client\\": "src/"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "MIT"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "Alex Bilbie",
|
|
|
+ "email": "hello@alexbilbie.com",
|
|
|
+ "homepage": "http://www.alexbilbie.com",
|
|
|
+ "role": "Developer"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "Woody Gilk",
|
|
|
+ "homepage": "https://github.com/shadowhand",
|
|
|
+ "role": "Contributor"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "OAuth 2.0 Client Library",
|
|
|
+ "keywords": [
|
|
|
+ "Authentication",
|
|
|
+ "SSO",
|
|
|
+ "authorization",
|
|
|
+ "identity",
|
|
|
+ "idp",
|
|
|
+ "oauth",
|
|
|
+ "oauth2",
|
|
|
+ "single sign on"
|
|
|
+ ],
|
|
|
+ "support": {
|
|
|
+ "issues": "https://github.com/thephpleague/oauth2-client/issues",
|
|
|
+ "source": "https://github.com/thephpleague/oauth2-client/tree/2.8.1"
|
|
|
+ },
|
|
|
+ "time": "2025-02-26T04:37:30+00:00"
|
|
|
+ },
|
|
|
{
|
|
|
"name": "monolog/monolog",
|
|
|
"version": "3.9.0",
|
|
@@ -2426,6 +2938,166 @@
|
|
|
},
|
|
|
"time": "2019-01-08T18:20:26+00:00"
|
|
|
},
|
|
|
+ {
|
|
|
+ "name": "psr/http-client",
|
|
|
+ "version": "1.0.3",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/php-fig/http-client.git",
|
|
|
+ "reference": "bb5906edc1c324c9a05aa0873d40117941e5fa90"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/php-fig/http-client/zipball/bb5906edc1c324c9a05aa0873d40117941e5fa90",
|
|
|
+ "reference": "bb5906edc1c324c9a05aa0873d40117941e5fa90",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": "^7.0 || ^8.0",
|
|
|
+ "psr/http-message": "^1.0 || ^2.0"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "extra": {
|
|
|
+ "branch-alias": {
|
|
|
+ "dev-master": "1.0.x-dev"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "Psr\\Http\\Client\\": "src/"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "MIT"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "PHP-FIG",
|
|
|
+ "homepage": "https://www.php-fig.org/"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "Common interface for HTTP clients",
|
|
|
+ "homepage": "https://github.com/php-fig/http-client",
|
|
|
+ "keywords": [
|
|
|
+ "http",
|
|
|
+ "http-client",
|
|
|
+ "psr",
|
|
|
+ "psr-18"
|
|
|
+ ],
|
|
|
+ "support": {
|
|
|
+ "source": "https://github.com/php-fig/http-client"
|
|
|
+ },
|
|
|
+ "time": "2023-09-23T14:17:50+00:00"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "psr/http-factory",
|
|
|
+ "version": "1.1.0",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/php-fig/http-factory.git",
|
|
|
+ "reference": "2b4765fddfe3b508ac62f829e852b1501d3f6e8a"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/php-fig/http-factory/zipball/2b4765fddfe3b508ac62f829e852b1501d3f6e8a",
|
|
|
+ "reference": "2b4765fddfe3b508ac62f829e852b1501d3f6e8a",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": ">=7.1",
|
|
|
+ "psr/http-message": "^1.0 || ^2.0"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "extra": {
|
|
|
+ "branch-alias": {
|
|
|
+ "dev-master": "1.0.x-dev"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "Psr\\Http\\Message\\": "src/"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "MIT"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "PHP-FIG",
|
|
|
+ "homepage": "https://www.php-fig.org/"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "PSR-17: Common interfaces for PSR-7 HTTP message factories",
|
|
|
+ "keywords": [
|
|
|
+ "factory",
|
|
|
+ "http",
|
|
|
+ "message",
|
|
|
+ "psr",
|
|
|
+ "psr-17",
|
|
|
+ "psr-7",
|
|
|
+ "request",
|
|
|
+ "response"
|
|
|
+ ],
|
|
|
+ "support": {
|
|
|
+ "source": "https://github.com/php-fig/http-factory"
|
|
|
+ },
|
|
|
+ "time": "2024-04-15T12:06:14+00:00"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "psr/http-message",
|
|
|
+ "version": "2.0",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/php-fig/http-message.git",
|
|
|
+ "reference": "402d35bcb92c70c026d1a6a9883f06b2ead23d71"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/php-fig/http-message/zipball/402d35bcb92c70c026d1a6a9883f06b2ead23d71",
|
|
|
+ "reference": "402d35bcb92c70c026d1a6a9883f06b2ead23d71",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": "^7.2 || ^8.0"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "extra": {
|
|
|
+ "branch-alias": {
|
|
|
+ "dev-master": "2.0.x-dev"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "Psr\\Http\\Message\\": "src/"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "MIT"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "PHP-FIG",
|
|
|
+ "homepage": "https://www.php-fig.org/"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "Common interface for HTTP messages",
|
|
|
+ "homepage": "https://github.com/php-fig/http-message",
|
|
|
+ "keywords": [
|
|
|
+ "http",
|
|
|
+ "http-message",
|
|
|
+ "psr",
|
|
|
+ "psr-7",
|
|
|
+ "request",
|
|
|
+ "response"
|
|
|
+ ],
|
|
|
+ "support": {
|
|
|
+ "source": "https://github.com/php-fig/http-message/tree/2.0"
|
|
|
+ },
|
|
|
+ "time": "2023-04-04T09:54:51+00:00"
|
|
|
+ },
|
|
|
{
|
|
|
"name": "psr/link",
|
|
|
"version": "2.0.1",
|
|
@@ -2532,6 +3204,111 @@
|
|
|
},
|
|
|
"time": "2024-09-11T13:17:53+00:00"
|
|
|
},
|
|
|
+ {
|
|
|
+ "name": "ralouphie/getallheaders",
|
|
|
+ "version": "3.0.3",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/ralouphie/getallheaders.git",
|
|
|
+ "reference": "120b605dfeb996808c31b6477290a714d356e822"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822",
|
|
|
+ "reference": "120b605dfeb996808c31b6477290a714d356e822",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": ">=5.6"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "php-coveralls/php-coveralls": "^2.1",
|
|
|
+ "phpunit/phpunit": "^5 || ^6.5"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "autoload": {
|
|
|
+ "files": [
|
|
|
+ "src/getallheaders.php"
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "MIT"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "Ralph Khattar",
|
|
|
+ "email": "ralph.khattar@gmail.com"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "A polyfill for getallheaders.",
|
|
|
+ "support": {
|
|
|
+ "issues": "https://github.com/ralouphie/getallheaders/issues",
|
|
|
+ "source": "https://github.com/ralouphie/getallheaders/tree/develop"
|
|
|
+ },
|
|
|
+ "time": "2019-03-08T08:55:37+00:00"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "stevenmaguire/oauth2-keycloak",
|
|
|
+ "version": "5.1.0",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/stevenmaguire/oauth2-keycloak.git",
|
|
|
+ "reference": "1b690b7377dfe7a23e1590373f37e12cf40a6d75"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/stevenmaguire/oauth2-keycloak/zipball/1b690b7377dfe7a23e1590373f37e12cf40a6d75",
|
|
|
+ "reference": "1b690b7377dfe7a23e1590373f37e12cf40a6d75",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "firebase/php-jwt": "^6.0",
|
|
|
+ "league/oauth2-client": "^2.0",
|
|
|
+ "php": "~7.2 || ~8.0"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "mockery/mockery": "~1.5.0",
|
|
|
+ "phpunit/phpunit": "~9.6.4",
|
|
|
+ "squizlabs/php_codesniffer": "~3.7.0"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "extra": {
|
|
|
+ "branch-alias": {
|
|
|
+ "dev-master": "1.0.x-dev"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "Stevenmaguire\\OAuth2\\Client\\": "src/"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "MIT"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "Steven Maguire",
|
|
|
+ "email": "stevenmaguire@gmail.com",
|
|
|
+ "homepage": "https://github.com/stevenmaguire"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "Keycloak OAuth 2.0 Client Provider for The PHP League OAuth2-Client",
|
|
|
+ "keywords": [
|
|
|
+ "authorisation",
|
|
|
+ "authorization",
|
|
|
+ "client",
|
|
|
+ "keycloak",
|
|
|
+ "oauth",
|
|
|
+ "oauth2"
|
|
|
+ ],
|
|
|
+ "support": {
|
|
|
+ "issues": "https://github.com/stevenmaguire/oauth2-keycloak/issues",
|
|
|
+ "source": "https://github.com/stevenmaguire/oauth2-keycloak/tree/5.1.0"
|
|
|
+ },
|
|
|
+ "time": "2023-10-24T06:10:44+00:00"
|
|
|
+ },
|
|
|
{
|
|
|
"name": "symfony/asset",
|
|
|
"version": "v7.3.0",
|