Server IP : 68.65.122.142 / Your IP : 3.144.118.236 Web Server : LiteSpeed System : Linux server167.web-hosting.com 4.18.0-513.18.1.lve.el8.x86_64 #1 SMP Thu Feb 22 12:55:50 UTC 2024 x86_64 User : glenirhm ( 1318) PHP Version : 7.4.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON Directory (0755) : /home/glenirhm/.googleapps/../composer/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
{ "_readme": [ "This file locks the dependencies of your project to a known state", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], "content-hash": "d96e5faf143a7757c3857e2e6454fc9e", "packages": [ { "name": "delight-im/auth", "version": "v8.3.0", "source": { "type": "git", "url": "https://github.com/delight-im/PHP-Auth.git", "reference": "7bce546defa2bec75485d4bf1d68b72cf311c489" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/delight-im/PHP-Auth/zipball/7bce546defa2bec75485d4bf1d68b72cf311c489", "reference": "7bce546defa2bec75485d4bf1d68b72cf311c489", "shasum": "" }, "require": { "delight-im/base64": "^1.0", "delight-im/cookie": "^3.1", "delight-im/db": "^1.3", "ext-openssl": "*", "php": ">=5.6.0" }, "type": "library", "autoload": { "psr-4": { "Delight\\Auth\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "description": "Authentication for PHP. Simple, lightweight and secure.", "homepage": "https://github.com/delight-im/PHP-Auth", "keywords": [ "Authentication", "auth", "login", "security" ], "support": { "issues": "https://github.com/delight-im/PHP-Auth/issues", "source": "https://github.com/delight-im/PHP-Auth/tree/v8.3.0" }, "time": "2021-04-21T14:39:10+00:00" }, { "name": "delight-im/base64", "version": "v1.0.0", "source": { "type": "git", "url": "https://github.com/delight-im/PHP-Base64.git", "reference": "687b2a49f663e162030a8d27b32838bbe7f91c78" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/delight-im/PHP-Base64/zipball/687b2a49f663e162030a8d27b32838bbe7f91c78", "reference": "687b2a49f663e162030a8d27b32838bbe7f91c78", "shasum": "" }, "require": { "php": ">=5.3.0" }, "type": "library", "autoload": { "psr-4": { "Delight\\Base64\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "description": "Simple and convenient Base64 encoding and decoding for PHP", "homepage": "https://github.com/delight-im/PHP-Base64", "keywords": [ "URL-safe", "base-64", "base64", "decode", "decoding", "encode", "encoding", "url" ], "support": { "issues": "https://github.com/delight-im/PHP-Base64/issues", "source": "https://github.com/delight-im/PHP-Base64/tree/master" }, "time": "2017-07-24T18:59:51+00:00" }, { "name": "delight-im/cookie", "version": "v3.4.0", "source": { "type": "git", "url": "https://github.com/delight-im/PHP-Cookie.git", "reference": "67065d34272377d63bab0bd58f984f9b228c803f" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/delight-im/PHP-Cookie/zipball/67065d34272377d63bab0bd58f984f9b228c803f", "reference": "67065d34272377d63bab0bd58f984f9b228c803f", "shasum": "" }, "require": { "delight-im/http": "^2.0", "php": ">=5.4.0" }, "type": "library", "autoload": { "psr-4": { "Delight\\Cookie\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "description": "Modern cookie management for PHP", "homepage": "https://github.com/delight-im/PHP-Cookie", "keywords": [ "cookie", "cookies", "csrf", "http", "same-site", "samesite", "xss" ], "support": { "issues": "https://github.com/delight-im/PHP-Cookie/issues", "source": "https://github.com/delight-im/PHP-Cookie/tree/v3.4.0" }, "time": "2020-04-16T11:01:26+00:00" }, { "name": "delight-im/db", "version": "v1.3.1", "source": { "type": "git", "url": "https://github.com/delight-im/PHP-DB.git", "reference": "7d6f4c7a7e8ba6a297bfc30d65702479fd0b5f7c" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/delight-im/PHP-DB/zipball/7d6f4c7a7e8ba6a297bfc30d65702479fd0b5f7c", "reference": "7d6f4c7a7e8ba6a297bfc30d65702479fd0b5f7c", "shasum": "" }, "require": { "ext-pdo": "*", "php": ">=5.6.0" }, "type": "library", "autoload": { "psr-4": { "Delight\\Db\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "description": "Safe and convenient SQL database access in a driver-agnostic way", "homepage": "https://github.com/delight-im/PHP-DB", "keywords": [ "database", "mysql", "pdo", "pgsql", "postgresql", "sql", "sqlite" ], "support": { "issues": "https://github.com/delight-im/PHP-DB/issues", "source": "https://github.com/delight-im/PHP-DB/tree/v1.3.1" }, "time": "2020-02-21T10:46:03+00:00" }, { "name": "delight-im/http", "version": "v2.0.0", "source": { "type": "git", "url": "https://github.com/delight-im/PHP-HTTP.git", "reference": "0a19a72a7eac8b1301aa972fb20cff494ac43e09" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/delight-im/PHP-HTTP/zipball/0a19a72a7eac8b1301aa972fb20cff494ac43e09", "reference": "0a19a72a7eac8b1301aa972fb20cff494ac43e09", "shasum": "" }, "require": { "php": ">=5.3.0" }, "type": "library", "autoload": { "psr-4": { "Delight\\Http\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "description": "Hypertext Transfer Protocol (HTTP) utilities for PHP", "homepage": "https://github.com/delight-im/PHP-HTTP", "keywords": [ "headers", "http", "https" ], "support": { "issues": "https://github.com/delight-im/PHP-HTTP/issues", "source": "https://github.com/delight-im/PHP-HTTP/tree/v2.0.0" }, "time": "2016-07-21T15:05:01+00:00" }, { "name": "formr/formr", "version": "1.3.3", "source": { "type": "git", "url": "https://github.com/formr/Formr.git", "reference": "9b97a6f24afe5c0d6f507c71c9e64f6e27c61872" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/formr/Formr/zipball/9b97a6f24afe5c0d6f507c71c9e64f6e27c61872", "reference": "9b97a6f24afe5c0d6f507c71c9e64f6e27c61872", "shasum": "" }, "require": { "php": ">=5.6" }, "type": "library", "autoload": { "files": [ "class.formr.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-only" ], "authors": [ { "name": "Tim Gavin", "homepage": "https://formr.github.io", "role": "Original Author" } ], "description": "Formr is a PHP micro-framework which helps you build and validate forms quickly, painlessly, and without all the messy overhead.", "support": { "issues": "https://github.com/formr/Formr/issues", "source": "https://github.com/formr/Formr/tree/1.3.3" }, "funding": [ { "url": "https://github.com/timgavin", "type": "github" } ], "time": "2021-04-25T14:07:13+00:00" }, { "name": "guzzlehttp/psr7", "version": "1.8.2", "source": { "type": "git", "url": "https://github.com/guzzle/psr7.git", "reference": "dc960a912984efb74d0a90222870c72c87f10c91" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/guzzle/psr7/zipball/dc960a912984efb74d0a90222870c72c87f10c91", "reference": "dc960a912984efb74d0a90222870c72c87f10c91", "shasum": "" }, "require": { "php": ">=5.4.0", "psr/http-message": "~1.0", "ralouphie/getallheaders": "^2.0.5 || ^3.0.0" }, "provide": { "psr/http-message-implementation": "1.0" }, "require-dev": { "ext-zlib": "*", "phpunit/phpunit": "~4.8.36 || ^5.7.27 || ^6.5.14 || ^7.5.20 || ^8.5.8 || ^9.3.10" }, "suggest": { "laminas/laminas-httphandlerrunner": "Emit PSR-7 responses" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.7-dev" } }, "autoload": { "psr-4": { "GuzzleHttp\\Psr7\\": "src/" }, "files": [ "src/functions_include.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Michael Dowling", "email": "mtdowling@gmail.com", "homepage": "https://github.com/mtdowling" }, { "name": "Tobias Schultze", "homepage": "https://github.com/Tobion" } ], "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/1.8.2" }, "time": "2021-04-26T09:17:50+00:00" }, { "name": "monolog/monolog", "version": "2.2.0", "source": { "type": "git", "url": "https://github.com/Seldaek/monolog.git", "reference": "1cb1cde8e8dd0f70cc0fe51354a59acad9302084" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/Seldaek/monolog/zipball/1cb1cde8e8dd0f70cc0fe51354a59acad9302084", "reference": "1cb1cde8e8dd0f70cc0fe51354a59acad9302084", "shasum": "" }, "require": { "php": ">=7.2", "psr/log": "^1.0.1" }, "provide": { "psr/log-implementation": "1.0.0" }, "require-dev": { "aws/aws-sdk-php": "^2.4.9 || ^3.0", "doctrine/couchdb": "~1.0@dev", "elasticsearch/elasticsearch": "^7", "graylog2/gelf-php": "^1.4.2", "mongodb/mongodb": "^1.8", "php-amqplib/php-amqplib": "~2.4", "php-console/php-console": "^3.1.3", "phpspec/prophecy": "^1.6.1", "phpstan/phpstan": "^0.12.59", "phpunit/phpunit": "^8.5", "predis/predis": "^1.1", "rollbar/rollbar": "^1.3", "ruflin/elastica": ">=0.90 <7.0.1", "swiftmailer/swiftmailer": "^5.3|^6.0" }, "suggest": { "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB", "doctrine/couchdb": "Allow sending log messages to a CouchDB server", "elasticsearch/elasticsearch": "Allow sending log messages to an Elasticsearch server via official client", "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)", "ext-mbstring": "Allow to work properly with unicode symbols", "ext-mongodb": "Allow sending log messages to a MongoDB server (via driver)", "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server", "mongodb/mongodb": "Allow sending log messages to a MongoDB server (via library)", "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib", "php-console/php-console": "Allow sending log messages to Google Chrome", "rollbar/rollbar": "Allow sending log messages to Rollbar", "ruflin/elastica": "Allow sending log messages to an Elastic Search server" }, "type": "library", "extra": { "branch-alias": { "dev-main": "2.x-dev" } }, "autoload": { "psr-4": { "Monolog\\": "src/Monolog" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Jordi Boggiano", "email": "j.boggiano@seld.be", "homepage": "https://seld.be" } ], "description": "Sends your logs to files, sockets, inboxes, databases and various web services", "homepage": "https://github.com/Seldaek/monolog", "keywords": [ "log", "logging", "psr-3" ], "support": { "issues": "https://github.com/Seldaek/monolog/issues", "source": "https://github.com/Seldaek/monolog/tree/2.2.0" }, "funding": [ { "url": "https://github.com/Seldaek", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/monolog/monolog", "type": "tidelift" } ], "time": "2020-12-14T13:15:25+00:00" }, { "name": "nikic/fast-route", "version": "v1.3.0", "source": { "type": "git", "url": "https://github.com/nikic/FastRoute.git", "reference": "181d480e08d9476e61381e04a71b34dc0432e812" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/nikic/FastRoute/zipball/181d480e08d9476e61381e04a71b34dc0432e812", "reference": "181d480e08d9476e61381e04a71b34dc0432e812", "shasum": "" }, "require": { "php": ">=5.4.0" }, "require-dev": { "phpunit/phpunit": "^4.8.35|~5.7" }, "type": "library", "autoload": { "psr-4": { "FastRoute\\": "src/" }, "files": [ "src/functions.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Nikita Popov", "email": "nikic@php.net" } ], "description": "Fast request router for PHP", "keywords": [ "router", "routing" ], "support": { "issues": "https://github.com/nikic/FastRoute/issues", "source": "https://github.com/nikic/FastRoute/tree/master" }, "time": "2018-02-13T20:26:39+00:00" }, { "name": "phpmailer/phpmailer", "version": "v6.4.1", "source": { "type": "git", "url": "https://github.com/PHPMailer/PHPMailer.git", "reference": "9256f12d8fb0cd0500f93b19e18c356906cbed3d" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/PHPMailer/PHPMailer/zipball/9256f12d8fb0cd0500f93b19e18c356906cbed3d", "reference": "9256f12d8fb0cd0500f93b19e18c356906cbed3d", "shasum": "" }, "require": { "ext-ctype": "*", "ext-filter": "*", "ext-hash": "*", "php": ">=5.5.0" }, "require-dev": { "dealerdirect/phpcodesniffer-composer-installer": "^0.7.0", "doctrine/annotations": "^1.2", "phpcompatibility/php-compatibility": "^9.3.5", "roave/security-advisories": "dev-latest", "squizlabs/php_codesniffer": "^3.5.6", "yoast/phpunit-polyfills": "^0.2.0" }, "suggest": { "ext-mbstring": "Needed to send email in multibyte encoding charset or decode encoded addresses", "hayageek/oauth2-yahoo": "Needed for Yahoo XOAUTH2 authentication", "league/oauth2-google": "Needed for Google XOAUTH2 authentication", "psr/log": "For optional PSR-3 debug logging", "stevenmaguire/oauth2-microsoft": "Needed for Microsoft XOAUTH2 authentication", "symfony/polyfill-mbstring": "To support UTF-8 if the Mbstring PHP extension is not enabled (^1.2)" }, "type": "library", "autoload": { "psr-4": { "PHPMailer\\PHPMailer\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "LGPL-2.1-only" ], "authors": [ { "name": "Marcus Bointon", "email": "phpmailer@synchromedia.co.uk" }, { "name": "Jim Jagielski", "email": "jimjag@gmail.com" }, { "name": "Andy Prevost", "email": "codeworxtech@users.sourceforge.net" }, { "name": "Brent R. Matzelle" } ], "description": "PHPMailer is a full-featured email creation and transfer class for PHP", "support": { "issues": "https://github.com/PHPMailer/PHPMailer/issues", "source": "https://github.com/PHPMailer/PHPMailer/tree/v6.4.1" }, "funding": [ { "url": "https://github.com/Synchro", "type": "github" } ], "time": "2021-04-29T12:25:04+00:00" }, { "name": "pimple/pimple", "version": "v3.4.0", "source": { "type": "git", "url": "https://github.com/silexphp/Pimple.git", "reference": "86406047271859ffc13424a048541f4531f53601" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/silexphp/Pimple/zipball/86406047271859ffc13424a048541f4531f53601", "reference": "86406047271859ffc13424a048541f4531f53601", "shasum": "" }, "require": { "php": ">=7.2.5", "psr/container": "^1.1" }, "require-dev": { "symfony/phpunit-bridge": "^5.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "3.4.x-dev" } }, "autoload": { "psr-0": { "Pimple": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Fabien Potencier", "email": "fabien@symfony.com" } ], "description": "Pimple, a simple Dependency Injection Container", "homepage": "https://pimple.symfony.com", "keywords": [ "container", "dependency injection" ], "support": { "source": "https://github.com/silexphp/Pimple/tree/v3.4.0" }, "time": "2021-03-06T08:28:00+00:00" }, { "name": "psr/container", "version": "1.1.1", "source": { "type": "git", "url": "https://github.com/php-fig/container.git", "reference": "8622567409010282b7aeebe4bb841fe98b58dcaf" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/php-fig/container/zipball/8622567409010282b7aeebe4bb841fe98b58dcaf", "reference": "8622567409010282b7aeebe4bb841fe98b58dcaf", "shasum": "" }, "require": { "php": ">=7.2.0" }, "type": "library", "autoload": { "psr-4": { "Psr\\Container\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "PHP-FIG", "homepage": "https://www.php-fig.org/" } ], "description": "Common Container Interface (PHP FIG PSR-11)", "homepage": "https://github.com/php-fig/container", "keywords": [ "PSR-11", "container", "container-interface", "container-interop", "psr" ], "support": { "issues": "https://github.com/php-fig/container/issues", "source": "https://github.com/php-fig/container/tree/1.1.1" }, "time": "2021-03-05T17:36:06+00:00" }, { "name": "psr/http-client", "version": "1.0.1", "source": { "type": "git", "url": "https://github.com/php-fig/http-client.git", "reference": "2dfb5f6c5eff0e91e20e913f8c5452ed95b86621" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/php-fig/http-client/zipball/2dfb5f6c5eff0e91e20e913f8c5452ed95b86621", "reference": "2dfb5f6c5eff0e91e20e913f8c5452ed95b86621", "shasum": "" }, "require": { "php": "^7.0 || ^8.0", "psr/http-message": "^1.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": "http://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/tree/master" }, "time": "2020-06-29T06:28:15+00:00" }, { "name": "psr/http-factory", "version": "1.0.1", "source": { "type": "git", "url": "https://github.com/php-fig/http-factory.git", "reference": "12ac7fcd07e5b077433f5f2bee95b3a771bf61be" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/php-fig/http-factory/zipball/12ac7fcd07e5b077433f5f2bee95b3a771bf61be", "reference": "12ac7fcd07e5b077433f5f2bee95b3a771bf61be", "shasum": "" }, "require": { "php": ">=7.0.0", "psr/http-message": "^1.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": "http://www.php-fig.org/" } ], "description": "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/tree/master" }, "time": "2019-04-30T12:38:16+00:00" }, { "name": "psr/http-message", "version": "1.0.1", "source": { "type": "git", "url": "https://github.com/php-fig/http-message.git", "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363", "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363", "shasum": "" }, "require": { "php": ">=5.3.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": "http://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/master" }, "time": "2016-08-06T14:39:51+00:00" }, { "name": "psr/log", "version": "1.1.4", "source": { "type": "git", "url": "https://github.com/php-fig/log.git", "reference": "d49695b909c3b7628b6289db5479a1c204601f11" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/php-fig/log/zipball/d49695b909c3b7628b6289db5479a1c204601f11", "reference": "d49695b909c3b7628b6289db5479a1c204601f11", "shasum": "" }, "require": { "php": ">=5.3.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.1.x-dev" } }, "autoload": { "psr-4": { "Psr\\Log\\": "Psr/Log/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "PHP-FIG", "homepage": "https://www.php-fig.org/" } ], "description": "Common interface for logging libraries", "homepage": "https://github.com/php-fig/log", "keywords": [ "log", "psr", "psr-3" ], "support": { "source": "https://github.com/php-fig/log/tree/1.1.4" }, "time": "2021-05-03T11:20:27+00:00" }, { "name": "psr/simple-cache", "version": "1.0.1", "source": { "type": "git", "url": "https://github.com/php-fig/simple-cache.git", "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/408d5eafb83c57f6365a3ca330ff23aa4a5fa39b", "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b", "shasum": "" }, "require": { "php": ">=5.3.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.0.x-dev" } }, "autoload": { "psr-4": { "Psr\\SimpleCache\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "PHP-FIG", "homepage": "http://www.php-fig.org/" } ], "description": "Common interfaces for simple caching", "keywords": [ "cache", "caching", "psr", "psr-16", "simple-cache" ], "support": { "source": "https://github.com/php-fig/simple-cache/tree/master" }, "time": "2017-10-23T01:57:42+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": "slim/slim", "version": "3.12.3", "source": { "type": "git", "url": "https://github.com/slimphp/Slim.git", "reference": "1c9318a84ffb890900901136d620b4f03a59da38" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/slimphp/Slim/zipball/1c9318a84ffb890900901136d620b4f03a59da38", "reference": "1c9318a84ffb890900901136d620b4f03a59da38", "shasum": "" }, "require": { "ext-json": "*", "ext-libxml": "*", "ext-simplexml": "*", "nikic/fast-route": "^1.0", "php": ">=5.5.0", "pimple/pimple": "^3.0", "psr/container": "^1.0", "psr/http-message": "^1.0" }, "provide": { "psr/http-message-implementation": "1.0" }, "require-dev": { "phpunit/phpunit": "^4.0", "squizlabs/php_codesniffer": "^2.5" }, "type": "library", "autoload": { "psr-4": { "Slim\\": "Slim" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Josh Lockhart", "email": "hello@joshlockhart.com", "homepage": "https://joshlockhart.com" }, { "name": "Andrew Smith", "email": "a.smith@silentworks.co.uk", "homepage": "http://silentworks.co.uk" }, { "name": "Rob Allen", "email": "rob@akrabat.com", "homepage": "http://akrabat.com" }, { "name": "Gabriel Manricks", "email": "gmanricks@me.com", "homepage": "http://gabrielmanricks.com" } ], "description": "Slim is a PHP micro framework that helps you quickly write simple yet powerful web applications and APIs", "homepage": "https://slimframework.com", "keywords": [ "api", "framework", "micro", "router" ], "support": { "issues": "https://github.com/slimphp/Slim/issues", "source": "https://github.com/slimphp/Slim/tree/3.x" }, "time": "2019-11-28T17:40:33+00:00" }, { "name": "socialconnect/auth", "version": "3.2.2", "source": { "type": "git", "url": "https://github.com/SocialConnect/auth.git", "reference": "2c13ecf9dd9c32a95e968272904b37a34347fcb2" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/SocialConnect/auth/zipball/2c13ecf9dd9c32a95e968272904b37a34347fcb2", "reference": "2c13ecf9dd9c32a95e968272904b37a34347fcb2", "shasum": "" }, "require": { "ext-json": "*", "php": ">=7.1", "psr/http-client": "^1.0", "psr/http-factory": "^1.0", "psr/simple-cache": "^1.0", "socialconnect/jwx": "^1.0" }, "replace": { "socialconnect/common": "self.version", "socialconnect/oauth1": "self.version", "socialconnect/oauth2": "self.version", "socialconnect/openid": "self.version", "socialconnect/openid-connect": "self.version", "socialconnect/provider": "self.version" }, "require-dev": { "phpstan/phpstan-shim": "^0.11.12", "phpunit/phpunit": "^7.5", "socialconnect/http-client": "^1.0", "squizlabs/php_codesniffer": "^3.3.2" }, "type": "library", "autoload": { "psr-4": { "SocialConnect\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Dmitry Patsura", "email": "talk@dmtry.me" } ], "description": "Social Connect Auth Component", "keywords": [ "amazon", "auth", "bitbucket", "facebook", "github", "gitlab", "google", "login", "oauth", "slack", "socialconnect", "twitch", "twitter", "vk" ], "support": { "issues": "https://github.com/SocialConnect/auth/issues", "source": "https://github.com/SocialConnect/auth/tree/3.2.2" }, "time": "2020-10-19T12:49:22+00:00" }, { "name": "socialconnect/http-client", "version": "1.0.0", "source": { "type": "git", "url": "https://github.com/SocialConnect/http-client.git", "reference": "1166b910b6fe67be413d12ba75b8a555b921e330" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/SocialConnect/http-client/zipball/1166b910b6fe67be413d12ba75b8a555b921e330", "reference": "1166b910b6fe67be413d12ba75b8a555b921e330", "shasum": "" }, "require": { "ext-curl": "*", "ext-json": "*", "guzzlehttp/psr7": "^1.6", "php": ">=7.1", "psr/http-client": "^1.0", "psr/http-factory": "^1.0", "psr/simple-cache": "^1.0" }, "require-dev": { "phpstan/phpstan-shim": "^0.11.12", "phpunit/phpunit": "^6.5", "symfony/http-foundation": "^3.4" }, "type": "library", "autoload": { "psr-4": { "SocialConnect\\HttpClient\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Dmitry Patsura", "email": "talk@dmtry.me" } ], "description": "PSR-18 HTTP Client on top of Guzzle PSR7", "keywords": [ "curl", "http-client", "psr-18" ], "support": { "issues": "https://github.com/SocialConnect/http-client/issues", "source": "https://github.com/SocialConnect/http-client/tree/1.0.0" }, "time": "2019-07-23T18:13:21+00:00" }, { "name": "socialconnect/jwx", "version": "1.2.0", "source": { "type": "git", "url": "https://github.com/SocialConnect/jwx.git", "reference": "9f51a5ac3dc07bad54384f55c6d48c545fe92f67" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/SocialConnect/jwx/zipball/9f51a5ac3dc07bad54384f55c6d48c545fe92f67", "reference": "9f51a5ac3dc07bad54384f55c6d48c545fe92f67", "shasum": "" }, "require": { "ext-json": "*", "php": ">=7.1" }, "require-dev": { "phpstan/phpstan-shim": "^0.11.12", "phpunit/phpunit": "^7.5" }, "suggest": { "ext-openssl": "Please install openssl extension to use RS encryption" }, "type": "library", "autoload": { "psr-4": { "SocialConnect\\JWX\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Dmitry Patsura", "email": "talk@dmtry.me" } ], "description": "PHP library for JSON web tokens (JWT) and JWT", "keywords": [ "JSON Web Token", "JWE", "jwt" ], "support": { "issues": "https://github.com/SocialConnect/jwx/issues", "source": "https://github.com/SocialConnect/jwx/tree/master" }, "time": "2020-08-01T19:50:55+00:00" } ], "packages-dev": [], "aliases": [], "minimum-stability": "stable", "stability-flags": [], "prefer-stable": false, "prefer-lowest": false, "platform": [], "platform-dev": [], "plugin-api-version": "2.0.0" }