Skip to content
Snippets Groups Projects
composer.lock 294 KiB
Newer Older
            "description": "PSR-7 message implementation that also provides common utility methods",
Bilal Talhaoui's avatar
Bilal Talhaoui committed
            "keywords": [
                "http",
                "message",
                "psr-7",
                "request",
                "response",
                "stream",
                "uri",
                "url"
            "support": {
                "issues": "https://github.com/guzzle/psr7/issues",
Thibault Debatty's avatar
Thibault Debatty committed
                "source": "https://github.com/guzzle/psr7/tree/2.6.0"
Tibo's avatar
Tibo committed
            "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"
                }
            ],
Thibault Debatty's avatar
Thibault Debatty committed
            "time": "2023-08-03T15:06:02+00:00"
Bilal Talhaoui's avatar
Bilal Talhaoui committed
        },
        {
            "name": "laravel/framework",
Tibo's avatar
Tibo committed
            "version": "v6.20.44",
Bilal Talhaoui's avatar
Bilal Talhaoui committed
            "source": {
                "type": "git",
                "url": "https://github.com/laravel/framework.git",
Tibo's avatar
Tibo committed
                "reference": "505ebcdeaa9ca56d6d7dbf38ed4f53998c973ed0"
Bilal Talhaoui's avatar
Bilal Talhaoui committed
            },
            "dist": {
                "type": "zip",
Tibo's avatar
Tibo committed
                "url": "https://api.github.com/repos/laravel/framework/zipball/505ebcdeaa9ca56d6d7dbf38ed4f53998c973ed0",
                "reference": "505ebcdeaa9ca56d6d7dbf38ed4f53998c973ed0",
Bilal Talhaoui's avatar
Bilal Talhaoui committed
                "shasum": ""
            },
            "require": {
Tibo's avatar
Tibo committed
                "doctrine/inflector": "^1.4|^2.0",
                "dragonmantank/cron-expression": "^2.3.1",
Tibo's avatar
Tibo committed
                "egulias/email-validator": "^2.1.10",
Tibo's avatar
Tibo committed
                "ext-json": "*",
Bilal Talhaoui's avatar
Bilal Talhaoui committed
                "ext-mbstring": "*",
                "ext-openssl": "*",
Tibo's avatar
Tibo committed
                "league/commonmark": "^1.3",
                "league/flysystem": "^1.1",
Tibo's avatar
Tibo committed
                "monolog/monolog": "^1.12|^2.0",
                "nesbot/carbon": "^2.31",
                "opis/closure": "^3.6",
                "php": "^7.2.5|^8.0",
Tibo's avatar
Tibo committed
                "psr/container": "^1.0",
Bilal Talhaoui's avatar
Bilal Talhaoui committed
                "psr/simple-cache": "^1.0",
Tibo's avatar
Tibo committed
                "ramsey/uuid": "^3.7",
Tibo's avatar
Tibo committed
                "swiftmailer/swiftmailer": "^6.0",
Tibo's avatar
Tibo committed
                "symfony/console": "^4.3.4",
                "symfony/debug": "^4.3.4",
                "symfony/finder": "^4.3.4",
                "symfony/http-foundation": "^4.3.4",
                "symfony/http-kernel": "^4.3.4",
                "symfony/polyfill-php73": "^1.17",
                "symfony/process": "^4.3.4",
                "symfony/routing": "^4.3.4",
                "symfony/var-dumper": "^4.3.4",
Tibo's avatar
Tibo committed
                "tijsverkoyen/css-to-inline-styles": "^2.2.1",
Tibo's avatar
Tibo committed
                "vlucas/phpdotenv": "^3.3"
Tibo's avatar
Tibo committed
            "conflict": {
                "tightenco/collect": "<5.5.33"
            },
Bilal Talhaoui's avatar
Bilal Talhaoui committed
            "replace": {
                "illuminate/auth": "self.version",
                "illuminate/broadcasting": "self.version",
                "illuminate/bus": "self.version",
                "illuminate/cache": "self.version",
                "illuminate/config": "self.version",
                "illuminate/console": "self.version",
                "illuminate/container": "self.version",
                "illuminate/contracts": "self.version",
                "illuminate/cookie": "self.version",
                "illuminate/database": "self.version",
                "illuminate/encryption": "self.version",
                "illuminate/events": "self.version",
                "illuminate/filesystem": "self.version",
                "illuminate/hashing": "self.version",
                "illuminate/http": "self.version",
                "illuminate/log": "self.version",
                "illuminate/mail": "self.version",
                "illuminate/notifications": "self.version",
                "illuminate/pagination": "self.version",
                "illuminate/pipeline": "self.version",
                "illuminate/queue": "self.version",
                "illuminate/redis": "self.version",
                "illuminate/routing": "self.version",
                "illuminate/session": "self.version",
                "illuminate/support": "self.version",
                "illuminate/translation": "self.version",
                "illuminate/validation": "self.version",
Tibo's avatar
Tibo committed
                "illuminate/view": "self.version"
Bilal Talhaoui's avatar
Bilal Talhaoui committed
            },
            "require-dev": {
                "aws/aws-sdk-php": "^3.155",
Tibo's avatar
Tibo committed
                "doctrine/dbal": "^2.6",
                "filp/whoops": "^2.8",
                "guzzlehttp/guzzle": "^6.3.1|^7.0.1",
Tibo's avatar
Tibo committed
                "league/flysystem-cached-adapter": "^1.0",
                "mockery/mockery": "~1.3.3|^1.4.2",
Tibo's avatar
Tibo committed
                "moontoast/math": "^1.1",
                "orchestra/testbench-core": "^4.8",
Tibo's avatar
Tibo committed
                "pda/pheanstalk": "^4.0",
                "phpunit/phpunit": "^7.5.15|^8.4|^9.3.3",
Bilal Talhaoui's avatar
Bilal Talhaoui committed
                "predis/predis": "^1.1.1",
Tibo's avatar
Tibo committed
                "symfony/cache": "^4.3.4"
Bilal Talhaoui's avatar
Bilal Talhaoui committed
            },
            "suggest": {
                "aws/aws-sdk-php": "Required to use the SQS queue driver, DynamoDb failed job storage and SES mail driver (^3.155).",
Tibo's avatar
Tibo committed
                "doctrine/dbal": "Required to rename columns and drop SQLite columns (^2.6).",
Tibo's avatar
Tibo committed
                "ext-ftp": "Required to use the Flysystem FTP driver.",
Tibo's avatar
Tibo committed
                "ext-gd": "Required to use Illuminate\\Http\\Testing\\FileFactory::image().",
Tibo's avatar
Tibo committed
                "ext-memcached": "Required to use the memcache cache driver.",
Bilal Talhaoui's avatar
Bilal Talhaoui committed
                "ext-pcntl": "Required to use all features of the queue worker.",
                "ext-posix": "Required to use all features of the queue worker.",
Tibo's avatar
Tibo committed
                "ext-redis": "Required to use the Redis cache and queue drivers (^4.0|^5.0).",
                "fakerphp/faker": "Required to use the eloquent factory builder (^1.9.1).",
                "filp/whoops": "Required for friendly error pages in development (^2.8).",
                "guzzlehttp/guzzle": "Required to use the Mailgun mail driver and the ping methods on schedules (^6.3.1|^7.0.1).",
Tibo's avatar
Tibo committed
                "laravel/tinker": "Required to use the tinker console command (^2.0).",
Tibo's avatar
Tibo committed
                "league/flysystem-aws-s3-v3": "Required to use the Flysystem S3 driver (^1.0).",
                "league/flysystem-cached-adapter": "Required to use the Flysystem cache (^1.0).",
                "league/flysystem-sftp": "Required to use the Flysystem SFTP driver (^1.0).",
                "moontoast/math": "Required to use ordered UUIDs (^1.1).",
Tibo's avatar
Tibo committed
                "nyholm/psr7": "Required to use PSR-7 bridging features (^1.2).",
Tibo's avatar
Tibo committed
                "pda/pheanstalk": "Required to use the beanstalk queue driver (^4.0).",
                "predis/predis": "Required to use the predis connector (^1.1.2).",
Tibo's avatar
Tibo committed
                "psr/http-message": "Required to allow Storage::put to accept a StreamInterface (^1.0).",
                "pusher/pusher-php-server": "Required to use the Pusher broadcast driver (^4.0).",
                "symfony/cache": "Required to PSR-6 cache bridge (^4.3.4).",
                "symfony/psr-http-message-bridge": "Required to use PSR-7 bridging features (^1.2).",
Tibo's avatar
Tibo committed
                "wildbit/swiftmailer-postmark": "Required to use Postmark mail driver (^3.0)."
Bilal Talhaoui's avatar
Bilal Talhaoui committed
            },
            "type": "library",
            "extra": {
                "branch-alias": {
Tibo's avatar
Tibo committed
                    "dev-master": "6.x-dev"
Bilal Talhaoui's avatar
Bilal Talhaoui committed
                }
            },
            "autoload": {
                "files": [
                    "src/Illuminate/Foundation/helpers.php",
                    "src/Illuminate/Support/helpers.php"
                ],
                "psr-4": {
                    "Illuminate\\": "src/Illuminate/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Taylor Otwell",
                    "email": "taylor@laravel.com"
                }
            ],
            "description": "The Laravel Framework.",
            "homepage": "https://laravel.com",
            "keywords": [
                "framework",
                "laravel"
            ],
            "support": {
                "issues": "https://github.com/laravel/framework/issues",
                "source": "https://github.com/laravel/framework"
            },
Tibo's avatar
Tibo committed
            "time": "2022-01-12T16:12:12+00:00"
Tibo's avatar
Tibo committed
        },
        {
            "name": "laravel/helpers",
            "version": "v1.6.0",
Tibo's avatar
Tibo committed
            "source": {
                "type": "git",
                "url": "https://github.com/laravel/helpers.git",
                "reference": "4dd0f9436d3911611622a6ced8329a1710576f60"
Tibo's avatar
Tibo committed
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/laravel/helpers/zipball/4dd0f9436d3911611622a6ced8329a1710576f60",
                "reference": "4dd0f9436d3911611622a6ced8329a1710576f60",
Tibo's avatar
Tibo committed
                "shasum": ""
            },
            "require": {
                "illuminate/support": "~5.8.0|^6.0|^7.0|^8.0|^9.0|^10.0",
                "php": "^7.1.3|^8.0"
Tibo's avatar
Tibo committed
            },
            "require-dev": {
                "phpunit/phpunit": "^7.0|^8.0|^9.0"
Tibo's avatar
Tibo committed
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.x-dev"
Tibo's avatar
Tibo committed
                }
            },
            "autoload": {
                "files": [
                    "src/helpers.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Taylor Otwell",
                    "email": "taylor@laravel.com"
                },
                {
                    "name": "Dries Vints",
Tibo's avatar
Tibo committed
                    "email": "dries@laravel.com"
Tibo's avatar
Tibo committed
                }
            ],
            "description": "Provides backwards compatibility for helpers in the latest Laravel release.",
            "keywords": [
                "helpers",
                "laravel"
            ],
            "support": {
                "source": "https://github.com/laravel/helpers/tree/v1.6.0"
            "time": "2023-01-09T14:48:11+00:00"
        {
            "name": "laravel/tinker",
            "version": "v2.8.1",
            "source": {
                "type": "git",
                "url": "https://github.com/laravel/tinker.git",
                "reference": "04a2d3bd0d650c0764f70bf49d1ee39393e4eb10"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/laravel/tinker/zipball/04a2d3bd0d650c0764f70bf49d1ee39393e4eb10",
                "reference": "04a2d3bd0d650c0764f70bf49d1ee39393e4eb10",
                "shasum": ""
            },
            "require": {
                "illuminate/console": "^6.0|^7.0|^8.0|^9.0|^10.0",
                "illuminate/contracts": "^6.0|^7.0|^8.0|^9.0|^10.0",
                "illuminate/support": "^6.0|^7.0|^8.0|^9.0|^10.0",
                "php": "^7.2.5|^8.0",
                "psy/psysh": "^0.10.4|^0.11.1",
                "symfony/var-dumper": "^4.3.4|^5.0|^6.0"
            },
            "require-dev": {
                "mockery/mockery": "~1.3.3|^1.4.2",
                "phpunit/phpunit": "^8.5.8|^9.3.3"
            },
            "suggest": {
                "illuminate/database": "The Illuminate Database package (^6.0|^7.0|^8.0|^9.0|^10.0)."
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.x-dev"
                },
                "laravel": {
                    "providers": [
                        "Laravel\\Tinker\\TinkerServiceProvider"
                    ]
                }
            },
            "autoload": {
                "psr-4": {
                    "Laravel\\Tinker\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Taylor Otwell",
                    "email": "taylor@laravel.com"
                }
            ],
            "description": "Powerful REPL for the Laravel framework.",
            "keywords": [
                "REPL",
                "Tinker",
                "laravel",
                "psysh"
            ],
            "support": {
                "issues": "https://github.com/laravel/tinker/issues",
                "source": "https://github.com/laravel/tinker/tree/v2.8.1"
            },
            "time": "2023-02-15T16:40:09+00:00"
        },
Tibo's avatar
Tibo committed
        {
            "name": "league/commonmark",
Tibo's avatar
Tibo committed
            "version": "1.6.7",
Tibo's avatar
Tibo committed
            "source": {
                "type": "git",
                "url": "https://github.com/thephpleague/commonmark.git",
Tibo's avatar
Tibo committed
                "reference": "2b8185c13bc9578367a5bf901881d1c1b5bbd09b"
Tibo's avatar
Tibo committed
            },
            "dist": {
                "type": "zip",
Tibo's avatar
Tibo committed
                "url": "https://api.github.com/repos/thephpleague/commonmark/zipball/2b8185c13bc9578367a5bf901881d1c1b5bbd09b",
                "reference": "2b8185c13bc9578367a5bf901881d1c1b5bbd09b",
Tibo's avatar
Tibo committed
                "shasum": ""
            },
            "require": {
                "ext-mbstring": "*",
                "php": "^7.1 || ^8.0"
            },
            "conflict": {
                "scrutinizer/ocular": "1.7.*"
            },
            "require-dev": {
                "cebe/markdown": "~1.0",
                "commonmark/commonmark.js": "0.29.2",
Tibo's avatar
Tibo committed
                "erusev/parsedown": "~1.0",
                "ext-json": "*",
                "github/gfm": "0.29.0",
                "michelf/php-markdown": "~1.4",
                "mikehaertl/php-shellcommand": "^1.4",
Tibo's avatar
Tibo committed
                "phpstan/phpstan": "^0.12.90",
                "phpunit/phpunit": "^7.5 || ^8.5 || ^9.2",
Tibo's avatar
Tibo committed
                "scrutinizer/ocular": "^1.5",
                "symfony/finder": "^4.2"
            },
            "bin": [
                "bin/commonmark"
            ],
            "type": "library",
            "autoload": {
                "psr-4": {
                    "League\\CommonMark\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Colin O'Dell",
                    "email": "colinodell@gmail.com",
                    "homepage": "https://www.colinodell.com",
                    "role": "Lead Developer"
                }
            ],
            "description": "Highly-extensible PHP Markdown parser which fully supports the CommonMark spec and Github-Flavored Markdown (GFM)",
            "homepage": "https://commonmark.thephpleague.com",
            "keywords": [
                "commonmark",
                "flavored",
                "gfm",
                "github",
                "github-flavored",
                "markdown",
                "md",
                "parser"
            ],
            "support": {
                "docs": "https://commonmark.thephpleague.com/",
                "issues": "https://github.com/thephpleague/commonmark/issues",
                "rss": "https://github.com/thephpleague/commonmark/releases.atom",
                "source": "https://github.com/thephpleague/commonmark"
            },
            "funding": [
                {
                    "url": "https://www.colinodell.com/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https://www.paypal.me/colinpodell/10.00",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/colinodell",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/league/commonmark",
                    "type": "tidelift"
                }
            ],
Tibo's avatar
Tibo committed
            "time": "2022-01-13T17:18:13+00:00"
Tibo's avatar
Tibo committed
        },
Tibo's avatar
Tibo committed
        {
            "name": "league/flysystem",
            "version": "1.1.10",
Tibo's avatar
Tibo committed
            "source": {
                "type": "git",
                "url": "https://github.com/thephpleague/flysystem.git",
                "reference": "3239285c825c152bcc315fe0e87d6b55f5972ed1"
Tibo's avatar
Tibo committed
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/thephpleague/flysystem/zipball/3239285c825c152bcc315fe0e87d6b55f5972ed1",
                "reference": "3239285c825c152bcc315fe0e87d6b55f5972ed1",
Tibo's avatar
Tibo committed
                "shasum": ""
            },
            "require": {
                "ext-fileinfo": "*",
                "league/mime-type-detection": "^1.3",
                "php": "^7.2.5 || ^8.0"
Tibo's avatar
Tibo committed
            },
            "conflict": {
                "league/flysystem-sftp": "<1.0.6"
            },
            "require-dev": {
                "phpspec/prophecy": "^1.11.1",
                "phpunit/phpunit": "^8.5.8"
Tibo's avatar
Tibo committed
            },
            "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/mime-type-detection",
            "source": {
                "type": "git",
                "url": "https://github.com/thephpleague/mime-type-detection.git",
                "reference": "a6dfb1194a2946fcdc1f38219445234f65b35c96"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/thephpleague/mime-type-detection/zipball/a6dfb1194a2946fcdc1f38219445234f65b35c96",
                "reference": "a6dfb1194a2946fcdc1f38219445234f65b35c96",
                "shasum": ""
            },
            "require": {
                "ext-fileinfo": "*",
            },
            "require-dev": {
Tibo's avatar
Tibo committed
                "friendsofphp/php-cs-fixer": "^3.2",
                "phpstan/phpstan": "^0.12.68",
                "phpunit/phpunit": "^8.5.8 || ^9.3 || ^10.0"
            },
            "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.13.0"
            },
            "funding": [
                {
                    "url": "https://github.com/frankdejonge",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/league/flysystem",
                    "type": "tidelift"
                }
            ],
Tibo's avatar
Tibo committed
        },
