Changeset - 694383a3f88c
[Not reviewed]
0 1 0
Lance Edgar (lance) - 15 months ago 2023-06-16 11:03:49
lance@edbob.org
Update latest packages
1 file changed with 9 insertions and 9 deletions:
0 comments (0 inline, 0 general)
composer.lock
Show inline comments
 
@@ -1031,3174 +1031,3174 @@
 
                "psr/log": "Required for using the Log middleware"
 
            },
 
            "type": "library",
 
            "extra": {
 
                "branch-alias": {
 
                    "dev-master": "6.5-dev"
 
                }
 
            },
 
            "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",
 
            "homepage": "http://guzzlephp.org/",
 
            "keywords": [
 
                "client",
 
                "curl",
 
                "framework",
 
                "http",
 
                "http client",
 
                "rest",
 
                "web service"
 
            ],
 
            "support": {
 
                "issues": "https://github.com/guzzle/guzzle/issues",
 
                "source": "https://github.com/guzzle/guzzle/tree/6.5.8"
 
            },
 
            "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": "2022-06-20T22:16:07+00:00"
 
        },
 
        {
 
            "name": "guzzlehttp/promises",
 
            "version": "1.5.3",
 
            "source": {
 
                "type": "git",
 
                "url": "https://github.com/guzzle/promises.git",
 
                "reference": "67ab6e18aaa14d753cc148911d273f6e6cb6721e"
 
            },
 
            "dist": {
 
                "type": "zip",
 
                "url": "https://api.github.com/repos/guzzle/promises/zipball/67ab6e18aaa14d753cc148911d273f6e6cb6721e",
 
                "reference": "67ab6e18aaa14d753cc148911d273f6e6cb6721e",
 
                "shasum": ""
 
            },
 
            "require": {
 
                "php": ">=5.5"
 
            },
 
            "require-dev": {
 
                "symfony/phpunit-bridge": "^4.4 || ^5.1"
 
            },
 
            "type": "library",
 
            "autoload": {
 
                "files": [
 
                    "src/functions_include.php"
 
                ],
 
                "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/1.5.3"
 
            },
 
            "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": "2023-05-21T12:31:43+00:00"
 
        },
 
        {
 
            "name": "guzzlehttp/psr7",
 
            "version": "1.9.1",
 
            "source": {
 
                "type": "git",
 
                "url": "https://github.com/guzzle/psr7.git",
 
                "reference": "e4490cabc77465aaee90b20cfc9a770f8c04be6b"
 
            },
 
            "dist": {
 
                "type": "zip",
 
                "url": "https://api.github.com/repos/guzzle/psr7/zipball/e4490cabc77465aaee90b20cfc9a770f8c04be6b",
 
                "reference": "e4490cabc77465aaee90b20cfc9a770f8c04be6b",
 
                "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",
 
            "autoload": {
 
                "files": [
 
                    "src/functions_include.php"
 
                ],
 
                "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"
 
                }
 
            ],
 
            "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.9.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": "2023-04-17T16:00:37+00:00"
 
        },
 
        {
 
            "name": "ircmaxell/password-compat",
 
            "version": "v1.0.4",
 
            "source": {
 
                "type": "git",
 
                "url": "https://github.com/ircmaxell/password_compat.git",
 
                "reference": "5c5cde8822a69545767f7c7f3058cb15ff84614c"
 
            },
 
            "dist": {
 
                "type": "zip",
 
                "url": "https://api.github.com/repos/ircmaxell/password_compat/zipball/5c5cde8822a69545767f7c7f3058cb15ff84614c",
 
                "reference": "5c5cde8822a69545767f7c7f3058cb15ff84614c",
 
                "shasum": ""
 
            },
 
            "require-dev": {
 
                "phpunit/phpunit": "4.*"
 
            },
 
            "type": "library",
 
            "autoload": {
 
                "files": [
 
                    "lib/password.php"
 
                ]
 
            },
 
            "notification-url": "https://packagist.org/downloads/",
 
            "license": [
 
                "MIT"
 
            ],
 
            "authors": [
 
                {
 
                    "name": "Anthony Ferrara",
 
                    "email": "ircmaxell@php.net",
 
                    "homepage": "http://blog.ircmaxell.com"
 
                }
 
            ],
 
            "description": "A compatibility library for the proposed simplified password hashing algorithm: https://wiki.php.net/rfc/password_hash",
 
            "homepage": "https://github.com/ircmaxell/password_compat",
 
            "keywords": [
 
                "hashing",
 
                "password"
 
            ],
 
            "support": {
 
                "issues": "https://github.com/ircmaxell/password_compat/issues",
 
                "source": "https://github.com/ircmaxell/password_compat/tree/v1.0"
 
            },
 
            "time": "2014-11-20T16:49:30+00:00"
 
        },
 
        {
 
            "name": "itgalaxy/bmp2image",
 
            "version": "2.0.0",
 
            "source": {
 
                "type": "git",
 
                "url": "https://github.com/itgalaxy/bmp2image.git",
 
                "reference": "3e4265da72e10ef227ba7071c6317d8dd0d192c5"
 
            },
 
            "dist": {
 
                "type": "zip",
 
                "url": "https://api.github.com/repos/itgalaxy/bmp2image/zipball/3e4265da72e10ef227ba7071c6317d8dd0d192c5",
 
                "reference": "3e4265da72e10ef227ba7071c6317d8dd0d192c5",
 
                "shasum": ""
 
            },
 
            "require": {
 
                "php": "^5.6 || ^7.0"
 
            },
 
            "require-dev": {
 
                "mikey179/vfsstream": "~1.6.0",
 
                "phpunit/php-code-coverage": "~4.0.0",
 
                "phpunit/phpunit": "~5.5.0"
 
            },
 
            "type": "library",
 
            "autoload": {
 
                "psr-4": {
 
                    "Itgalaxy\\": "src/"
 
                }
 
            },
 
            "notification-url": "https://packagist.org/downloads/",
 
            "license": [
 
                "MIT"
 
            ],
 
            "authors": [
 
                {
 
                    "name": "Itgalaxy",
 
                    "email": "info@itgalaxy.company"
 
                }
 
            ],
 
            "description": "Creates an image from a Bitmap",
 
            "keywords": [
 
                "BMP",
 
                "bmp2gif",
 
                "bmp2jpg",
 
                "bmp2png",
 
                "gif",
 
                "jpg",
 
                "png"
 
            ],
 
            "support": {
 
                "issues": "https://github.com/itgalaxy/bmp2image/issues",
 
                "source": "https://github.com/itgalaxy/bmp2image/tree/master"
 
            },
 
            "time": "2016-12-15T19:26:41+00:00"
 
        },
 
        {
 
            "name": "khanamiryan/qrcode-detector-decoder",
 
            "version": "1",
 
            "source": {
 
                "type": "git",
 
                "url": "https://github.com/khanamiryan/php-qrcode-detector-decoder.git",
 
                "reference": "96d5f80680b04803c4f1b69d6e01735e876b80c7"
 
            },
 
            "dist": {
 
                "type": "zip",
 
                "url": "https://api.github.com/repos/khanamiryan/php-qrcode-detector-decoder/zipball/96d5f80680b04803c4f1b69d6e01735e876b80c7",
 
                "reference": "96d5f80680b04803c4f1b69d6e01735e876b80c7",
 
                "shasum": ""
 
            },
 
            "require": {
 
                "php": "^5.6|^7.0"
 
            },
 
            "require-dev": {
 
                "phpunit/phpunit": "^5.7"
 
            },
 
            "type": "library",
 
            "autoload": {
 
                "files": [
 
                    "lib/common/customFunctions.php"
 
                ],
 
                "classmap": [
 
                    "lib/"
 
                ]
 
            },
 
            "notification-url": "https://packagist.org/downloads/",
 
            "license": [
 
                "MIT"
 
            ],
 
            "authors": [
 
                {
 
                    "name": "Ashot Khanamiryan",
 
                    "email": "a.khanamiryan@gmail.com",
 
                    "homepage": "https://github.com/khanamiryan",
 
                    "role": "Developer"
 
                }
 
            ],
 
            "description": "QR code decoder / reader",
 
            "homepage": "https://github.com/khanamiryan/php-qrcode-detector-decoder",
 
            "keywords": [
 
                "barcode",
 
                "qr",
 
                "zxing"
 
            ],
 
            "support": {
 
                "issues": "https://github.com/khanamiryan/php-qrcode-detector-decoder/issues",
 
                "source": "https://github.com/khanamiryan/php-qrcode-detector-decoder/tree/1"
 
            },
 
            "time": "2017-01-13T09:11:46+00:00"
 
        },
 
        {
 
            "name": "league/flysystem",
 
            "version": "1.1.10",
 
            "source": {
 
                "type": "git",
 
                "url": "https://github.com/thephpleague/flysystem.git",
 
                "reference": "3239285c825c152bcc315fe0e87d6b55f5972ed1"
 
            },
 
            "dist": {
 
                "type": "zip",
 
                "url": "https://api.github.com/repos/thephpleague/flysystem/zipball/3239285c825c152bcc315fe0e87d6b55f5972ed1",
 
                "reference": "3239285c825c152bcc315fe0e87d6b55f5972ed1",
 
                "shasum": ""
 
            },
 
            "require": {
 
                "ext-fileinfo": "*",
 
                "league/mime-type-detection": "^1.3",
 
                "php": "^7.2.5 || ^8.0"
 
            },
 
            "conflict": {
 
                "league/flysystem-sftp": "<1.0.6"
 
            },
 
            "require-dev": {
 
                "phpspec/prophecy": "^1.11.1",
 
                "phpunit/phpunit": "^8.5.8"
 
            },
 
            "suggest": {
 
                "ext-ftp": "Allows you to use FTP server storage",
 
                "ext-openssl": "Allows you to use FTPS server storage",
 
                "league/flysystem-aws-s3-v2": "Allows you to use S3 storage with AWS SDK v2",
 
                "league/flysystem-aws-s3-v3": "Allows you to use S3 storage with AWS SDK v3",
 
                "league/flysystem-azure": "Allows you to use Windows Azure Blob storage",
 
                "league/flysystem-cached-adapter": "Flysystem adapter decorator for metadata caching",
 
                "league/flysystem-eventable-filesystem": "Allows you to use EventableFilesystem",
 
                "league/flysystem-rackspace": "Allows you to use Rackspace Cloud Files",
 
                "league/flysystem-sftp": "Allows you to use SFTP server storage via phpseclib",
 
                "league/flysystem-webdav": "Allows you to use WebDAV storage",
 
                "league/flysystem-ziparchive": "Allows you to use ZipArchive adapter",
 
                "spatie/flysystem-dropbox": "Allows you to use Dropbox storage",
 
                "srmklive/flysystem-dropbox-v2": "Allows you to use Dropbox storage for PHP 5 applications"
 
            },
 
            "type": "library",
 
            "extra": {
 
                "branch-alias": {
 
                    "dev-master": "1.1-dev"
 
                }
 
            },
 
            "autoload": {
 
                "psr-4": {
 
                    "League\\Flysystem\\": "src/"
 
                }
 
            },
 
            "notification-url": "https://packagist.org/downloads/",
 
            "license": [
 
                "MIT"
 
            ],
 
            "authors": [
 
                {
 
                    "name": "Frank de Jonge",
 
                    "email": "info@frenky.net"
 
                }
 
            ],
 
            "description": "Filesystem abstraction: Many filesystems, one API.",
 
            "keywords": [
 
                "Cloud Files",
 
                "WebDAV",
 
                "abstraction",
 
                "aws",
 
                "cloud",
 
                "copy.com",
 
                "dropbox",
 
                "file systems",
 
                "files",
 
                "filesystem",
 
                "filesystems",
 
                "ftp",
 
                "rackspace",
 
                "remote",
 
                "s3",
 
                "sftp",
 
                "storage"
 
            ],
 
            "support": {
 
                "issues": "https://github.com/thephpleague/flysystem/issues",
 
                "source": "https://github.com/thephpleague/flysystem/tree/1.1.10"
 
            },
 
            "funding": [
 
                {
 
                    "url": "https://offset.earth/frankdejonge",
 
                    "type": "other"
 
                }
 
            ],
 
            "time": "2022-10-04T09:16:37+00:00"
 
        },
 
        {
 
            "name": "league/flysystem-sftp",
 
            "version": "1.1.0",
 
            "source": {
 
                "type": "git",
 
                "url": "https://github.com/thephpleague/flysystem-sftp.git",
 
                "reference": "36fb893d10bb799fa6aa7199e37e84314c9fd97d"
 
            },
 
            "dist": {
 
                "type": "zip",
 
                "url": "https://api.github.com/repos/thephpleague/flysystem-sftp/zipball/36fb893d10bb799fa6aa7199e37e84314c9fd97d",
 
                "reference": "36fb893d10bb799fa6aa7199e37e84314c9fd97d",
 
                "shasum": ""
 
            },
 
            "require": {
 
                "league/flysystem": "~1.0",
 
                "php": ">=5.6.0",
 
                "phpseclib/phpseclib": "~2.0"
 
            },
 
            "require-dev": {
 
                "mockery/mockery": "0.9.*",
 
                "phpunit/phpunit": "^5.7.25"
 
            },
 
            "type": "library",
 
            "autoload": {
 
                "psr-4": {
 
                    "League\\Flysystem\\Sftp\\": "src/"
 
                }
 
            },
 
            "notification-url": "https://packagist.org/downloads/",
 
            "license": [
 
                "MIT"
 
            ],
 
            "authors": [
 
                {
 
                    "name": "Frank de Jonge",
 
                    "email": "info@frenky.net"
 
                }
 
            ],
 
            "description": "Flysystem adapter for SFTP",
 
            "support": {
 
                "issues": "https://github.com/thephpleague/flysystem-sftp/issues",
 
                "source": "https://github.com/thephpleague/flysystem-sftp/tree/1.1.0"
 
            },
 
            "funding": [
 
                {
 
                    "url": "https://offset.earth/frankdejonge",
 
                    "type": "custom"
 
                },
 
                {
 
                    "url": "https://github.com/frankdejonge",
 
                    "type": "github"
 
                },
 
                {
 
                    "url": "https://tidelift.com/funding/github/packagist/league/flysystem",
 
                    "type": "tidelift"
 
                }
 
            ],
 
            "abandoned": "league/flysystem-sftp-v3",
 
            "time": "2022-01-04T22:02:01+00:00"
 
        },
 
        {
 
            "name": "league/mime-type-detection",
 
            "version": "1.11.0",
 
            "source": {
 
                "type": "git",
 
                "url": "https://github.com/thephpleague/mime-type-detection.git",
 
                "reference": "ff6248ea87a9f116e78edd6002e39e5128a0d4dd"
 
            },
 
            "dist": {
 
                "type": "zip",
 
                "url": "https://api.github.com/repos/thephpleague/mime-type-detection/zipball/ff6248ea87a9f116e78edd6002e39e5128a0d4dd",
 
                "reference": "ff6248ea87a9f116e78edd6002e39e5128a0d4dd",
 
                "shasum": ""
 
            },
 
            "require": {
 
                "ext-fileinfo": "*",
 
                "php": "^7.2 || ^8.0"
 
            },
 
            "require-dev": {
 
                "friendsofphp/php-cs-fixer": "^3.2",
 
                "phpstan/phpstan": "^0.12.68",
 
                "phpunit/phpunit": "^8.5.8 || ^9.3"
 
            },
 
            "type": "library",
 
            "autoload": {
 
                "psr-4": {
 
                    "League\\MimeTypeDetection\\": "src"
 
                }
 
            },
 
            "notification-url": "https://packagist.org/downloads/",
 
            "license": [
 
                "MIT"
 
            ],
 
            "authors": [
 
                {
 
                    "name": "Frank de Jonge",
 
                    "email": "info@frankdejonge.nl"
 
                }
 
            ],
 
            "description": "Mime-type detection for Flysystem",
 
            "support": {
 
                "issues": "https://github.com/thephpleague/mime-type-detection/issues",
 
                "source": "https://github.com/thephpleague/mime-type-detection/tree/1.11.0"
 
            },
 
            "funding": [
 
                {
 
                    "url": "https://github.com/frankdejonge",
 
                    "type": "github"
 
                },
 
                {
 
                    "url": "https://tidelift.com/funding/github/packagist/league/flysystem",
 
                    "type": "tidelift"
 
                }
 
            ],
 
            "time": "2022-04-17T13:12:02+00:00"
 
        },
 
        {
 
            "name": "maennchen/zipstream-php",
 
            "version": "2.2.6",
 
            "source": {
 
                "type": "git",
 
                "url": "https://github.com/maennchen/ZipStream-PHP.git",
 
                "reference": "30ad6f93cf3efe4192bc7a4c9cad11ff8f4f237f"
 
            },
 
            "dist": {
 
                "type": "zip",
 
                "url": "https://api.github.com/repos/maennchen/ZipStream-PHP/zipball/30ad6f93cf3efe4192bc7a4c9cad11ff8f4f237f",
 
                "reference": "30ad6f93cf3efe4192bc7a4c9cad11ff8f4f237f",
 
                "shasum": ""
 
            },
 
            "require": {
 
                "myclabs/php-enum": "^1.5",
 
                "php": "^7.4 || ^8.0",
 
                "psr/http-message": "^1.0",
 
                "symfony/polyfill-mbstring": "^1.0"
 
            },
 
            "require-dev": {
 
                "ext-zip": "*",
 
                "friendsofphp/php-cs-fixer": "^3.9",
 
                "guzzlehttp/guzzle": "^6.5.3 || ^7.2.0",
 
                "mikey179/vfsstream": "^1.6",
 
                "php-coveralls/php-coveralls": "^2.4",
 
                "phpunit/phpunit": "^8.5.8 || ^9.4.2",
 
                "vimeo/psalm": "^4.1"
 
            },
 
            "type": "library",
 
            "autoload": {
 
                "psr-4": {
 
                    "ZipStream\\": "src/"
 
                }
 
            },
 
            "notification-url": "https://packagist.org/downloads/",
 
            "license": [
 
                "MIT"
 
            ],
 
            "authors": [
 
                {
 
                    "name": "Paul Duncan",
 
                    "email": "pabs@pablotron.org"
 
                },
 
                {
 
                    "name": "Jonatan Männchen",
 
                    "email": "jonatan@maennchen.ch"
 
                },
 
                {
 
                    "name": "Jesse Donat",
 
                    "email": "donatj@gmail.com"
 
                },
 
                {
 
                    "name": "András Kolesár",
 
                    "email": "kolesar@kolesar.hu"
 
                }
 
            ],
 
            "description": "ZipStream is a library for dynamically streaming dynamic zip files from PHP without writing to the disk at all on the server.",
 
            "keywords": [
 
                "stream",
 
                "zip"
 
            ],
 
            "support": {
 
                "issues": "https://github.com/maennchen/ZipStream-PHP/issues",
 
                "source": "https://github.com/maennchen/ZipStream-PHP/tree/2.2.6"
 
            },
 
            "funding": [
 
                {
 
                    "url": "https://github.com/maennchen",
 
                    "type": "github"
 
                },
 
                {
 
                    "url": "https://opencollective.com/zipstream",
 
                    "type": "open_collective"
 
                }
 
            ],
 
            "time": "2022-11-25T18:57:19+00:00"
 
        },
 
        {
 
            "name": "mailchimp/mailchimp",
 
            "version": "2.0.6",
 
            "source": {
 
                "type": "git",
 
                "url": "https://bitbucket.org/mailchimp/mailchimp-api-php.git",
 
                "reference": "7ac99b5ac746d5875c5c350ad7e3b83674c83ec1"
 
            },
 
            "dist": {
 
                "type": "zip",
 
                "url": "https://bitbucket.org/mailchimp/mailchimp-api-php/get/7ac99b5ac746d5875c5c350ad7e3b83674c83ec1.zip",
 
                "reference": "7ac99b5ac746d5875c5c350ad7e3b83674c83ec1",
 
                "shasum": ""
 
            },
 
            "require": {
 
                "php": ">=5.2.0"
 
            },
 
            "require-dev": {
 
                "apigen/apigen": "dev-master"
 
            },
 
            "type": "library",
 
            "autoload": {
 
                "psr-0": {
 
                    "Mailchimp": "src/"
 
                }
 
            },
 
            "notification-url": "https://packagist.org/downloads/",
 
            "license": [
 
                "MIT"
 
            ],
 
            "authors": [
 
                {
 
                    "name": "MailChimp Devs",
 
                    "email": "api@mailchimp.com",
 
                    "homepage": "http://mailchimp.com",
 
                    "role": "Developer"
 
                }
 
            ],
 
            "description": "API client library for the MailChimp bulk email as a service platform",
 
            "homepage": "https://bitbucket.org/mailchimp/mailchimp-api-php",
 
            "keywords": [
 
                "api",
 
                "email"
 
            ],
 
            "abandoned": "mailchimp/marketing",
 
            "time": "2014-10-30T20:38:12+00:00"
 
        },
 
        {
 
            "name": "mailchimp/marketing",
 
            "version": "3.0.80",
 
            "source": {
 
                "type": "git",
 
                "url": "https://github.com/mailchimp/mailchimp-marketing-php.git",
 
                "reference": "c1a38f7248d8de7de412418fed8dae759b9e4b97"
 
            },
 
            "dist": {
 
                "type": "zip",
 
                "url": "https://api.github.com/repos/mailchimp/mailchimp-marketing-php/zipball/c1a38f7248d8de7de412418fed8dae759b9e4b97",
 
                "reference": "c1a38f7248d8de7de412418fed8dae759b9e4b97",
 
                "shasum": ""
 
            },
 
            "require": {
 
                "ext-curl": "*",
 
                "ext-json": "*",
 
                "ext-mbstring": "*",
 
                "guzzlehttp/guzzle": "^6.4 || ^7.2",
 
                "guzzlehttp/psr7": "^1.7 || ^2.0",
 
                "php": ">=7.2"
 
            },
 
            "require-dev": {
 
                "friendsofphp/php-cs-fixer": "~2.12",
 
                "phpunit/phpunit": "^7",
 
                "squizlabs/php_codesniffer": "~2.6"
 
            },
 
            "type": "library",
 
            "autoload": {
 
                "psr-4": {
 
                    "MailchimpMarketing\\": "lib/"
 
                }
 
            },
 
            "notification-url": "https://packagist.org/downloads/",
 
            "license": [
 
                "proprietary"
 
            ],
 
            "authors": [
 
                {
 
                    "name": "Mailchimp",
 
                    "homepage": "https://github.com/mailchimp/mailchimp-marketing-php"
 
                }
 
            ],
 
            "homepage": "http://swagger.io",
 
            "keywords": [
 
                "api",
 
                "php",
 
                "sdk",
 
                "swagger"
 
            ],
 
            "support": {
 
                "source": "https://github.com/mailchimp/mailchimp-marketing-php/tree/v3.0.80"
 
            },
 
            "time": "2022-11-02T19:19:48+00:00"
 
        },
 
        {
 
            "name": "markbaker/complex",
 
            "version": "3.0.2",
 
            "source": {
 
                "type": "git",
 
                "url": "https://github.com/MarkBaker/PHPComplex.git",
 
                "reference": "95c56caa1cf5c766ad6d65b6344b807c1e8405b9"
 
            },
 
            "dist": {
 
                "type": "zip",
 
                "url": "https://api.github.com/repos/MarkBaker/PHPComplex/zipball/95c56caa1cf5c766ad6d65b6344b807c1e8405b9",
 
                "reference": "95c56caa1cf5c766ad6d65b6344b807c1e8405b9",
 
                "shasum": ""
 
            },
 
            "require": {
 
                "php": "^7.2 || ^8.0"
 
            },
 
            "require-dev": {
 
                "dealerdirect/phpcodesniffer-composer-installer": "dev-master",
 
                "phpcompatibility/php-compatibility": "^9.3",
 
                "phpunit/phpunit": "^7.0 || ^8.0 || ^9.0",
 
                "squizlabs/php_codesniffer": "^3.7"
 
            },
 
            "type": "library",
 
            "autoload": {
 
                "psr-4": {
 
                    "Complex\\": "classes/src/"
 
                }
 
            },
 
            "notification-url": "https://packagist.org/downloads/",
 
            "license": [
 
                "MIT"
 
            ],
 
            "authors": [
 
                {
 
                    "name": "Mark Baker",
 
                    "email": "mark@lange.demon.co.uk"
 
                }
 
            ],
 
            "description": "PHP Class for working with complex numbers",
 
            "homepage": "https://github.com/MarkBaker/PHPComplex",
 
            "keywords": [
 
                "complex",
 
                "mathematics"
 
            ],
 
            "support": {
 
                "issues": "https://github.com/MarkBaker/PHPComplex/issues",
 
                "source": "https://github.com/MarkBaker/PHPComplex/tree/3.0.2"
 
            },
 
            "time": "2022-12-06T16:21:08+00:00"
 
        },
 
        {
 
            "name": "markbaker/matrix",
 
            "version": "3.0.1",
 
            "source": {
 
                "type": "git",
 
                "url": "https://github.com/MarkBaker/PHPMatrix.git",
 
                "reference": "728434227fe21be27ff6d86621a1b13107a2562c"
 
            },
 
            "dist": {
 
                "type": "zip",
 
                "url": "https://api.github.com/repos/MarkBaker/PHPMatrix/zipball/728434227fe21be27ff6d86621a1b13107a2562c",
 
                "reference": "728434227fe21be27ff6d86621a1b13107a2562c",
 
                "shasum": ""
 
            },
 
            "require": {
 
                "php": "^7.1 || ^8.0"
 
            },
 
            "require-dev": {
 
                "dealerdirect/phpcodesniffer-composer-installer": "dev-master",
 
                "phpcompatibility/php-compatibility": "^9.3",
 
                "phpdocumentor/phpdocumentor": "2.*",
 
                "phploc/phploc": "^4.0",
 
                "phpmd/phpmd": "2.*",
 
                "phpunit/phpunit": "^7.0 || ^8.0 || ^9.0",
 
                "sebastian/phpcpd": "^4.0",
 
                "squizlabs/php_codesniffer": "^3.7"
 
            },
 
            "type": "library",
 
            "autoload": {
 
                "psr-4": {
 
                    "Matrix\\": "classes/src/"
 
                }
 
            },
 
            "notification-url": "https://packagist.org/downloads/",
 
            "license": [
 
                "MIT"
 
            ],
 
            "authors": [
 
                {
 
                    "name": "Mark Baker",
 
                    "email": "mark@demon-angel.eu"
 
                }
 
            ],
 
            "description": "PHP Class for working with matrices",
 
            "homepage": "https://github.com/MarkBaker/PHPMatrix",
 
            "keywords": [
 
                "mathematics",
 
                "matrix",
 
                "vector"
 
            ],
 
            "support": {
 
                "issues": "https://github.com/MarkBaker/PHPMatrix/issues",
 
                "source": "https://github.com/MarkBaker/PHPMatrix/tree/3.0.1"
 
            },
 
            "time": "2022-12-02T22:17:43+00:00"
 
        },
 
        {
 
            "name": "monolog/monolog",
 
            "version": "1.27.1",
 
            "source": {
 
                "type": "git",
 
                "url": "https://github.com/Seldaek/monolog.git",
 
                "reference": "904713c5929655dc9b97288b69cfeedad610c9a1"
 
            },
 
            "dist": {
 
                "type": "zip",
 
                "url": "https://api.github.com/repos/Seldaek/monolog/zipball/904713c5929655dc9b97288b69cfeedad610c9a1",
 
                "reference": "904713c5929655dc9b97288b69cfeedad610c9a1",
 
                "shasum": ""
 
            },
 
            "require": {
 
                "php": ">=5.3.0",
 
                "psr/log": "~1.0"
 
            },
 
            "provide": {
 
                "psr/log-implementation": "1.0.0"
 
            },
 
            "require-dev": {
 
                "aws/aws-sdk-php": "^2.4.9 || ^3.0",
 
                "doctrine/couchdb": "~1.0@dev",
 
                "graylog2/gelf-php": "~1.0",
 
                "php-amqplib/php-amqplib": "~2.4",
 
                "php-console/php-console": "^3.1.3",
 
                "phpstan/phpstan": "^0.12.59",
 
                "phpunit/phpunit": "~4.5",
 
                "ruflin/elastica": ">=0.90 <3.0",
 
                "sentry/sentry": "^0.13",
 
                "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",
 
                "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
 
                "ext-mongo": "Allow sending log messages to a MongoDB server",
 
                "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
 
                "mongodb/mongodb": "Allow sending log messages to a MongoDB server via PHP Driver",
 
                "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",
 
                "sentry/sentry": "Allow sending log messages to a Sentry server"
 
            },
 
            "type": "library",
 
            "autoload": {
 
                "psr-4": {
 
                    "Monolog\\": "src/Monolog"
 
                }
 
            },
 
            "notification-url": "https://packagist.org/downloads/",
 
            "license": [
 
                "MIT"
 
            ],
 
            "authors": [
 
                {
 
                    "name": "Jordi Boggiano",
 
                    "email": "j.boggiano@seld.be",
 
                    "homepage": "http://seld.be"
 
                }
 
            ],
 
            "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
 
            "homepage": "http://github.com/Seldaek/monolog",
 
            "keywords": [
 
                "log",
 
                "logging",
 
                "psr-3"
 
            ],
 
            "support": {
 
                "issues": "https://github.com/Seldaek/monolog/issues",
 
                "source": "https://github.com/Seldaek/monolog/tree/1.27.1"
 
            },
 
            "funding": [
 
                {
 
                    "url": "https://github.com/Seldaek",
 
                    "type": "github"
 
                },
 
                {
 
                    "url": "https://tidelift.com/funding/github/packagist/monolog/monolog",
 
                    "type": "tidelift"
 
                }
 
            ],
 
            "time": "2022-06-09T08:53:42+00:00"
 
        },
 
        {
 
            "name": "mtdowling/jmespath.php",
 
            "version": "2.6.1",
 
            "source": {
 
                "type": "git",
 
                "url": "https://github.com/jmespath/jmespath.php.git",
 
                "reference": "9b87907a81b87bc76d19a7fb2d61e61486ee9edb"
 
            },
 
            "dist": {
 
                "type": "zip",
 
                "url": "https://api.github.com/repos/jmespath/jmespath.php/zipball/9b87907a81b87bc76d19a7fb2d61e61486ee9edb",
 
                "reference": "9b87907a81b87bc76d19a7fb2d61e61486ee9edb",
 
                "shasum": ""
 
            },
 
            "require": {
 
                "php": "^5.4 || ^7.0 || ^8.0",
 
                "symfony/polyfill-mbstring": "^1.17"
 
            },
 
            "require-dev": {
 
                "composer/xdebug-handler": "^1.4 || ^2.0",
 
                "phpunit/phpunit": "^4.8.36 || ^7.5.15"
 
            },
 
            "bin": [
 
                "bin/jp.php"
 
            ],
 
            "type": "library",
 
            "extra": {
 
                "branch-alias": {
 
                    "dev-master": "2.6-dev"
 
                }
 
            },
 
            "autoload": {
 
                "files": [
 
                    "src/JmesPath.php"
 
                ],
 
                "psr-4": {
 
                    "JmesPath\\": "src/"
 
                }
 
            },
 
            "notification-url": "https://packagist.org/downloads/",
 
            "license": [
 
                "MIT"
 
            ],
 
            "authors": [
 
                {
 
                    "name": "Michael Dowling",
 
                    "email": "mtdowling@gmail.com",
 
                    "homepage": "https://github.com/mtdowling"
 
                }
 
            ],
 
            "description": "Declaratively specify how to extract elements from a JSON document",
 
            "keywords": [
 
                "json",
 
                "jsonpath"
 
            ],
 
            "support": {
 
                "issues": "https://github.com/jmespath/jmespath.php/issues",
 
                "source": "https://github.com/jmespath/jmespath.php/tree/2.6.1"
 
            },
 
            "time": "2021-06-14T00:11:39+00:00"
 
        },
 
        {
 
            "name": "myclabs/php-enum",
 
            "version": "1.8.4",
 
            "source": {
 
                "type": "git",
 
                "url": "https://github.com/myclabs/php-enum.git",
 
                "reference": "a867478eae49c9f59ece437ae7f9506bfaa27483"
 
            },
 
            "dist": {
 
                "type": "zip",
 
                "url": "https://api.github.com/repos/myclabs/php-enum/zipball/a867478eae49c9f59ece437ae7f9506bfaa27483",
 
                "reference": "a867478eae49c9f59ece437ae7f9506bfaa27483",
 
                "shasum": ""
 
            },
 
            "require": {
 
                "ext-json": "*",
 
                "php": "^7.3 || ^8.0"
 
            },
 
            "require-dev": {
 
                "phpunit/phpunit": "^9.5",
 
                "squizlabs/php_codesniffer": "1.*",
 
                "vimeo/psalm": "^4.6.2"
 
            },
 
            "type": "library",
 
            "autoload": {
 
                "psr-4": {
 
                    "MyCLabs\\Enum\\": "src/"
 
                },
 
                "classmap": [
 
                    "stubs/Stringable.php"
 
                ]
 
            },
 
            "notification-url": "https://packagist.org/downloads/",
 
            "license": [
 
                "MIT"
 
            ],
 
            "authors": [
 
                {
 
                    "name": "PHP Enum contributors",
 
                    "homepage": "https://github.com/myclabs/php-enum/graphs/contributors"
 
                }
 
            ],
 
            "description": "PHP Enum implementation",
 
            "homepage": "http://github.com/myclabs/php-enum",
 
            "keywords": [
 
                "enum"
 
            ],
 
            "support": {
 
                "issues": "https://github.com/myclabs/php-enum/issues",
 
                "source": "https://github.com/myclabs/php-enum/tree/1.8.4"
 
            },
 
            "funding": [
 
                {
 
                    "url": "https://github.com/mnapoli",
 
                    "type": "github"
 
                },
 
                {
 
                    "url": "https://tidelift.com/funding/github/packagist/myclabs/php-enum",
 
                    "type": "tidelift"
 
                }
 
            ],
 
            "time": "2022-08-04T09:53:51+00:00"
 
        },
 
        {
 
            "name": "oomphinc/composer-installers-extender",
 
            "version": "2.0.1",
 
            "source": {
 
                "type": "git",
 
                "url": "https://github.com/oomphinc/composer-installers-extender.git",
 
                "reference": "cbf4b6f9a24153b785d09eee755b995ba87bd5f9"
 
            },
 
            "dist": {
 
                "type": "zip",
 
                "url": "https://api.github.com/repos/oomphinc/composer-installers-extender/zipball/cbf4b6f9a24153b785d09eee755b995ba87bd5f9",
 
                "reference": "cbf4b6f9a24153b785d09eee755b995ba87bd5f9",
 
                "shasum": ""
 
            },
 
            "require": {
 
                "composer-plugin-api": "^1.1 || ^2.0",
 
                "composer/installers": "^1.0 || ^2.0",
 
                "php": ">=7.1"
 
            },
 
            "require-dev": {
 
                "composer/composer": "^2.0",
 
                "phpunit/phpunit": "^7.2",
 
                "squizlabs/php_codesniffer": "^3.3"
 
            },
 
            "type": "composer-plugin",
 
            "extra": {
 
                "class": "OomphInc\\ComposerInstallersExtender\\Plugin"
 
            },
 
            "autoload": {
 
                "psr-4": {
 
                    "OomphInc\\ComposerInstallersExtender\\": "src/"
 
                }
 
            },
 
            "notification-url": "https://packagist.org/downloads/",
 
            "license": [
 
                "MIT"
 
            ],
 
            "authors": [
 
                {
 
                    "name": "Stephen Beemsterboer",
 
                    "email": "stephen@oomphinc.com",
 
                    "homepage": "https://github.com/balbuf"
 
                },
 
                {
 
                    "name": "Nathan Dentzau",
 
                    "email": "nate@oomphinc.com",
 
                    "homepage": "http://oomph.is/ndentzau"
 
                }
 
            ],
 
            "description": "Extend the composer/installers plugin to accept any arbitrary package type.",
 
            "homepage": "http://www.oomphinc.com/",
 
            "support": {
 
                "issues": "https://github.com/oomphinc/composer-installers-extender/issues",
 
                "source": "https://github.com/oomphinc/composer-installers-extender/tree/2.0.1"
 
            },
 
            "time": "2021-12-15T12:32:42+00:00"
 
        },
 
        {
 
            "name": "paragonie/constant_time_encoding",
 
            "version": "v2.6.3",
 
            "source": {
 
                "type": "git",
 
                "url": "https://github.com/paragonie/constant_time_encoding.git",
 
                "reference": "58c3f47f650c94ec05a151692652a868995d2938"
 
            },
 
            "dist": {
 
                "type": "zip",
 
                "url": "https://api.github.com/repos/paragonie/constant_time_encoding/zipball/58c3f47f650c94ec05a151692652a868995d2938",
 
                "reference": "58c3f47f650c94ec05a151692652a868995d2938",
 
                "shasum": ""
 
            },
 
            "require": {
 
                "php": "^7|^8"
 
            },
 
            "require-dev": {
 
                "phpunit/phpunit": "^6|^7|^8|^9",
 
                "vimeo/psalm": "^1|^2|^3|^4"
 
            },
 
            "type": "library",
 
            "autoload": {
 
                "psr-4": {
 
                    "ParagonIE\\ConstantTime\\": "src/"
 
                }
 
            },
 
            "notification-url": "https://packagist.org/downloads/",
 
            "license": [
 
                "MIT"
 
            ],
 
            "authors": [
 
                {
 
                    "name": "Paragon Initiative Enterprises",
 
                    "email": "security@paragonie.com",
 
                    "homepage": "https://paragonie.com",
 
                    "role": "Maintainer"
 
                },
 
                {
 
                    "name": "Steve 'Sc00bz' Thomas",
 
                    "email": "steve@tobtu.com",
 
                    "homepage": "https://www.tobtu.com",
 
                    "role": "Original Developer"
 
                }
 
            ],
 
            "description": "Constant-time Implementations of RFC 4648 Encoding (Base-64, Base-32, Base-16)",
 
            "keywords": [
 
                "base16",
 
                "base32",
 
                "base32_decode",
 
                "base32_encode",
 
                "base64",
 
                "base64_decode",
 
                "base64_encode",
 
                "bin2hex",
 
                "encoding",
 
                "hex",
 
                "hex2bin",
 
                "rfc4648"
 
            ],
 
            "support": {
 
                "email": "info@paragonie.com",
 
                "issues": "https://github.com/paragonie/constant_time_encoding/issues",
 
                "source": "https://github.com/paragonie/constant_time_encoding"
 
            },
 
            "time": "2022-06-14T06:56:20+00:00"
 
        },
 
        {
 
            "name": "paragonie/random_compat",
 
            "version": "v9.99.100",
 
            "source": {
 
                "type": "git",
 
                "url": "https://github.com/paragonie/random_compat.git",
 
                "reference": "996434e5492cb4c3edcb9168db6fbb1359ef965a"
 
            },
 
            "dist": {
 
                "type": "zip",
 
                "url": "https://api.github.com/repos/paragonie/random_compat/zipball/996434e5492cb4c3edcb9168db6fbb1359ef965a",
 
                "reference": "996434e5492cb4c3edcb9168db6fbb1359ef965a",
 
                "shasum": ""
 
            },
 
            "require": {
 
                "php": ">= 7"
 
            },
 
            "require-dev": {
 
                "phpunit/phpunit": "4.*|5.*",
 
                "vimeo/psalm": "^1"
 
            },
 
            "suggest": {
 
                "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
 
            },
 
            "type": "library",
 
            "notification-url": "https://packagist.org/downloads/",
 
            "license": [
 
                "MIT"
 
            ],
 
            "authors": [
 
                {
 
                    "name": "Paragon Initiative Enterprises",
 
                    "email": "security@paragonie.com",
 
                    "homepage": "https://paragonie.com"
 
                }
 
            ],
 
            "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
 
            "keywords": [
 
                "csprng",
 
                "polyfill",
 
                "pseudorandom",
 
                "random"
 
            ],
 
            "support": {
 
                "email": "info@paragonie.com",
 
                "issues": "https://github.com/paragonie/random_compat/issues",
 
                "source": "https://github.com/paragonie/random_compat"
 
            },
 
            "time": "2020-10-15T08:29:30+00:00"
 
        },
 
        {
 
            "name": "php-coveralls/php-coveralls",
 
            "version": "v2.5.3",
 
            "source": {
 
                "type": "git",
 
                "url": "https://github.com/php-coveralls/php-coveralls.git",
 
                "reference": "9d8243bbf0e053333692857c98fab7cfba0d60a9"
 
            },
 
            "dist": {
 
                "type": "zip",
 
                "url": "https://api.github.com/repos/php-coveralls/php-coveralls/zipball/9d8243bbf0e053333692857c98fab7cfba0d60a9",
 
                "reference": "9d8243bbf0e053333692857c98fab7cfba0d60a9",
 
                "shasum": ""
 
            },
 
            "require": {
 
                "ext-json": "*",
 
                "ext-simplexml": "*",
 
                "guzzlehttp/guzzle": "^6.0 || ^7.0",
 
                "php": "^5.5 || ^7.0 || ^8.0",
 
                "psr/log": "^1.0 || ^2.0",
 
                "symfony/config": "^2.1 || ^3.0 || ^4.0 || ^5.0 || ^6.0",
 
                "symfony/console": "^2.1 || ^3.0 || ^4.0 || ^5.0 || ^6.0",
 
                "symfony/stopwatch": "^2.0 || ^3.0 || ^4.0 || ^5.0 || ^6.0",
 
                "symfony/yaml": "^2.0.5 || ^3.0 || ^4.0 || ^5.0 || ^6.0"
 
            },
 
            "require-dev": {
 
                "phpunit/phpunit": "^4.8.35 || ^5.4.3 || ^6.0 || ^7.0 || >=8.0 <8.5.29 || >=9.0 <9.5.23",
 
                "sanmai/phpunit-legacy-adapter": "^6.1 || ^8.0"
 
            },
 
            "suggest": {
 
                "symfony/http-kernel": "Allows Symfony integration"
 
            },
 
            "bin": [
 
                "bin/php-coveralls"
 
            ],
 
            "type": "library",
 
            "autoload": {
 
                "psr-4": {
 
                    "PhpCoveralls\\": "src/"
 
                }
 
            },
 
            "notification-url": "https://packagist.org/downloads/",
 
            "license": [
 
                "MIT"
 
            ],
 
            "authors": [
 
                {
 
                    "name": "Kitamura Satoshi",
 
                    "email": "with.no.parachute@gmail.com",
 
                    "homepage": "https://www.facebook.com/satooshi.jp",
 
                    "role": "Original creator"
 
                },
 
                {
 
                    "name": "Takashi Matsuo",
 
                    "email": "tmatsuo@google.com"
 
                },
 
                {
 
                    "name": "Google Inc"
 
                },
 
                {
 
                    "name": "Dariusz Ruminski",
 
                    "email": "dariusz.ruminski@gmail.com",
 
                    "homepage": "https://github.com/keradus"
 
                },
 
                {
 
                    "name": "Contributors",
 
                    "homepage": "https://github.com/php-coveralls/php-coveralls/graphs/contributors"
 
                }
 
            ],
 
            "description": "PHP client library for Coveralls API",
 
            "homepage": "https://github.com/php-coveralls/php-coveralls",
 
            "keywords": [
 
                "ci",
 
                "coverage",
 
                "github",
 
                "test"
 
            ],
 
            "support": {
 
                "issues": "https://github.com/php-coveralls/php-coveralls/issues",
 
                "source": "https://github.com/php-coveralls/php-coveralls/tree/v2.5.3"
 
            },
 
            "time": "2022-09-12T20:47:09+00:00"
 
        },
 
        {
 
            "name": "phpmailer/phpmailer",
 
            "version": "v6.5.0",
 
            "source": {
 
                "type": "git",
 
                "url": "https://github.com/PHPMailer/PHPMailer.git",
 
                "reference": "a5b5c43e50b7fba655f793ad27303cd74c57363c"
 
            },
 
            "dist": {
 
                "type": "zip",
 
                "url": "https://api.github.com/repos/PHPMailer/PHPMailer/zipball/a5b5c43e50b7fba655f793ad27303cd74c57363c",
 
                "reference": "a5b5c43e50b7fba655f793ad27303cd74c57363c",
 
                "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.5.0"
 
            },
 
            "funding": [
 
                {
 
                    "url": "https://github.com/Synchro",
 
                    "type": "github"
 
                }
 
            ],
 
            "time": "2021-06-16T14:33:43+00:00"
 
        },
 
        {
 
            "name": "phpoffice/phpexcel",
 
            "version": "1.8.2",
 
            "source": {
 
                "type": "git",
 
                "url": "https://github.com/PHPOffice/PHPExcel.git",
 
                "reference": "1441011fb7ecdd8cc689878f54f8b58a6805f870"
 
            },
 
            "dist": {
 
                "type": "zip",
 
                "url": "https://api.github.com/repos/PHPOffice/PHPExcel/zipball/1441011fb7ecdd8cc689878f54f8b58a6805f870",
 
                "reference": "1441011fb7ecdd8cc689878f54f8b58a6805f870",
 
                "shasum": ""
 
            },
 
            "require": {
 
                "ext-mbstring": "*",
 
                "ext-xml": "*",
 
                "ext-xmlwriter": "*",
 
                "php": "^5.2|^7.0"
 
            },
 
            "require-dev": {
 
                "squizlabs/php_codesniffer": "2.*"
 
            },
 
            "type": "library",
 
            "autoload": {
 
                "psr-0": {
 
                    "PHPExcel": "Classes/"
 
                }
 
            },
 
            "notification-url": "https://packagist.org/downloads/",
 
            "license": [
 
                "LGPL-2.1"
 
            ],
 
            "authors": [
 
                {
 
                    "name": "Maarten Balliauw",
 
                    "homepage": "http://blog.maartenballiauw.be"
 
                },
 
                {
 
                    "name": "Erik Tilt"
 
                },
 
                {
 
                    "name": "Franck Lefevre",
 
                    "homepage": "http://rootslabs.net"
 
                },
 
                {
 
                    "name": "Mark Baker",
 
                    "homepage": "http://markbakeruk.net"
 
                }
 
            ],
 
            "description": "PHPExcel - OpenXML - Read, Create and Write Spreadsheet documents in PHP - Spreadsheet engine",
 
            "homepage": "https://github.com/PHPOffice/PHPExcel",
 
            "keywords": [
 
                "OpenXML",
 
                "excel",
 
                "php",
 
                "spreadsheet",
 
                "xls",
 
                "xlsx"
 
            ],
 
            "support": {
 
                "issues": "https://github.com/PHPOffice/PHPExcel/issues",
 
                "source": "https://github.com/PHPOffice/PHPExcel/tree/master"
 
            },
 
            "abandoned": "phpoffice/phpspreadsheet",
 
            "time": "2018-11-22T23:07:24+00:00"
 
        },
 
        {
 
            "name": "phpoffice/phpspreadsheet",
 
            "version": "1.28.0",
 
            "version": "1.29.0",
 
            "source": {
 
                "type": "git",
 
                "url": "https://github.com/PHPOffice/PhpSpreadsheet.git",
 
                "reference": "6e81cf39bbd93ebc3a4e8150444c41e8aa9b769a"
 
                "reference": "fde2ccf55eaef7e86021ff1acce26479160a0fa0"
 
            },
 
            "dist": {
 
                "type": "zip",
 
                "url": "https://api.github.com/repos/PHPOffice/PhpSpreadsheet/zipball/6e81cf39bbd93ebc3a4e8150444c41e8aa9b769a",
 
                "reference": "6e81cf39bbd93ebc3a4e8150444c41e8aa9b769a",
 
                "url": "https://api.github.com/repos/PHPOffice/PhpSpreadsheet/zipball/fde2ccf55eaef7e86021ff1acce26479160a0fa0",
 
                "reference": "fde2ccf55eaef7e86021ff1acce26479160a0fa0",
 
                "shasum": ""
 
            },
 
            "require": {
 
                "ext-ctype": "*",
 
                "ext-dom": "*",
 
                "ext-fileinfo": "*",
 
                "ext-gd": "*",
 
                "ext-iconv": "*",
 
                "ext-libxml": "*",
 
                "ext-mbstring": "*",
 
                "ext-simplexml": "*",
 
                "ext-xml": "*",
 
                "ext-xmlreader": "*",
 
                "ext-xmlwriter": "*",
 
                "ext-zip": "*",
 
                "ext-zlib": "*",
 
                "ezyang/htmlpurifier": "^4.15",
 
                "maennchen/zipstream-php": "^2.1",
 
                "maennchen/zipstream-php": "^2.1 || ^3.0",
 
                "markbaker/complex": "^3.0",
 
                "markbaker/matrix": "^3.0",
 
                "php": "^7.4 || ^8.0",
 
                "psr/http-client": "^1.0",
 
                "psr/http-factory": "^1.0",
 
                "psr/simple-cache": "^1.0 || ^2.0 || ^3.0"
 
            },
 
            "require-dev": {
 
                "dealerdirect/phpcodesniffer-composer-installer": "dev-main",
 
                "dompdf/dompdf": "^1.0 || ^2.0",
 
                "friendsofphp/php-cs-fixer": "^3.2",
 
                "mitoteam/jpgraph": "^10.2.4",
 
                "mitoteam/jpgraph": "^10.3",
 
                "mpdf/mpdf": "^8.1.1",
 
                "phpcompatibility/php-compatibility": "^9.3",
 
                "phpstan/phpstan": "^1.1",
 
                "phpstan/phpstan-phpunit": "^1.0",
 
                "phpunit/phpunit": "^8.5 || ^9.0",
 
                "phpunit/phpunit": "^8.5 || ^9.0 || ^10.0",
 
                "squizlabs/php_codesniffer": "^3.7",
 
                "tecnickcom/tcpdf": "^6.5"
 
            },
 
            "suggest": {
 
                "dompdf/dompdf": "Option for rendering PDF with PDF Writer",
 
                "ext-intl": "PHP Internationalization Functions",
 
                "mitoteam/jpgraph": "Option for rendering charts, or including charts with PDF or HTML Writers",
 
                "mpdf/mpdf": "Option for rendering PDF with PDF Writer",
 
                "tecnickcom/tcpdf": "Option for rendering PDF with PDF Writer"
 
            },
 
            "type": "library",
 
            "autoload": {
 
                "psr-4": {
 
                    "PhpOffice\\PhpSpreadsheet\\": "src/PhpSpreadsheet"
 
                }
 
            },
 
            "notification-url": "https://packagist.org/downloads/",
 
            "license": [
 
                "MIT"
 
            ],
 
            "authors": [
 
                {
 
                    "name": "Maarten Balliauw",
 
                    "homepage": "https://blog.maartenballiauw.be"
 
                },
 
                {
 
                    "name": "Mark Baker",
 
                    "homepage": "https://markbakeruk.net"
 
                },
 
                {
 
                    "name": "Franck Lefevre",
 
                    "homepage": "https://rootslabs.net"
 
                },
 
                {
 
                    "name": "Erik Tilt"
 
                },
 
                {
 
                    "name": "Adrien Crivelli"
 
                }
 
            ],
 
            "description": "PHPSpreadsheet - Read, Create and Write Spreadsheet documents in PHP - Spreadsheet engine",
 
            "homepage": "https://github.com/PHPOffice/PhpSpreadsheet",
 
            "keywords": [
 
                "OpenXML",
 
                "excel",
 
                "gnumeric",
 
                "ods",
 
                "php",
 
                "spreadsheet",
 
                "xls",
 
                "xlsx"
 
            ],
 
            "support": {
 
                "issues": "https://github.com/PHPOffice/PhpSpreadsheet/issues",
 
                "source": "https://github.com/PHPOffice/PhpSpreadsheet/tree/1.28.0"
 
                "source": "https://github.com/PHPOffice/PhpSpreadsheet/tree/1.29.0"
 
            },
 
            "time": "2023-02-25T12:24:49+00:00"
 
            "time": "2023-06-14T22:48:31+00:00"
 
        },
 
        {
 
            "name": "phpseclib/phpseclib",
 
            "version": "2.0.31",
 
            "source": {
 
                "type": "git",
 
                "url": "https://github.com/phpseclib/phpseclib.git",
 
                "reference": "233a920cb38636a43b18d428f9a8db1f0a1a08f4"
 
            },
 
            "dist": {
 
                "type": "zip",
 
                "url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/233a920cb38636a43b18d428f9a8db1f0a1a08f4",
 
                "reference": "233a920cb38636a43b18d428f9a8db1f0a1a08f4",
 
                "shasum": ""
 
            },
 
            "require": {
 
                "php": ">=5.3.3"
 
            },
 
            "require-dev": {
 
                "phing/phing": "~2.7",
 
                "phpunit/phpunit": "^4.8.35|^5.7|^6.0|^9.4",
 
                "squizlabs/php_codesniffer": "~2.0"
 
            },
 
            "suggest": {
 
                "ext-gmp": "Install the GMP (GNU Multiple Precision) extension in order to speed up arbitrary precision integer arithmetic operations.",
 
                "ext-libsodium": "SSH2/SFTP can make use of some algorithms provided by the libsodium-php extension.",
 
                "ext-mcrypt": "Install the Mcrypt extension in order to speed up a few other cryptographic operations.",
 
                "ext-openssl": "Install the OpenSSL extension in order to speed up a wide variety of cryptographic operations."
 
            },
 
            "type": "library",
 
            "autoload": {
 
                "files": [
 
                    "phpseclib/bootstrap.php"
 
                ],
 
                "psr-4": {
 
                    "phpseclib\\": "phpseclib/"
 
                }
 
            },
 
            "notification-url": "https://packagist.org/downloads/",
 
            "license": [
 
                "MIT"
 
            ],
 
            "authors": [
 
                {
 
                    "name": "Jim Wigginton",
 
                    "email": "terrafrost@php.net",
 
                    "role": "Lead Developer"
 
                },
 
                {
 
                    "name": "Patrick Monnerat",
 
                    "email": "pm@datasphere.ch",
 
                    "role": "Developer"
 
                },
 
                {
 
                    "name": "Andreas Fischer",
 
                    "email": "bantu@phpbb.com",
 
                    "role": "Developer"
 
                },
 
                {
 
                    "name": "Hans-Jürgen Petrich",
 
                    "email": "petrich@tronic-media.com",
 
                    "role": "Developer"
 
                },
 
                {
 
                    "name": "Graham Campbell",
 
                    "email": "graham@alt-three.com",
 
                    "role": "Developer"
 
                }
 
            ],
 
            "description": "PHP Secure Communications Library - Pure-PHP implementations of RSA, AES, SSH2, SFTP, X.509 etc.",
 
            "homepage": "http://phpseclib.sourceforge.net",
 
            "keywords": [
 
                "BigInteger",
 
                "aes",
 
                "asn.1",
 
                "asn1",
 
                "blowfish",
 
                "crypto",
 
                "cryptography",
 
                "encryption",
 
                "rsa",
 
                "security",
 
                "sftp",
 
                "signature",
 
                "signing",
 
                "ssh",
 
                "twofish",
 
                "x.509",
 
                "x509"
 
            ],
 
            "support": {
 
                "issues": "https://github.com/phpseclib/phpseclib/issues",
 
                "source": "https://github.com/phpseclib/phpseclib/tree/2.0.31"
 
            },
 
            "funding": [
 
                {
 
                    "url": "https://github.com/terrafrost",
 
                    "type": "github"
 
                },
 
                {
 
                    "url": "https://www.patreon.com/phpseclib",
 
                    "type": "patreon"
 
                },
 
                {
 
                    "url": "https://tidelift.com/funding/github/packagist/phpseclib/phpseclib",
 
                    "type": "tidelift"
 
                }
 
            ],
 
            "time": "2021-04-06T13:56:45+00:00"
 
        },
 
        {
 
            "name": "predis/predis",
 
            "version": "v1.1.10",
 
            "source": {
 
                "type": "git",
 
                "url": "https://github.com/predis/predis.git",
 
                "reference": "a2fb02d738bedadcffdbb07efa3a5e7bd57f8d6e"
 
            },
 
            "dist": {
 
                "type": "zip",
 
                "url": "https://api.github.com/repos/predis/predis/zipball/a2fb02d738bedadcffdbb07efa3a5e7bd57f8d6e",
 
                "reference": "a2fb02d738bedadcffdbb07efa3a5e7bd57f8d6e",
 
                "shasum": ""
 
            },
 
            "require": {
 
                "php": ">=5.3.9"
 
            },
 
            "require-dev": {
 
                "phpunit/phpunit": "~4.8"
 
            },
 
            "suggest": {
 
                "ext-curl": "Allows access to Webdis when paired with phpiredis",
 
                "ext-phpiredis": "Allows faster serialization and deserialization of the Redis protocol"
 
            },
 
            "type": "library",
 
            "autoload": {
 
                "psr-4": {
 
                    "Predis\\": "src/"
 
                }
 
            },
 
            "notification-url": "https://packagist.org/downloads/",
 
            "license": [
 
                "MIT"
 
            ],
 
            "authors": [
 
                {
 
                    "name": "Daniele Alessandri",
 
                    "email": "suppakilla@gmail.com",
 
                    "homepage": "http://clorophilla.net",
 
                    "role": "Creator & Maintainer"
 
                },
 
                {
 
                    "name": "Till Krüss",
 
                    "homepage": "https://till.im",
 
                    "role": "Maintainer"
 
                }
 
            ],
 
            "description": "Flexible and feature-complete Redis client for PHP and HHVM",
 
            "homepage": "http://github.com/predis/predis",
 
            "keywords": [
 
                "nosql",
 
                "predis",
 
                "redis"
 
            ],
 
            "support": {
 
                "issues": "https://github.com/predis/predis/issues",
 
                "source": "https://github.com/predis/predis/tree/v1.1.10"
 
            },
 
            "funding": [
 
                {
 
                    "url": "https://github.com/sponsors/tillkruss",
 
                    "type": "github"
 
                }
 
            ],
 
            "time": "2022-01-05T17:46:08+00:00"
 
        },
 
        {
 
            "name": "psr/cache",
 
            "version": "1.0.1",
 
            "source": {
 
                "type": "git",
 
                "url": "https://github.com/php-fig/cache.git",
 
                "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8"
 
            },
 
            "dist": {
 
                "type": "zip",
 
                "url": "https://api.github.com/repos/php-fig/cache/zipball/d11b50ad223250cf17b86e38383413f5a6764bf8",
 
                "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8",
 
                "shasum": ""
 
            },
 
            "require": {
 
                "php": ">=5.3.0"
 
            },
 
            "type": "library",
 
            "extra": {
 
                "branch-alias": {
 
                    "dev-master": "1.0.x-dev"
 
                }
 
            },
 
            "autoload": {
 
                "psr-4": {
 
                    "Psr\\Cache\\": "src/"
 
                }
 
            },
 
            "notification-url": "https://packagist.org/downloads/",
 
            "license": [
 
                "MIT"
 
            ],
 
            "authors": [
 
                {
 
                    "name": "PHP-FIG",
 
                    "homepage": "http://www.php-fig.org/"
 
                }
 
            ],
 
            "description": "Common interface for caching libraries",
 
            "keywords": [
 
                "cache",
 
                "psr",
 
                "psr-6"
 
            ],
 
            "support": {
 
                "source": "https://github.com/php-fig/cache/tree/master"
 
            },
 
            "time": "2016-08-06T20:24:11+00:00"
 
        },
 
        {
 
            "name": "psr/container",
 
            "version": "1.1.2",
 
            "source": {
 
                "type": "git",
 
                "url": "https://github.com/php-fig/container.git",
 
                "reference": "513e0666f7216c7459170d56df27dfcefe1689ea"
 
            },
 
            "dist": {
 
                "type": "zip",
 
                "url": "https://api.github.com/repos/php-fig/container/zipball/513e0666f7216c7459170d56df27dfcefe1689ea",
 
                "reference": "513e0666f7216c7459170d56df27dfcefe1689ea",
 
                "shasum": ""
 
            },
 
            "require": {
 
                "php": ">=7.4.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.2"
 
            },
 
            "time": "2021-11-05T16:50:12+00:00"
 
        },
 
        {
 
            "name": "psr/http-client",
 
            "version": "1.0.2",
 
            "source": {
 
                "type": "git",
 
                "url": "https://github.com/php-fig/http-client.git",
 
                "reference": "0955afe48220520692d2d09f7ab7e0f93ffd6a31"
 
            },
 
            "dist": {
 
                "type": "zip",
 
                "url": "https://api.github.com/repos/php-fig/http-client/zipball/0955afe48220520692d2d09f7ab7e0f93ffd6a31",
 
                "reference": "0955afe48220520692d2d09f7ab7e0f93ffd6a31",
 
                "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/tree/1.0.2"
 
            },
 
            "time": "2023-04-10T20:12:12+00:00"
 
        },
 
        {
 
            "name": "psr/http-factory",
 
            "version": "1.0.2",
 
            "source": {
 
                "type": "git",
 
                "url": "https://github.com/php-fig/http-factory.git",
 
                "reference": "e616d01114759c4c489f93b099585439f795fe35"
 
            },
 
            "dist": {
 
                "type": "zip",
 
                "url": "https://api.github.com/repos/php-fig/http-factory/zipball/e616d01114759c4c489f93b099585439f795fe35",
 
                "reference": "e616d01114759c4c489f93b099585439f795fe35",
 
                "shasum": ""
 
            },
 
            "require": {
 
                "php": ">=7.0.0",
 
                "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": "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/1.0.2"
 
            },
 
            "time": "2023-04-10T20:10:41+00:00"
 
        },
 
        {
 
            "name": "psr/http-message",
 
            "version": "1.1",
 
            "source": {
 
                "type": "git",
 
                "url": "https://github.com/php-fig/http-message.git",
 
                "reference": "cb6ce4845ce34a8ad9e68117c10ee90a29919eba"
 
            },
 
            "dist": {
 
                "type": "zip",
 
                "url": "https://api.github.com/repos/php-fig/http-message/zipball/cb6ce4845ce34a8ad9e68117c10ee90a29919eba",
 
                "reference": "cb6ce4845ce34a8ad9e68117c10ee90a29919eba",
 
                "shasum": ""
 
            },
 
            "require": {
 
                "php": "^7.2 || ^8.0"
 
            },
 
            "type": "library",
 
            "extra": {
 
                "branch-alias": {
 
                    "dev-master": "1.1.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/1.1"
 
            },
 
            "time": "2023-04-04T09:50:52+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": "ramsey/uuid",
 
            "version": "3.9.7",
 
            "source": {
 
                "type": "git",
 
                "url": "https://github.com/ramsey/uuid.git",
 
                "reference": "dc75aa439eb4c1b77f5379fd958b3dc0e6014178"
 
            },
 
            "dist": {
 
                "type": "zip",
 
                "url": "https://api.github.com/repos/ramsey/uuid/zipball/dc75aa439eb4c1b77f5379fd958b3dc0e6014178",
 
                "reference": "dc75aa439eb4c1b77f5379fd958b3dc0e6014178",
 
                "shasum": ""
 
            },
 
            "require": {
 
                "ext-json": "*",
 
                "paragonie/random_compat": "^1 | ^2 | ^9.99.99",
 
                "php": "^5.4 | ^7.0 | ^8.0",
 
                "symfony/polyfill-ctype": "^1.8"
 
            },
 
            "replace": {
 
                "rhumsaa/uuid": "self.version"
 
            },
 
            "require-dev": {
 
                "codeception/aspect-mock": "^1 | ^2",
 
                "doctrine/annotations": "^1.2",
 
                "goaop/framework": "1.0.0-alpha.2 | ^1 | >=2.1.0 <=2.3.2",
 
                "mockery/mockery": "^0.9.11 | ^1",
 
                "moontoast/math": "^1.1",
 
                "nikic/php-parser": "<=4.5.0",
 
                "paragonie/random-lib": "^2",
 
                "php-mock/php-mock-phpunit": "^0.3 | ^1.1 | ^2.6",
 
                "php-parallel-lint/php-parallel-lint": "^1.3",
 
                "phpunit/phpunit": ">=4.8.36 <9.0.0 | >=9.3.0",
 
                "squizlabs/php_codesniffer": "^3.5",
 
                "yoast/phpunit-polyfills": "^1.0"
 
            },
 
            "suggest": {
 
                "ext-ctype": "Provides support for PHP Ctype functions",
 
                "ext-libsodium": "Provides the PECL libsodium extension for use with the SodiumRandomGenerator",
 
                "ext-openssl": "Provides the OpenSSL extension for use with the OpenSslGenerator",
 
                "ext-uuid": "Provides the PECL UUID extension for use with the PeclUuidTimeGenerator and PeclUuidRandomGenerator",
 
                "moontoast/math": "Provides support for converting UUID to 128-bit integer (in string form).",
 
                "paragonie/random-lib": "Provides RandomLib for use with the RandomLibAdapter",
 
                "ramsey/uuid-console": "A console application for generating UUIDs with ramsey/uuid",
 
                "ramsey/uuid-doctrine": "Allows the use of Ramsey\\Uuid\\Uuid as Doctrine field type."
 
            },
 
            "type": "library",
 
            "autoload": {
 
                "files": [
 
                    "src/functions.php"
 
                ],
 
                "psr-4": {
 
                    "Ramsey\\Uuid\\": "src/"
 
                }
 
            },
 
            "notification-url": "https://packagist.org/downloads/",
 
            "license": [
 
                "MIT"
 
            ],
 
            "authors": [
 
                {
 
                    "name": "Ben Ramsey",
 
                    "email": "ben@benramsey.com",
 
                    "homepage": "https://benramsey.com"
 
                },
 
                {
 
                    "name": "Marijn Huizendveld",
 
                    "email": "marijn.huizendveld@gmail.com"
 
                },
 
                {
 
                    "name": "Thibaud Fabre",
 
                    "email": "thibaud@aztech.io"
 
                }
 
            ],
 
            "description": "Formerly rhumsaa/uuid. A PHP 5.4+ library for generating RFC 4122 version 1, 3, 4, and 5 universally unique identifiers (UUID).",
 
            "homepage": "https://github.com/ramsey/uuid",
 
            "keywords": [
 
                "guid",
 
                "identifier",
 
                "uuid"
 
            ],
 
            "support": {
 
                "issues": "https://github.com/ramsey/uuid/issues",
 
                "rss": "https://github.com/ramsey/uuid/releases.atom",
 
                "source": "https://github.com/ramsey/uuid",
 
                "wiki": "https://github.com/ramsey/uuid/wiki"
 
            },
 
            "funding": [
 
                {
 
                    "url": "https://github.com/ramsey",
 
                    "type": "github"
 
                },
 
                {
 
                    "url": "https://tidelift.com/funding/github/packagist/ramsey/uuid",
 
                    "type": "tidelift"
 
                }
 
            ],
 
            "time": "2022-12-19T21:55:10+00:00"
 
        },
 
        {
 
            "name": "rattail/posterior",
 
            "version": "v0.1.1",
 
            "source": {
 
                "type": "git",
 
                "url": "https://kallithea.rattailproject.org/rattail-project/posterior",
 
                "reference": "0e7571d967d0eac53740beced471dfdcdc77ace9"
 
            },
 
            "require": {
 
                "guzzlehttp/guzzle": "^6.0 || ^7.0"
 
            },
 
            "type": "library",
 
            "autoload": {
 
                "psr-4": {
 
                    "Rattail\\Posterior\\": "src/"
 
                }
 
            },
 
            "notification-url": "https://packagist.org/downloads/",
 
            "license": [
 
                "GPL-3.0-or-later"
 
            ],
 
            "authors": [
 
                {
 
                    "name": "Lance Edgar",
 
                    "email": "lance@edbob.org"
 
                }
 
            ],
 
            "description": "Tailbone API Client",
 
            "homepage": "https://rattailproject.org",
 
            "time": "2023-05-15T21:40:41+00:00"
 
        },
 
        {
 
            "name": "sabre/vobject",
 
            "version": "3.5.3",
 
            "source": {
 
                "type": "git",
 
                "url": "https://github.com/sabre-io/vobject.git",
 
                "reference": "129d80533a9ec0d9cacfb50b51180c34edb6874c"
 
            },
 
            "dist": {
 
                "type": "zip",
 
                "url": "https://api.github.com/repos/sabre-io/vobject/zipball/129d80533a9ec0d9cacfb50b51180c34edb6874c",
 
                "reference": "129d80533a9ec0d9cacfb50b51180c34edb6874c",
 
                "shasum": ""
 
            },
 
            "require": {
 
                "ext-mbstring": "*",
 
                "php": ">=5.3.1"
 
            },
 
            "require-dev": {
 
                "phpunit/phpunit": "*",
 
                "squizlabs/php_codesniffer": "*"
 
            },
 
            "bin": [
 
                "bin/vobject",
 
                "bin/generate_vcards"
 
            ],
 
            "type": "library",
 
            "extra": {
 
                "branch-alias": {
 
                    "dev-master": "3.2.x-dev"
 
                }
 
            },
 
            "autoload": {
 
                "psr-4": {
 
                    "Sabre\\VObject\\": "lib/"
 
                }
 
            },
 
            "notification-url": "https://packagist.org/downloads/",
 
            "license": [
 
                "BSD-3-Clause"
 
            ],
 
            "authors": [
 
                {
 
                    "name": "Evert Pot",
 
                    "email": "me@evertpot.com",
 
                    "homepage": "http://evertpot.com/",
 
                    "role": "Developer"
 
                },
 
                {
 
                    "name": "Dominik Tobschall",
 
                    "email": "dominik@fruux.com",
 
                    "homepage": "http://tobschall.de/",
 
                    "role": "Developer"
 
                }
 
            ],
 
            "description": "The VObject library for PHP allows you to easily parse and manipulate iCalendar and vCard objects",
 
            "homepage": "http://sabre.io/vobject/",
 
            "keywords": [
 
                "VObject",
 
                "iCalendar",
 
                "jCal",
 
                "jCard",
 
                "vCard"
 
            ],
 
            "support": {
 
                "forum": "https://groups.google.com/group/sabredav-discuss",
 
                "issues": "https://github.com/sabre-io/vobject/issues",
 
                "source": "https://github.com/fruux/sabre-vobject"
 
            },
 
            "time": "2016-10-07T03:20:40+00:00"
 
        },
 
        {
 
            "name": "smalot/pdfparser",
 
            "version": "v0.11",
 
            "source": {
 
                "type": "git",
 
                "url": "https://github.com/smalot/pdfparser.git",
 
                "reference": "40462c1a662d5fbc8f48d30626695a06f047e0cf"
 
            },
 
            "dist": {
 
                "type": "zip",
 
                "url": "https://api.github.com/repos/smalot/pdfparser/zipball/40462c1a662d5fbc8f48d30626695a06f047e0cf",
 
                "reference": "40462c1a662d5fbc8f48d30626695a06f047e0cf",
 
                "shasum": ""
 
            },
 
            "require": {
 
                "ext-iconv": "*",
 
                "php": ">=5.3.0",
 
                "tecnickcom/tcpdf": "~6.0"
 
            },
 
            "require-dev": {
 
                "atoum/atoum": "^2.8 | ^3.0"
 
            },
 
            "type": "library",
 
            "autoload": {
 
                "psr-0": {
 
                    "Smalot\\PdfParser\\": "src/"
 
                }
 
            },
 
            "notification-url": "https://packagist.org/downloads/",
 
            "license": [
 
                "LGPLv3"
 
            ],
 
            "authors": [
 
                {
 
                    "name": "Sebastien Malot",
 
                    "email": "sebastien@malot.fr"
 
                }
 
            ],
 
            "description": "Pdf parser library. Can read and extract information from pdf file.",
 
            "homepage": "http://www.pdfparser.org",
 
            "keywords": [
 
                "extract",
 
                "parse",
 
                "parser",
 
                "pdf",
 
                "text"
 
            ],
 
            "support": {
 
                "issues": "https://github.com/smalot/pdfparser/issues",
 
                "source": "https://github.com/smalot/pdfparser/tree/master"
 
            },
 
            "time": "2017-09-14T12:26:16+00:00"
 
        },
 
        {
 
            "name": "spomky-labs/otphp",
 
            "version": "v8.3.3",
 
            "source": {
 
                "type": "git",
 
                "url": "https://github.com/Spomky-Labs/otphp.git",
 
                "reference": "eb14442699ae6470b29ffd89238a9ccfb9f20788"
 
            },
 
            "dist": {
 
                "type": "zip",
 
                "url": "https://api.github.com/repos/Spomky-Labs/otphp/zipball/eb14442699ae6470b29ffd89238a9ccfb9f20788",
 
                "reference": "eb14442699ae6470b29ffd89238a9ccfb9f20788",
 
                "shasum": ""
 
            },
 
            "require": {
 
                "beberlei/assert": "^2.4",
 
                "paragonie/constant_time_encoding": "^1.0|^2.0",
 
                "paragonie/random_compat": ">=2",
 
                "php": "^5.5|^7.0",
 
                "symfony/polyfill-mbstring": "^1.1",
 
                "symfony/polyfill-php56": "^1.1"
 
            },
 
            "require-dev": {
 
                "phpunit/phpunit": "~4.0|^5.0",
 
                "satooshi/php-coveralls": "^1.0"
 
            },
 
            "type": "library",
 
            "extra": {
 
                "branch-alias": {
 
                    "dev-master": "8.2.x-dev"
 
                }
 
            },
 
            "autoload": {
 
                "psr-4": {
 
                    "OTPHP\\": "src/"
 
                }
 
            },
 
            "notification-url": "https://packagist.org/downloads/",
 
            "license": [
 
                "MIT"
 
            ],
 
            "authors": [
 
                {
 
                    "name": "Florent Morselli",
 
                    "homepage": "https://github.com/Spomky"
 
                },
 
                {
 
                    "name": "All contributors",
 
                    "homepage": "https://github.com/Spomky-Labs/otphp/contributors"
 
                }
 
            ],
 
            "description": "A PHP library for generating one time passwords according to RFC 4226 (HOTP Algorithm) and the RFC 6238 (TOTP Algorithm) and compatible with Google Authenticator",
 
            "homepage": "https://github.com/Spomky-Labs/otphp",
 
            "keywords": [
 
                "FreeOTP",
 
                "RFC 4226",
 
                "RFC 6238",
 
                "google authenticator",
 
                "hotp",
 
                "otp",
 
                "totp"
 
            ],
 
            "support": {
 
                "issues": "https://github.com/Spomky-Labs/otphp/issues",
 
                "source": "https://github.com/Spomky-Labs/otphp/tree/v8.3"
 
            },
 
            "time": "2018-09-13T19:25:26+00:00"
 
        },
 
        {
 
            "name": "symfony/config",
 
            "version": "v4.4.44",
 
            "source": {
 
                "type": "git",
 
                "url": "https://github.com/symfony/config.git",
 
                "reference": "ed42f8f9da528d2c6cae36fe1f380b0c1d8f0658"
 
            },
 
            "dist": {
 
                "type": "zip",
 
                "url": "https://api.github.com/repos/symfony/config/zipball/ed42f8f9da528d2c6cae36fe1f380b0c1d8f0658",
 
                "reference": "ed42f8f9da528d2c6cae36fe1f380b0c1d8f0658",
 
                "shasum": ""
 
            },
 
            "require": {
 
                "php": ">=7.1.3",
 
                "symfony/filesystem": "^3.4|^4.0|^5.0",
 
                "symfony/polyfill-ctype": "~1.8",
 
                "symfony/polyfill-php80": "^1.16",
 
                "symfony/polyfill-php81": "^1.22"
 
            },
 
            "conflict": {
 
                "symfony/finder": "<3.4"
 
            },
 
            "require-dev": {
 
                "symfony/event-dispatcher": "^3.4|^4.0|^5.0",
 
                "symfony/finder": "^3.4|^4.0|^5.0",
 
                "symfony/messenger": "^4.1|^5.0",
 
                "symfony/service-contracts": "^1.1|^2",
 
                "symfony/yaml": "^3.4|^4.0|^5.0"
 
            },
 
            "suggest": {
 
                "symfony/yaml": "To use the yaml reference dumper"
 
            },
 
            "type": "library",
 
            "autoload": {
 
                "psr-4": {
 
                    "Symfony\\Component\\Config\\": ""
 
                },
 
                "exclude-from-classmap": [
 
                    "/Tests/"
 
                ]
 
            },
 
            "notification-url": "https://packagist.org/downloads/",
 
            "license": [
 
                "MIT"
 
            ],
 
            "authors": [
 
                {
 
                    "name": "Fabien Potencier",
 
                    "email": "fabien@symfony.com"
 
                },
 
                {
 
                    "name": "Symfony Community",
 
                    "homepage": "https://symfony.com/contributors"
 
                }
 
            ],
 
            "description": "Helps you find, load, combine, autofill and validate configuration values of any kind",
 
            "homepage": "https://symfony.com",
 
            "support": {
 
                "source": "https://github.com/symfony/config/tree/v4.4.44"
 
            },
 
            "funding": [
 
                {
 
                    "url": "https://symfony.com/sponsor",
 
                    "type": "custom"
 
                },
 
                {
 
                    "url": "https://github.com/fabpot",
 
                    "type": "github"
 
                },
 
                {
 
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
 
                    "type": "tidelift"
 
                }
 
            ],
 
            "time": "2022-07-20T09:59:04+00:00"
 
        },
 
        {
 
            "name": "symfony/console",
 
            "version": "v4.2.12",
 
            "source": {
 
                "type": "git",
 
                "url": "https://github.com/symfony/console.git",
 
                "reference": "fc2e274aade6567a750551942094b2145ade9b6c"
 
            },
 
            "dist": {
 
                "type": "zip",
 
                "url": "https://api.github.com/repos/symfony/console/zipball/fc2e274aade6567a750551942094b2145ade9b6c",
 
                "reference": "fc2e274aade6567a750551942094b2145ade9b6c",
 
                "shasum": ""
 
            },
 
            "require": {
 
                "php": "^7.1.3",
 
                "symfony/contracts": "^1.0",
 
                "symfony/polyfill-mbstring": "~1.0"
 
            },
 
            "conflict": {
 
                "symfony/dependency-injection": "<3.4",
 
                "symfony/process": "<3.3"
 
            },
 
            "provide": {
 
                "psr/log-implementation": "1.0"
 
            },
 
            "require-dev": {
 
                "psr/log": "~1.0",
 
                "symfony/config": "~3.4|~4.0",
 
                "symfony/dependency-injection": "~3.4|~4.0",
 
                "symfony/event-dispatcher": "~3.4|~4.0",
 
                "symfony/lock": "~3.4|~4.0",
 
                "symfony/process": "~3.4|~4.0"
 
            },
 
            "suggest": {
 
                "psr/log": "For using the console logger",
 
                "symfony/event-dispatcher": "",
 
                "symfony/lock": "",
 
                "symfony/process": ""
 
            },
 
            "type": "library",
 
            "extra": {
 
                "branch-alias": {
 
                    "dev-master": "4.2-dev"
 
                }
 
            },
 
            "autoload": {
 
                "psr-4": {
 
                    "Symfony\\Component\\Console\\": ""
 
                },
 
                "exclude-from-classmap": [
 
                    "/Tests/"
 
                ]
 
            },
 
            "notification-url": "https://packagist.org/downloads/",
 
            "license": [
 
                "MIT"
 
            ],
 
            "authors": [
 
                {
 
                    "name": "Fabien Potencier",
 
                    "email": "fabien@symfony.com"
 
                },
 
                {
 
                    "name": "Symfony Community",
 
                    "homepage": "https://symfony.com/contributors"
 
                }
 
            ],
 
            "description": "Symfony Console Component",
 
            "homepage": "https://symfony.com",
 
            "support": {
 
                "source": "https://github.com/symfony/console/tree/4.2"
 
            },
 
            "time": "2019-07-24T17:13:20+00:00"
 
        },
 
        {
 
            "name": "symfony/contracts",
 
            "version": "v1.1.13",
 
            "source": {
 
                "type": "git",
 
                "url": "https://github.com/symfony/contracts.git",
 
                "reference": "9e27f5c175ecbd6fff554d839ff4a432da797168"
 
            },
 
            "dist": {
 
                "type": "zip",
 
                "url": "https://api.github.com/repos/symfony/contracts/zipball/9e27f5c175ecbd6fff554d839ff4a432da797168",
 
                "reference": "9e27f5c175ecbd6fff554d839ff4a432da797168",
 
                "shasum": ""
 
            },
 
            "require": {
 
                "php": ">=7.1.3",
 
                "psr/cache": "^1.0|^2.0|^3.0",
 
                "psr/container": "^1.0"
 
            },
 
            "replace": {
 
                "symfony/cache-contracts": "self.version",
 
                "symfony/event-dispatcher-contracts": "self.version",
 
                "symfony/http-client-contracts": "self.version",
 
                "symfony/service-contracts": "self.version",
 
                "symfony/translation-contracts": "self.version"
 
            },
 
            "require-dev": {
 
                "symfony/polyfill-intl-idn": "^1.10"
 
            },
 
            "suggest": {
 
                "psr/event-dispatcher": "When using the EventDispatcher contracts",
 
                "symfony/cache-implementation": "",
 
                "symfony/event-dispatcher-implementation": "",
 
                "symfony/http-client-implementation": "",
 
                "symfony/service-implementation": "",
 
                "symfony/translation-implementation": ""
 
            },
 
            "type": "library",
 
            "extra": {
 
                "branch-alias": {
 
                    "dev-main": "1.1-dev"
 
                }
 
            },
 
            "autoload": {
 
                "psr-4": {
 
                    "Symfony\\Contracts\\": ""
 
                },
 
                "exclude-from-classmap": [
 
                    "**/Tests/"
 
                ]
 
            },
 
            "notification-url": "https://packagist.org/downloads/",
 
            "license": [
 
                "MIT"
 
            ],
 
            "authors": [
 
                {
 
                    "name": "Nicolas Grekas",
 
                    "email": "p@tchwork.com"
 
                },
 
                {
 
                    "name": "Symfony Community",
 
                    "homepage": "https://symfony.com/contributors"
 
                }
 
            ],
 
            "description": "A set of abstractions extracted out of the Symfony components",
 
            "homepage": "https://symfony.com",
 
            "keywords": [
 
                "abstractions",
 
                "contracts",
 
                "decoupling",
 
                "interfaces",
 
                "interoperability",
 
                "standards"
 
            ],
 
            "support": {
 
                "source": "https://github.com/symfony/contracts/tree/v1.1.13"
 
            },
 
            "funding": [
 
                {
 
                    "url": "https://symfony.com/sponsor",
 
                    "type": "custom"
 
                },
 
                {
 
                    "url": "https://github.com/fabpot",
 
                    "type": "github"
 
                },
 
                {
 
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
 
                    "type": "tidelift"
 
                }
 
            ],
 
            "time": "2022-06-27T13:16:42+00:00"
 
        },
 
        {
 
            "name": "symfony/filesystem",
 
            "version": "v5.4.23",
 
            "source": {
 
                "type": "git",
 
                "url": "https://github.com/symfony/filesystem.git",
 
                "reference": "b2f79d86cd9e7de0fff6d03baa80eaed7a5f38b5"
 
            },
 
            "dist": {
 
                "type": "zip",
 
                "url": "https://api.github.com/repos/symfony/filesystem/zipball/b2f79d86cd9e7de0fff6d03baa80eaed7a5f38b5",
 
                "reference": "b2f79d86cd9e7de0fff6d03baa80eaed7a5f38b5",
 
                "shasum": ""
 
            },
 
            "require": {
 
                "php": ">=7.2.5",
 
                "symfony/polyfill-ctype": "~1.8",
 
                "symfony/polyfill-mbstring": "~1.8",
 
                "symfony/polyfill-php80": "^1.16"
 
            },
 
            "type": "library",
 
            "autoload": {
 
                "psr-4": {
 
                    "Symfony\\Component\\Filesystem\\": ""
 
                },
 
                "exclude-from-classmap": [
 
                    "/Tests/"
 
                ]
 
            },
 
            "notification-url": "https://packagist.org/downloads/",
 
            "license": [
 
                "MIT"
 
            ],
 
            "authors": [
 
                {
 
                    "name": "Fabien Potencier",
 
                    "email": "fabien@symfony.com"
 
                },
 
                {
 
                    "name": "Symfony Community",
 
                    "homepage": "https://symfony.com/contributors"
 
                }
 
            ],
 
            "description": "Provides basic utilities for the filesystem",
 
            "homepage": "https://symfony.com",
 
            "support": {
 
                "source": "https://github.com/symfony/filesystem/tree/v5.4.23"
 
            },
 
            "funding": [
 
                {
 
                    "url": "https://symfony.com/sponsor",
 
                    "type": "custom"
 
                },
 
                {
 
                    "url": "https://github.com/fabpot",
 
                    "type": "github"
 
                },
 
                {
 
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
 
                    "type": "tidelift"
 
                }
 
            ],
 
            "time": "2023-03-02T11:38:35+00:00"
 
        },
 
        {
 
            "name": "symfony/http-foundation",
 
            "version": "v2.8.52",
 
            "source": {
 
                "type": "git",
 
                "url": "https://github.com/symfony/http-foundation.git",
 
                "reference": "3929d9fe8148d17819ad0178c748b8d339420709"
 
            },
 
            "dist": {
 
                "type": "zip",
 
                "url": "https://api.github.com/repos/symfony/http-foundation/zipball/3929d9fe8148d17819ad0178c748b8d339420709",
 
                "reference": "3929d9fe8148d17819ad0178c748b8d339420709",
 
                "shasum": ""
 
            },
 
            "require": {
 
                "php": ">=5.3.9",
 
                "symfony/polyfill-mbstring": "~1.1",
 
                "symfony/polyfill-php54": "~1.0",
 
                "symfony/polyfill-php55": "~1.0"
 
            },
 
            "require-dev": {
 
                "symfony/expression-language": "~2.4|~3.0.0"
 
            },
 
            "type": "library",
 
            "extra": {
 
                "branch-alias": {
 
                    "dev-master": "2.8-dev"
 
                }
 
            },
 
            "autoload": {
 
                "psr-4": {
 
                    "Symfony\\Component\\HttpFoundation\\": ""
 
                },
 
                "exclude-from-classmap": [
 
                    "/Tests/"
 
                ]
 
            },
 
            "notification-url": "https://packagist.org/downloads/",
 
            "license": [
 
                "MIT"
 
            ],
 
            "authors": [
 
                {
 
                    "name": "Fabien Potencier",
 
                    "email": "fabien@symfony.com"
 
                },
 
                {
 
                    "name": "Symfony Community",
 
                    "homepage": "https://symfony.com/contributors"
 
                }
 
            ],
 
            "description": "Symfony HttpFoundation Component",
 
            "homepage": "https://symfony.com",
 
            "support": {
 
                "source": "https://github.com/symfony/http-foundation/tree/2.8"
 
            },
 
            "time": "2019-11-12T12:34:41+00:00"
 
        },
 
        {
 
            "name": "symfony/options-resolver",
 
            "version": "v2.8.52",
 
            "source": {
 
                "type": "git",
 
                "url": "https://github.com/symfony/options-resolver.git",
 
                "reference": "7aaab725bb58f0e18aa12c61bdadd4793ab4c32b"
 
            },
 
            "dist": {
 
                "type": "zip",
 
                "url": "https://api.github.com/repos/symfony/options-resolver/zipball/7aaab725bb58f0e18aa12c61bdadd4793ab4c32b",
 
                "reference": "7aaab725bb58f0e18aa12c61bdadd4793ab4c32b",
 
                "shasum": ""
 
            },
 
            "require": {
 
                "php": ">=5.3.9"
 
            },
 
            "type": "library",
 
            "extra": {
 
                "branch-alias": {
 
                    "dev-master": "2.8-dev"
 
                }
 
            },
 
            "autoload": {
 
                "psr-4": {
 
                    "Symfony\\Component\\OptionsResolver\\": ""
 
                },
 
                "exclude-from-classmap": [
 
                    "/Tests/"
 
                ]
 
            },
 
            "notification-url": "https://packagist.org/downloads/",
 
            "license": [
 
                "MIT"
 
            ],
 
            "authors": [
 
                {
 
                    "name": "Fabien Potencier",
 
                    "email": "fabien@symfony.com"
 
                },
 
                {
 
                    "name": "Symfony Community",
 
                    "homepage": "https://symfony.com/contributors"
 
                }
 
            ],
 
            "description": "Symfony OptionsResolver Component",
 
            "homepage": "https://symfony.com",
 
            "keywords": [
 
                "config",
 
                "configuration",
 
                "options"
 
            ],
 
            "support": {
 
                "source": "https://github.com/symfony/options-resolver/tree/v2.8.50"
 
            },
 
            "time": "2018-11-11T11:18:13+00:00"
 
        },
 
        {
 
            "name": "symfony/polyfill-ctype",
 
            "version": "v1.27.0",
 
            "source": {
 
                "type": "git",
 
                "url": "https://github.com/symfony/polyfill-ctype.git",
 
                "reference": "5bbc823adecdae860bb64756d639ecfec17b050a"
 
            },
 
            "dist": {
 
                "type": "zip",
 
                "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/5bbc823adecdae860bb64756d639ecfec17b050a",
 
                "reference": "5bbc823adecdae860bb64756d639ecfec17b050a",
 
                "shasum": ""
 
            },
 
            "require": {
 
                "php": ">=7.1"
 
            },
 
            "provide": {
 
                "ext-ctype": "*"
 
            },
 
            "suggest": {
 
                "ext-ctype": "For best performance"
 
            },
 
            "type": "library",
 
            "extra": {
 
                "branch-alias": {
 
                    "dev-main": "1.27-dev"
 
                },
 
                "thanks": {
 
                    "name": "symfony/polyfill",
 
                    "url": "https://github.com/symfony/polyfill"
 
                }
 
            },
 
            "autoload": {
 
                "files": [
 
                    "bootstrap.php"
 
                ],
 
                "psr-4": {
 
                    "Symfony\\Polyfill\\Ctype\\": ""
 
                }
 
            },
 
            "notification-url": "https://packagist.org/downloads/",
 
            "license": [
 
                "MIT"
 
            ],
 
            "authors": [
 
                {
 
                    "name": "Gert de Pagter",
 
                    "email": "BackEndTea@gmail.com"
 
                },
 
                {
 
                    "name": "Symfony Community",
 
                    "homepage": "https://symfony.com/contributors"
 
                }
 
            ],
 
            "description": "Symfony polyfill for ctype functions",
 
            "homepage": "https://symfony.com",
 
            "keywords": [
 
                "compatibility",
 
                "ctype",
 
                "polyfill",
 
                "portable"
 
            ],
 
            "support": {
 
                "source": "https://github.com/symfony/polyfill-ctype/tree/v1.27.0"
 
            },
 
            "funding": [
 
                {
 
                    "url": "https://symfony.com/sponsor",
 
                    "type": "custom"
 
                },
 
                {
 
                    "url": "https://github.com/fabpot",
 
                    "type": "github"
 
                },
 
                {
 
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
 
                    "type": "tidelift"
 
                }
 
            ],
 
            "time": "2022-11-03T14:55:06+00:00"
 
        },
 
        {
 
            "name": "symfony/polyfill-intl-idn",
 
            "version": "v1.27.0",
 
            "source": {
 
                "type": "git",
 
                "url": "https://github.com/symfony/polyfill-intl-idn.git",
 
                "reference": "639084e360537a19f9ee352433b84ce831f3d2da"
 
            },
 
            "dist": {
 
                "type": "zip",
 
                "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/639084e360537a19f9ee352433b84ce831f3d2da",
 
                "reference": "639084e360537a19f9ee352433b84ce831f3d2da",
 
                "shasum": ""
 
            },
 
            "require": {
 
                "php": ">=7.1",
 
                "symfony/polyfill-intl-normalizer": "^1.10",
 
                "symfony/polyfill-php72": "^1.10"
 
            },
 
            "suggest": {
 
                "ext-intl": "For best performance"
 
            },
 
            "type": "library",
 
            "extra": {
 
                "branch-alias": {
 
                    "dev-main": "1.27-dev"
 
                },
 
                "thanks": {
 
                    "name": "symfony/polyfill",
 
                    "url": "https://github.com/symfony/polyfill"
 
                }
 
            },
 
            "autoload": {
 
                "files": [
 
                    "bootstrap.php"
 
                ],
 
                "psr-4": {
 
                    "Symfony\\Polyfill\\Intl\\Idn\\": ""
 
                }
 
            },
 
            "notification-url": "https://packagist.org/downloads/",
 
            "license": [
 
                "MIT"
 
            ],
 
            "authors": [
 
                {
 
                    "name": "Laurent Bassin",
 
                    "email": "laurent@bassin.info"
 
                },
 
                {
 
                    "name": "Trevor Rowbotham",
 
                    "email": "trevor.rowbotham@pm.me"
 
                },
 
                {
 
                    "name": "Symfony Community",
 
                    "homepage": "https://symfony.com/contributors"
 
                }
 
            ],
 
            "description": "Symfony polyfill for intl's idn_to_ascii and idn_to_utf8 functions",
 
            "homepage": "https://symfony.com",
 
            "keywords": [
 
                "compatibility",
 
                "idn",
 
                "intl",
 
                "polyfill",
 
                "portable",
 
                "shim"
 
            ],
 
            "support": {
 
                "source": "https://github.com/symfony/polyfill-intl-idn/tree/v1.27.0"
 
            },
 
            "funding": [
 
                {
 
                    "url": "https://symfony.com/sponsor",
 
                    "type": "custom"
 
                },
 
                {
 
                    "url": "https://github.com/fabpot",
 
                    "type": "github"
 
                },
 
                {
 
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
 
                    "type": "tidelift"
 
                }
 
            ],
 
            "time": "2022-11-03T14:55:06+00:00"
 
        },
 
        {
 
            "name": "symfony/polyfill-intl-normalizer",
 
            "version": "v1.27.0",
 
            "source": {
 
                "type": "git",
 
                "url": "https://github.com/symfony/polyfill-intl-normalizer.git",
 
                "reference": "19bd1e4fcd5b91116f14d8533c57831ed00571b6"
 
            },
 
            "dist": {
 
                "type": "zip",
 
                "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/19bd1e4fcd5b91116f14d8533c57831ed00571b6",
 
                "reference": "19bd1e4fcd5b91116f14d8533c57831ed00571b6",
 
                "shasum": ""
 
            },
 
            "require": {
 
                "php": ">=7.1"
 
            },
 
            "suggest": {
 
                "ext-intl": "For best performance"
 
            },
 
            "type": "library",
 
            "extra": {
 
                "branch-alias": {
 
                    "dev-main": "1.27-dev"
 
                },
 
                "thanks": {
 
                    "name": "symfony/polyfill",
 
                    "url": "https://github.com/symfony/polyfill"
 
                }
 
            },
 
            "autoload": {
 
                "files": [
 
                    "bootstrap.php"
 
                ],
 
                "psr-4": {
 
                    "Symfony\\Polyfill\\Intl\\Normalizer\\": ""
 
                },
 
                "classmap": [
 
                    "Resources/stubs"
 
                ]
0 comments (0 inline, 0 general)