{
    "packages": [
        {
            "name": "mcloud-aws/aws-crt-php",
            "version": "v1.0.2",
            "version_normalized": "1.0.2.0",
            "dist": {
                "type": "path",
                "url": "../library/aws/aws-crt-php",
                "reference": "b36ce7fbc3a8b744e2fd429be2ff80d4d39e2a0e"
            },
            "require": {
                "php": ">=5.5"
            },
            "require-dev": {
                "phpunit/phpunit": "^4.8.35|^5.4.3"
            },
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "classmap": [
                    "src/"
                ]
            },
            "scripts": {
                "test": [
                    "./run_tests"
                ],
                "test-extension": [
                    "@test"
                ],
                "test-win": [
                    "run_tests"
                ]
            },
            "license": [
                "Apache-2.0"
            ],
            "authors": [
                {
                    "name": "AWS SDK Common Runtime Team",
                    "email": "aws-sdk-common-runtime@amazon.com"
                }
            ],
            "description": "AWS Common Runtime for PHP",
            "homepage": "http://aws.amazon.com/sdkforphp",
            "keywords": [
                "amazon",
                "aws",
                "crt",
                "sdk"
            ],
            "transport-options": {
                "symlink": false,
                "relative": true
            },
            "install-path": "../mcloud-aws/aws-crt-php"
        },
        {
            "name": "mcloud-aws/aws-sdk-php",
            "version": "3.211.1",
            "version_normalized": "3.211.1.0",
            "dist": {
                "type": "path",
                "url": "../library/aws/aws-sdk-php",
                "reference": "70334180b72c224f3aad869506733ee805913107"
            },
            "require": {
                "ext-json": "*",
                "ext-pcre": "*",
                "ext-simplexml": "*",
                "mcloud-aws/aws-crt-php": "v1.0.2",
                "mcloud-guzzlehttp/guzzle": "6.5.5",
                "mcloud-guzzlehttp/promises": "1.5.1",
                "mcloud-guzzlehttp/psr7": "1.8.3",
                "mcloud-mtdowling/jmespath.php": "2.6.1",
                "php": ">=5.5"
            },
            "require-dev": {
                "andrewsville/php-token-reflection": "^1.4",
                "aws/aws-php-sns-message-validator": "~1.0",
                "behat/behat": "~3.0",
                "doctrine/cache": "~1.4",
                "ext-dom": "*",
                "ext-openssl": "*",
                "ext-pcntl": "*",
                "ext-sockets": "*",
                "nette/neon": "^2.3",
                "paragonie/random_compat": ">= 2",
                "phpunit/phpunit": "^4.8.35|^5.4.3",
                "psr/cache": "^1.0",
                "psr/simple-cache": "^1.0",
                "sebastian/comparator": "^1.2.3"
            },
            "suggest": {
                "aws/aws-php-sns-message-validator": "To validate incoming SNS notifications",
                "doctrine/cache": "To use the DoctrineCacheAdapter",
                "ext-curl": "To send requests using cURL",
                "ext-openssl": "Allows working with CloudFront private distributions and verifying received SNS messages",
                "ext-sockets": "To use client-side monitoring"
            },
            "type": "library",
            "extra": {
                "branch-alias": []
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "MediaCloud\\Vendor\\Aws\\": "src/"
                },
                "files": [
                    "src/functions.php"
                ]
            },
            "autoload-dev": {
                "psr-4": {
                    "Aws\\Test\\": "tests/"
                },
                "classmap": [
                    "build/"
                ]
            },
            "license": [
                "Apache-2.0"
            ],
            "authors": [
                {
                    "name": "Amazon Web Services",
                    "homepage": "http://aws.amazon.com"
                }
            ],
            "description": "AWS SDK for PHP - Use Amazon Web Services in your PHP project",
            "homepage": "http://aws.amazon.com/sdkforphp",
            "keywords": [
                "amazon",
                "aws",
                "cloud",
                "dynamodb",
                "ec2",
                "glacier",
                "s3",
                "sdk"
            ],
            "support": {
                "forum": "https://forums.aws.amazon.com/forum.jspa?forumID=80",
                "issues": "https://github.com/aws/aws-sdk-php/issues"
            },
            "transport-options": {
                "symlink": false,
                "relative": true
            },
            "install-path": "../mcloud-aws/aws-sdk-php"
        },
        {
            "name": "mcloud-chrisyue/php-m3u8",
            "version": "3.4.3",
            "version_normalized": "3.4.3.0",
            "dist": {
                "type": "path",
                "url": "../library/chrisyue/php-m3u8",
                "reference": "41f448816584532255e57783c0c4b13221114acd"
            },
            "require": {
                "php": ">=5.5"
            },
            "require-dev": {
                "friendsofphp/php-cs-fixer": "^2",
                "phpunit/phpunit": "^4"
            },
            "type": "library",
            "extra": {
                "branch-alias": []
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "MediaCloud\\Vendor\\Chrisyue\\PhpM3u8\\": "src"
                }
            },
            "autoload-dev": {
                "psr-4": {
                    "Chrisyue\\PhpM3u8\\Test\\": "tests"
                }
            },
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "chrisyue",
                    "email": "blizzchris@gmail.com",
                    "homepage": "https://chrisyue.com"
                }
            ],
            "description": "PHP M3U8 parser / dumper",
            "homepage": "http://chrisyue.com",
            "keywords": [
                "dumper",
                "m3u8",
                "parser"
            ],
            "transport-options": {
                "symlink": false,
                "relative": true
            },
            "install-path": "../mcloud-chrisyue/php-m3u8"
        },
        {
            "name": "mcloud-defuse/php-encryption",
            "version": "v2.3.1",
            "version_normalized": "2.3.1.0",
            "dist": {
                "type": "path",
                "url": "../library/defuse/php-encryption",
                "reference": "c99cd88a6a3f314fd82e5dc2c2147bb6a50a99f3"
            },
            "require": {
                "ext-openssl": "*",
                "mcloud-paragonie/random_compat": "v9.99.100",
                "php": ">=5.6.0"
            },
            "require-dev": {
                "phpunit/phpunit": "^4|^5|^6|^7|^8|^9"
            },
            "bin": [
                "bin/generate-defuse-key"
            ],
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "MediaCloud\\Vendor\\Defuse\\Crypto\\": "src"
                }
            },
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Taylor Hornby",
                    "email": "taylor@defuse.ca",
                    "homepage": "https://defuse.ca/"
                },
                {
                    "name": "Scott Arciszewski",
                    "email": "info@paragonie.com",
                    "homepage": "https://paragonie.com"
                }
            ],
            "description": "Secure PHP Encryption Library",
            "keywords": [
                "AES",
                "authenticated encryption",
                "cipher",
                "crypto",
                "cryptography",
                "encrypt",
                "encryption",
                "openssl",
                "security",
                "symmetric key cryptography"
            ],
            "transport-options": {
                "symlink": false,
                "relative": true
            },
            "install-path": "../mcloud-defuse/php-encryption"
        },
        {
            "name": "mcloud-doctrine/inflector",
            "version": "2.0.4",
            "version_normalized": "2.0.4.0",
            "dist": {
                "type": "path",
                "url": "../library/doctrine/inflector",
                "reference": "1523d10c6407a4862be37f5dd3138bc8b30f5786"
            },
            "require": {
                "php": "^7.2 || ^8.0"
            },
            "require-dev": {
                "doctrine/coding-standard": "^8.2",
                "phpstan/phpstan": "^0.12",
                "phpstan/phpstan-phpunit": "^0.12",
                "phpstan/phpstan-strict-rules": "^0.12",
                "phpunit/phpunit": "^7.0 || ^8.0 || ^9.0",
                "vimeo/psalm": "^4.10"
            },
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "MediaCloud\\Vendor\\Doctrine\\Inflector\\": "lib/Doctrine/Inflector"
                }
            },
            "autoload-dev": {
                "psr-4": {
                    "Doctrine\\Tests\\Inflector\\": "tests/Doctrine/Tests/Inflector"
                }
            },
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Guilherme Blanco",
                    "email": "guilhermeblanco@gmail.com"
                },
                {
                    "name": "Roman Borschel",
                    "email": "roman@code-factory.org"
                },
                {
                    "name": "Benjamin Eberlei",
                    "email": "kontakt@beberlei.de"
                },
                {
                    "name": "Jonathan Wage",
                    "email": "jonwage@gmail.com"
                },
                {
                    "name": "Johannes Schmitt",
                    "email": "schmittjoh@gmail.com"
                }
            ],
            "description": "PHP Doctrine Inflector is a small library that can perform string manipulations with regard to upper/lowercase and singular/plural forms of words.",
            "homepage": "https://www.doctrine-project.org/projects/inflector.html",
            "keywords": [
                "inflection",
                "inflector",
                "lowercase",
                "manipulation",
                "php",
                "plural",
                "singular",
                "strings",
                "uppercase",
                "words"
            ],
            "transport-options": {
                "symlink": false,
                "relative": true
            },
            "install-path": "../mcloud-doctrine/inflector"
        },
        {
            "name": "mcloud-dragonmantank/cron-expression",
            "version": "v3.3.1",
            "version_normalized": "3.3.1.0",
            "dist": {
                "type": "path",
                "url": "../library/dragonmantank/cron-expression",
                "reference": "860f2d574d0e36b7f62fa4ef933d6bd05f4cd3b4"
            },
            "require": {
                "mcloud-webmozart/assert": "1.10.0",
                "php": "^7.2|^8.0"
            },
            "replace": {
                "mtdowling/cron-expression": "^1.0"
            },
            "require-dev": {
                "phpstan/extension-installer": "^1.0",
                "phpstan/phpstan": "^1.0",
                "phpstan/phpstan-webmozart-assert": "^1.0",
                "phpunit/phpunit": "^7.0|^8.0|^9.0"
            },
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "MediaCloud\\Vendor\\Cron\\": "src/Cron/"
                }
            },
            "autoload-dev": {
                "psr-4": {
                    "Cron\\Tests\\": "tests/Cron/"
                }
            },
            "scripts": {
                "phpstan": [
                    "./vendor/bin/phpstan analyze"
                ],
                "test": [
                    "phpunit"
                ]
            },
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Chris Tankersley",
                    "email": "chris@ctankersley.com",
                    "homepage": "https://github.com/dragonmantank"
                }
            ],
            "description": "CRON for PHP: Calculate the next or previous run date and determine if a CRON expression is due",
            "keywords": [
                "cron",
                "schedule"
            ],
            "transport-options": {
                "symlink": false,
                "relative": true
            },
            "install-path": "../mcloud-dragonmantank/cron-expression"
        },
        {
            "name": "mcloud-duncan3dc/blade",
            "version": "4.11.0",
            "version_normalized": "4.11.0.0",
            "dist": {
                "type": "path",
                "url": "../library/duncan3dc/blade",
                "reference": "58ea5b4623a6b11d7bf5dbcdbc0923a27138c979"
            },
            "require": {
                "mcloud-illuminate/contracts": "v7.30.6",
                "mcloud-illuminate/events": "v7.30.6",
                "mcloud-illuminate/filesystem": "v7.30.6",
                "mcloud-illuminate/view": "v7.30.6",
                "php": "^7.3 || ^8.0"
            },
            "require-dev": {
                "duncan3dc/object-intruder": "^0.3.0 || ^1.0",
                "maglnet/composer-require-checker": "^2.0 || ^3.0",
                "mockery/mockery": "^1.4",
                "phpstan/phpstan": "^0.12.40",
                "phpstan/phpstan-mockery": "^0.12.5",
                "phpstan/phpstan-phpunit": "^0.12.11",
                "phpunit/phpunit": "^8.3",
                "squizlabs/php_codesniffer": "^3.6"
            },
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "MediaCloud\\Vendor\\duncan3dc\\Laravel\\": "src/"
                }
            },
            "autoload-dev": {
                "psr-4": {
                    "duncan3dc\\LaravelTests\\": "tests/"
                }
            },
            "scripts": {
                "test": [
                    "vendor/bin/phpunit",
                    "vendor/bin/composer-require-checker",
                    "vendor/bin/phpstan analyse --level=max --configuration=phpstan-src.neon src",
                    "vendor/bin/phpstan analyse --level=max --configuration=phpstan-tests.neon tests",
                    "vendor/bin/phpcs --standard=phpcs.xml"
                ]
            },
            "license": [
                "Apache-2.0"
            ],
            "authors": [
                {
                    "name": "Craig Duncan",
                    "email": "git@duncanc.co.uk",
                    "homepage": "https://github.com/duncan3dc",
                    "role": "Developer"
                }
            ],
            "description": "Use Laravel Blade templates without the full Laravel framework",
            "homepage": "https://github.com/duncan3dc/blade",
            "keywords": [
                "laravel",
                "template",
                "templating",
                "views"
            ],
            "transport-options": {
                "symlink": false,
                "relative": true
            },
            "install-path": "../mcloud-duncan3dc/blade"
        },
        {
            "name": "mcloud-duncan3dc/object-intruder",
            "version": "1.1.0",
            "version_normalized": "1.1.0.0",
            "dist": {
                "type": "path",
                "url": "../library/duncan3dc/object-intruder",
                "reference": "1904ea7aaa181cbfb17ef9c2edbdd1478eb9c212"
            },
            "require": {
                "php": "^7.4 || ^8.0"
            },
            "require-dev": {
                "infection/infection": "^0.20.2",
                "maglnet/composer-require-checker": "^2.0",
                "phpstan/phpstan": "^0.12.59",
                "phpunit/phpunit": "^9.5",
                "squizlabs/php_codesniffer": "^3.5"
            },
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "MediaCloud\\Vendor\\duncan3dc\\ObjectIntruder\\": "src/"
                }
            },
            "autoload-dev": {
                "psr-4": {
                    "duncan3dc\\ObjectIntruderTests\\": "tests/"
                }
            },
            "scripts": {
                "test": [
                    "vendor/bin/phpunit",
                    "vendor/bin/composer-require-checker",
                    "vendor/bin/phpstan analyse --level=max --configuration=phpstan-src.neon src",
                    "vendor/bin/phpstan analyse --level=max --configuration=phpstan-tests.neon tests",
                    "vendor/bin/phpcs --standard=phpcs.xml src tests",
                    "vendor/bin/infection --min-covered-msi=100",
                    "@composer validate --strict"
                ]
            },
            "license": [
                "Apache-2.0"
            ],
            "authors": [
                {
                    "name": "Craig Duncan",
                    "email": "git@duncanc.co.uk",
                    "homepage": "https://github.com/duncan3dc",
                    "role": "Developer"
                }
            ],
            "description": "A small library to access private/protected properties/methods of objects",
            "homepage": "https://github.com/duncan3dc/object-intruder",
            "keywords": [
                "private",
                "protected",
                "public",
                "reflection"
            ],
            "transport-options": {
                "symlink": false,
                "relative": true
            },
            "install-path": "../mcloud-duncan3dc/object-intruder"
        },
        {
            "name": "mcloud-fasterimage/fasterimage",
            "version": "v1.5.0",
            "version_normalized": "1.5.0.0",
            "dist": {
                "type": "path",
                "url": "../library/fasterimage/fasterimage",
                "reference": "ba12eebe5a80694f86de690c70d0111cee1994bd"
            },
            "require": {
                "mcloud-willwashburn/stream": "v1.0.0",
                "php": ">=5.4.0"
            },
            "require-dev": {
                "php-coveralls/php-coveralls": "^2.1",
                "php-mock/php-mock-phpunit": "^2.3",
                "phpunit/phpunit": "~6.0"
            },
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "classmap": [
                    "src"
                ]
            },
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Will Washburn",
                    "email": "will@tailwindapp.com"
                },
                {
                    "name": "Weston Ruter"
                }
            ],
            "description": "FasterImage finds the size or type of a set of images given their uris by fetching as little as needed, in parallel. Originally ported by Tom Moor.",
            "homepage": "https://github.com/willwashburn/fasterimage",
            "keywords": [
                "fast image",
                "faster image",
                "fasterimage",
                "fastimage",
                "getimagesize",
                "image size",
                "parallel"
            ],
            "transport-options": {
                "symlink": false,
                "relative": true
            },
            "install-path": "../mcloud-fasterimage/fasterimage"
        },
        {
            "name": "mcloud-firebase/php-jwt",
            "version": "v5.5.1",
            "version_normalized": "5.5.1.0",
            "dist": {
                "type": "path",
                "url": "../library/firebase/php-jwt",
                "reference": "f6f794c5df85ac58417391d91ae4e5f0d6b91b15"
            },
            "require": {
                "php": ">=5.3.0"
            },
            "require-dev": {
                "phpunit/phpunit": ">=4.8 <=9"
            },
            "suggest": {
                "paragonie/sodium_compat": "Support EdDSA (Ed25519) signatures when libsodium is not present"
            },
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "MediaCloud\\Vendor\\Firebase\\JWT\\": "src"
                }
            },
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Neuman Vong",
                    "email": "neuman+pear@twilio.com",
                    "role": "Developer"
                },
                {
                    "name": "Anant Narayanan",
                    "email": "anant@php.net",
                    "role": "Developer"
                }
            ],
            "description": "A simple library to encode and decode JSON Web Tokens (JWT) in PHP. Should conform to the current spec.",
            "homepage": "https://github.com/firebase/php-jwt",
            "keywords": [
                "jwt",
                "php"
            ],
            "transport-options": {
                "symlink": false,
                "relative": true
            },
            "install-path": "../mcloud-firebase/php-jwt"
        },
        {
            "name": "mcloud-google/auth",
            "version": "v1.18.0",
            "version_normalized": "1.18.0.0",
            "dist": {
                "type": "path",
                "url": "../library/google/auth",
                "reference": "00e46193d583f55fc67fa144026a3d00a0206424"
            },
            "require": {
                "mcloud-firebase/php-jwt": "v5.5.1",
                "mcloud-guzzlehttp/guzzle": "6.5.5",
                "mcloud-guzzlehttp/psr7": "1.8.3",
                "mcloud-psr/cache": "1.0.1",
                "mcloud-psr/http-message": "1.0.1",
                "php": ">=5.4"
            },
            "require-dev": {
                "guzzlehttp/promises": "0.1.1|^1.3",
                "kelvinmo/simplejwt": "^0.2.5|^0.5.1",
                "phpseclib/phpseclib": "^2.0.31",
                "phpunit/phpunit": "^4.8.36|^5.7",
                "sebastian/comparator": ">=1.2.3"
            },
            "suggest": {
                "phpseclib/phpseclib": "May be used in place of OpenSSL for signing strings or for token management. Please require version ^2."
            },
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "MediaCloud\\Vendor\\Google\\Auth\\": "src"
                }
            },
            "autoload-dev": {
                "psr-4": {
                    "Google\\Auth\\Tests\\": "tests"
                }
            },
            "license": [
                "Apache-2.0"
            ],
            "description": "Google Auth Library for PHP",
            "homepage": "http://github.com/google/google-auth-library-php",
            "keywords": [
                "authentication",
                "google",
                "oauth2"
            ],
            "support": {
                "docs": "https://googleapis.github.io/google-auth-library-php/master/"
            },
            "transport-options": {
                "symlink": false,
                "relative": true
            },
            "install-path": "../mcloud-google/auth"
        },
        {
            "name": "mcloud-google/cloud-core",
            "version": "v1.44.0",
            "version_normalized": "1.44.0.0",
            "dist": {
                "type": "path",
                "url": "../library/google/cloud-core",
                "reference": "064254aefff3fe634280cbab5dba8dce293a93cb"
            },
            "require": {
                "mcloud-google/auth": "v1.18.0",
                "mcloud-guzzlehttp/guzzle": "6.5.5",
                "mcloud-guzzlehttp/promises": "1.5.1",
                "mcloud-guzzlehttp/psr7": "1.8.3",
                "mcloud-monolog/monolog": "2.3.5",
                "mcloud-psr/http-message": "1.0.1",
                "mcloud-rize/uri-template": "0.3.4",
                "php": ">=5.5"
            },
            "require-dev": {
                "erusev/parsedown": "^1.6",
                "google/common-protos": "^1.0||^2.0",
                "google/gax": "^1.9",
                "opis/closure": "^3",
                "phpdocumentor/reflection": "^3.0",
                "phpunit/phpunit": "^4.8|^5.0",
                "squizlabs/php_codesniffer": "2.*"
            },
            "suggest": {
                "opis/closure": "May be used to serialize closures to process jobs in the batch daemon. Please require version ^3.",
                "symfony/lock": "Required for the Spanner cached based session pool. Please require the following commit: 3.3.x-dev#1ba6ac9"
            },
            "bin": [
                "bin/google-cloud-batch"
            ],
            "type": "library",
            "extra": {
                "component": {
                    "id": "cloud-core",
                    "target": "googleapis/google-cloud-php-core.git",
                    "path": "Core",
                    "entry": "src/ServiceBuilder.php"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "MediaCloud\\Vendor\\Google\\Cloud\\Core\\": "src"
                }
            },
            "autoload-dev": {
                "psr-4": {
                    "Google\\Cloud\\Core\\Tests\\": "tests"
                }
            },
            "license": [
                "Apache-2.0"
            ],
            "description": "Google Cloud PHP shared dependency, providing functionality useful to all components.",
            "transport-options": {
                "symlink": false,
                "relative": true
            },
            "install-path": "../mcloud-google/cloud-core"
        },
        {
            "name": "mcloud-google/cloud-storage",
            "version": "v1.26.1",
            "version_normalized": "1.26.1.0",
            "dist": {
                "type": "path",
                "url": "../library/google/cloud-storage",
                "reference": "3eed1ec6e38c2d8abf3d97fc2087afd0b37e589a"
            },
            "require": {
                "mcloud-google/cloud-core": "v1.44.0",
                "mcloud-google/crc32": "v0.1.0"
            },
            "require-dev": {
                "erusev/parsedown": "^1.6",
                "google/cloud-pubsub": "^1.0",
                "phpdocumentor/reflection": "^3.0",
                "phpseclib/phpseclib": "^2",
                "phpunit/phpunit": "^4.8|^5.0",
                "squizlabs/php_codesniffer": "2.*"
            },
            "suggest": {
                "google/cloud-pubsub": "May be used to register a topic to receive bucket notifications.",
                "phpseclib/phpseclib": "May be used in place of OpenSSL for creating signed Cloud Storage URLs. Please require version ^2."
            },
            "type": "library",
            "extra": {
                "component": {
                    "id": "cloud-storage",
                    "target": "googleapis/google-cloud-php-storage.git",
                    "path": "Storage",
                    "entry": "src/StorageClient.php"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "MediaCloud\\Vendor\\Google\\Cloud\\Storage\\": "src"
                }
            },
            "autoload-dev": {
                "psr-4": {
                    "Google\\Cloud\\Storage\\Tests\\": "tests"
                }
            },
            "license": [
                "Apache-2.0"
            ],
            "description": "Cloud Storage Client for PHP",
            "transport-options": {
                "symlink": false,
                "relative": true
            },
            "install-path": "../mcloud-google/cloud-storage"
        },
        {
            "name": "mcloud-google/cloud-vision",
            "version": "v1.5.4",
            "version_normalized": "1.5.4.0",
            "dist": {
                "type": "path",
                "url": "../library/google/cloud-vision",
                "reference": "a448d8649d1964a06f820a262ac7622cf08623f2"
            },
            "require": {
                "mcloud-google/cloud-core": "v1.44.0",
                "mcloud-google/gax": "v1.12.0"
            },
            "require-dev": {
                "erusev/parsedown": "^1.6",
                "google/cloud-storage": "^1.12",
                "phpdocumentor/reflection": "^3.0",
                "phpunit/phpunit": "^4.8|^5.0",
                "squizlabs/php_codesniffer": "2.*"
            },
            "suggest": {
                "ext-grpc": "The gRPC extension enables use of the performant gRPC transport",
                "ext-protobuf": "Provides a significant increase in throughput over the pure PHP protobuf implementation. See https://cloud.google.com/php/grpc for installation instructions.",
                "google/cloud-storage": "Annotate images stored in Google Cloud Storage"
            },
            "type": "library",
            "extra": {
                "component": {
                    "id": "cloud-vision",
                    "target": "googleapis/google-cloud-php-vision.git",
                    "path": "Vision",
                    "entry": "src/VisionClient.php"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "MediaCloud\\Vendor\\Google\\Cloud\\Vision\\": "src",
                    "MediaCloud\\Vendor\\GPBMetadata\\Google\\Cloud\\Vision\\": "metadata"
                }
            },
            "autoload-dev": {
                "psr-4": {
                    "Google\\Cloud\\Vision\\Tests\\": "tests"
                }
            },
            "license": [
                "Apache-2.0"
            ],
            "description": "Cloud Vision Client for PHP",
            "transport-options": {
                "symlink": false,
                "relative": true
            },
            "install-path": "../mcloud-google/cloud-vision"
        },
        {
            "name": "mcloud-google/common-protos",
            "version": "2.0.0",
            "version_normalized": "2.0.0.0",
            "dist": {
                "type": "path",
                "url": "../library/google/common-protos",
                "reference": "0f5c25861f28e144d0b643b9889b858fa3baceb7"
            },
            "require": {
                "mcloud-google/protobuf": "v3.19.4"
            },
            "require-dev": {
                "phpunit/phpunit": "^4.8.36",
                "sami/sami": "*"
            },
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "MediaCloud\\Vendor\\Google\\": "src",
                    "MediaCloud\\Vendor\\GPBMetadata\\Google\\": "metadata"
                }
            },
            "license": [
                "Apache-2.0"
            ],
            "description": "Google API Common Protos for PHP",
            "homepage": "https://github.com/googleapis/common-protos-php",
            "keywords": [
                "google"
            ],
            "transport-options": {
                "symlink": false,
                "relative": true
            },
            "install-path": "../mcloud-google/common-protos"
        },
        {
            "name": "mcloud-google/crc32",
            "version": "v0.1.0",
            "version_normalized": "0.1.0.0",
            "dist": {
                "type": "path",
                "url": "../library/google/crc32",
                "reference": "76d43c0ef14dece170164f11fb8d01c73c7f6f02"
            },
            "require": {
                "php": ">=5.4"
            },
            "require-dev": {
                "friendsofphp/php-cs-fixer": "^1.13 || v2.14.2",
                "paragonie/random_compat": ">=2",
                "phpunit/phpunit": "^4"
            },
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "MediaCloud\\Vendor\\Google\\CRC32\\": "src"
                }
            },
            "license": [
                "Apache-2.0"
            ],
            "authors": [
                {
                    "name": "Andrew Brampton",
                    "email": "bramp@google.com"
                }
            ],
            "description": "Various CRC32 implementations",
            "homepage": "https://github.com/google/php-crc32",
            "transport-options": {
                "symlink": false,
                "relative": true
            },
            "install-path": "../mcloud-google/crc32"
        },
        {
            "name": "mcloud-google/gax",
            "version": "v1.12.0",
            "version_normalized": "1.12.0.0",
            "dist": {
                "type": "path",
                "url": "../library/google/gax",
                "reference": "0cf2256b634f89771bc64d822a0d20c9437de5a9"
            },
            "require": {
                "mcloud-google/auth": "v1.18.0",
                "mcloud-google/common-protos": "2.0.0",
                "mcloud-google/grpc-gcp": "v0.2.0",
                "mcloud-google/protobuf": "v3.19.4",
                "mcloud-grpc/grpc": "1.42.0",
                "mcloud-guzzlehttp/promises": "1.5.1",
                "mcloud-guzzlehttp/psr7": "1.8.3",
                "php": ">=5.5"
            },
            "conflict": {
                "ext-protobuf": "<3.7.0"
            },
            "require-dev": {
                "phpunit/phpunit": "^4.8.36",
                "squizlabs/php_codesniffer": "3.*"
            },
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "MediaCloud\\Vendor\\Google\\ApiCore\\": "src",
                    "MediaCloud\\Vendor\\GPBMetadata\\ApiCore\\": "metadata/ApiCore"
                }
            },
            "autoload-dev": {
                "psr-4": {
                    "Google\\ApiCore\\Dev\\": "dev/src",
                    "Google\\ApiCore\\": "tests",
                    "GPBMetadata\\Google\\": "metadata/Google"
                }
            },
            "scripts": {
                "regenerate-test-protos": [
                    "dev/sh/regenerate-test-protos.sh"
                ]
            },
            "license": [
                "BSD-3-Clause"
            ],
            "description": "Google API Core for PHP",
            "homepage": "https://github.com/googleapis/gax-php",
            "keywords": [
                "google"
            ],
            "transport-options": {
                "symlink": false,
                "relative": true
            },
            "install-path": "../mcloud-google/gax"
        },
        {
            "name": "mcloud-google/grpc-gcp",
            "version": "v0.2.0",
            "version_normalized": "0.2.0.0",
            "dist": {
                "type": "path",
                "url": "../library/google/grpc-gcp",
                "reference": "02d9ae1d14b39b314b12b0c14eeac97a66c4a30b"
            },
            "require": {
                "mcloud-google/auth": "v1.18.0",
                "mcloud-google/protobuf": "v3.19.4",
                "mcloud-grpc/grpc": "1.42.0",
                "mcloud-psr/cache": "1.0.1",
                "php": ">=5.5.0"
            },
            "require-dev": {
                "google/cloud-spanner": "^1.7",
                "phpunit/phpunit": "4.8.36"
            },
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "MediaCloud\\Vendor\\Grpc\\Gcp\\": "src/"
                },
                "classmap": [
                    "src/generated/"
                ]
            },
            "license": [
                "Apache-2.0"
            ],
            "description": "gRPC GCP library for channel management",
            "transport-options": {
                "symlink": false,
                "relative": true
            },
            "install-path": "../mcloud-google/grpc-gcp"
        },
        {
            "name": "mcloud-google/protobuf",
            "version": "v3.19.4",
            "version_normalized": "3.19.4.0",
            "dist": {
                "type": "path",
                "url": "../library/google/protobuf",
                "reference": "7a7fda18144ec20a832c99bfaca4a06862258aef"
            },
            "require": {
                "php": ">=5.5.0"
            },
            "require-dev": {
                "phpunit/phpunit": ">=4.8.0"
            },
            "suggest": {
                "ext-bcmath": "Need to support JSON deserialization"
            },
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "MediaCloud\\Vendor\\Google\\Protobuf\\": "src/Google/Protobuf",
                    "MediaCloud\\Vendor\\GPBMetadata\\Google\\Protobuf\\": "src/GPBMetadata/Google/Protobuf"
                }
            },
            "license": [
                "BSD-3-Clause"
            ],
            "description": "proto library for PHP",
            "homepage": "https://developers.google.com/protocol-buffers/",
            "keywords": [
                "proto"
            ],
            "transport-options": {
                "symlink": false,
                "relative": true
            },
            "install-path": "../mcloud-google/protobuf"
        },
        {
            "name": "mcloud-grpc/grpc",
            "version": "1.42.0",
            "version_normalized": "1.42.0.0",
            "dist": {
                "type": "path",
                "url": "../library/grpc/grpc",
                "reference": "366a31680e90d11c214161ecd14a1512893c4214"
            },
            "require": {
                "php": ">=7.0.0"
            },
            "require-dev": {
                "google/auth": "^v1.3.0"
            },
            "suggest": {
                "ext-protobuf": "For better performance, install the protobuf C extension.",
                "google/protobuf": "To get started using grpc quickly, install the native protobuf library."
            },
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "MediaCloud\\Vendor\\Grpc\\": "src/lib/"
                }
            },
            "license": [
                "Apache-2.0"
            ],
            "description": "gRPC library for PHP",
            "homepage": "https://grpc.io",
            "keywords": [
                "rpc"
            ],
            "transport-options": {
                "symlink": false,
                "relative": true
            },
            "install-path": "../mcloud-grpc/grpc"
        },
        {
            "name": "mcloud-guzzlehttp/guzzle",
            "version": "6.5.5",
            "version_normalized": "6.5.5.0",
            "dist": {
                "type": "path",
                "url": "../library/guzzlehttp/guzzle",
                "reference": "21365cdd9b9e375ae671dd4e5664e9863b02b9b2"
            },
            "require": {
                "ext-json": "*",
                "mcloud-guzzlehttp/promises": "1.5.1",
                "mcloud-guzzlehttp/psr7": "1.8.3",
                "mcloud-symfony/polyfill-intl-idn": "v1.24.0",
                "php": ">=5.5"
            },
            "require-dev": {
                "ext-curl": "*",
                "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.4 || ^7.0",
                "psr/log": "^1.1"
            },
            "suggest": {
                "psr/log": "Required for using the Log middleware"
            },
            "type": "library",
            "extra": {
                "branch-alias": []
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "MediaCloud\\Vendor\\GuzzleHttp\\": "src/"
                },
                "files": [
                    "src/functions_include.php"
                ]
            },
            "autoload-dev": {
                "psr-4": {
                    "GuzzleHttp\\Tests\\": "tests/"
                }
            },
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Michael Dowling",
                    "email": "mtdowling@gmail.com",
                    "homepage": "https://github.com/mtdowling"
                }
            ],
            "description": "Guzzle is a PHP HTTP client library",
            "homepage": "http://guzzlephp.org/",
            "keywords": [
                "HTTP client",
                "client",
                "curl",
                "framework",
                "http",
                "rest",
                "web service"
            ],
            "transport-options": {
                "symlink": false,
                "relative": true
            },
            "install-path": "../mcloud-guzzlehttp/guzzle"
        },
        {
            "name": "mcloud-guzzlehttp/promises",
            "version": "1.5.1",
            "version_normalized": "1.5.1.0",
            "dist": {
                "type": "path",
                "url": "../library/guzzlehttp/promises",
                "reference": "a4f3a4771006474cb39849d275cd215e7a866537"
            },
            "require": {
                "php": ">=5.5"
            },
            "require-dev": {
                "symfony/phpunit-bridge": "^4.4 || ^5.1"
            },
            "type": "library",
            "extra": {
                "branch-alias": []
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "MediaCloud\\Vendor\\GuzzleHttp\\Promise\\": "src/"
                },
                "files": [
                    "src/functions_include.php"
                ]
            },
            "autoload-dev": {
                "psr-4": {
                    "GuzzleHttp\\Promise\\Tests\\": "tests/"
                }
            },
            "scripts": {
                "test": [
                    "vendor/bin/simple-phpunit"
                ],
                "test-ci": [
                    "vendor/bin/simple-phpunit --coverage-text"
                ]
            },
            "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"
            ],
            "transport-options": {
                "symlink": false,
                "relative": true
            },
            "install-path": "../mcloud-guzzlehttp/promises"
        },
        {
            "name": "mcloud-guzzlehttp/psr7",
            "version": "1.8.3",
            "version_normalized": "1.8.3.0",
            "dist": {
                "type": "path",
                "url": "../library/guzzlehttp/psr7",
                "reference": "e848c6d21737116d1fda35f885938b9cfe0fb015"
            },
            "require": {
                "mcloud-psr/http-message": "1.0.1",
                "mcloud-ralouphie/getallheaders": "3.0.3",
                "php": ">=5.4.0"
            },
            "provide": {
                "psr/http-message-implementation": "1.0"
            },
            "require-dev": {
                "ext-zlib": "*",
                "phpunit/phpunit": "~4.8.36 || ^5.7.27 || ^6.5.14 || ^7.5.20 || ^8.5.8 || ^9.3.10"
            },
            "suggest": {
                "laminas/laminas-httphandlerrunner": "Emit PSR-7 responses"
            },
            "type": "library",
            "extra": {
                "branch-alias": []
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "MediaCloud\\Vendor\\GuzzleHttp\\Psr7\\": "src/"
                },
                "files": [
                    "src/functions_include.php"
                ]
            },
            "autoload-dev": {
                "psr-4": {
                    "GuzzleHttp\\Tests\\Psr7\\": "tests/"
                }
            },
            "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"
            ],
            "transport-options": {
                "symlink": false,
                "relative": true
            },
            "install-path": "../mcloud-guzzlehttp/psr7"
        },
        {
            "name": "mcloud-ilab/b2-sdk-php",
            "version": "1.4.1",
            "version_normalized": "1.4.1.0",
            "dist": {
                "type": "path",
                "url": "../library/ilab/b2-sdk-php",
                "reference": "f64a1f45c1b4d058a71f7e3c00718e5c806efef0"
            },
            "require": {
                "mcloud-guzzlehttp/guzzle": "6.5.5",
                "php": ">=5.5.0"
            },
            "require-dev": {
                "phpunit/phpunit": "4.8.*"
            },
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "MediaCloud\\Vendor\\ILAB\\B2\\": "src/"
                }
            },
            "autoload-dev": {
                "psr-4": {
                    "ILAB\\B2\\Tests\\": "tests/"
                }
            },
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Chris White",
                    "email": "chris@cwhite.me",
                    "homepage": "https://cwhite.me"
                }
            ],
            "description": "A SDK for working with B2 cloud storage.",
            "homepage": "https://github.com/cwhite92/b2-sdk-php",
            "keywords": [
                "b2",
                "backblaze",
                "backup",
                "cloud",
                "filesystem",
                "storage"
            ],
            "transport-options": {
                "symlink": false,
                "relative": true
            },
            "install-path": "../mcloud-ilab/b2-sdk-php"
        },
        {
            "name": "mcloud-illuminate/container",
            "version": "v7.30.6",
            "version_normalized": "7.30.6.0",
            "dist": {
                "type": "path",
                "url": "../library/illuminate/container",
                "reference": "4f381edafc5473412d54c0d0478360d108077d80"
            },
            "require": {
                "mcloud-illuminate/contracts": "v7.30.6",
                "mcloud-psr/container": "1.1.2",
                "php": "^7.2.5|^8.0"
            },
            "provide": {
                "psr/container-implementation": "1.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": []
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "MediaCloud\\Vendor\\Illuminate\\Container\\": ""
                }
            },
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Taylor Otwell",
                    "email": "taylor@laravel.com"
                }
            ],
            "description": "The Illuminate Container package.",
            "homepage": "https://laravel.com",
            "support": {
                "issues": "https://github.com/laravel/framework/issues",
                "source": "https://github.com/laravel/framework"
            },
            "transport-options": {
                "symlink": false,
                "relative": true
            },
            "install-path": "../mcloud-illuminate/container"
        },
        {
            "name": "mcloud-illuminate/contracts",
            "version": "v7.30.6",
            "version_normalized": "7.30.6.0",
            "dist": {
                "type": "path",
                "url": "../library/illuminate/contracts",
                "reference": "4f0b549fdd8c38e9c590ea03d63c2e05fa669885"
            },
            "require": {
                "mcloud-psr/container": "1.1.2",
                "mcloud-psr/simple-cache": "1.0.1",
                "php": "^7.2.5|^8.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": []
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "MediaCloud\\Vendor\\Illuminate\\Contracts\\": ""
                }
            },
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Taylor Otwell",
                    "email": "taylor@laravel.com"
                }
            ],
            "description": "The Illuminate Contracts package.",
            "homepage": "https://laravel.com",
            "support": {
                "issues": "https://github.com/laravel/framework/issues",
                "source": "https://github.com/laravel/framework"
            },
            "transport-options": {
                "symlink": false,
                "relative": true
            },
            "install-path": "../mcloud-illuminate/contracts"
        },
        {
            "name": "mcloud-illuminate/events",
            "version": "v7.30.6",
            "version_normalized": "7.30.6.0",
            "dist": {
                "type": "path",
                "url": "../library/illuminate/events",
                "reference": "3153999960d4a979288abbbd024a8c8223793563"
            },
            "require": {
                "mcloud-illuminate/container": "v7.30.6",
                "mcloud-illuminate/contracts": "v7.30.6",
                "mcloud-illuminate/support": "v7.30.6",
                "php": "^7.2.5|^8.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": []
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "MediaCloud\\Vendor\\Illuminate\\Events\\": ""
                }
            },
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Taylor Otwell",
                    "email": "taylor@laravel.com"
                }
            ],
            "description": "The Illuminate Events package.",
            "homepage": "https://laravel.com",
            "support": {
                "issues": "https://github.com/laravel/framework/issues",
                "source": "https://github.com/laravel/framework"
            },
            "transport-options": {
                "symlink": false,
                "relative": true
            },
            "install-path": "../mcloud-illuminate/events"
        },
        {
            "name": "mcloud-illuminate/filesystem",
            "version": "v7.30.6",
            "version_normalized": "7.30.6.0",
            "dist": {
                "type": "path",
                "url": "../library/illuminate/filesystem",
                "reference": "d93b59b5f85299d38a293f9c30e65594da99a249"
            },
            "require": {
                "mcloud-illuminate/contracts": "v7.30.6",
                "mcloud-illuminate/support": "v7.30.6",
                "mcloud-symfony/finder": "v5.4.3",
                "php": "^7.2.5|^8.0"
            },
            "suggest": {
                "ext-ftp": "Required to use the Flysystem FTP driver.",
                "illuminate/http": "Required for handling uploaded files (^7.0).",
                "league/flysystem": "Required to use the Flysystem local and FTP drivers (^1.1).",
                "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).",
                "psr/http-message": "Required to allow Storage::put to accept a StreamInterface (^1.0).",
                "symfony/mime": "Required to enable support for guessing extensions (^5.0)."
            },
            "type": "library",
            "extra": {
                "branch-alias": []
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "MediaCloud\\Vendor\\Illuminate\\Filesystem\\": ""
                }
            },
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Taylor Otwell",
                    "email": "taylor@laravel.com"
                }
            ],
            "description": "The Illuminate Filesystem package.",
            "homepage": "https://laravel.com",
            "support": {
                "issues": "https://github.com/laravel/framework/issues",
                "source": "https://github.com/laravel/framework"
            },
            "transport-options": {
                "symlink": false,
                "relative": true
            },
            "install-path": "../mcloud-illuminate/filesystem"
        },
        {
            "name": "mcloud-illuminate/support",
            "version": "v7.30.6",
            "version_normalized": "7.30.6.0",
            "dist": {
                "type": "path",
                "url": "../library/illuminate/support",
                "reference": "fb068d844bfbea03128a1827e8e163ea742acefe"
            },
            "require": {
                "ext-json": "*",
                "ext-mbstring": "*",
                "mcloud-doctrine/inflector": "2.0.4",
                "mcloud-illuminate/contracts": "v7.30.6",
                "mcloud-nesbot/carbon": "2.57.0",
                "mcloud-voku/portable-ascii": "1.6.1",
                "php": "^7.2.5|^8.0"
            },
            "conflict": {
                "tightenco/collect": "<5.5.33"
            },
            "suggest": {
                "illuminate/filesystem": "Required to use the composer class (^7.0).",
                "moontoast/math": "Required to use ordered UUIDs (^1.1).",
                "ramsey/uuid": "Required to use Str::uuid() (^3.7|^4.0).",
                "symfony/process": "Required to use the composer class (^5.0).",
                "symfony/var-dumper": "Required to use the dd function (^5.0).",
                "vlucas/phpdotenv": "Required to use the Env class and env helper (^4.0)."
            },
            "type": "library",
            "extra": {
                "branch-alias": []
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "MediaCloud\\Vendor\\Illuminate\\Support\\": ""
                },
                "files": [
                    "helpers.php"
                ]
            },
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Taylor Otwell",
                    "email": "taylor@laravel.com"
                }
            ],
            "description": "The Illuminate Support package.",
            "homepage": "https://laravel.com",
            "support": {
                "issues": "https://github.com/laravel/framework/issues",
                "source": "https://github.com/laravel/framework"
            },
            "transport-options": {
                "symlink": false,
                "relative": true
            },
            "install-path": "../mcloud-illuminate/support"
        },
        {
            "name": "mcloud-illuminate/view",
            "version": "v7.30.6",
            "version_normalized": "7.30.6.0",
            "dist": {
                "type": "path",
                "url": "../library/illuminate/view",
                "reference": "9b1a709a97b79fcbef0cbaa85566c2eba7d48126"
            },
            "require": {
                "ext-json": "*",
                "mcloud-illuminate/container": "v7.30.6",
                "mcloud-illuminate/contracts": "v7.30.6",
                "mcloud-illuminate/events": "v7.30.6",
                "mcloud-illuminate/filesystem": "v7.30.6",
                "mcloud-illuminate/support": "v7.30.6",
                "php": "^7.2.5|^8.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": []
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "MediaCloud\\Vendor\\Illuminate\\View\\": ""
                }
            },
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Taylor Otwell",
                    "email": "taylor@laravel.com"
                }
            ],
            "description": "The Illuminate View package.",
            "homepage": "https://laravel.com",
            "support": {
                "issues": "https://github.com/laravel/framework/issues",
                "source": "https://github.com/laravel/framework"
            },
            "transport-options": {
                "symlink": false,
                "relative": true
            },
            "install-path": "../mcloud-illuminate/view"
        },
        {
            "name": "mcloud-imgix/imgix-php",
            "version": "3.3.1",
            "version_normalized": "3.3.1.0",
            "dist": {
                "type": "path",
                "url": "../library/imgix/imgix-php",
                "reference": "264c829f55296536479e9ebb5d8221eacb2ff60e"
            },
            "require": {
                "php": ">=7.3"
            },
            "require-dev": {
                "phpunit/phpunit": "*"
            },
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-0": {
                    "MediaCloud\\Vendor\\Imgix\\": "src/"
                }
            },
            "license": [
                "BSD-2-Clause"
            ],
            "description": "A PHP client library for generating URLs with imgix.",
            "keywords": [
                "imgix"
            ],
            "transport-options": {
                "symlink": false,
                "relative": true
            },
            "install-path": "../mcloud-imgix/imgix-php"
        },
        {
            "name": "mcloud-ivopetkov/html5-dom-document-php",
            "version": "v2.3.0",
            "version_normalized": "2.3.0.0",
            "dist": {
                "type": "path",
                "url": "../library/ivopetkov/html5-dom-document-php",
                "reference": "db3005e4a4aea2da8434b6369dd21fecf6f48b51"
            },
            "require": {
                "ext-dom": "*",
                "php": "7.0.*|7.1.*|7.2.*|7.3.*|7.4.*|8.0.*|8.1.*"
            },
            "require-dev": {
                "ivopetkov/docs-generator": "0.2.*"
            },
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "autoload.php"
                ]
            },
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Ivo Petkov",
                    "email": "ivo@ivopetkov.com",
                    "homepage": "http://ivopetkov.com"
                }
            ],
            "description": "HTML5 DOMDocument PHP library (extends DOMDocument)",
            "transport-options": {
                "symlink": false,
                "relative": true
            },
            "install-path": "../mcloud-ivopetkov/html5-dom-document-php"
        },
        {
            "name": "mcloud-kraken-io/kraken-php",
            "version": "1.6",
            "version_normalized": "1.6.0.0",
            "dist": {
                "type": "path",
                "url": "../library/kraken-io/kraken-php",
                "reference": "fd0de78ea65a163b76d730c05c50bbe45af4c801"
            },
            "require": {
                "ext-curl": "*",
                "ext-json": "*"
            },
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-0": {
                    "MediaCloud\\Vendor\\Kraken": "lib"
                }
            },
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Kraken Image Optimizer",
                    "email": "support@kraken.io",
                    "url": "https://kraken.io"
                }
            ],
            "description": "Official Kraken.io SDK",
            "transport-options": {
                "symlink": false,
                "relative": true
            },
            "install-path": "../mcloud-kraken-io/kraken-php"
        },
        {
            "name": "mcloud-lorisleiva/cron-translator",
            "version": "v0.3.1",
            "version_normalized": "0.3.1.0",
            "dist": {
                "type": "path",
                "url": "../library/lorisleiva/cron-translator",
                "reference": "ce3fd295146bdc6c459974e4eae697ebb17a52a2"
            },
            "require": {
                "php": "^7.4 || ^8.0"
            },
            "require-dev": {
                "phpunit/phpunit": "^8.5.21 || ^9.5"
            },
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "MediaCloud\\Vendor\\Lorisleiva\\CronTranslator\\": "src"
                }
            },
            "autoload-dev": {
                "psr-4": {
                    "Lorisleiva\\CronTranslator\\Tests\\": "tests"
                }
            },
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Loris LEIVA",
                    "email": "loris.leiva@gmail.com",
                    "homepage": "https://lorisleiva.com"
                }
            ],
            "description": "Makes CRON expressions human-readable",
            "homepage": "https://github.com/lorisleiva/cron-translator",
            "keywords": [
                "cron",
                "expression",
                "human"
            ],
            "transport-options": {
                "symlink": false,
                "relative": true
            },
            "install-path": "../mcloud-lorisleiva/cron-translator"
        },
        {
            "name": "mcloud-mikey179/vfsstream",
            "version": "v1.6.10",
            "version_normalized": "1.6.10.0",
            "dist": {
                "type": "path",
                "url": "../library/mikey179/vfsstream",
                "reference": "695c5ae854341461932c61ccf39d452ee45f2eae"
            },
            "require": {
                "php": ">=5.3.0"
            },
            "require-dev": {
                "phpunit/phpunit": "^4.5|^5.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": []
            },
            "installation-source": "dist",
            "autoload": {
                "psr-0": {
                    "MediaCloud\\Vendor\\org\\bovigo\\vfs\\": "src/main/php"
                }
            },
            "scripts": {
                "test": [
                    "phpunit"
                ]
            },
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Frank Kleine",
                    "homepage": "http://frankkleine.de/",
                    "role": "Developer"
                }
            ],
            "description": "Virtual file system to mock the real file system in unit tests.",
            "homepage": "http://vfs.bovigo.org/",
            "support": {
                "issues": "https://github.com/bovigo/vfsStream/issues",
                "source": "https://github.com/bovigo/vfsStream/tree/master",
                "wiki": "https://github.com/bovigo/vfsStream/wiki"
            },
            "transport-options": {
                "symlink": false,
                "relative": true
            },
            "install-path": "../mcloud-mikey179/vfsstream"
        },
        {
            "name": "mcloud-monolog/monolog",
            "version": "2.3.5",
            "version_normalized": "2.3.5.0",
            "dist": {
                "type": "path",
                "url": "../library/monolog/monolog",
                "reference": "1c9be2f427bb698e3d9f11704792fc857f658417"
            },
            "require": {
                "mcloud-psr/log": "1.1.4",
                "php": ">=7.2"
            },
            "provide": {
                "psr/log-implementation": "1.0.0 || 2.0.0 || 3.0.0"
            },
            "require-dev": {
                "aws/aws-sdk-php": "^2.4.9 || ^3.0",
                "doctrine/couchdb": "~1.0@dev",
                "elasticsearch/elasticsearch": "^7",
                "graylog2/gelf-php": "^1.4.2",
                "mongodb/mongodb": "^1.8",
                "php-amqplib/php-amqplib": "~2.4 || ^3",
                "php-console/php-console": "^3.1.3",
                "phpspec/prophecy": "^1.6.1",
                "phpstan/phpstan": "^0.12.91",
                "phpunit/phpunit": "^8.5",
                "predis/predis": "^1.1",
                "rollbar/rollbar": "^1.3",
                "ruflin/elastica": ">=0.90@dev",
                "swiftmailer/swiftmailer": "^5.3|^6.0"
            },
            "suggest": {
                "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
                "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
                "elasticsearch/elasticsearch": "Allow sending log messages to an Elasticsearch server via official client",
                "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
                "ext-curl": "Required to send log messages using the IFTTTHandler, the LogglyHandler, the SendGridHandler, the SlackWebhookHandler or the TelegramBotHandler",
                "ext-mbstring": "Allow to work properly with unicode symbols",
                "ext-mongodb": "Allow sending log messages to a MongoDB server (via driver)",
                "ext-openssl": "Required to send log messages using SSL",
                "ext-sockets": "Allow sending log messages to a Syslog server (via UDP driver)",
                "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
                "mongodb/mongodb": "Allow sending log messages to a MongoDB server (via library)",
                "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib",
                "php-console/php-console": "Allow sending log messages to Google Chrome",
                "rollbar/rollbar": "Allow sending log messages to Rollbar",
                "ruflin/elastica": "Allow sending log messages to an Elastic Search server"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-main": "2.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "MediaCloud\\Vendor\\Monolog\\": "src/Monolog"
                }
            },
            "autoload-dev": {
                "psr-4": {
                    "Monolog\\": "tests/Monolog"
                }
            },
            "scripts": {
                "test": [
                    "vendor/bin/phpunit"
                ],
                "phpstan": [
                    "vendor/bin/phpstan analyse"
                ]
            },
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Jordi Boggiano",
                    "email": "j.boggiano@seld.be",
                    "homepage": "https://seld.be"
                }
            ],
            "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
            "homepage": "https://github.com/Seldaek/monolog",
            "keywords": [
                "log",
                "logging",
                "psr-3"
            ],
            "transport-options": {
                "symlink": false,
                "relative": true
            },
            "install-path": "../mcloud-monolog/monolog"
        },
        {
            "name": "mcloud-mtdowling/jmespath.php",
            "version": "2.6.1",
            "version_normalized": "2.6.1.0",
            "dist": {
                "type": "path",
                "url": "../library/mtdowling/jmespath.php",
                "reference": "1f25441d3f8a6e02e6e7c05b3da113e36aad23aa"
            },
            "require": {
                "mcloud-symfony/polyfill-mbstring": "v1.24.0",
                "php": "^5.4 || ^7.0 || ^8.0"
            },
            "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": []
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "MediaCloud\\Vendor\\JmesPath\\": "src/"
                },
                "files": [
                    "src/JmesPath.php"
                ]
            },
            "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"
            ],
            "transport-options": {
                "symlink": false,
                "relative": true
            },
            "install-path": "../mcloud-mtdowling/jmespath.php"
        },
        {
            "name": "mcloud-muxinc/mux-php",
            "version": "0.5.0",
            "version_normalized": "0.5.0.0",
            "dist": {
                "type": "path",
                "url": "../library/muxinc/mux-php",
                "reference": "ec30ee90bb39f83659484a091d5b67b41e5ec0b5"
            },
            "require": {
                "ext-curl": "*",
                "ext-json": "*",
                "ext-mbstring": "*",
                "mcloud-guzzlehttp/guzzle": "6.5.5",
                "php": ">=7.1"
            },
            "require-dev": {
                "friendsofphp/php-cs-fixer": "~2.12",
                "squizlabs/php_codesniffer": "~2.6"
            },
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "MediaCloud\\Vendor\\MuxPhp\\": "MuxPhp/"
                }
            },
            "autoload-dev": {
                "psr-4": {
                    "MuxPhp\\": "test/"
                }
            },
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Mux SDK team",
                    "homepage": "https://mux.com",
                    "email": "sdks@mux.com"
                }
            ],
            "description": "Official Mux API wrapper for PHP projects, supporting both Mux Data and Mux Video. Not familiar with Mux? Check out https://mux.com/ for more information.",
            "homepage": "https://mux.com",
            "keywords": [
                "api",
                "php",
                "rest",
                "sdk",
                "streaming",
                "video"
            ],
            "transport-options": {
                "symlink": false,
                "relative": true
            },
            "install-path": "../mcloud-muxinc/mux-php"
        },
        {
            "name": "mcloud-nesbot/carbon",
            "version": "2.57.0",
            "version_normalized": "2.57.0.0",
            "dist": {
                "type": "path",
                "url": "../library/nesbot/carbon",
                "reference": "78fdd2d2d91dcf10acd8a7deb8578b6cb40e8647"
            },
            "require": {
                "ext-json": "*",
                "mcloud-symfony/polyfill-mbstring": "v1.24.0",
                "mcloud-symfony/polyfill-php80": "v1.24.0",
                "mcloud-symfony/translation": "v5.4.5",
                "php": "^7.1.8 || ^8.0"
            },
            "require-dev": {
                "doctrine/dbal": "^2.0 || ^3.0",
                "doctrine/orm": "^2.7",
                "friendsofphp/php-cs-fixer": "^3.0",
                "kylekatarnls/multi-tester": "^2.0",
                "phpmd/phpmd": "^2.9",
                "phpstan/extension-installer": "^1.0",
                "phpstan/phpstan": "^0.12.54 || ^1.0",
                "phpunit/phpunit": "^7.5.20 || ^8.5.14",
                "squizlabs/php_codesniffer": "^3.4"
            },
            "bin": [
                "bin/carbon"
            ],
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-3.x": "3.x-dev"
                },
                "laravel": {
                    "providers": [
                        "Carbon\\Laravel\\ServiceProvider"
                    ]
                },
                "phpstan": {
                    "includes": [
                        "extension.neon"
                    ]
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "MediaCloud\\Vendor\\Carbon\\": "src/Carbon/"
                }
            },
            "autoload-dev": {
                "psr-4": {
                    "Tests\\": "tests/"
                },
                "files": [
                    "tests/Laravel/ServiceProvider.php"
                ]
            },
            "scripts": {
                "phpcs": [
                    "php-cs-fixer fix -v --diff --dry-run"
                ],
                "phpdoc": [
                    "php phpdoc.php"
                ],
                "phpmd": [
                    "phpmd src text /phpmd.xml"
                ],
                "phpstan": [
                    "phpstan analyse --configuration phpstan.neon"
                ],
                "phpunit": [
                    "phpunit --verbose"
                ],
                "style-check": [
                    "@phpcs",
                    "@phpstan",
                    "@phpmd"
                ],
                "test": [
                    "@phpunit",
                    "@style-check"
                ]
            },
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Brian Nesbitt",
                    "email": "brian@nesbot.com",
                    "homepage": "https://markido.com"
                },
                {
                    "name": "kylekatarnls",
                    "homepage": "https://github.com/kylekatarnls"
                }
            ],
            "description": "An API extension for DateTime that supports 281 different languages.",
            "homepage": "https://carbon.nesbot.com",
            "keywords": [
                "DateTime",
                "date",
                "time"
            ],
            "support": {
                "issues": "https://github.com/briannesbitt/Carbon/issues",
                "source": "https://github.com/briannesbitt/Carbon",
                "docs": "https://carbon.nesbot.com/docs"
            },
            "transport-options": {
                "symlink": false,
                "relative": true
            },
            "install-path": "../mcloud-nesbot/carbon"
        },
        {
            "name": "mcloud-paragonie/constant_time_encoding",
            "version": "v2.5.0",
            "version_normalized": "2.5.0.0",
            "dist": {
                "type": "path",
                "url": "../library/paragonie/constant_time_encoding",
                "reference": "fd6a45ea3c6da02b45dc6710ea88133abacfe1b9"
            },
            "require": {
                "php": "^7|^8"
            },
            "require-dev": {
                "phpunit/phpunit": "^6|^7|^8|^9",
                "vimeo/psalm": "^1|^2|^3|^4"
            },
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "MediaCloud\\Vendor\\ParagonIE\\ConstantTime\\": "src/"
                }
            },
            "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": {
                "issues": "https://github.com/paragonie/constant_time_encoding/issues",
                "email": "info@paragonie.com",
                "source": "https://github.com/paragonie/constant_time_encoding"
            },
            "transport-options": {
                "symlink": false,
                "relative": true
            },
            "install-path": "../mcloud-paragonie/constant_time_encoding"
        },
        {
            "name": "mcloud-paragonie/easyrsa",
            "version": "v0.6.0",
            "version_normalized": "0.6.0.0",
            "dist": {
                "type": "path",
                "url": "../library/paragonie/easyrsa",
                "reference": "b80b8eb95df769f04912c67f056791e3ad32a3ba"
            },
            "require": {
                "mcloud-defuse/php-encryption": "v2.3.1",
                "mcloud-paragonie/constant_time_encoding": "v2.5.0",
                "mcloud-paragonie/random_compat": "v9.99.100",
                "mcloud-phpseclib/phpseclib": "2.0.36",
                "php": "^5.6|^7|^8"
            },
            "require-dev": {
                "phpunit/phpunit": "^5|^6|^7|^8|^9"
            },
            "suggest": {
                "ext-sodium": "Libsodium offers far better cryptography than RSA can ever offer. Use libsodium instead of EasyRSA.",
                "paragonie/halite": "A simple and secure libsodium wrapper. Consider using Halite instead of EasyRSA."
            },
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "MediaCloud\\Vendor\\ParagonIE\\EasyRSA\\": "src"
                }
            },
            "license": [
                "MIT"
            ],
            "description": "Simple and secure asymmetric encryption powered by PHPSecLib",
            "keywords": [
                "RSA",
                "asymmetric",
                "cryptography",
                "public-key"
            ],
            "transport-options": {
                "symlink": false,
                "relative": true
            },
            "install-path": "../mcloud-paragonie/easyrsa"
        },
        {
            "name": "mcloud-paragonie/random_compat",
            "version": "v9.99.100",
            "version_normalized": "9.99.100.0",
            "dist": {
                "type": "path",
                "url": "../library/paragonie/random_compat",
                "reference": "13537b4757b04f297289a1b8818ac8017e2bc852"
            },
            "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",
            "installation-source": "dist",
            "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": {
                "issues": "https://github.com/paragonie/random_compat/issues",
                "email": "info@paragonie.com",
                "source": "https://github.com/paragonie/random_compat"
            },
            "transport-options": {
                "symlink": false,
                "relative": true
            },
            "install-path": "../mcloud-paragonie/random_compat"
        },
        {
            "name": "mcloud-phpseclib/phpseclib",
            "version": "2.0.36",
            "version_normalized": "2.0.36.0",
            "dist": {
                "type": "path",
                "url": "../library/phpseclib/phpseclib",
                "reference": "cc7d137148a856e755fe1310c657d04504397861"
            },
            "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",
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "phpseclib/bootstrap.php"
                ],
                "psr-4": {
                    "MediaCloud\\Vendor\\phpseclib\\": "phpseclib/"
                }
            },
            "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"
            ],
            "transport-options": {
                "symlink": false,
                "relative": true
            },
            "install-path": "../mcloud-phpseclib/phpseclib"
        },
        {
            "name": "mcloud-psr/cache",
            "version": "1.0.1",
            "version_normalized": "1.0.1.0",
            "dist": {
                "type": "path",
                "url": "../library/psr/cache",
                "reference": "0a662416af77f2b343a4b3cb6ccf983cf8fa1ae9"
            },
            "require": {
                "php": ">=5.3.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": []
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "MediaCloud\\Vendor\\Psr\\Cache\\": "src/"
                }
            },
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "PHP-FIG",
                    "homepage": "http://www.php-fig.org/"
                }
            ],
            "description": "Common interface for caching libraries",
            "keywords": [
                "cache",
                "psr",
                "psr-6"
            ],
            "transport-options": {
                "symlink": false,
                "relative": true
            },
            "install-path": "../mcloud-psr/cache"
        },
        {
            "name": "mcloud-psr/container",
            "version": "1.1.2",
            "version_normalized": "1.1.2.0",
            "dist": {
                "type": "path",
                "url": "../library/psr/container",
                "reference": "ce57afe6371fa5f8e9d3c3a5b8fe19c743e42353"
            },
            "require": {
                "php": ">=7.4.0"
            },
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "MediaCloud\\Vendor\\Psr\\Container\\": "src/"
                }
            },
            "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": [
                "container",
                "container-interface",
                "container-interop",
                "psr",
                "psr-11"
            ],
            "transport-options": {
                "symlink": false,
                "relative": true
            },
            "install-path": "../mcloud-psr/container"
        },
        {
            "name": "mcloud-psr/event-dispatcher",
            "version": "1.0.0",
            "version_normalized": "1.0.0.0",
            "dist": {
                "type": "path",
                "url": "../library/psr/event-dispatcher",
                "reference": "35bb302a6cd33e0c3665473ef71c24fde5a02f7f"
            },
            "require": {
                "php": ">=7.2.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": []
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "MediaCloud\\Vendor\\Psr\\EventDispatcher\\": "src/"
                }
            },
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "PHP-FIG",
                    "homepage": "http://www.php-fig.org/"
                }
            ],
            "description": "Standard interfaces for event handling.",
            "keywords": [
                "events",
                "psr",
                "psr-14"
            ],
            "transport-options": {
                "symlink": false,
                "relative": true
            },
            "install-path": "../mcloud-psr/event-dispatcher"
        },
        {
            "name": "mcloud-psr/http-message",
            "version": "1.0.1",
            "version_normalized": "1.0.1.0",
            "dist": {
                "type": "path",
                "url": "../library/psr/http-message",
                "reference": "c049bc02563562a5051cf9466915ef1c6bd22bef"
            },
            "require": {
                "php": ">=5.3.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": []
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "MediaCloud\\Vendor\\Psr\\Http\\Message\\": "src/"
                }
            },
            "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"
            ],
            "transport-options": {
                "symlink": false,
                "relative": true
            },
            "install-path": "../mcloud-psr/http-message"
        },
        {
            "name": "mcloud-psr/log",
            "version": "1.1.4",
            "version_normalized": "1.1.4.0",
            "dist": {
                "type": "path",
                "url": "../library/psr/log",
                "reference": "1050f89dedbd3dc61ce4cd0558397693fbb8b7ac"
            },
            "require": {
                "php": ">=5.3.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": []
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "MediaCloud\\Vendor\\Psr\\Log\\": "Psr/Log/"
                }
            },
            "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"
            ],
            "transport-options": {
                "symlink": false,
                "relative": true
            },
            "install-path": "../mcloud-psr/log"
        },
        {
            "name": "mcloud-psr/simple-cache",
            "version": "1.0.1",
            "version_normalized": "1.0.1.0",
            "dist": {
                "type": "path",
                "url": "../library/psr/simple-cache",
                "reference": "f4994e0a44d2202ab6639a2c067e05615274a216"
            },
            "require": {
                "php": ">=5.3.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": []
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "MediaCloud\\Vendor\\Psr\\SimpleCache\\": "src/"
                }
            },
            "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"
            ],
            "transport-options": {
                "symlink": false,
                "relative": true
            },
            "install-path": "../mcloud-psr/simple-cache"
        },
        {
            "name": "mcloud-ralouphie/getallheaders",
            "version": "3.0.3",
            "version_normalized": "3.0.3.0",
            "dist": {
                "type": "path",
                "url": "../library/ralouphie/getallheaders",
                "reference": "d7771366bb8270f21915cfd970855c3287223b86"
            },
            "require": {
                "php": ">=5.6"
            },
            "require-dev": {
                "php-coveralls/php-coveralls": "^2.1",
                "phpunit/phpunit": "^5 || ^6.5"
            },
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "src/getallheaders.php"
                ]
            },
            "autoload-dev": {
                "psr-4": {
                    "getallheaders\\Tests\\": "tests/"
                }
            },
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Ralph Khattar",
                    "email": "ralph.khattar@gmail.com"
                }
            ],
            "description": "A polyfill for getallheaders.",
            "transport-options": {
                "symlink": false,
                "relative": true
            },
            "install-path": "../mcloud-ralouphie/getallheaders"
        },
        {
            "name": "mcloud-ralouphie/mimey",
            "version": "2.1.0",
            "version_normalized": "2.1.0.0",
            "dist": {
                "type": "path",
                "url": "../library/ralouphie/mimey",
                "reference": "ff8ae27bcb93c7e3d2842d4044f09a6f6b3fa2d7"
            },
            "require": {
                "php": "^5.4|^7.0"
            },
            "require-dev": {
                "php-coveralls/php-coveralls": "^1.1",
                "phpunit/phpunit": "^4.8 || ^5.7 || ^6.5"
            },
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "MediaCloud\\Vendor\\Mimey\\": "src/"
                }
            },
            "autoload-dev": {
                "psr-4": {
                    "Mimey\\Tests\\": "tests/src/"
                }
            },
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Ralph Khattar",
                    "email": "ralph.khattar@gmail.com"
                }
            ],
            "description": "PHP package for converting file extensions to MIME types and vice versa.",
            "transport-options": {
                "symlink": false,
                "relative": true
            },
            "install-path": "../mcloud-ralouphie/mimey"
        },
        {
            "name": "mcloud-rize/uri-template",
            "version": "0.3.4",
            "version_normalized": "0.3.4.0",
            "dist": {
                "type": "path",
                "url": "../library/rize/uri-template",
                "reference": "acc3e14a972c80afaba58b5b25ae08f2c0b08436"
            },
            "require": {
                "php": ">=5.3.0"
            },
            "require-dev": {
                "phpunit/phpunit": "~4.8.36"
            },
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "MediaCloud\\Vendor\\Rize\\": "src/Rize"
                }
            },
            "scripts": {
                "test": [
                    "vendor/bin/phpunit test/"
                ]
            },
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Marut K",
                    "homepage": "http://twitter.com/rezigned"
                }
            ],
            "description": "PHP URI Template (RFC 6570) supports both expansion & extraction",
            "keywords": [
                "RFC 6570",
                "Template",
                "URI"
            ],
            "transport-options": {
                "symlink": false,
                "relative": true
            },
            "install-path": "../mcloud-rize/uri-template"
        },
        {
            "name": "mcloud-shortpixel/shortpixel-php",
            "version": "v1.8.7",
            "version_normalized": "1.8.7.0",
            "dist": {
                "type": "path",
                "url": "../library/shortpixel/shortpixel-php",
                "reference": "b08329cf84b08daafa015b116168f94a9249ada0"
            },
            "require": {
                "ext-curl": "*",
                "ext-json": "*",
                "lib-curl": ">=7.20.0",
                "php": ">=5.3.0"
            },
            "require-dev": {
                "phpunit/phpunit": "~4.0",
                "symfony/yaml": "~2.0"
            },
            "bin": [
                "bin/shortpixel"
            ],
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "lib/ShortPixel.php",
                    "lib/ShortPixel/Exception.php"
                ],
                "psr-4": {
                    "MediaCloud\\Vendor\\ShortPixel\\": "lib/ShortPixel/"
                }
            },
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Simon Duduica",
                    "email": "simon@shortpixel.com"
                }
            ],
            "description": "ShortPixel PHP SDK. Read more at https://shortpixel.com/api-tools",
            "homepage": "https://shortpixel.com/api",
            "keywords": [
                "api",
                "compress",
                "images",
                "optimize",
                "shortpixel"
            ],
            "support": {
                "email": "support@shortpixel.com"
            },
            "transport-options": {
                "symlink": false,
                "relative": true
            },
            "install-path": "../mcloud-shortpixel/shortpixel-php"
        },
        {
            "name": "mcloud-smalot/pdfparser",
            "version": "v2.1.0",
            "version_normalized": "2.1.0.0",
            "dist": {
                "type": "path",
                "url": "../library/smalot/pdfparser",
                "reference": "3594d1e4fe0e379c697b6fc8bc5cdf066726f3c7"
            },
            "require": {
                "ext-iconv": "*",
                "ext-zlib": "*",
                "mcloud-symfony/polyfill-mbstring": "v1.24.0",
                "php": ">=7.1"
            },
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-0": {
                    "MediaCloud\\Vendor\\Smalot\\PdfParser\\": "src/"
                }
            },
            "autoload-dev": {
                "psr-4": {
                    "Tests\\Smalot\\PdfParser\\": "tests/"
                }
            },
            "license": [
                "LGPL-3.0"
            ],
            "authors": [
                {
                    "name": "Sebastien MALOT",
                    "email": "sebastien@malot.fr"
                }
            ],
            "description": "Pdf parser library. Can read and extract information from pdf file.",
            "homepage": "https://www.pdfparser.org",
            "keywords": [
                "PDF",
                "extract",
                "parse",
                "parser",
                "text"
            ],
            "support": {
                "issues": "https://github.com/smalot/pdfparser/issues"
            },
            "transport-options": {
                "symlink": false,
                "relative": true
            },
            "install-path": "../mcloud-smalot/pdfparser"
        },
        {
            "name": "mcloud-symfony/amqp-messenger",
            "version": "v5.4.5",
            "version_normalized": "5.4.5.0",
            "dist": {
                "type": "path",
                "url": "../library/symfony/amqp-messenger",
                "reference": "f1b3920ad088f1f63aaec4015eaf1458a79f6b7d"
            },
            "require": {
                "mcloud-symfony/deprecation-contracts": "v2.5.0",
                "mcloud-symfony/messenger": "v5.4.3",
                "php": ">=7.2.5"
            },
            "require-dev": {
                "symfony/event-dispatcher": "^4.4|^5.0|^6.0",
                "symfony/process": "^4.4|^5.0|^6.0",
                "symfony/property-access": "^4.4|^5.0|^6.0",
                "symfony/serializer": "^4.4|^5.0|^6.0"
            },
            "type": "symfony-messenger-bridge",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "MediaCloud\\Vendor\\Symfony\\Component\\Messenger\\Bridge\\Amqp\\": ""
                },
                "exclude-from-classmap": [
                    "/Tests/"
                ]
            },
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Fabien Potencier",
                    "email": "fabien@symfony.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Symfony AMQP extension Messenger Bridge",
            "homepage": "https://symfony.com",
            "transport-options": {
                "symlink": false,
                "relative": true
            },
            "install-path": "../mcloud-symfony/amqp-messenger"
        },
        {
            "name": "mcloud-symfony/browser-kit",
            "version": "v5.4.3",
            "version_normalized": "5.4.3.0",
            "dist": {
                "type": "path",
                "url": "../library/symfony/browser-kit",
                "reference": "07cbc45b4c900c91fb0285c421f45c55133cbefd"
            },
            "require": {
                "mcloud-symfony/dom-crawler": "v5.4.5",
                "mcloud-symfony/polyfill-php80": "v1.24.0",
                "php": ">=7.2.5"
            },
            "require-dev": {
                "symfony/css-selector": "^4.4|^5.0|^6.0",
                "symfony/http-client": "^4.4|^5.0|^6.0",
                "symfony/mime": "^4.4|^5.0|^6.0",
                "symfony/process": "^4.4|^5.0|^6.0"
            },
            "suggest": {
                "symfony/process": ""
            },
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "MediaCloud\\Vendor\\Symfony\\Component\\BrowserKit\\": ""
                },
                "exclude-from-classmap": [
                    "/Tests/"
                ]
            },
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Fabien Potencier",
                    "email": "fabien@symfony.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Simulates the behavior of a web browser, allowing you to make requests, click on links and submit forms programmatically",
            "homepage": "https://symfony.com",
            "transport-options": {
                "symlink": false,
                "relative": true
            },
            "install-path": "../mcloud-symfony/browser-kit"
        },
        {
            "name": "mcloud-symfony/cache",
            "version": "v5.4.5",
            "version_normalized": "5.4.5.0",
            "dist": {
                "type": "path",
                "url": "../library/symfony/cache",
                "reference": "d3178a46e0a2f2b000ef4352cb42e5b7591df12a"
            },
            "require": {
                "mcloud-psr/cache": "1.0.1",
                "mcloud-psr/log": "1.1.4",
                "mcloud-symfony/cache-contracts": "v2.5.0",
                "mcloud-symfony/deprecation-contracts": "v2.5.0",
                "mcloud-symfony/polyfill-php73": "v1.24.0",
                "mcloud-symfony/polyfill-php80": "v1.24.0",
                "mcloud-symfony/service-contracts": "v2.5.0",
                "mcloud-symfony/var-exporter": "v5.4.3",
                "php": ">=7.2.5"
            },
            "conflict": {
                "doctrine/dbal": "<2.13.1",
                "symfony/dependency-injection": "<4.4",
                "symfony/http-kernel": "<4.4",
                "symfony/var-dumper": "<4.4"
            },
            "provide": {
                "psr/cache-implementation": "1.0|2.0",
                "psr/simple-cache-implementation": "1.0|2.0",
                "symfony/cache-implementation": "1.0|2.0"
            },
            "require-dev": {
                "cache/integration-tests": "dev-master",
                "doctrine/cache": "^1.6|^2.0",
                "doctrine/dbal": "^2.13.1|^3.0",
                "predis/predis": "^1.1",
                "psr/simple-cache": "^1.0|^2.0",
                "symfony/config": "^4.4|^5.0|^6.0",
                "symfony/dependency-injection": "^4.4|^5.0|^6.0",
                "symfony/filesystem": "^4.4|^5.0|^6.0",
                "symfony/http-kernel": "^4.4|^5.0|^6.0",
                "symfony/messenger": "^4.4|^5.0|^6.0",
                "symfony/var-dumper": "^4.4|^5.0|^6.0"
            },
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "MediaCloud\\Vendor\\Symfony\\Component\\Cache\\": ""
                },
                "exclude-from-classmap": [
                    "/Tests/"
                ]
            },
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Nicolas Grekas",
                    "email": "p@tchwork.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Provides an extended PSR-6, PSR-16 (and tags) implementation",
            "homepage": "https://symfony.com",
            "keywords": [
                "caching",
                "psr6"
            ],
            "transport-options": {
                "symlink": false,
                "relative": true
            },
            "install-path": "../mcloud-symfony/cache"
        },
        {
            "name": "mcloud-symfony/cache-contracts",
            "version": "v2.5.0",
            "version_normalized": "2.5.0.0",
            "dist": {
                "type": "path",
                "url": "../library/symfony/cache-contracts",
                "reference": "ab16d8ae53cf54360ab6f14c6f44d0ca4d810fd8"
            },
            "require": {
                "mcloud-psr/cache": "1.0.1",
                "php": ">=7.2.5"
            },
            "suggest": {
                "symfony/cache-implementation": ""
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-main": "2.5-dev"
                },
                "thanks": {
                    "name": "symfony/contracts",
                    "url": "https://github.com/symfony/contracts"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "MediaCloud\\Vendor\\Symfony\\Contracts\\Cache\\": ""
                }
            },
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Nicolas Grekas",
                    "email": "p@tchwork.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Generic abstractions related to caching",
            "homepage": "https://symfony.com",
            "keywords": [
                "abstractions",
                "contracts",
                "decoupling",
                "interfaces",
                "interoperability",
                "standards"
            ],
            "transport-options": {
                "symlink": false,
                "relative": true
            },
            "install-path": "../mcloud-symfony/cache-contracts"
        },
        {
            "name": "mcloud-symfony/config",
            "version": "v5.4.3",
            "version_normalized": "5.4.3.0",
            "dist": {
                "type": "path",
                "url": "../library/symfony/config",
                "reference": "c190b98eb4ec4623809664a72569f167e4acc0d0"
            },
            "require": {
                "mcloud-symfony/deprecation-contracts": "v2.5.0",
                "mcloud-symfony/filesystem": "v5.4.5",
                "mcloud-symfony/polyfill-ctype": "v1.24.0",
                "mcloud-symfony/polyfill-php80": "v1.24.0",
                "mcloud-symfony/polyfill-php81": "v1.24.0",
                "php": ">=7.2.5"
            },
            "conflict": {
                "symfony/finder": "<4.4"
            },
            "require-dev": {
                "symfony/event-dispatcher": "^4.4|^5.0|^6.0",
                "symfony/finder": "^4.4|^5.0|^6.0",
                "symfony/messenger": "^4.4|^5.0|^6.0",
                "symfony/service-contracts": "^1.1|^2|^3",
                "symfony/yaml": "^4.4|^5.0|^6.0"
            },
            "suggest": {
                "symfony/yaml": "To use the yaml reference dumper"
            },
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "MediaCloud\\Vendor\\Symfony\\Component\\Config\\": ""
                },
                "exclude-from-classmap": [
                    "/Tests/"
                ]
            },
            "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",
            "transport-options": {
                "symlink": false,
                "relative": true
            },
            "install-path": "../mcloud-symfony/config"
        },
        {
            "name": "mcloud-symfony/console",
            "version": "v5.4.5",
            "version_normalized": "5.4.5.0",
            "dist": {
                "type": "path",
                "url": "../library/symfony/console",
                "reference": "ca3a676f73c5b79c481555e2abbd4484bb435861"
            },
            "require": {
                "mcloud-symfony/deprecation-contracts": "v2.5.0",
                "mcloud-symfony/polyfill-mbstring": "v1.24.0",
                "mcloud-symfony/polyfill-php73": "v1.24.0",
                "mcloud-symfony/polyfill-php80": "v1.24.0",
                "mcloud-symfony/service-contracts": "v2.5.0",
                "mcloud-symfony/string": "v5.4.3",
                "php": ">=7.2.5"
            },
            "conflict": {
                "psr/log": ">=3",
                "symfony/dependency-injection": "<4.4",
                "symfony/dotenv": "<5.1",
                "symfony/event-dispatcher": "<4.4",
                "symfony/lock": "<4.4",
                "symfony/process": "<4.4"
            },
            "provide": {
                "psr/log-implementation": "1.0|2.0"
            },
            "require-dev": {
                "psr/log": "^1|^2",
                "symfony/config": "^4.4|^5.0|^6.0",
                "symfony/dependency-injection": "^4.4|^5.0|^6.0",
                "symfony/event-dispatcher": "^4.4|^5.0|^6.0",
                "symfony/lock": "^4.4|^5.0|^6.0",
                "symfony/process": "^4.4|^5.0|^6.0",
                "symfony/var-dumper": "^4.4|^5.0|^6.0"
            },
            "suggest": {
                "psr/log": "For using the console logger",
                "symfony/event-dispatcher": "",
                "symfony/lock": "",
                "symfony/process": ""
            },
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "MediaCloud\\Vendor\\Symfony\\Component\\Console\\": ""
                },
                "exclude-from-classmap": [
                    "/Tests/"
                ]
            },
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Fabien Potencier",
                    "email": "fabien@symfony.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Eases the creation of beautiful and testable command line interfaces",
            "homepage": "https://symfony.com",
            "keywords": [
                "cli",
                "command line",
                "console",
                "terminal"
            ],
            "transport-options": {
                "symlink": false,
                "relative": true
            },
            "install-path": "../mcloud-symfony/console"
        },
        {
            "name": "mcloud-symfony/debug",
            "version": "v4.4.37",
            "version_normalized": "4.4.37.0",
            "dist": {
                "type": "path",
                "url": "../library/symfony/debug",
                "reference": "72505ad8b9644fa8e3f4cc5ce305de5605a47621"
            },
            "require": {
                "mcloud-psr/log": "1.1.4",
                "php": ">=7.1.3"
            },
            "conflict": {
                "symfony/http-kernel": "<3.4"
            },
            "require-dev": {
                "symfony/http-kernel": "^3.4|^4.0|^5.0"
            },
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "MediaCloud\\Vendor\\Symfony\\Component\\Debug\\": ""
                },
                "exclude-from-classmap": [
                    "/Tests/"
                ]
            },
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Fabien Potencier",
                    "email": "fabien@symfony.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Provides tools to ease debugging PHP code",
            "homepage": "https://symfony.com",
            "transport-options": {
                "symlink": false,
                "relative": true
            },
            "install-path": "../mcloud-symfony/debug"
        },
        {
            "name": "mcloud-symfony/dependency-injection",
            "version": "v5.4.5",
            "version_normalized": "5.4.5.0",
            "dist": {
                "type": "path",
                "url": "../library/symfony/dependency-injection",
                "reference": "942c9e8e503cbed8f219f44aae4edb7a2faf40ab"
            },
            "require": {
                "mcloud-psr/container": "1.1.2",
                "mcloud-symfony/deprecation-contracts": "v2.5.0",
                "mcloud-symfony/polyfill-php80": "v1.24.0",
                "mcloud-symfony/polyfill-php81": "v1.24.0",
                "mcloud-symfony/service-contracts": "v2.5.0",
                "php": ">=7.2.5"
            },
            "conflict": {
                "ext-psr": "<1.1|>=2",
                "symfony/config": "<5.3",
                "symfony/finder": "<4.4",
                "symfony/proxy-manager-bridge": "<4.4",
                "symfony/yaml": "<4.4.26"
            },
            "provide": {
                "psr/container-implementation": "1.0",
                "symfony/service-implementation": "1.0|2.0"
            },
            "require-dev": {
                "symfony/config": "^5.3|^6.0",
                "symfony/expression-language": "^4.4|^5.0|^6.0",
                "symfony/yaml": "^4.4.26|^5.0|^6.0"
            },
            "suggest": {
                "symfony/config": "",
                "symfony/expression-language": "For using expressions in service container configuration",
                "symfony/finder": "For using double-star glob patterns or when GLOB_BRACE portability is required",
                "symfony/proxy-manager-bridge": "Generate service proxies to lazy load them",
                "symfony/yaml": ""
            },
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "MediaCloud\\Vendor\\Symfony\\Component\\DependencyInjection\\": ""
                },
                "exclude-from-classmap": [
                    "/Tests/"
                ]
            },
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Fabien Potencier",
                    "email": "fabien@symfony.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Allows you to standardize and centralize the way objects are constructed in your application",
            "homepage": "https://symfony.com",
            "transport-options": {
                "symlink": false,
                "relative": true
            },
            "install-path": "../mcloud-symfony/dependency-injection"
        },
        {
            "name": "mcloud-symfony/deprecation-contracts",
            "version": "v2.5.0",
            "version_normalized": "2.5.0.0",
            "dist": {
                "type": "path",
                "url": "../library/symfony/deprecation-contracts",
                "reference": "37b96f078fac5cd404902d713a7b84bd64be6e8e"
            },
            "require": {
                "php": ">=7.1"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-main": "2.5-dev"
                },
                "thanks": {
                    "name": "symfony/contracts",
                    "url": "https://github.com/symfony/contracts"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "function.php"
                ]
            },
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Nicolas Grekas",
                    "email": "p@tchwork.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "A generic function and convention to trigger deprecation notices",
            "homepage": "https://symfony.com",
            "transport-options": {
                "symlink": false,
                "relative": true
            },
            "install-path": "../mcloud-symfony/deprecation-contracts"
        },
        {
            "name": "mcloud-symfony/doctrine-messenger",
            "version": "v5.4.3",
            "version_normalized": "5.4.3.0",
            "dist": {
                "type": "path",
                "url": "../library/symfony/doctrine-messenger",
                "reference": "64f3af8c23112cbc3a1f2e212ad78a5fbef152a8"
            },
            "require": {
                "mcloud-symfony/messenger": "v5.4.3",
                "mcloud-symfony/service-contracts": "v2.5.0",
                "php": ">=7.2.5"
            },
            "conflict": {
                "doctrine/dbal": "<2.13",
                "doctrine/persistence": "<1.3"
            },
            "require-dev": {
                "doctrine/dbal": "^2.13|^3.0",
                "doctrine/persistence": "^1.3|^2",
                "symfony/property-access": "^4.4|^5.0|^6.0",
                "symfony/serializer": "^4.4|^5.0|^6.0"
            },
            "type": "symfony-messenger-bridge",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "MediaCloud\\Vendor\\Symfony\\Component\\Messenger\\Bridge\\Doctrine\\": ""
                },
                "exclude-from-classmap": [
                    "/Tests/"
                ]
            },
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Fabien Potencier",
                    "email": "fabien@symfony.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Symfony Doctrine Messenger Bridge",
            "homepage": "https://symfony.com",
            "transport-options": {
                "symlink": false,
                "relative": true
            },
            "install-path": "../mcloud-symfony/doctrine-messenger"
        },
        {
            "name": "mcloud-symfony/dom-crawler",
            "version": "v5.4.5",
            "version_normalized": "5.4.5.0",
            "dist": {
                "type": "path",
                "url": "../library/symfony/dom-crawler",
                "reference": "96953c9f43361f50b7ff93fc382cb2b64da48e7f"
            },
            "require": {
                "mcloud-symfony/deprecation-contracts": "v2.5.0",
                "mcloud-symfony/polyfill-ctype": "v1.24.0",
                "mcloud-symfony/polyfill-mbstring": "v1.24.0",
                "mcloud-symfony/polyfill-php80": "v1.24.0",
                "php": ">=7.2.5"
            },
            "conflict": {
                "masterminds/html5": "<2.6"
            },
            "require-dev": {
                "masterminds/html5": "^2.6",
                "symfony/css-selector": "^4.4|^5.0|^6.0"
            },
            "suggest": {
                "symfony/css-selector": ""
            },
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "MediaCloud\\Vendor\\Symfony\\Component\\DomCrawler\\": ""
                },
                "exclude-from-classmap": [
                    "/Tests/"
                ]
            },
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Fabien Potencier",
                    "email": "fabien@symfony.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Eases DOM navigation for HTML and XML documents",
            "homepage": "https://symfony.com",
            "transport-options": {
                "symlink": false,
                "relative": true
            },
            "install-path": "../mcloud-symfony/dom-crawler"
        },
        {
            "name": "mcloud-symfony/error-handler",
            "version": "v5.4.3",
            "version_normalized": "5.4.3.0",
            "dist": {
                "type": "path",
                "url": "../library/symfony/error-handler",
                "reference": "ccad7819cebb3f9984b08610ba09810c5f70bb70"
            },
            "require": {
                "mcloud-psr/log": "1.1.4",
                "mcloud-symfony/var-dumper": "v5.4.5",
                "php": ">=7.2.5"
            },
            "require-dev": {
                "symfony/deprecation-contracts": "^2.1|^3",
                "symfony/http-kernel": "^4.4|^5.0|^6.0",
                "symfony/serializer": "^4.4|^5.0|^6.0"
            },
            "bin": [
                "Resources/bin/patch-type-declarations"
            ],
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "MediaCloud\\Vendor\\Symfony\\Component\\ErrorHandler\\": ""
                },
                "exclude-from-classmap": [
                    "/Tests/"
                ]
            },
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Fabien Potencier",
                    "email": "fabien@symfony.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Provides tools to manage errors and ease debugging PHP code",
            "homepage": "https://symfony.com",
            "transport-options": {
                "symlink": false,
                "relative": true
            },
            "install-path": "../mcloud-symfony/error-handler"
        },
        {
            "name": "mcloud-symfony/event-dispatcher",
            "version": "v5.4.3",
            "version_normalized": "5.4.3.0",
            "dist": {
                "type": "path",
                "url": "../library/symfony/event-dispatcher",
                "reference": "eee8ba27b8c1db6cd740de31b91ec6c6edca051b"
            },
            "require": {
                "mcloud-symfony/deprecation-contracts": "v2.5.0",
                "mcloud-symfony/event-dispatcher-contracts": "v2.5.0",
                "mcloud-symfony/polyfill-php80": "v1.24.0",
                "php": ">=7.2.5"
            },
            "conflict": {
                "symfony/dependency-injection": "<4.4"
            },
            "provide": {
                "psr/event-dispatcher-implementation": "1.0",
                "symfony/event-dispatcher-implementation": "2.0"
            },
            "require-dev": {
                "psr/log": "^1|^2|^3",
                "symfony/config": "^4.4|^5.0|^6.0",
                "symfony/dependency-injection": "^4.4|^5.0|^6.0",
                "symfony/error-handler": "^4.4|^5.0|^6.0",
                "symfony/expression-language": "^4.4|^5.0|^6.0",
                "symfony/http-foundation": "^4.4|^5.0|^6.0",
                "symfony/service-contracts": "^1.1|^2|^3",
                "symfony/stopwatch": "^4.4|^5.0|^6.0"
            },
            "suggest": {
                "symfony/dependency-injection": "",
                "symfony/http-kernel": ""
            },
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "MediaCloud\\Vendor\\Symfony\\Component\\EventDispatcher\\": ""
                },
                "exclude-from-classmap": [
                    "/Tests/"
                ]
            },
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Fabien Potencier",
                    "email": "fabien@symfony.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Provides tools that allow your application components to communicate with each other by dispatching events and listening to them",
            "homepage": "https://symfony.com",
            "transport-options": {
                "symlink": false,
                "relative": true
            },
            "install-path": "../mcloud-symfony/event-dispatcher"
        },
        {
            "name": "mcloud-symfony/event-dispatcher-contracts",
            "version": "v2.5.0",
            "version_normalized": "2.5.0.0",
            "dist": {
                "type": "path",
                "url": "../library/symfony/event-dispatcher-contracts",
                "reference": "f590cfec2b33e25c01ab9004787d8ed68e839938"
            },
            "require": {
                "mcloud-psr/event-dispatcher": "1.0.0",
                "php": ">=7.2.5"
            },
            "suggest": {
                "symfony/event-dispatcher-implementation": ""
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-main": "2.5-dev"
                },
                "thanks": {
                    "name": "symfony/contracts",
                    "url": "https://github.com/symfony/contracts"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "MediaCloud\\Vendor\\Symfony\\Contracts\\EventDispatcher\\": ""
                }
            },
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Nicolas Grekas",
                    "email": "p@tchwork.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Generic abstractions related to dispatching event",
            "homepage": "https://symfony.com",
            "keywords": [
                "abstractions",
                "contracts",
                "decoupling",
                "interfaces",
                "interoperability",
                "standards"
            ],
            "transport-options": {
                "symlink": false,
                "relative": true
            },
            "install-path": "../mcloud-symfony/event-dispatcher-contracts"
        },
        {
            "name": "mcloud-symfony/expression-language",
            "version": "v5.4.3",
            "version_normalized": "5.4.3.0",
            "dist": {
                "type": "path",
                "url": "../library/symfony/expression-language",
                "reference": "35fb89ad302bde00afbb007d450f8b3b8ae90597"
            },
            "require": {
                "mcloud-symfony/cache": "v5.4.5",
                "mcloud-symfony/service-contracts": "v2.5.0",
                "php": ">=7.2.5"
            },
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "MediaCloud\\Vendor\\Symfony\\Component\\ExpressionLanguage\\": ""
                },
                "exclude-from-classmap": [
                    "/Tests/"
                ]
            },
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Fabien Potencier",
                    "email": "fabien@symfony.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Provides an engine that can compile and evaluate expressions",
            "homepage": "https://symfony.com",
            "transport-options": {
                "symlink": false,
                "relative": true
            },
            "install-path": "../mcloud-symfony/expression-language"
        },
        {
            "name": "mcloud-symfony/filesystem",
            "version": "v5.4.5",
            "version_normalized": "5.4.5.0",
            "dist": {
                "type": "path",
                "url": "../library/symfony/filesystem",
                "reference": "4006b175d64706e9938dc7e6c06bd1898350d6c7"
            },
            "require": {
                "mcloud-symfony/polyfill-ctype": "v1.24.0",
                "mcloud-symfony/polyfill-mbstring": "v1.24.0",
                "mcloud-symfony/polyfill-php80": "v1.24.0",
                "php": ">=7.2.5"
            },
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "MediaCloud\\Vendor\\Symfony\\Component\\Filesystem\\": ""
                },
                "exclude-from-classmap": [
                    "/Tests/"
                ]
            },
            "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",
            "transport-options": {
                "symlink": false,
                "relative": true
            },
            "install-path": "../mcloud-symfony/filesystem"
        },
        {
            "name": "mcloud-symfony/finder",
            "version": "v5.4.3",
            "version_normalized": "5.4.3.0",
            "dist": {
                "type": "path",
                "url": "../library/symfony/finder",
                "reference": "846a5e17365ccefec095b55f46f9501ff668509e"
            },
            "require": {
                "mcloud-symfony/deprecation-contracts": "v2.5.0",
                "mcloud-symfony/polyfill-php80": "v1.24.0",
                "php": ">=7.2.5"
            },
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "MediaCloud\\Vendor\\Symfony\\Component\\Finder\\": ""
                },
                "exclude-from-classmap": [
                    "/Tests/"
                ]
            },
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Fabien Potencier",
                    "email": "fabien@symfony.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Finds files and directories via an intuitive fluent interface",
            "homepage": "https://symfony.com",
            "transport-options": {
                "symlink": false,
                "relative": true
            },
            "install-path": "../mcloud-symfony/finder"
        },
        {
            "name": "mcloud-symfony/http-client",
            "version": "v5.4.5",
            "version_normalized": "5.4.5.0",
            "dist": {
                "type": "path",
                "url": "../library/symfony/http-client",
                "reference": "d7433ed6ced8419ff0d71830a69ad61bc2901c85"
            },
            "require": {
                "mcloud-psr/log": "1.1.4",
                "mcloud-symfony/deprecation-contracts": "v2.5.0",
                "mcloud-symfony/http-client-contracts": "v2.5.0",
                "mcloud-symfony/polyfill-php73": "v1.24.0",
                "mcloud-symfony/polyfill-php80": "v1.24.0",
                "mcloud-symfony/service-contracts": "v2.5.0",
                "php": ">=7.2.5"
            },
            "provide": {
                "php-http/async-client-implementation": "*",
                "php-http/client-implementation": "*",
                "psr/http-client-implementation": "1.0",
                "symfony/http-client-implementation": "2.4"
            },
            "require-dev": {
                "amphp/amp": "^2.5",
                "amphp/http-client": "^4.2.1",
                "amphp/http-tunnel": "^1.0",
                "amphp/socket": "^1.1",
                "guzzlehttp/promises": "^1.4",
                "nyholm/psr7": "^1.0",
                "php-http/httplug": "^1.0|^2.0",
                "psr/http-client": "^1.0",
                "symfony/dependency-injection": "^4.4|^5.0|^6.0",
                "symfony/http-kernel": "^4.4.13|^5.1.5|^6.0",
                "symfony/process": "^4.4|^5.0|^6.0",
                "symfony/stopwatch": "^4.4|^5.0|^6.0"
            },
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "MediaCloud\\Vendor\\Symfony\\Component\\HttpClient\\": ""
                },
                "exclude-from-classmap": [
                    "/Tests/"
                ]
            },
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Nicolas Grekas",
                    "email": "p@tchwork.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Provides powerful methods to fetch HTTP resources synchronously or asynchronously",
            "homepage": "https://symfony.com",
            "transport-options": {
                "symlink": false,
                "relative": true
            },
            "install-path": "../mcloud-symfony/http-client"
        },
        {
            "name": "mcloud-symfony/http-client-contracts",
            "version": "v2.5.0",
            "version_normalized": "2.5.0.0",
            "dist": {
                "type": "path",
                "url": "../library/symfony/http-client-contracts",
                "reference": "b1d981b2c8e95980ef4c4340bd931a3621de748b"
            },
            "require": {
                "php": ">=7.2.5"
            },
            "suggest": {
                "symfony/http-client-implementation": ""
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-main": "2.5-dev"
                },
                "thanks": {
                    "name": "symfony/contracts",
                    "url": "https://github.com/symfony/contracts"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "MediaCloud\\Vendor\\Symfony\\Contracts\\HttpClient\\": ""
                }
            },
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Nicolas Grekas",
                    "email": "p@tchwork.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Generic abstractions related to HTTP clients",
            "homepage": "https://symfony.com",
            "keywords": [
                "abstractions",
                "contracts",
                "decoupling",
                "interfaces",
                "interoperability",
                "standards"
            ],
            "transport-options": {
                "symlink": false,
                "relative": true
            },
            "install-path": "../mcloud-symfony/http-client-contracts"
        },
        {
            "name": "mcloud-symfony/http-foundation",
            "version": "v5.4.5",
            "version_normalized": "5.4.5.0",
            "dist": {
                "type": "path",
                "url": "../library/symfony/http-foundation",
                "reference": "b1f3443d2498f7f4b21df8e06ddbe79c7083a32a"
            },
            "require": {
                "mcloud-symfony/deprecation-contracts": "v2.5.0",
                "mcloud-symfony/polyfill-mbstring": "v1.24.0",
                "mcloud-symfony/polyfill-php80": "v1.24.0",
                "php": ">=7.2.5"
            },
            "require-dev": {
                "predis/predis": "~1.0",
                "symfony/cache": "^4.4|^5.0|^6.0",
                "symfony/expression-language": "^4.4|^5.0|^6.0",
                "symfony/mime": "^4.4|^5.0|^6.0"
            },
            "suggest": {
                "symfony/mime": "To use the file extension guesser"
            },
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "MediaCloud\\Vendor\\Symfony\\Component\\HttpFoundation\\": ""
                },
                "exclude-from-classmap": [
                    "/Tests/"
                ]
            },
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Fabien Potencier",
                    "email": "fabien@symfony.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Defines an object-oriented layer for the HTTP specification",
            "homepage": "https://symfony.com",
            "transport-options": {
                "symlink": false,
                "relative": true
            },
            "install-path": "../mcloud-symfony/http-foundation"
        },
        {
            "name": "mcloud-symfony/http-kernel",
            "version": "v5.4.5",
            "version_normalized": "5.4.5.0",
            "dist": {
                "type": "path",
                "url": "../library/symfony/http-kernel",
                "reference": "66b11d81792127287278f5e9ad2c6feac48504f2"
            },
            "require": {
                "mcloud-psr/log": "1.1.4",
                "mcloud-symfony/deprecation-contracts": "v2.5.0",
                "mcloud-symfony/error-handler": "v5.4.3",
                "mcloud-symfony/event-dispatcher": "v5.4.3",
                "mcloud-symfony/http-foundation": "v5.4.5",
                "mcloud-symfony/polyfill-ctype": "v1.24.0",
                "mcloud-symfony/polyfill-php73": "v1.24.0",
                "mcloud-symfony/polyfill-php80": "v1.24.0",
                "php": ">=7.2.5"
            },
            "conflict": {
                "symfony/browser-kit": "<5.4",
                "symfony/cache": "<5.0",
                "symfony/config": "<5.0",
                "symfony/console": "<4.4",
                "symfony/dependency-injection": "<5.3",
                "symfony/doctrine-bridge": "<5.0",
                "symfony/form": "<5.0",
                "symfony/http-client": "<5.0",
                "symfony/mailer": "<5.0",
                "symfony/messenger": "<5.0",
                "symfony/translation": "<5.0",
                "symfony/twig-bridge": "<5.0",
                "symfony/validator": "<5.0",
                "twig/twig": "<2.13"
            },
            "provide": {
                "psr/log-implementation": "1.0|2.0"
            },
            "require-dev": {
                "psr/cache": "^1.0|^2.0|^3.0",
                "symfony/browser-kit": "^5.4|^6.0",
                "symfony/config": "^5.0|^6.0",
                "symfony/console": "^4.4|^5.0|^6.0",
                "symfony/css-selector": "^4.4|^5.0|^6.0",
                "symfony/dependency-injection": "^5.3|^6.0",
                "symfony/dom-crawler": "^4.4|^5.0|^6.0",
                "symfony/expression-language": "^4.4|^5.0|^6.0",
                "symfony/finder": "^4.4|^5.0|^6.0",
                "symfony/http-client-contracts": "^1.1|^2|^3",
                "symfony/process": "^4.4|^5.0|^6.0",
                "symfony/routing": "^4.4|^5.0|^6.0",
                "symfony/stopwatch": "^4.4|^5.0|^6.0",
                "symfony/translation": "^4.4|^5.0|^6.0",
                "symfony/translation-contracts": "^1.1|^2|^3",
                "twig/twig": "^2.13|^3.0.4"
            },
            "suggest": {
                "symfony/browser-kit": "",
                "symfony/config": "",
                "symfony/console": "",
                "symfony/dependency-injection": ""
            },
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "MediaCloud\\Vendor\\Symfony\\Component\\HttpKernel\\": ""
                },
                "exclude-from-classmap": [
                    "/Tests/"
                ]
            },
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Fabien Potencier",
                    "email": "fabien@symfony.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Provides a structured process for converting a Request into a Response",
            "homepage": "https://symfony.com",
            "transport-options": {
                "symlink": false,
                "relative": true
            },
            "install-path": "../mcloud-symfony/http-kernel"
        },
        {
            "name": "mcloud-symfony/lock",
            "version": "v5.4.5",
            "version_normalized": "5.4.5.0",
            "dist": {
                "type": "path",
                "url": "../library/symfony/lock",
                "reference": "ad98298304c83113966043187e2455faca05231b"
            },
            "require": {
                "mcloud-psr/log": "1.1.4",
                "mcloud-symfony/deprecation-contracts": "v2.5.0",
                "mcloud-symfony/polyfill-php80": "v1.24.0",
                "php": ">=7.2.5"
            },
            "conflict": {
                "doctrine/dbal": "<2.13"
            },
            "require-dev": {
                "doctrine/dbal": "^2.13|^3.0",
                "predis/predis": "~1.0"
            },
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "MediaCloud\\Vendor\\Symfony\\Component\\Lock\\": ""
                },
                "exclude-from-classmap": [
                    "/Tests/"
                ]
            },
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Jérémy Derussé",
                    "email": "jeremy@derusse.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Creates and manages locks, a mechanism to provide exclusive access to a shared resource",
            "homepage": "https://symfony.com",
            "keywords": [
                "cas",
                "flock",
                "locking",
                "mutex",
                "redlock",
                "semaphore"
            ],
            "transport-options": {
                "symlink": false,
                "relative": true
            },
            "install-path": "../mcloud-symfony/lock"
        },
        {
            "name": "mcloud-symfony/messenger",
            "version": "v5.4.3",
            "version_normalized": "5.4.3.0",
            "dist": {
                "type": "path",
                "url": "../library/symfony/messenger",
                "reference": "67a6e40fdf9816576182732fc367c339a660e3fa"
            },
            "require": {
                "mcloud-psr/log": "1.1.4",
                "mcloud-symfony/amqp-messenger": "v5.4.5",
                "mcloud-symfony/deprecation-contracts": "v2.5.0",
                "mcloud-symfony/doctrine-messenger": "v5.4.3",
                "mcloud-symfony/polyfill-php80": "v1.24.0",
                "mcloud-symfony/redis-messenger": "v5.4.5",
                "php": ">=7.2.5"
            },
            "conflict": {
                "symfony/event-dispatcher": "<4.4",
                "symfony/framework-bundle": "<4.4",
                "symfony/http-kernel": "<4.4",
                "symfony/serializer": "<5.0"
            },
            "require-dev": {
                "psr/cache": "^1.0|^2.0|^3.0",
                "symfony/console": "^5.4|^6.0",
                "symfony/dependency-injection": "^5.3|^6.0",
                "symfony/event-dispatcher": "^4.4|^5.0|^6.0",
                "symfony/http-kernel": "^4.4|^5.0|^6.0",
                "symfony/process": "^4.4|^5.0|^6.0",
                "symfony/property-access": "^4.4|^5.0|^6.0",
                "symfony/routing": "^4.4|^5.0|^6.0",
                "symfony/serializer": "^5.0|^6.0",
                "symfony/service-contracts": "^1.1|^2|^3",
                "symfony/stopwatch": "^4.4|^5.0|^6.0",
                "symfony/validator": "^4.4|^5.0|^6.0"
            },
            "suggest": {
                "enqueue/messenger-adapter": "For using the php-enqueue library as a transport."
            },
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "MediaCloud\\Vendor\\Symfony\\Component\\Messenger\\": ""
                },
                "exclude-from-classmap": [
                    "/Tests/"
                ]
            },
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Samuel Roze",
                    "email": "samuel.roze@gmail.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Helps applications send and receive messages to/from other applications or via message queues",
            "homepage": "https://symfony.com",
            "transport-options": {
                "symlink": false,
                "relative": true
            },
            "install-path": "../mcloud-symfony/messenger"
        },
        {
            "name": "mcloud-symfony/mime",
            "version": "v5.4.3",
            "version_normalized": "5.4.3.0",
            "dist": {
                "type": "path",
                "url": "../library/symfony/mime",
                "reference": "745dc872e498514680e721aec3652bb8d0b820d3"
            },
            "require": {
                "mcloud-symfony/deprecation-contracts": "v2.5.0",
                "mcloud-symfony/polyfill-intl-idn": "v1.24.0",
                "mcloud-symfony/polyfill-mbstring": "v1.24.0",
                "mcloud-symfony/polyfill-php80": "v1.24.0",
                "php": ">=7.2.5"
            },
            "conflict": {
                "egulias/email-validator": "~3.0.0",
                "phpdocumentor/reflection-docblock": "<3.2.2",
                "phpdocumentor/type-resolver": "<1.4.0",
                "symfony/mailer": "<4.4"
            },
            "require-dev": {
                "egulias/email-validator": "^2.1.10|^3.1",
                "phpdocumentor/reflection-docblock": "^3.0|^4.0|^5.0",
                "symfony/dependency-injection": "^4.4|^5.0|^6.0",
                "symfony/property-access": "^4.4|^5.1|^6.0",
                "symfony/property-info": "^4.4|^5.1|^6.0",
                "symfony/serializer": "^5.2|^6.0"
            },
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "MediaCloud\\Vendor\\Symfony\\Component\\Mime\\": ""
                },
                "exclude-from-classmap": [
                    "/Tests/"
                ]
            },
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Fabien Potencier",
                    "email": "fabien@symfony.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Allows manipulating MIME messages",
            "homepage": "https://symfony.com",
            "keywords": [
                "mime",
                "mime-type"
            ],
            "transport-options": {
                "symlink": false,
                "relative": true
            },
            "install-path": "../mcloud-symfony/mime"
        },
        {
            "name": "mcloud-symfony/options-resolver",
            "version": "v5.4.3",
            "version_normalized": "5.4.3.0",
            "dist": {
                "type": "path",
                "url": "../library/symfony/options-resolver",
                "reference": "873091eaa151a6521930f17c322baf32cb691861"
            },
            "require": {
                "mcloud-symfony/deprecation-contracts": "v2.5.0",
                "mcloud-symfony/polyfill-php73": "v1.24.0",
                "mcloud-symfony/polyfill-php80": "v1.24.0",
                "php": ">=7.2.5"
            },
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "MediaCloud\\Vendor\\Symfony\\Component\\OptionsResolver\\": ""
                },
                "exclude-from-classmap": [
                    "/Tests/"
                ]
            },
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Fabien Potencier",
                    "email": "fabien@symfony.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Provides an improved replacement for the array_replace PHP function",
            "homepage": "https://symfony.com",
            "keywords": [
                "config",
                "configuration",
                "options"
            ],
            "transport-options": {
                "symlink": false,
                "relative": true
            },
            "install-path": "../mcloud-symfony/options-resolver"
        },
        {
            "name": "mcloud-symfony/polyfill-ctype",
            "version": "v1.24.0",
            "version_normalized": "1.24.0.0",
            "dist": {
                "type": "path",
                "url": "../library/symfony/polyfill-ctype",
                "reference": "da2dae0925b46b2b57b474080fec5ee598fcf486"
            },
            "require": {
                "php": ">=7.1"
            },
            "provide": {
                "ext-ctype": "*"
            },
            "suggest": {
                "ext-ctype": "For best performance"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-main": "1.23-dev"
                },
                "thanks": {
                    "name": "symfony/polyfill",
                    "url": "https://github.com/symfony/polyfill"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "MediaCloud\\Vendor\\Symfony\\Polyfill\\Ctype\\": ""
                },
                "files": [
                    "bootstrap.php"
                ]
            },
            "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"
            ],
            "transport-options": {
                "symlink": false,
                "relative": true
            },
            "install-path": "../mcloud-symfony/polyfill-ctype"
        },
        {
            "name": "mcloud-symfony/polyfill-intl-grapheme",
            "version": "v1.24.0",
            "version_normalized": "1.24.0.0",
            "dist": {
                "type": "path",
                "url": "../library/symfony/polyfill-intl-grapheme",
                "reference": "7d6c9672b95fcae373c4d91fc689d35b32fc0d6d"
            },
            "require": {
                "php": ">=7.1"
            },
            "suggest": {
                "ext-intl": "For best performance"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-main": "1.23-dev"
                },
                "thanks": {
                    "name": "symfony/polyfill",
                    "url": "https://github.com/symfony/polyfill"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "MediaCloud\\Vendor\\Symfony\\Polyfill\\Intl\\Grapheme\\": ""
                },
                "files": [
                    "bootstrap.php"
                ]
            },
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Nicolas Grekas",
                    "email": "p@tchwork.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Symfony polyfill for intl's grapheme_* functions",
            "homepage": "https://symfony.com",
            "keywords": [
                "compatibility",
                "grapheme",
                "intl",
                "polyfill",
                "portable",
                "shim"
            ],
            "transport-options": {
                "symlink": false,
                "relative": true
            },
            "install-path": "../mcloud-symfony/polyfill-intl-grapheme"
        },
        {
            "name": "mcloud-symfony/polyfill-intl-idn",
            "version": "v1.24.0",
            "version_normalized": "1.24.0.0",
            "dist": {
                "type": "path",
                "url": "../library/symfony/polyfill-intl-idn",
                "reference": "36657c55933fa020744c3209c3bdd9fe242e8108"
            },
            "require": {
                "mcloud-symfony/polyfill-intl-normalizer": "v1.24.0",
                "mcloud-symfony/polyfill-php72": "v1.24.0",
                "php": ">=7.1"
            },
            "suggest": {
                "ext-intl": "For best performance"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-main": "1.23-dev"
                },
                "thanks": {
                    "name": "symfony/polyfill",
                    "url": "https://github.com/symfony/polyfill"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "MediaCloud\\Vendor\\Symfony\\Polyfill\\Intl\\Idn\\": ""
                },
                "files": [
                    "bootstrap.php"
                ]
            },
            "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"
            ],
            "transport-options": {
                "symlink": false,
                "relative": true
            },
            "install-path": "../mcloud-symfony/polyfill-intl-idn"
        },
        {
            "name": "mcloud-symfony/polyfill-intl-normalizer",
            "version": "v1.24.0",
            "version_normalized": "1.24.0.0",
            "dist": {
                "type": "path",
                "url": "../library/symfony/polyfill-intl-normalizer",
                "reference": "1f48ad88fdde26895d2434d14884deefb6051862"
            },
            "require": {
                "php": ">=7.1"
            },
            "suggest": {
                "ext-intl": "For best performance"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-main": "1.23-dev"
                },
                "thanks": {
                    "name": "symfony/polyfill",
                    "url": "https://github.com/symfony/polyfill"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "MediaCloud\\Vendor\\Symfony\\Polyfill\\Intl\\Normalizer\\": ""
                },
                "files": [
                    "bootstrap.php"
                ],
                "classmap": [
                    "Resources/stubs"
                ]
            },
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Nicolas Grekas",
                    "email": "p@tchwork.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Symfony polyfill for intl's Normalizer class and related functions",
            "homepage": "https://symfony.com",
            "keywords": [
                "compatibility",
                "intl",
                "normalizer",
                "polyfill",
                "portable",
                "shim"
            ],
            "transport-options": {
                "symlink": false,
                "relative": true
            },
            "install-path": "../mcloud-symfony/polyfill-intl-normalizer"
        },
        {
            "name": "mcloud-symfony/polyfill-mbstring",
            "version": "v1.24.0",
            "version_normalized": "1.24.0.0",
            "dist": {
                "type": "path",
                "url": "../library/symfony/polyfill-mbstring",
                "reference": "a716a34c47fd46e094c71aec00b4f83269480963"
            },
            "require": {
                "php": ">=7.1"
            },
            "provide": {
                "ext-mbstring": "*"
            },
            "suggest": {
                "ext-mbstring": "For best performance"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-main": "1.23-dev"
                },
                "thanks": {
                    "name": "symfony/polyfill",
                    "url": "https://github.com/symfony/polyfill"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "MediaCloud\\Vendor\\Symfony\\Polyfill\\Mbstring\\": ""
                },
                "files": [
                    "bootstrap.php"
                ]
            },
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Nicolas Grekas",
                    "email": "p@tchwork.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Symfony polyfill for the Mbstring extension",
            "homepage": "https://symfony.com",
            "keywords": [
                "compatibility",
                "mbstring",
                "polyfill",
                "portable",
                "shim"
            ],
            "transport-options": {
                "symlink": false,
                "relative": true
            },
            "install-path": "../mcloud-symfony/polyfill-mbstring"
        },
        {
            "name": "mcloud-symfony/polyfill-php72",
            "version": "v1.24.0",
            "version_normalized": "1.24.0.0",
            "dist": {
                "type": "path",
                "url": "../library/symfony/polyfill-php72",
                "reference": "ca13bb31fc804175abda5a297d8085754dc2a044"
            },
            "require": {
                "php": ">=7.1"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-main": "1.23-dev"
                },
                "thanks": {
                    "name": "symfony/polyfill",
                    "url": "https://github.com/symfony/polyfill"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "MediaCloud\\Vendor\\Symfony\\Polyfill\\Php72\\": ""
                },
                "files": [
                    "bootstrap.php"
                ]
            },
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Nicolas Grekas",
                    "email": "p@tchwork.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions",
            "homepage": "https://symfony.com",
            "keywords": [
                "compatibility",
                "polyfill",
                "portable",
                "shim"
            ],
            "transport-options": {
                "symlink": false,
                "relative": true
            },
            "install-path": "../mcloud-symfony/polyfill-php72"
        },
        {
            "name": "mcloud-symfony/polyfill-php73",
            "version": "v1.24.0",
            "version_normalized": "1.24.0.0",
            "dist": {
                "type": "path",
                "url": "../library/symfony/polyfill-php73",
                "reference": "c398a137561ebef2a31162ffff2ad559d82841bd"
            },
            "require": {
                "php": ">=7.1"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-main": "1.23-dev"
                },
                "thanks": {
                    "name": "symfony/polyfill",
                    "url": "https://github.com/symfony/polyfill"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "MediaCloud\\Vendor\\Symfony\\Polyfill\\Php73\\": ""
                },
                "files": [
                    "bootstrap.php"
                ],
                "classmap": [
                    "Resources/stubs"
                ]
            },
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Nicolas Grekas",
                    "email": "p@tchwork.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Symfony polyfill backporting some PHP 7.3+ features to lower PHP versions",
            "homepage": "https://symfony.com",
            "keywords": [
                "compatibility",
                "polyfill",
                "portable",
                "shim"
            ],
            "transport-options": {
                "symlink": false,
                "relative": true
            },
            "install-path": "../mcloud-symfony/polyfill-php73"
        },
        {
            "name": "mcloud-symfony/polyfill-php80",
            "version": "v1.24.0",
            "version_normalized": "1.24.0.0",
            "dist": {
                "type": "path",
                "url": "../library/symfony/polyfill-php80",
                "reference": "e1729ed98348d20d6840377be822bc529ad3b619"
            },
            "require": {
                "php": ">=7.1"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-main": "1.23-dev"
                },
                "thanks": {
                    "name": "symfony/polyfill",
                    "url": "https://github.com/symfony/polyfill"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "MediaCloud\\Vendor\\Symfony\\Polyfill\\Php80\\": ""
                },
                "files": [
                    "bootstrap.php"
                ],
                "classmap": [
                    "Resources/stubs"
                ]
            },
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Ion Bazan",
                    "email": "ion.bazan@gmail.com"
                },
                {
                    "name": "Nicolas Grekas",
                    "email": "p@tchwork.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions",
            "homepage": "https://symfony.com",
            "keywords": [
                "compatibility",
                "polyfill",
                "portable",
                "shim"
            ],
            "transport-options": {
                "symlink": false,
                "relative": true
            },
            "install-path": "../mcloud-symfony/polyfill-php80"
        },
        {
            "name": "mcloud-symfony/polyfill-php81",
            "version": "v1.24.0",
            "version_normalized": "1.24.0.0",
            "dist": {
                "type": "path",
                "url": "../library/symfony/polyfill-php81",
                "reference": "7d76eca7771a9f4c7fc42ce2516cdad4b530e863"
            },
            "require": {
                "php": ">=7.1"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-main": "1.23-dev"
                },
                "thanks": {
                    "name": "symfony/polyfill",
                    "url": "https://github.com/symfony/polyfill"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "MediaCloud\\Vendor\\Symfony\\Polyfill\\Php81\\": ""
                },
                "files": [
                    "bootstrap.php"
                ],
                "classmap": [
                    "Resources/stubs"
                ]
            },
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Nicolas Grekas",
                    "email": "p@tchwork.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Symfony polyfill backporting some PHP 8.1+ features to lower PHP versions",
            "homepage": "https://symfony.com",
            "keywords": [
                "compatibility",
                "polyfill",
                "portable",
                "shim"
            ],
            "transport-options": {
                "symlink": false,
                "relative": true
            },
            "install-path": "../mcloud-symfony/polyfill-php81"
        },
        {
            "name": "mcloud-symfony/polyfill-uuid",
            "version": "v1.24.0",
            "version_normalized": "1.24.0.0",
            "dist": {
                "type": "path",
                "url": "../library/symfony/polyfill-uuid",
                "reference": "cf9f623011681a7b13d9e497555ca6187c205282"
            },
            "require": {
                "php": ">=7.1"
            },
            "provide": {
                "ext-uuid": "*"
            },
            "suggest": {
                "ext-uuid": "For best performance"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-main": "1.23-dev"
                },
                "thanks": {
                    "name": "symfony/polyfill",
                    "url": "https://github.com/symfony/polyfill"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "MediaCloud\\Vendor\\Symfony\\Polyfill\\Uuid\\": ""
                },
                "files": [
                    "bootstrap.php"
                ]
            },
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Grégoire Pineau",
                    "email": "lyrixx@lyrixx.info"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Symfony polyfill for uuid functions",
            "homepage": "https://symfony.com",
            "keywords": [
                "compatibility",
                "polyfill",
                "portable",
                "uuid"
            ],
            "transport-options": {
                "symlink": false,
                "relative": true
            },
            "install-path": "../mcloud-symfony/polyfill-uuid"
        },
        {
            "name": "mcloud-symfony/process",
            "version": "v5.4.5",
            "version_normalized": "5.4.5.0",
            "dist": {
                "type": "path",
                "url": "../library/symfony/process",
                "reference": "5deebdb3443f5532596e329170a78398b60dd259"
            },
            "require": {
                "mcloud-symfony/polyfill-php80": "v1.24.0",
                "php": ">=7.2.5"
            },
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "MediaCloud\\Vendor\\Symfony\\Component\\Process\\": ""
                },
                "exclude-from-classmap": [
                    "/Tests/"
                ]
            },
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Fabien Potencier",
                    "email": "fabien@symfony.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Executes commands in sub-processes",
            "homepage": "https://symfony.com",
            "transport-options": {
                "symlink": false,
                "relative": true
            },
            "install-path": "../mcloud-symfony/process"
        },
        {
            "name": "mcloud-symfony/property-info",
            "version": "v5.4.3",
            "version_normalized": "5.4.3.0",
            "dist": {
                "type": "path",
                "url": "../library/symfony/property-info",
                "reference": "b1c4da410c73411d10e009da001dcb4c7a9f84b2"
            },
            "require": {
                "mcloud-symfony/deprecation-contracts": "v2.5.0",
                "mcloud-symfony/polyfill-php80": "v1.24.0",
                "mcloud-symfony/string": "v5.4.3",
                "php": ">=7.2.5"
            },
            "conflict": {
                "phpdocumentor/reflection-docblock": "<3.2.2",
                "phpdocumentor/type-resolver": "<1.4.0",
                "symfony/dependency-injection": "<4.4"
            },
            "require-dev": {
                "doctrine/annotations": "^1.10.4",
                "phpdocumentor/reflection-docblock": "^3.0|^4.0|^5.0",
                "phpstan/phpdoc-parser": "^1.0",
                "symfony/cache": "^4.4|^5.0|^6.0",
                "symfony/dependency-injection": "^4.4|^5.0|^6.0",
                "symfony/serializer": "^4.4|^5.0|^6.0"
            },
            "suggest": {
                "phpdocumentor/reflection-docblock": "To use the PHPDoc",
                "psr/cache-implementation": "To cache results",
                "symfony/doctrine-bridge": "To use Doctrine metadata",
                "symfony/serializer": "To use Serializer metadata"
            },
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "MediaCloud\\Vendor\\Symfony\\Component\\PropertyInfo\\": ""
                },
                "exclude-from-classmap": [
                    "/Tests/"
                ]
            },
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Kévin Dunglas",
                    "email": "dunglas@gmail.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Extracts information about PHP class' properties using metadata of popular sources",
            "homepage": "https://symfony.com",
            "keywords": [
                "PHPDoc",
                "doctrine",
                "property",
                "symfony",
                "type",
                "validator"
            ],
            "transport-options": {
                "symlink": false,
                "relative": true
            },
            "install-path": "../mcloud-symfony/property-info"
        },
        {
            "name": "mcloud-symfony/rate-limiter",
            "version": "v5.4.3",
            "version_normalized": "5.4.3.0",
            "dist": {
                "type": "path",
                "url": "../library/symfony/rate-limiter",
                "reference": "272210000f526102e12ee82de604ece2fb1148a2"
            },
            "require": {
                "mcloud-symfony/lock": "v5.4.5",
                "mcloud-symfony/options-resolver": "v5.4.3",
                "php": ">=7.2.5"
            },
            "require-dev": {
                "psr/cache": "^1.0|^2.0|^3.0"
            },
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "MediaCloud\\Vendor\\Symfony\\Component\\RateLimiter\\": ""
                },
                "exclude-from-classmap": [
                    "/Tests/"
                ]
            },
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Wouter de Jong",
                    "email": "wouter@wouterj.nl"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Provides a Token Bucket implementation to rate limit input and output in your application",
            "homepage": "https://symfony.com",
            "keywords": [
                "limiter",
                "rate-limiter"
            ],
            "transport-options": {
                "symlink": false,
                "relative": true
            },
            "install-path": "../mcloud-symfony/rate-limiter"
        },
        {
            "name": "mcloud-symfony/redis-messenger",
            "version": "v5.4.5",
            "version_normalized": "5.4.5.0",
            "dist": {
                "type": "path",
                "url": "../library/symfony/redis-messenger",
                "reference": "dcf93de5538dfde7ad10cfdb9541953b36c127d3"
            },
            "require": {
                "mcloud-symfony/deprecation-contracts": "v2.5.0",
                "mcloud-symfony/messenger": "v5.4.3",
                "php": ">=7.2.5"
            },
            "require-dev": {
                "symfony/property-access": "^4.4|^5.0|^6.0",
                "symfony/serializer": "^4.4|^5.0|^6.0"
            },
            "type": "symfony-messenger-bridge",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "MediaCloud\\Vendor\\Symfony\\Component\\Messenger\\Bridge\\Redis\\": ""
                },
                "exclude-from-classmap": [
                    "/Tests/"
                ]
            },
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Fabien Potencier",
                    "email": "fabien@symfony.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Symfony Redis extension Messenger Bridge",
            "homepage": "https://symfony.com",
            "transport-options": {
                "symlink": false,
                "relative": true
            },
            "install-path": "../mcloud-symfony/redis-messenger"
        },
        {
            "name": "mcloud-symfony/routing",
            "version": "v5.4.3",
            "version_normalized": "5.4.3.0",
            "dist": {
                "type": "path",
                "url": "../library/symfony/routing",
                "reference": "9612bd7c8ab34e5509e06489b88601480829f4f7"
            },
            "require": {
                "mcloud-symfony/deprecation-contracts": "v2.5.0",
                "mcloud-symfony/polyfill-php80": "v1.24.0",
                "php": ">=7.2.5"
            },
            "conflict": {
                "doctrine/annotations": "<1.12",
                "symfony/config": "<5.3",
                "symfony/dependency-injection": "<4.4",
                "symfony/yaml": "<4.4"
            },
            "require-dev": {
                "doctrine/annotations": "^1.12",
                "psr/log": "^1|^2|^3",
                "symfony/config": "^5.3|^6.0",
                "symfony/dependency-injection": "^4.4|^5.0|^6.0",
                "symfony/expression-language": "^4.4|^5.0|^6.0",
                "symfony/http-foundation": "^4.4|^5.0|^6.0",
                "symfony/yaml": "^4.4|^5.0|^6.0"
            },
            "suggest": {
                "symfony/config": "For using the all-in-one router or any loader",
                "symfony/expression-language": "For using expression matching",
                "symfony/http-foundation": "For using a Symfony Request object",
                "symfony/yaml": "For using the YAML loader"
            },
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "MediaCloud\\Vendor\\Symfony\\Component\\Routing\\": ""
                },
                "exclude-from-classmap": [
                    "/Tests/"
                ]
            },
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Fabien Potencier",
                    "email": "fabien@symfony.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Maps an HTTP request to a set of configuration variables",
            "homepage": "https://symfony.com",
            "keywords": [
                "URI",
                "URL",
                "router",
                "routing"
            ],
            "transport-options": {
                "symlink": false,
                "relative": true
            },
            "install-path": "../mcloud-symfony/routing"
        },
        {
            "name": "mcloud-symfony/serializer",
            "version": "v5.4.5",
            "version_normalized": "5.4.5.0",
            "dist": {
                "type": "path",
                "url": "../library/symfony/serializer",
                "reference": "3cd8c26eeaccec78cb047b851e4e73761b00ed6a"
            },
            "require": {
                "mcloud-symfony/deprecation-contracts": "v2.5.0",
                "mcloud-symfony/polyfill-ctype": "v1.24.0",
                "mcloud-symfony/polyfill-php80": "v1.24.0",
                "php": ">=7.2.5"
            },
            "conflict": {
                "doctrine/annotations": "<1.12",
                "phpdocumentor/reflection-docblock": "<3.2.2",
                "phpdocumentor/type-resolver": "<1.4.0",
                "symfony/dependency-injection": "<4.4",
                "symfony/property-access": "<5.4",
                "symfony/property-info": "<5.3.13",
                "symfony/uid": "<5.3",
                "symfony/yaml": "<4.4"
            },
            "require-dev": {
                "doctrine/annotations": "^1.12",
                "phpdocumentor/reflection-docblock": "^3.2|^4.0|^5.0",
                "symfony/cache": "^4.4|^5.0|^6.0",
                "symfony/config": "^4.4|^5.0|^6.0",
                "symfony/dependency-injection": "^4.4|^5.0|^6.0",
                "symfony/error-handler": "^4.4|^5.0|^6.0",
                "symfony/filesystem": "^4.4|^5.0|^6.0",
                "symfony/form": "^4.4|^5.0|^6.0",
                "symfony/http-foundation": "^4.4|^5.0|^6.0",
                "symfony/http-kernel": "^4.4|^5.0|^6.0",
                "symfony/mime": "^4.4|^5.0|^6.0",
                "symfony/property-access": "^5.4|^6.0",
                "symfony/property-info": "^5.3.13|^6.0",
                "symfony/uid": "^5.3|^6.0",
                "symfony/validator": "^4.4|^5.0|^6.0",
                "symfony/var-dumper": "^4.4|^5.0|^6.0",
                "symfony/var-exporter": "^4.4|^5.0|^6.0",
                "symfony/yaml": "^4.4|^5.0|^6.0"
            },
            "suggest": {
                "psr/cache-implementation": "For using the metadata cache.",
                "symfony/config": "For using the XML mapping loader.",
                "symfony/mime": "For using a MIME type guesser within the DataUriNormalizer.",
                "symfony/property-access": "For using the ObjectNormalizer.",
                "symfony/property-info": "To deserialize relations.",
                "symfony/var-exporter": "For using the metadata compiler.",
                "symfony/yaml": "For using the default YAML mapping loader."
            },
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "MediaCloud\\Vendor\\Symfony\\Component\\Serializer\\": ""
                },
                "exclude-from-classmap": [
                    "/Tests/"
                ]
            },
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Fabien Potencier",
                    "email": "fabien@symfony.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Handles serializing and deserializing data structures, including object graphs, into array structures or other formats like XML and JSON.",
            "homepage": "https://symfony.com",
            "transport-options": {
                "symlink": false,
                "relative": true
            },
            "install-path": "../mcloud-symfony/serializer"
        },
        {
            "name": "mcloud-symfony/service-contracts",
            "version": "v2.5.0",
            "version_normalized": "2.5.0.0",
            "dist": {
                "type": "path",
                "url": "../library/symfony/service-contracts",
                "reference": "5d902a8e4a62e6582e383fe94107cc3b5bc2de35"
            },
            "require": {
                "mcloud-psr/container": "1.1.2",
                "mcloud-symfony/deprecation-contracts": "v2.5.0",
                "php": ">=7.2.5"
            },
            "conflict": {
                "ext-psr": "<1.1|>=2"
            },
            "suggest": {
                "symfony/service-implementation": ""
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-main": "2.5-dev"
                },
                "thanks": {
                    "name": "symfony/contracts",
                    "url": "https://github.com/symfony/contracts"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "MediaCloud\\Vendor\\Symfony\\Contracts\\Service\\": ""
                }
            },
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Nicolas Grekas",
                    "email": "p@tchwork.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Generic abstractions related to writing services",
            "homepage": "https://symfony.com",
            "keywords": [
                "abstractions",
                "contracts",
                "decoupling",
                "interfaces",
                "interoperability",
                "standards"
            ],
            "transport-options": {
                "symlink": false,
                "relative": true
            },
            "install-path": "../mcloud-symfony/service-contracts"
        },
        {
            "name": "mcloud-symfony/stopwatch",
            "version": "v5.4.5",
            "version_normalized": "5.4.5.0",
            "dist": {
                "type": "path",
                "url": "../library/symfony/stopwatch",
                "reference": "b5558d46fdb3712e3070a0060acd23d62f573268"
            },
            "require": {
                "mcloud-symfony/service-contracts": "v2.5.0",
                "php": ">=7.2.5"
            },
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "MediaCloud\\Vendor\\Symfony\\Component\\Stopwatch\\": ""
                },
                "exclude-from-classmap": [
                    "/Tests/"
                ]
            },
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Fabien Potencier",
                    "email": "fabien@symfony.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Provides a way to profile code",
            "homepage": "https://symfony.com",
            "transport-options": {
                "symlink": false,
                "relative": true
            },
            "install-path": "../mcloud-symfony/stopwatch"
        },
        {
            "name": "mcloud-symfony/string",
            "version": "v5.4.3",
            "version_normalized": "5.4.3.0",
            "dist": {
                "type": "path",
                "url": "../library/symfony/string",
                "reference": "d039c41e6d3b2265ea7518cd765a0350fcbeace9"
            },
            "require": {
                "mcloud-symfony/polyfill-ctype": "v1.24.0",
                "mcloud-symfony/polyfill-intl-grapheme": "v1.24.0",
                "mcloud-symfony/polyfill-intl-normalizer": "v1.24.0",
                "mcloud-symfony/polyfill-mbstring": "v1.24.0",
                "mcloud-symfony/polyfill-php80": "v1.24.0",
                "php": ">=7.2.5"
            },
            "conflict": {
                "symfony/translation-contracts": ">=3.0"
            },
            "require-dev": {
                "symfony/error-handler": "^4.4|^5.0|^6.0",
                "symfony/http-client": "^4.4|^5.0|^6.0",
                "symfony/translation-contracts": "^1.1|^2",
                "symfony/var-exporter": "^4.4|^5.0|^6.0"
            },
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "MediaCloud\\Vendor\\Symfony\\Component\\String\\": ""
                },
                "files": [
                    "Resources/functions.php"
                ],
                "exclude-from-classmap": [
                    "/Tests/"
                ]
            },
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Nicolas Grekas",
                    "email": "p@tchwork.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Provides an object-oriented API to strings and deals with bytes, UTF-8 code points and grapheme clusters in a unified way",
            "homepage": "https://symfony.com",
            "keywords": [
                "grapheme",
                "i18n",
                "string",
                "unicode",
                "utf-8",
                "utf8"
            ],
            "transport-options": {
                "symlink": false,
                "relative": true
            },
            "install-path": "../mcloud-symfony/string"
        },
        {
            "name": "mcloud-symfony/translation",
            "version": "v5.4.5",
            "version_normalized": "5.4.5.0",
            "dist": {
                "type": "path",
                "url": "../library/symfony/translation",
                "reference": "ff4c5c5b26fb72ddc2c6a26197dcf2a7bfe71900"
            },
            "require": {
                "mcloud-symfony/deprecation-contracts": "v2.5.0",
                "mcloud-symfony/polyfill-mbstring": "v1.24.0",
                "mcloud-symfony/polyfill-php80": "v1.24.0",
                "mcloud-symfony/translation-contracts": "v2.5.0",
                "php": ">=7.2.5"
            },
            "conflict": {
                "symfony/config": "<4.4",
                "symfony/console": "<5.3",
                "symfony/dependency-injection": "<5.0",
                "symfony/http-kernel": "<5.0",
                "symfony/twig-bundle": "<5.0",
                "symfony/yaml": "<4.4"
            },
            "provide": {
                "symfony/translation-implementation": "2.3"
            },
            "require-dev": {
                "psr/log": "^1|^2|^3",
                "symfony/config": "^4.4|^5.0|^6.0",
                "symfony/console": "^5.4|^6.0",
                "symfony/dependency-injection": "^5.0|^6.0",
                "symfony/finder": "^4.4|^5.0|^6.0",
                "symfony/http-client-contracts": "^1.1|^2.0|^3.0",
                "symfony/http-kernel": "^5.0|^6.0",
                "symfony/intl": "^4.4|^5.0|^6.0",
                "symfony/polyfill-intl-icu": "^1.21",
                "symfony/service-contracts": "^1.1.2|^2|^3",
                "symfony/yaml": "^4.4|^5.0|^6.0"
            },
            "suggest": {
                "psr/log-implementation": "To use logging capability in translator",
                "symfony/config": "",
                "symfony/yaml": ""
            },
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "Resources/functions.php"
                ],
                "psr-4": {
                    "MediaCloud\\Vendor\\Symfony\\Component\\Translation\\": ""
                },
                "exclude-from-classmap": [
                    "/Tests/"
                ]
            },
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Fabien Potencier",
                    "email": "fabien@symfony.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Provides tools to internationalize your application",
            "homepage": "https://symfony.com",
            "transport-options": {
                "symlink": false,
                "relative": true
            },
            "install-path": "../mcloud-symfony/translation"
        },
        {
            "name": "mcloud-symfony/translation-contracts",
            "version": "v2.5.0",
            "version_normalized": "2.5.0.0",
            "dist": {
                "type": "path",
                "url": "../library/symfony/translation-contracts",
                "reference": "4bdf1d63c7138ce20adbed16fb7627e09ac0eb7c"
            },
            "require": {
                "php": ">=7.2.5"
            },
            "suggest": {
                "symfony/translation-implementation": ""
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-main": "2.5-dev"
                },
                "thanks": {
                    "name": "symfony/contracts",
                    "url": "https://github.com/symfony/contracts"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "MediaCloud\\Vendor\\Symfony\\Contracts\\Translation\\": ""
                }
            },
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Nicolas Grekas",
                    "email": "p@tchwork.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Generic abstractions related to translation",
            "homepage": "https://symfony.com",
            "keywords": [
                "abstractions",
                "contracts",
                "decoupling",
                "interfaces",
                "interoperability",
                "standards"
            ],
            "transport-options": {
                "symlink": false,
                "relative": true
            },
            "install-path": "../mcloud-symfony/translation-contracts"
        },
        {
            "name": "mcloud-symfony/uid",
            "version": "v5.4.3",
            "version_normalized": "5.4.3.0",
            "dist": {
                "type": "path",
                "url": "../library/symfony/uid",
                "reference": "05a10d9bb560d205d063420a055f21aa90a46fc2"
            },
            "require": {
                "mcloud-symfony/polyfill-uuid": "v1.24.0",
                "php": ">=7.2.5"
            },
            "require-dev": {
                "symfony/console": "^4.4|^5.0|^6.0"
            },
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "MediaCloud\\Vendor\\Symfony\\Component\\Uid\\": ""
                },
                "exclude-from-classmap": [
                    "/Tests/"
                ]
            },
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Grégoire Pineau",
                    "email": "lyrixx@lyrixx.info"
                },
                {
                    "name": "Nicolas Grekas",
                    "email": "p@tchwork.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Provides an object-oriented API to generate and represent UIDs",
            "homepage": "https://symfony.com",
            "keywords": [
                "uid",
                "ulid",
                "uuid"
            ],
            "transport-options": {
                "symlink": false,
                "relative": true
            },
            "install-path": "../mcloud-symfony/uid"
        },
        {
            "name": "mcloud-symfony/validator",
            "version": "v5.4.5",
            "version_normalized": "5.4.5.0",
            "dist": {
                "type": "path",
                "url": "../library/symfony/validator",
                "reference": "c9cd4824f8fb52cf6c402ee37412795724be14d3"
            },
            "require": {
                "mcloud-symfony/deprecation-contracts": "v2.5.0",
                "mcloud-symfony/polyfill-ctype": "v1.24.0",
                "mcloud-symfony/polyfill-mbstring": "v1.24.0",
                "mcloud-symfony/polyfill-php73": "v1.24.0",
                "mcloud-symfony/polyfill-php80": "v1.24.0",
                "mcloud-symfony/polyfill-php81": "v1.24.0",
                "mcloud-symfony/translation-contracts": "v2.5.0",
                "php": ">=7.2.5"
            },
            "conflict": {
                "doctrine/annotations": "<1.13",
                "doctrine/cache": "<1.11",
                "doctrine/lexer": "<1.1",
                "phpunit/phpunit": "<5.4.3",
                "symfony/dependency-injection": "<4.4",
                "symfony/expression-language": "<5.1",
                "symfony/http-kernel": "<4.4",
                "symfony/intl": "<4.4",
                "symfony/property-info": "<5.3",
                "symfony/translation": "<4.4",
                "symfony/yaml": "<4.4"
            },
            "require-dev": {
                "doctrine/annotations": "^1.13",
                "doctrine/cache": "^1.11|^2.0",
                "egulias/email-validator": "^2.1.10|^3",
                "symfony/cache": "^4.4|^5.0|^6.0",
                "symfony/config": "^4.4|^5.0|^6.0",
                "symfony/console": "^4.4|^5.0|^6.0",
                "symfony/dependency-injection": "^4.4|^5.0|^6.0",
                "symfony/expression-language": "^5.1|^6.0",
                "symfony/finder": "^4.4|^5.0|^6.0",
                "symfony/http-client": "^4.4|^5.0|^6.0",
                "symfony/http-foundation": "^4.4|^5.0|^6.0",
                "symfony/http-kernel": "^4.4|^5.0|^6.0",
                "symfony/intl": "^4.4|^5.0|^6.0",
                "symfony/mime": "^4.4|^5.0|^6.0",
                "symfony/property-access": "^4.4|^5.0|^6.0",
                "symfony/property-info": "^5.3|^6.0",
                "symfony/translation": "^4.4|^5.0|^6.0",
                "symfony/yaml": "^4.4|^5.0|^6.0"
            },
            "suggest": {
                "egulias/email-validator": "Strict (RFC compliant) email validation",
                "psr/cache-implementation": "For using the mapping cache.",
                "symfony/config": "",
                "symfony/expression-language": "For using the Expression validator and the ExpressionLanguageSyntax constraints",
                "symfony/http-foundation": "",
                "symfony/intl": "",
                "symfony/property-access": "For accessing properties within comparison constraints",
                "symfony/property-info": "To automatically add NotNull and Type constraints",
                "symfony/translation": "For translating validation errors.",
                "symfony/yaml": ""
            },
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "MediaCloud\\Vendor\\Symfony\\Component\\Validator\\": ""
                },
                "exclude-from-classmap": [
                    "/Tests/"
                ]
            },
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Fabien Potencier",
                    "email": "fabien@symfony.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Provides tools to validate values",
            "homepage": "https://symfony.com",
            "transport-options": {
                "symlink": false,
                "relative": true
            },
            "install-path": "../mcloud-symfony/validator"
        },
        {
            "name": "mcloud-symfony/var-dumper",
            "version": "v5.4.5",
            "version_normalized": "5.4.5.0",
            "dist": {
                "type": "path",
                "url": "../library/symfony/var-dumper",
                "reference": "c9d19fe56071599040799e7e9fa5d9bbb622c5c2"
            },
            "require": {
                "mcloud-symfony/polyfill-mbstring": "v1.24.0",
                "mcloud-symfony/polyfill-php80": "v1.24.0",
                "php": ">=7.2.5"
            },
            "conflict": {
                "phpunit/phpunit": "<5.4.3",
                "symfony/console": "<4.4"
            },
            "require-dev": {
                "ext-iconv": "*",
                "symfony/console": "^4.4|^5.0|^6.0",
                "symfony/process": "^4.4|^5.0|^6.0",
                "symfony/uid": "^5.1|^6.0",
                "twig/twig": "^2.13|^3.0.4"
            },
            "suggest": {
                "ext-iconv": "To convert non-UTF-8 strings to UTF-8 (or symfony/polyfill-iconv in case ext-iconv cannot be used).",
                "ext-intl": "To show region name in time zone dump",
                "symfony/console": "To use the ServerDumpCommand and/or the bin/var-dump-server script"
            },
            "bin": [
                "Resources/bin/var-dump-server"
            ],
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "Resources/functions/dump.php"
                ],
                "psr-4": {
                    "MediaCloud\\Vendor\\Symfony\\Component\\VarDumper\\": ""
                },
                "exclude-from-classmap": [
                    "/Tests/"
                ]
            },
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Nicolas Grekas",
                    "email": "p@tchwork.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Provides mechanisms for walking through any arbitrary PHP variable",
            "homepage": "https://symfony.com",
            "keywords": [
                "debug",
                "dump"
            ],
            "transport-options": {
                "symlink": false,
                "relative": true
            },
            "install-path": "../mcloud-symfony/var-dumper"
        },
        {
            "name": "mcloud-symfony/var-exporter",
            "version": "v5.4.3",
            "version_normalized": "5.4.3.0",
            "dist": {
                "type": "path",
                "url": "../library/symfony/var-exporter",
                "reference": "37ba5e1bf256728fb43dffcbdd0e3487791e7ac6"
            },
            "require": {
                "mcloud-symfony/polyfill-php80": "v1.24.0",
                "php": ">=7.2.5"
            },
            "require-dev": {
                "symfony/var-dumper": "^4.4.9|^5.0.9|^6.0"
            },
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "MediaCloud\\Vendor\\Symfony\\Component\\VarExporter\\": ""
                },
                "exclude-from-classmap": [
                    "/Tests/"
                ]
            },
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Nicolas Grekas",
                    "email": "p@tchwork.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Allows exporting any serializable PHP data structure to plain PHP code",
            "homepage": "https://symfony.com",
            "keywords": [
                "clone",
                "construct",
                "export",
                "hydrate",
                "instantiate",
                "serialize"
            ],
            "transport-options": {
                "symlink": false,
                "relative": true
            },
            "install-path": "../mcloud-symfony/var-exporter"
        },
        {
            "name": "mcloud-symfony/yaml",
            "version": "v5.4.3",
            "version_normalized": "5.4.3.0",
            "dist": {
                "type": "path",
                "url": "../library/symfony/yaml",
                "reference": "2d65fad43ddd828d21b9a416839c79cd74be7f9f"
            },
            "require": {
                "mcloud-symfony/deprecation-contracts": "v2.5.0",
                "mcloud-symfony/polyfill-ctype": "v1.24.0",
                "php": ">=7.2.5"
            },
            "conflict": {
                "symfony/console": "<5.3"
            },
            "require-dev": {
                "symfony/console": "^5.3|^6.0"
            },
            "suggest": {
                "symfony/console": "For validating YAML files using the lint command"
            },
            "bin": [
                "Resources/bin/yaml-lint"
            ],
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "MediaCloud\\Vendor\\Symfony\\Component\\Yaml\\": ""
                },
                "exclude-from-classmap": [
                    "/Tests/"
                ]
            },
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Fabien Potencier",
                    "email": "fabien@symfony.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Loads and dumps YAML files",
            "homepage": "https://symfony.com",
            "transport-options": {
                "symlink": false,
                "relative": true
            },
            "install-path": "../mcloud-symfony/yaml"
        },
        {
            "name": "mcloud-tinify/tinify",
            "version": "1.5.3",
            "version_normalized": "1.5.3.0",
            "dist": {
                "type": "path",
                "url": "../library/tinify/tinify",
                "reference": "a520600fac00c9aed391b95603286edc4e1c9091"
            },
            "require": {
                "ext-curl": "*",
                "ext-json": "*",
                "lib-curl": ">=7.20.0",
                "php": ">=5.3.0"
            },
            "require-dev": {
                "phpunit/phpunit": "~4.0",
                "symfony/yaml": "~2.0"
            },
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "lib/Tinify.php",
                    "lib/Tinify/Exception.php"
                ],
                "psr-4": {
                    "MediaCloud\\Vendor\\Tinify\\": "lib/Tinify/"
                }
            },
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Rolf Timmermans",
                    "email": "rolftimmermans@voormedia.com"
                }
            ],
            "description": "PHP client for the Tinify API. Tinify compresses your images intelligently. Read more at https://tinify.com.",
            "homepage": "https://tinify.com/developers",
            "keywords": [
                "api",
                "compress",
                "images",
                "tinify",
                "tinyjpg",
                "tinypng"
            ],
            "support": {
                "email": "support@tinify.com"
            },
            "transport-options": {
                "symlink": false,
                "relative": true
            },
            "install-path": "../mcloud-tinify/tinify"
        },
        {
            "name": "mcloud-trntv/probe",
            "version": "1.0.1",
            "version_normalized": "1.0.1.0",
            "dist": {
                "type": "path",
                "url": "../library/trntv/probe",
                "reference": "fced3d2b7ccbc18cd2b975488700ba062b4767e9"
            },
            "require-dev": {
                "phpunit/phpunit": "^5.0"
            },
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "MediaCloud\\Vendor\\Probe\\": "src/"
                }
            },
            "autoload-dev": {
                "psr-4": {
                    "Probe\\Tests\\": "tests/"
                }
            },
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Eugene Terentev",
                    "email": "eugene@terentev.net"
                }
            ],
            "description": "System information provider",
            "transport-options": {
                "symlink": false,
                "relative": true
            },
            "install-path": "../mcloud-trntv/probe"
        },
        {
            "name": "mcloud-voku/portable-ascii",
            "version": "1.6.1",
            "version_normalized": "1.6.1.0",
            "dist": {
                "type": "path",
                "url": "../library/voku/portable-ascii",
                "reference": "629bde2fc81978862dd32db81601062b6d9e576a"
            },
            "require": {
                "php": ">=7.0.0"
            },
            "require-dev": {
                "phpunit/phpunit": "~6.0 || ~7.0 || ~9.0"
            },
            "suggest": {
                "ext-intl": "Use Intl for transliterator_transliterate() support"
            },
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "MediaCloud\\Vendor\\voku\\": "src/voku/"
                }
            },
            "autoload-dev": {
                "psr-4": {
                    "voku\\tests\\": "tests/"
                }
            },
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Lars Moelleken",
                    "homepage": "http://www.moelleken.org/"
                }
            ],
            "description": "Portable ASCII library - performance optimized (ascii) string functions for php.",
            "homepage": "https://github.com/voku/portable-ascii",
            "keywords": [
                "ascii",
                "clean",
                "php"
            ],
            "transport-options": {
                "symlink": false,
                "relative": true
            },
            "install-path": "../mcloud-voku/portable-ascii"
        },
        {
            "name": "mcloud-webmozart/assert",
            "version": "1.10.0",
            "version_normalized": "1.10.0.0",
            "dist": {
                "type": "path",
                "url": "../library/webmozart/assert",
                "reference": "1fe99a78b76426a6caeb7c31d7452f1dd80d76eb"
            },
            "require": {
                "mcloud-symfony/polyfill-ctype": "v1.24.0",
                "php": "^7.2 || ^8.0"
            },
            "conflict": {
                "phpstan/phpstan": "<0.12.20",
                "vimeo/psalm": "<4.6.1 || 4.6.2"
            },
            "require-dev": {
                "phpunit/phpunit": "^8.5.13"
            },
            "type": "library",
            "extra": {
                "branch-alias": []
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "MediaCloud\\Vendor\\Webmozart\\Assert\\": "src/"
                }
            },
            "autoload-dev": {
                "psr-4": {
                    "Webmozart\\Assert\\Tests\\": "tests/",
                    "Webmozart\\Assert\\Bin\\": "bin/src"
                }
            },
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Bernhard Schussek",
                    "email": "bschussek@gmail.com"
                }
            ],
            "description": "Assertions to validate method input/output with nice error messages.",
            "keywords": [
                "assert",
                "check",
                "validate"
            ],
            "transport-options": {
                "symlink": false,
                "relative": true
            },
            "install-path": "../mcloud-webmozart/assert"
        },
        {
            "name": "mcloud-willwashburn/stream",
            "version": "v1.0.0",
            "version_normalized": "1.0.0.0",
            "dist": {
                "type": "path",
                "url": "../library/willwashburn/stream",
                "reference": "5f022dfd302579a0c3267be49a81d4960dedb4f3"
            },
            "require": {
                "php": ">=5.4.0"
            },
            "require-dev": {
                "mockery/mockery": "~0.9",
                "phpunit/phpunit": "~4.0"
            },
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "MediaCloud\\Vendor\\WillWashburn\\": "src/"
                }
            },
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Will Washburn",
                    "email": "will.washburn@gmail.com"
                }
            ],
            "description": "model a sequence of data elements made available over time ",
            "homepage": "https://github.com/willwashburn/stream",
            "keywords": [
                "peek",
                "read",
                "stream",
                "streamable"
            ],
            "transport-options": {
                "symlink": false,
                "relative": true
            },
            "install-path": "../mcloud-willwashburn/stream"
        },
        {
            "name": "mcloud-wp-media/imagify-php",
            "version": "1.1.0",
            "version_normalized": "1.1.0.0",
            "dist": {
                "type": "path",
                "url": "../library/wp-media/imagify-php",
                "reference": "94ac9a01740a42b2b0dbe0e13ad12092de0a8680"
            },
            "require": {
                "ext-curl": "*",
                "php": ">=5.5"
            },
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "classmap": [
                    "class-imagify.php"
                ]
            },
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "WP Media",
                    "email": "contact@wp-media.me",
                    "role": "Developer"
                },
                {
                    "name": "Clément JOBEILI",
                    "email": "contact@yurplan.com",
                    "role": "Contributor"
                }
            ],
            "description": "Imagify API client library for PHP",
            "transport-options": {
                "symlink": false,
                "relative": true
            },
            "install-path": "../mcloud-wp-media/imagify-php"
        },
        {
            "name": "mcloud-zumba/amplitude-php",
            "version": "1.0.2",
            "version_normalized": "1.0.2.0",
            "dist": {
                "type": "path",
                "url": "../library/zumba/amplitude-php",
                "reference": "d0c7f4a99e41bfa2318d67e169940844a8324a91"
            },
            "require": {
                "ext-curl": "*",
                "mcloud-psr/log": "1.1.4",
                "php": ">=7.2"
            },
            "require-dev": {
                "phpunit/phpunit": "8.3.*",
                "squizlabs/php_codesniffer": "3.4.*"
            },
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "MediaCloud\\Vendor\\Zumba\\Amplitude\\": "./src/",
                    "MediaCloud\\Vendor\\Zumba\\Amplitude\\Test\\": "./test/"
                }
            },
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Zumba Fitness, LLC",
                    "homepage": "https://tech.zumba.com"
                },
                {
                    "name": "Jonathan Foote",
                    "email": "jonathan.foote@zumba.com",
                    "role": "Developer"
                }
            ],
            "description": "PHP SDK for Amplitude",
            "homepage": "https://github.com/zumba/amplitude-php",
            "keywords": [
                "amplitude",
                "analytics",
                "sdk",
                "tracking"
            ],
            "transport-options": {
                "symlink": false,
                "relative": true
            },
            "install-path": "../mcloud-zumba/amplitude-php"
        }
    ],
    "dev": true,
    "dev-package-names": []
}