Bilal Talhaoui's avatar
Bilal Talhaoui committed
        {
            "name": "monolog/monolog",
            "version": "2.9.1",
Bilal Talhaoui's avatar
Bilal Talhaoui committed
            "source": {
                "type": "git",
                "url": "https://github.com/Seldaek/monolog.git",
                "reference": "f259e2b15fb95494c83f52d3caad003bbf5ffaa1"
Bilal Talhaoui's avatar
Bilal Talhaoui committed
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/Seldaek/monolog/zipball/f259e2b15fb95494c83f52d3caad003bbf5ffaa1",
                "reference": "f259e2b15fb95494c83f52d3caad003bbf5ffaa1",
Bilal Talhaoui's avatar
Bilal Talhaoui committed
                "shasum": ""
            },
            "require": {
Tibo's avatar
Tibo committed
                "php": ">=7.2",
Tibo's avatar
Tibo committed
                "psr/log": "^1.0.1 || ^2.0 || ^3.0"
Bilal Talhaoui's avatar
Bilal Talhaoui committed
            },
            "provide": {
Tibo's avatar
Tibo committed
                "psr/log-implementation": "1.0.0 || 2.0.0 || 3.0.0"
Bilal Talhaoui's avatar
Bilal Talhaoui committed
            },
            "require-dev": {
                "aws/aws-sdk-php": "^2.4.9 || ^3.0",
                "doctrine/couchdb": "~1.0@dev",
Tibo's avatar
Tibo committed
                "elasticsearch/elasticsearch": "^7 || ^8",
                "ext-json": "*",
                "graylog2/gelf-php": "^1.4.2 || ^2@dev",
Tibo's avatar
Tibo committed
                "guzzlehttp/guzzle": "^7.4",
                "guzzlehttp/psr7": "^2.2",
                "mongodb/mongodb": "^1.8",
Tibo's avatar
Tibo committed
                "php-amqplib/php-amqplib": "~2.4 || ^3",
Tibo's avatar
Tibo committed
                "phpspec/prophecy": "^1.15",
Tibo's avatar
Tibo committed
                "phpstan/phpstan": "^0.12.91",
Tibo's avatar
Tibo committed
                "phpunit/phpunit": "^8.5.14",
                "predis/predis": "^1.1 || ^2.0",
Tibo's avatar
Tibo committed
                "rollbar/rollbar": "^1.3 || ^2 || ^3",
Tibo's avatar
Tibo committed
                "ruflin/elastica": "^7",
                "swiftmailer/swiftmailer": "^5.3|^6.0",
                "symfony/mailer": "^5.4 || ^6",
                "symfony/mime": "^5.4 || ^6"
Bilal Talhaoui's avatar
Bilal Talhaoui committed
            },
            "suggest": {
                "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
                "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
Tibo's avatar
Tibo committed
                "elasticsearch/elasticsearch": "Allow sending log messages to an Elasticsearch server via official client",
Bilal Talhaoui's avatar
Bilal Talhaoui committed
                "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
Tibo's avatar
Tibo committed
                "ext-curl": "Required to send log messages using the IFTTTHandler, the LogglyHandler, the SendGridHandler, the SlackWebhookHandler or the TelegramBotHandler",
Tibo's avatar
Tibo committed
                "ext-mbstring": "Allow to work properly with unicode symbols",
                "ext-mongodb": "Allow sending log messages to a MongoDB server (via driver)",
Tibo's avatar
Tibo committed
                "ext-openssl": "Required to send log messages using SSL",
                "ext-sockets": "Allow sending log messages to a Syslog server (via UDP driver)",
Bilal Talhaoui's avatar
Bilal Talhaoui committed
                "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
Tibo's avatar
Tibo committed
                "mongodb/mongodb": "Allow sending log messages to a MongoDB server (via library)",
Bilal Talhaoui's avatar
Bilal Talhaoui committed
                "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib",
                "rollbar/rollbar": "Allow sending log messages to Rollbar",
Tibo's avatar
Tibo committed
                "ruflin/elastica": "Allow sending log messages to an Elastic Search server"
Bilal Talhaoui's avatar
Bilal Talhaoui committed
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-main": "2.x-dev"
Bilal Talhaoui's avatar
Bilal Talhaoui committed
                }
            },
            "autoload": {
                "psr-4": {
                    "Monolog\\": "src/Monolog"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Jordi Boggiano",
                    "email": "j.boggiano@seld.be",
                    "homepage": "https://seld.be"
Bilal Talhaoui's avatar
Bilal Talhaoui committed
                }
            ],
            "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
            "homepage": "https://github.com/Seldaek/monolog",
Bilal Talhaoui's avatar
Bilal Talhaoui committed
            "keywords": [
                "log",
                "logging",
                "psr-3"
            ],
            "support": {
                "issues": "https://github.com/Seldaek/monolog/issues",
                "source": "https://github.com/Seldaek/monolog/tree/2.9.1"
            },
            "funding": [
                {
                    "url": "https://github.com/Seldaek",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/monolog/monolog",
                    "type": "tidelift"
                }
            ],
            "time": "2023-02-06T13:44:46+00:00"
Bilal Talhaoui's avatar
Bilal Talhaoui committed
        },
        {
            "name": "nesbot/carbon",
Thibault Debatty's avatar
Thibault Debatty committed
            "version": "2.68.1",
Bilal Talhaoui's avatar
Bilal Talhaoui committed
            "source": {
                "type": "git",
                "url": "https://github.com/briannesbitt/Carbon.git",
Thibault Debatty's avatar
Thibault Debatty committed
                "reference": "4f991ed2a403c85efbc4f23eb4030063fdbe01da"
Bilal Talhaoui's avatar
Bilal Talhaoui committed
            },
            "dist": {
                "type": "zip",
Thibault Debatty's avatar
Thibault Debatty committed
                "url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/4f991ed2a403c85efbc4f23eb4030063fdbe01da",
                "reference": "4f991ed2a403c85efbc4f23eb4030063fdbe01da",
Bilal Talhaoui's avatar
Bilal Talhaoui committed
                "shasum": ""
            },
            "require": {
Tibo's avatar
Tibo committed
                "ext-json": "*",
                "php": "^7.1.8 || ^8.0",
                "symfony/polyfill-mbstring": "^1.0",
Tibo's avatar
Tibo committed
                "symfony/polyfill-php80": "^1.16",
Tibo's avatar
Tibo committed
                "symfony/translation": "^3.4 || ^4.0 || ^5.0 || ^6.0"
Bilal Talhaoui's avatar
Bilal Talhaoui committed
            },
            "require-dev": {
                "doctrine/dbal": "^2.0 || ^3.1.4",
Tibo's avatar
Tibo committed
                "doctrine/orm": "^2.7",
Tibo's avatar
Tibo committed
                "friendsofphp/php-cs-fixer": "^3.0",
                "kylekatarnls/multi-tester": "^2.0",
                "ondrejmirtes/better-reflection": "*",
                "phpmd/phpmd": "^2.9",
                "phpstan/extension-installer": "^1.0",
                "phpstan/phpstan": "^0.12.99 || ^1.7.14",
                "phpunit/php-file-iterator": "^2.0.5 || ^3.0.6",
                "phpunit/phpunit": "^7.5.20 || ^8.5.26 || ^9.5.20",
Tibo's avatar
Tibo committed
                "squizlabs/php_codesniffer": "^3.4"
Tibo's avatar
Tibo committed
            "bin": [
Tibo's avatar
Tibo committed
                "bin/carbon"
Tibo's avatar
Tibo committed
            ],
Bilal Talhaoui's avatar
Bilal Talhaoui committed
            "type": "library",
            "extra": {
Tibo's avatar
Tibo committed
                "branch-alias": {
Tibo's avatar
Tibo committed
                    "dev-3.x": "3.x-dev",
                    "dev-master": "2.x-dev"
Tibo's avatar
Tibo committed
                },
Tibo's avatar
Tibo committed
                "laravel": {
                    "providers": [
                        "Carbon\\Laravel\\ServiceProvider"
                    ]
                },
                "phpstan": {
                    "includes": [
                        "extension.neon"
                    ]
Bilal Talhaoui's avatar
Bilal Talhaoui committed
                }
            },
            "autoload": {
                "psr-4": {
Tibo's avatar
Tibo committed
                    "Carbon\\": "src/Carbon/"
Bilal Talhaoui's avatar
Bilal Talhaoui committed
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Brian Nesbitt",
                    "email": "brian@nesbot.com",
Tibo's avatar
Tibo committed
                    "homepage": "https://markido.com"
Tibo's avatar
Tibo committed
                },
                {
                    "name": "kylekatarnls",
Tibo's avatar
Tibo committed
                    "homepage": "https://github.com/kylekatarnls"
Tibo's avatar
Tibo committed
            "description": "An API extension for DateTime that supports 281 different languages.",
Tibo's avatar
Tibo committed
            "homepage": "https://carbon.nesbot.com",
Bilal Talhaoui's avatar
Bilal Talhaoui committed
            "keywords": [
                "date",
                "datetime",
                "time"
            ],
            "support": {
Tibo's avatar
Tibo committed
                "docs": "https://carbon.nesbot.com/docs",
                "issues": "https://github.com/briannesbitt/Carbon/issues",
                "source": "https://github.com/briannesbitt/Carbon"
            },
            "funding": [
                {
                    "url": "https://github.com/sponsors/kylekatarnls",
                    "type": "github"
                },
                {
                    "url": "https://opencollective.com/Carbon#sponsor",
                    "type": "opencollective"
                    "url": "https://tidelift.com/subscription/pkg/packagist-nesbot-carbon?utm_source=packagist-nesbot-carbon&utm_medium=referral&utm_campaign=readme",
                    "type": "tidelift"
                }
            ],
Thibault Debatty's avatar
Thibault Debatty committed
            "time": "2023-06-20T18:29:04+00:00"
        {
            "name": "nikic/php-parser",
            "version": "v4.17.1",
            "source": {
                "type": "git",
                "url": "https://github.com/nikic/PHP-Parser.git",
                "reference": "a6303e50c90c355c7eeee2c4a8b27fe8dc8fef1d"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/a6303e50c90c355c7eeee2c4a8b27fe8dc8fef1d",
                "reference": "a6303e50c90c355c7eeee2c4a8b27fe8dc8fef1d",
                "shasum": ""
            },
            "require": {
                "ext-tokenizer": "*",
                "php": ">=7.0"
            },
            "require-dev": {
                "ircmaxell/php-yacc": "^0.0.7",
                "phpunit/phpunit": "^6.5 || ^7.0 || ^8.0 || ^9.0"
            },
            "bin": [
                "bin/php-parse"
            ],
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "4.9-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "PhpParser\\": "lib/PhpParser"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Nikita Popov"
                }
            ],
            "description": "A PHP parser written in PHP",
            "keywords": [
                "parser",
                "php"
            ],
            "support": {
                "issues": "https://github.com/nikic/PHP-Parser/issues",
                "source": "https://github.com/nikic/PHP-Parser/tree/v4.17.1"
            },
            "time": "2023-08-13T19:53:39+00:00"
        },
Tibo's avatar
Tibo committed
            "name": "opis/closure",
Tibo's avatar
Tibo committed
            "version": "3.6.3",
Bilal Talhaoui's avatar
Bilal Talhaoui committed
            "source": {
                "type": "git",
Tibo's avatar
Tibo committed
                "url": "https://github.com/opis/closure.git",
Tibo's avatar
Tibo committed
                "reference": "3d81e4309d2a927abbe66df935f4bb60082805ad"
Bilal Talhaoui's avatar
Bilal Talhaoui committed
            },
            "dist": {
                "type": "zip",
Tibo's avatar
Tibo committed
                "url": "https://api.github.com/repos/opis/closure/zipball/3d81e4309d2a927abbe66df935f4bb60082805ad",
                "reference": "3d81e4309d2a927abbe66df935f4bb60082805ad",
Bilal Talhaoui's avatar
Bilal Talhaoui committed
                "shasum": ""
            },
            "require": {
                "php": "^5.4 || ^7.0 || ^8.0"
Bilal Talhaoui's avatar
Bilal Talhaoui committed
            },
            "require-dev": {
Tibo's avatar
Tibo committed
                "jeremeamia/superclosure": "^2.0",
                "phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0 || ^8.0 || ^9.0"
Bilal Talhaoui's avatar
Bilal Talhaoui committed
            },
            "type": "library",
Tibo's avatar
Tibo committed
            "extra": {
                "branch-alias": {
                    "dev-master": "3.6.x-dev"
Tibo's avatar
Tibo committed
                }
            },
            "autoload": {
Tibo's avatar
Tibo committed
                "files": [
                    "functions.php"
Tibo's avatar
Tibo committed
                ],
                "psr-4": {
                    "Opis\\Closure\\": "src/"
                }
Tibo's avatar
Tibo committed
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Marius Sarca",
                    "email": "marius.sarca@gmail.com"
                },
                {
                    "name": "Sorin Sarca",
                    "email": "sarca_sorin@hotmail.com"
                }
            ],
            "description": "A library that can be used to serialize closures (anonymous functions) and arbitrary objects.",
            "homepage": "https://opis.io/closure",
            "keywords": [
                "anonymous functions",
                "closure",
                "function",
                "serializable",
                "serialization",
                "serialize"
            ],
            "support": {
                "issues": "https://github.com/opis/closure/issues",
Tibo's avatar
Tibo committed
                "source": "https://github.com/opis/closure/tree/3.6.3"
Tibo's avatar
Tibo committed
            "time": "2022-01-27T09:35:39+00:00"
Tibo's avatar
Tibo committed
        },
        {
            "name": "paragonie/random_compat",
Tibo's avatar
Tibo committed
            "version": "v9.99.100",
Tibo's avatar
Tibo committed
            "source": {
                "type": "git",
                "url": "https://github.com/paragonie/random_compat.git",
Tibo's avatar
Tibo committed
                "reference": "996434e5492cb4c3edcb9168db6fbb1359ef965a"
Tibo's avatar
Tibo committed
            },
            "dist": {
                "type": "zip",
Tibo's avatar
Tibo committed
                "url": "https://api.github.com/repos/paragonie/random_compat/zipball/996434e5492cb4c3edcb9168db6fbb1359ef965a",
                "reference": "996434e5492cb4c3edcb9168db6fbb1359ef965a",
Tibo's avatar
Tibo committed
                "shasum": ""
            },
            "require": {
Tibo's avatar
Tibo committed
                "php": ">= 7"
Tibo's avatar
Tibo committed
            },
            "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",
Bilal Talhaoui's avatar
Bilal Talhaoui committed
                    "email": "security@paragonie.com",
                    "homepage": "https://paragonie.com"
                }
            ],
            "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
            "keywords": [
                "csprng",
Tibo's avatar
Tibo committed
                "polyfill",
Bilal Talhaoui's avatar
Bilal Talhaoui committed
                "pseudorandom",
                "random"
            ],
            "support": {
                "email": "info@paragonie.com",
                "issues": "https://github.com/paragonie/random_compat/issues",
                "source": "https://github.com/paragonie/random_compat"
            },
Tibo's avatar
Tibo committed
            "time": "2020-10-15T08:29:30+00:00"
Tibo's avatar
Tibo committed
        {
Tibo's avatar
Tibo committed
            "name": "phpoption/phpoption",
            "version": "1.9.1",
Tibo's avatar
Tibo committed
            "source": {
                "type": "git",
Tibo's avatar
Tibo committed
                "url": "https://github.com/schmittjoh/php-option.git",
                "reference": "dd3a383e599f49777d8b628dadbb90cae435b87e"
Tibo's avatar
Tibo committed
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/schmittjoh/php-option/zipball/dd3a383e599f49777d8b628dadbb90cae435b87e",
                "reference": "dd3a383e599f49777d8b628dadbb90cae435b87e",
Tibo's avatar
Tibo committed
                "shasum": ""
            },
            "require": {
                "php": "^7.2.5 || ^8.0"
Tibo's avatar
Tibo committed
            },
            "require-dev": {
                "bamarni/composer-bin-plugin": "^1.8.2",
                "phpunit/phpunit": "^8.5.32 || ^9.6.3 || ^10.0.12"
Tibo's avatar
Tibo committed
            },
            "type": "library",
            "extra": {
                "bamarni-bin": {
                    "bin-links": true,
                    "forward-command": true
                },
Tibo's avatar
Tibo committed
                "branch-alias": {
                    "dev-master": "1.9-dev"
Tibo's avatar
Tibo committed
                }
            },
            "autoload": {
                "psr-4": {
Tibo's avatar
Tibo committed
                    "PhpOption\\": "src/PhpOption/"
Tibo's avatar
Tibo committed
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
Tibo's avatar
Tibo committed
                "Apache-2.0"
Tibo's avatar
Tibo committed
            ],
            "authors": [
                {
Tibo's avatar
Tibo committed
                    "name": "Johannes M. Schmitt",
Tibo's avatar
Tibo committed
                    "email": "schmittjoh@gmail.com",
                    "homepage": "https://github.com/schmittjoh"
Tibo's avatar
Tibo committed
                },
                {
Tibo's avatar
Tibo committed
                    "name": "Graham Campbell",
Tibo's avatar
Tibo committed
                    "email": "hello@gjcampbell.co.uk",
                    "homepage": "https://github.com/GrahamCampbell"
Tibo's avatar
Tibo committed
                }
            ],
Tibo's avatar
Tibo committed
            "description": "Option Type for PHP",
Tibo's avatar
Tibo committed
            "keywords": [
Tibo's avatar
Tibo committed
                "language",
                "option",
                "php",
                "type"
Tibo's avatar
Tibo committed
            ],
            "support": {
                "issues": "https://github.com/schmittjoh/php-option/issues",
                "source": "https://github.com/schmittjoh/php-option/tree/1.9.1"
            },
            "funding": [
                {
                    "url": "https://github.com/GrahamCampbell",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/phpoption/phpoption",
                    "type": "tidelift"
                }
            ],
            "time": "2023-02-25T19:38:58+00:00"