{
    "packages": [
        {
            "name": "smartling-connector-composer/semver",
            "version": "3.4.4",
            "version_normalized": "3.4.4.0",
            "dist": {
                "type": "path",
                "url": "../library/composer/semver",
                "reference": "69dfe0719af9f27a8b3bc2630124980d2999ab07"
            },
            "require": {
                "php": "^5.3.2 || ^7.0 || ^8.0"
            },
            "require-dev": {
                "phpstan/phpstan": "^1.11",
                "symfony/phpunit-bridge": "^3 || ^7"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-main": "3.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Smartling\\Vendor\\Composer\\Semver\\": "src"
                }
            },
            "autoload-dev": {
                "psr-4": {
                    "Composer\\Semver\\": "tests"
                }
            },
            "scripts": {
                "test": [
                    "SYMFONY_PHPUNIT_REMOVE_RETURN_TYPEHINT=1 vendor/bin/simple-phpunit"
                ],
                "phpstan": [
                    "@php vendor/bin/phpstan analyse"
                ]
            },
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Nils Adermann",
                    "email": "naderman@naderman.de",
                    "homepage": "http://www.naderman.de"
                },
                {
                    "name": "Jordi Boggiano",
                    "email": "j.boggiano@seld.be",
                    "homepage": "http://seld.be"
                },
                {
                    "name": "Rob Bast",
                    "email": "rob.bast@gmail.com",
                    "homepage": "http://robbast.nl"
                }
            ],
            "description": "Semver library that offers utilities, version constraint parsing and validation.",
            "keywords": [
                "semantic",
                "semver",
                "validation",
                "versioning"
            ],
            "support": {
                "irc": "ircs://irc.libera.chat:6697/composer",
                "issues": "https://github.com/composer/semver/issues"
            },
            "transport-options": {
                "symlink": false,
                "relative": true
            },
            "install-path": "../smartling-connector-composer/semver"
        },
        {
            "name": "smartling-connector-galbar/jsonpath",
            "version": "2.1",
            "version_normalized": "2.1.0.0",
            "dist": {
                "type": "path",
                "url": "../library/galbar/jsonpath",
                "reference": "bf0d6be103bb9591d3164cf73c01deccf351f1ef"
            },
            "require": {
                "php": ">=5.4"
            },
            "require-dev": {
                "phpunit/phpunit": "~4.0",
                "sami/sami": ">=3.3.0",
                "satooshi/php-coveralls": ">=1.0.1"
            },
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Smartling\\Vendor\\JsonPath\\": "src/Galbar/JsonPath",
                    "Smartling\\Vendor\\Utilities\\": "src/Galbar/Utilities"
                }
            },
            "autoload-dev": {
                "psr-4": {
                    "Tests\\": "tests/Galbar/"
                }
            },
            "scripts": {
                "test": [
                    "vendor/bin/phpunit"
                ],
                "test-coverage": [
                    "vendor/bin/phpunit --coverage-clover ./clover.xml"
                ]
            },
            "license": [
                "Apache-2.0"
            ],
            "authors": [
                {
                    "name": "Alessio Linares",
                    "email": "alessio@alessio.cc"
                }
            ],
            "description": "JSONPath implementation for querying and updating JSON objects",
            "keywords": [
                "json",
                "jsonpath",
                "path"
            ],
            "transport-options": {
                "symlink": false,
                "relative": true
            },
            "install-path": "../smartling-connector-galbar/jsonpath"
        },
        {
            "name": "smartling-connector-guzzlehttp/guzzle",
            "version": "7.10.0",
            "version_normalized": "7.10.0.0",
            "dist": {
                "type": "path",
                "url": "../library/guzzlehttp/guzzle",
                "reference": "25bd391b9096a91a237810118a3e411cb1640fa4"
            },
            "require": {
                "ext-json": "*",
                "php": "^7.2.5 || ^8.0",
                "smartling-connector-guzzlehttp/promises": "2.3.0",
                "smartling-connector-guzzlehttp/psr7": "2.9.0",
                "smartling-connector-psr/http-client": "1.0.3",
                "smartling-connector-symfony/deprecation-contracts": "v3.7.0"
            },
            "provide": {
                "psr/http-client-implementation": "1.0"
            },
            "require-dev": {
                "bamarni/composer-bin-plugin": "^1.8.2",
                "ext-curl": "*",
                "guzzle/client-integration-tests": "3.0.2",
                "php-http/message-factory": "^1.1",
                "phpunit/phpunit": "^8.5.39 || ^9.6.20",
                "psr/log": "^1.1 || ^2.0 || ^3.0"
            },
            "suggest": {
                "ext-curl": "Required for CURL handler support",
                "ext-intl": "Required for Internationalized Domain Name (IDN) support",
                "psr/log": "Required for using the Log middleware"
            },
            "type": "library",
            "extra": {
                "bamarni-bin": {
                    "bin-links": true,
                    "forward-command": false
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Smartling\\Vendor\\GuzzleHttp\\": "src/"
                },
                "files": [
                    "src/functions_include.php"
                ]
            },
            "autoload-dev": {
                "psr-4": {
                    "GuzzleHttp\\Tests\\": "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": "Jeremy Lindblom",
                    "email": "jeremeamia@gmail.com",
                    "homepage": "https://github.com/jeremeamia"
                },
                {
                    "name": "George Mponos",
                    "email": "gmponos@gmail.com",
                    "homepage": "https://github.com/gmponos"
                },
                {
                    "name": "Tobias Nyholm",
                    "email": "tobias.nyholm@gmail.com",
                    "homepage": "https://github.com/Nyholm"
                },
                {
                    "name": "Márk Sági-Kazár",
                    "email": "mark.sagikazar@gmail.com",
                    "homepage": "https://github.com/sagikazarmark"
                },
                {
                    "name": "Tobias Schultze",
                    "email": "webmaster@tubo-world.de",
                    "homepage": "https://github.com/Tobion"
                }
            ],
            "description": "Guzzle is a PHP HTTP client library",
            "keywords": [
                "HTTP client",
                "PSR-18",
                "PSR-7",
                "client",
                "curl",
                "framework",
                "http",
                "rest",
                "web service"
            ],
            "transport-options": {
                "symlink": false,
                "relative": true
            },
            "install-path": "../smartling-connector-guzzlehttp/guzzle"
        },
        {
            "name": "smartling-connector-guzzlehttp/promises",
            "version": "2.3.0",
            "version_normalized": "2.3.0.0",
            "dist": {
                "type": "path",
                "url": "../library/guzzlehttp/promises",
                "reference": "f78659a048bc4749302a4874efa46a613fe0e4bc"
            },
            "require": {
                "php": "^7.2.5 || ^8.0"
            },
            "require-dev": {
                "bamarni/composer-bin-plugin": "^1.8.2",
                "phpunit/phpunit": "^8.5.44 || ^9.6.25"
            },
            "type": "library",
            "extra": {
                "bamarni-bin": {
                    "bin-links": true,
                    "forward-command": false
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Smartling\\Vendor\\GuzzleHttp\\Promise\\": "src/"
                }
            },
            "autoload-dev": {
                "psr-4": {
                    "GuzzleHttp\\Promise\\Tests\\": "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": "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": "../smartling-connector-guzzlehttp/promises"
        },
        {
            "name": "smartling-connector-guzzlehttp/psr7",
            "version": "2.9.0",
            "version_normalized": "2.9.0.0",
            "dist": {
                "type": "path",
                "url": "../library/guzzlehttp/psr7",
                "reference": "e629cedbe2a25e44ad8e8247951d1599e211f33a"
            },
            "require": {
                "php": "^7.2.5 || ^8.0",
                "smartling-connector-psr/http-factory": "1.1.0",
                "smartling-connector-psr/http-message": "2.0",
                "smartling-connector-ralouphie/getallheaders": "3.0.3"
            },
            "provide": {
                "psr/http-factory-implementation": "1.0",
                "psr/http-message-implementation": "1.0"
            },
            "require-dev": {
                "bamarni/composer-bin-plugin": "^1.8.2",
                "http-interop/http-factory-tests": "0.9.0",
                "jshttp/mime-db": "1.54.0.1",
                "phpunit/phpunit": "^8.5.44 || ^9.6.25"
            },
            "suggest": {
                "laminas/laminas-httphandlerrunner": "Emit PSR-7 responses"
            },
            "type": "library",
            "extra": {
                "bamarni-bin": {
                    "bin-links": true,
                    "forward-command": false
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Smartling\\Vendor\\GuzzleHttp\\Psr7\\": "src/"
                }
            },
            "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"
                },
                {
                    "name": "Márk Sági-Kazár",
                    "email": "mark.sagikazar@gmail.com",
                    "homepage": "https://sagikazarmark.hu"
                }
            ],
            "description": "PSR-7 message implementation that also provides common utility methods",
            "keywords": [
                "http",
                "message",
                "psr-7",
                "request",
                "response",
                "stream",
                "uri",
                "url"
            ],
            "transport-options": {
                "symlink": false,
                "relative": true
            },
            "install-path": "../smartling-connector-guzzlehttp/psr7"
        },
        {
            "name": "smartling-connector-jralph/retry",
            "version": "3.0.0",
            "version_normalized": "3.0.0.0",
            "dist": {
                "type": "path",
                "url": "../library/jralph/retry",
                "reference": "fb88b6c20b97c08fa6293f2db37b66ffb692736c"
            },
            "require": {
                "php": "^8.0"
            },
            "require-dev": {
                "phpspec/phpspec": "^7.4"
            },
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Smartling\\Vendor\\Jralph\\Retry\\": "src/"
                },
                "files": [
                    "src/helper.php"
                ]
            },
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Joseph Ralph",
                    "email": "josephralph4@gmail.com"
                }
            ],
            "description": "A simple library to retry things.",
            "transport-options": {
                "symlink": false,
                "relative": true
            },
            "install-path": "../smartling-connector-jralph/retry"
        },
        {
            "name": "smartling-connector-monolog/monolog",
            "version": "1.27.1",
            "version_normalized": "1.27.1.0",
            "dist": {
                "type": "path",
                "url": "../library/monolog/monolog",
                "reference": "768628571d23bfc931bfba7b678cea020add8185"
            },
            "require": {
                "php": ">=5.3.0",
                "smartling-connector-psr/log": "1.1.4"
            },
            "provide": {
                "psr/log-implementation": "1.0.0"
            },
            "require-dev": {
                "aws/aws-sdk-php": "^2.4.9 || ^3.0",
                "doctrine/couchdb": "~1.0@dev",
                "graylog2/gelf-php": "~1.0",
                "php-amqplib/php-amqplib": "~2.4",
                "php-console/php-console": "^3.1.3",
                "phpstan/phpstan": "^0.12.59",
                "phpunit/phpunit": "~4.5",
                "ruflin/elastica": ">=0.90 <3.0",
                "sentry/sentry": "^0.13",
                "swiftmailer/swiftmailer": "^5.3|^6.0"
            },
            "suggest": {
                "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
                "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
                "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
                "ext-mongo": "Allow sending log messages to a MongoDB server",
                "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
                "mongodb/mongodb": "Allow sending log messages to a MongoDB server via PHP Driver",
                "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib",
                "php-console/php-console": "Allow sending log messages to Google Chrome",
                "rollbar/rollbar": "Allow sending log messages to Rollbar",
                "ruflin/elastica": "Allow sending log messages to an Elastic Search server",
                "sentry/sentry": "Allow sending log messages to a Sentry server"
            },
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Smartling\\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": "http://seld.be"
                }
            ],
            "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
            "homepage": "http://github.com/Seldaek/monolog",
            "keywords": [
                "log",
                "logging",
                "psr-3"
            ],
            "transport-options": {
                "symlink": false,
                "relative": true
            },
            "install-path": "../smartling-connector-monolog/monolog"
        },
        {
            "name": "smartling-connector-psr/cache",
            "version": "2.0.0",
            "version_normalized": "2.0.0.0",
            "dist": {
                "type": "path",
                "url": "../library/psr/cache",
                "reference": "6a3665f9978a2e50a8d73aa73c745e957772e1ad"
            },
            "require": {
                "php": ">=8.0.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": []
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Smartling\\Vendor\\Psr\\Cache\\": "src/"
                }
            },
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "PHP-FIG",
                    "homepage": "https://www.php-fig.org/"
                }
            ],
            "description": "Common interface for caching libraries",
            "keywords": [
                "cache",
                "psr",
                "psr-6"
            ],
            "transport-options": {
                "symlink": false,
                "relative": true
            },
            "install-path": "../smartling-connector-psr/cache"
        },
        {
            "name": "smartling-connector-psr/container",
            "version": "1.1.2",
            "version_normalized": "1.1.2.0",
            "dist": {
                "type": "path",
                "url": "../library/psr/container",
                "reference": "66dd1734663d90550b5b4f368dcb8d0b5d88cbd7"
            },
            "require": {
                "php": ">=7.4.0"
            },
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Smartling\\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": "../smartling-connector-psr/container"
        },
        {
            "name": "smartling-connector-psr/http-client",
            "version": "1.0.3",
            "version_normalized": "1.0.3.0",
            "dist": {
                "type": "path",
                "url": "../library/psr/http-client",
                "reference": "7d28f193c026aa28981e09046cbedd961047f384"
            },
            "require": {
                "php": "^7.0 || ^8.0",
                "smartling-connector-psr/http-message": "2.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": []
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Smartling\\Vendor\\Psr\\Http\\Client\\": "src/"
                }
            },
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "PHP-FIG",
                    "homepage": "https://www.php-fig.org/"
                }
            ],
            "description": "Common interface for HTTP clients",
            "homepage": "https://github.com/php-fig/http-client",
            "keywords": [
                "http",
                "http-client",
                "psr",
                "psr-18"
            ],
            "support": {
                "source": "https://github.com/php-fig/http-client"
            },
            "transport-options": {
                "symlink": false,
                "relative": true
            },
            "install-path": "../smartling-connector-psr/http-client"
        },
        {
            "name": "smartling-connector-psr/http-factory",
            "version": "1.1.0",
            "version_normalized": "1.1.0.0",
            "dist": {
                "type": "path",
                "url": "../library/psr/http-factory",
                "reference": "c116cbb35b560aa6a4d44f719157c70b9db040d8"
            },
            "require": {
                "php": ">=7.1",
                "smartling-connector-psr/http-message": "2.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": []
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Smartling\\Vendor\\Psr\\Http\\Message\\": "src/"
                }
            },
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "PHP-FIG",
                    "homepage": "https://www.php-fig.org/"
                }
            ],
            "description": "PSR-17: Common interfaces for PSR-7 HTTP message factories",
            "keywords": [
                "factory",
                "http",
                "message",
                "psr",
                "psr-17",
                "psr-7",
                "request",
                "response"
            ],
            "support": {
                "source": "https://github.com/php-fig/http-factory"
            },
            "transport-options": {
                "symlink": false,
                "relative": true
            },
            "install-path": "../smartling-connector-psr/http-factory"
        },
        {
            "name": "smartling-connector-psr/http-message",
            "version": "2.0",
            "version_normalized": "2.0.0.0",
            "dist": {
                "type": "path",
                "url": "../library/psr/http-message",
                "reference": "279164bd39c7d54676c1e6b97b957a5b612e4c8f"
            },
            "require": {
                "php": "^7.2 || ^8.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": []
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Smartling\\Vendor\\Psr\\Http\\Message\\": "src/"
                }
            },
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "PHP-FIG",
                    "homepage": "https://www.php-fig.org/"
                }
            ],
            "description": "Common interface for HTTP messages",
            "homepage": "https://github.com/php-fig/http-message",
            "keywords": [
                "http",
                "http-message",
                "psr",
                "psr-7",
                "request",
                "response"
            ],
            "transport-options": {
                "symlink": false,
                "relative": true
            },
            "install-path": "../smartling-connector-psr/http-message"
        },
        {
            "name": "smartling-connector-psr/log",
            "version": "1.1.4",
            "version_normalized": "1.1.4.0",
            "dist": {
                "type": "path",
                "url": "../library/psr/log",
                "reference": "1b2d8782974e296d4ef5e0d848acc2ec15d6f45c"
            },
            "require": {
                "php": ">=5.3.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": []
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Smartling\\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": "../smartling-connector-psr/log"
        },
        {
            "name": "smartling-connector-ralouphie/getallheaders",
            "version": "3.0.3",
            "version_normalized": "3.0.3.0",
            "dist": {
                "type": "path",
                "url": "../library/ralouphie/getallheaders",
                "reference": "09acae6f537cb8b574acfad5eca90f6da36a4e66"
            },
            "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": "../smartling-connector-ralouphie/getallheaders"
        },
        {
            "name": "smartling-connector-smartling/api-sdk-php",
            "version": "5.0.5",
            "version_normalized": "5.0.5.0",
            "dist": {
                "type": "path",
                "url": "../library/smartling/api-sdk-php",
                "reference": "17ba5ad7132b545578343146d2fe4a8d5ec2f718"
            },
            "require": {
                "ext-json": "*",
                "php": "^7.3 || ^8.0",
                "smartling-connector-composer/semver": "3.4.4",
                "smartling-connector-guzzlehttp/guzzle": "7.10.0",
                "smartling-connector-psr/log": "1.1.4"
            },
            "require-dev": {
                "phpunit/phpunit": "~8"
            },
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Smartling\\Vendor\\Smartling\\": "src/"
                }
            },
            "autoload-dev": {
                "psr-4": {
                    "Smartling\\Tests\\Unit\\": "tests/unit",
                    "Smartling\\Tests\\Functional\\": "tests/functional"
                }
            },
            "license": [
                "Apache-2.0"
            ],
            "description": "PHP library to communicate with SmartlingAPI",
            "homepage": "https://www.smartling.com",
            "keywords": [
                "automated translation",
                "i18n",
                "internationalization",
                "smartling"
            ],
            "transport-options": {
                "symlink": false,
                "relative": true
            },
            "install-path": "../smartling-connector-smartling/api-sdk-php"
        },
        {
            "name": "smartling-connector-symfony/cache",
            "version": "v5.4.46",
            "version_normalized": "5.4.46.0",
            "dist": {
                "type": "path",
                "url": "../library/symfony/cache",
                "reference": "158088dc7f3afaafa44593a87754944b7381e08d"
            },
            "require": {
                "php": ">=7.2.5",
                "smartling-connector-psr/cache": "2.0.0",
                "smartling-connector-psr/log": "1.1.4",
                "smartling-connector-symfony/cache-contracts": "v2.5.4",
                "smartling-connector-symfony/deprecation-contracts": "v3.7.0",
                "smartling-connector-symfony/polyfill-php73": "v1.37.0",
                "smartling-connector-symfony/polyfill-php80": "v1.37.0",
                "smartling-connector-symfony/service-contracts": "v2.5.4",
                "smartling-connector-symfony/var-exporter": "v6.4.37"
            },
            "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|^4",
                "predis/predis": "^1.1|^2.0",
                "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": {
                    "Smartling\\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 extended PSR-6, PSR-16 (and tags) implementations",
            "homepage": "https://symfony.com",
            "keywords": [
                "caching",
                "psr6"
            ],
            "transport-options": {
                "symlink": false,
                "relative": true
            },
            "install-path": "../smartling-connector-symfony/cache"
        },
        {
            "name": "smartling-connector-symfony/cache-contracts",
            "version": "v2.5.4",
            "version_normalized": "2.5.4.0",
            "dist": {
                "type": "path",
                "url": "../library/symfony/cache-contracts",
                "reference": "2f1adc9ca28ce8add5a166127fa8051d970386d7"
            },
            "require": {
                "php": ">=7.2.5",
                "smartling-connector-psr/cache": "2.0.0"
            },
            "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": {
                    "Smartling\\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": "../smartling-connector-symfony/cache-contracts"
        },
        {
            "name": "smartling-connector-symfony/config",
            "version": "v5.4.46",
            "version_normalized": "5.4.46.0",
            "dist": {
                "type": "path",
                "url": "../library/symfony/config",
                "reference": "df7153ac1a1c7764082a2e5b0032d0d7b4af5daa"
            },
            "require": {
                "php": ">=7.2.5",
                "smartling-connector-symfony/deprecation-contracts": "v3.7.0",
                "smartling-connector-symfony/filesystem": "v6.4.39",
                "smartling-connector-symfony/polyfill-ctype": "v1.37.0",
                "smartling-connector-symfony/polyfill-php80": "v1.37.0",
                "smartling-connector-symfony/polyfill-php81": "v1.37.0"
            },
            "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": {
                    "Smartling\\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": "../smartling-connector-symfony/config"
        },
        {
            "name": "smartling-connector-symfony/dependency-injection",
            "version": "v5.4.48",
            "version_normalized": "5.4.48.0",
            "dist": {
                "type": "path",
                "url": "../library/symfony/dependency-injection",
                "reference": "42bebe114bc01c7f12d915c51eea03f7202e3f4f"
            },
            "require": {
                "php": ">=7.2.5",
                "smartling-connector-psr/container": "1.1.2",
                "smartling-connector-symfony/deprecation-contracts": "v3.7.0",
                "smartling-connector-symfony/polyfill-php80": "v1.37.0",
                "smartling-connector-symfony/polyfill-php81": "v1.37.0",
                "smartling-connector-symfony/service-contracts": "v2.5.4"
            },
            "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": {
                    "Smartling\\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": "../smartling-connector-symfony/dependency-injection"
        },
        {
            "name": "smartling-connector-symfony/deprecation-contracts",
            "version": "v3.7.0",
            "version_normalized": "3.7.0.0",
            "dist": {
                "type": "path",
                "url": "../library/symfony/deprecation-contracts",
                "reference": "bb746b158b9d6fd7bfa0f6b8cad664377383944d"
            },
            "require": {
                "php": ">=8.1"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-main": "3.7-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": "../smartling-connector-symfony/deprecation-contracts"
        },
        {
            "name": "smartling-connector-symfony/expression-language",
            "version": "v5.4.45",
            "version_normalized": "5.4.45.0",
            "dist": {
                "type": "path",
                "url": "../library/symfony/expression-language",
                "reference": "49f4ea0ee52a139c0acf2af8657628c4129de0a4"
            },
            "require": {
                "php": ">=7.2.5",
                "smartling-connector-symfony/cache": "v5.4.46",
                "smartling-connector-symfony/service-contracts": "v2.5.4"
            },
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Smartling\\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": "../smartling-connector-symfony/expression-language"
        },
        {
            "name": "smartling-connector-symfony/filesystem",
            "version": "v6.4.39",
            "version_normalized": "6.4.39.0",
            "dist": {
                "type": "path",
                "url": "../library/symfony/filesystem",
                "reference": "71bbb7c7cdf352a7d2dea5d26fee9979229b5213"
            },
            "require": {
                "php": ">=8.1",
                "smartling-connector-symfony/polyfill-ctype": "v1.37.0",
                "smartling-connector-symfony/polyfill-mbstring": "v1.37.0"
            },
            "require-dev": {
                "symfony/process": "^5.4|^6.4|^7.0"
            },
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Smartling\\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": "../smartling-connector-symfony/filesystem"
        },
        {
            "name": "smartling-connector-symfony/polyfill-ctype",
            "version": "v1.37.0",
            "version_normalized": "1.37.0.0",
            "dist": {
                "type": "path",
                "url": "../library/symfony/polyfill-ctype",
                "reference": "6e13ebda8e8ac0c2045c58cab7a874a325c4232b"
            },
            "require": {
                "php": ">=7.2"
            },
            "provide": {
                "ext-ctype": "*"
            },
            "suggest": {
                "ext-ctype": "For best performance"
            },
            "type": "library",
            "extra": {
                "thanks": {
                    "name": "symfony/polyfill",
                    "url": "https://github.com/symfony/polyfill"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Smartling\\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": "../smartling-connector-symfony/polyfill-ctype"
        },
        {
            "name": "smartling-connector-symfony/polyfill-mbstring",
            "version": "v1.37.0",
            "version_normalized": "1.37.0.0",
            "dist": {
                "type": "path",
                "url": "../library/symfony/polyfill-mbstring",
                "reference": "7c0552b820cab325f1cf87deb85509fd54b1181e"
            },
            "require": {
                "ext-iconv": "*",
                "php": ">=7.2"
            },
            "provide": {
                "ext-mbstring": "*"
            },
            "suggest": {
                "ext-mbstring": "For best performance"
            },
            "type": "library",
            "extra": {
                "thanks": {
                    "name": "symfony/polyfill",
                    "url": "https://github.com/symfony/polyfill"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Smartling\\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": "../smartling-connector-symfony/polyfill-mbstring"
        },
        {
            "name": "smartling-connector-symfony/polyfill-php73",
            "version": "v1.37.0",
            "version_normalized": "1.37.0.0",
            "dist": {
                "type": "path",
                "url": "../library/symfony/polyfill-php73",
                "reference": "39d7aca2249fa02ae87a77b85ee1d52c9219583c"
            },
            "require": {
                "php": ">=7.2"
            },
            "type": "library",
            "extra": {
                "thanks": {
                    "name": "symfony/polyfill",
                    "url": "https://github.com/symfony/polyfill"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Smartling\\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": "../smartling-connector-symfony/polyfill-php73"
        },
        {
            "name": "smartling-connector-symfony/polyfill-php80",
            "version": "v1.37.0",
            "version_normalized": "1.37.0.0",
            "dist": {
                "type": "path",
                "url": "../library/symfony/polyfill-php80",
                "reference": "3de2f5b300a2a819c759171060ff464b0752ad00"
            },
            "require": {
                "php": ">=7.2"
            },
            "type": "library",
            "extra": {
                "thanks": {
                    "name": "symfony/polyfill",
                    "url": "https://github.com/symfony/polyfill"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Smartling\\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": "../smartling-connector-symfony/polyfill-php80"
        },
        {
            "name": "smartling-connector-symfony/polyfill-php81",
            "version": "v1.37.0",
            "version_normalized": "1.37.0.0",
            "dist": {
                "type": "path",
                "url": "../library/symfony/polyfill-php81",
                "reference": "c533065fabc77adde8b40271abd10fb1293a04a1"
            },
            "require": {
                "php": ">=7.2"
            },
            "type": "library",
            "extra": {
                "thanks": {
                    "name": "symfony/polyfill",
                    "url": "https://github.com/symfony/polyfill"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Smartling\\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": "../smartling-connector-symfony/polyfill-php81"
        },
        {
            "name": "smartling-connector-symfony/service-contracts",
            "version": "v2.5.4",
            "version_normalized": "2.5.4.0",
            "dist": {
                "type": "path",
                "url": "../library/symfony/service-contracts",
                "reference": "50a689330baf5e5be4a9c048282e4868294153ba"
            },
            "require": {
                "php": ">=7.2.5",
                "smartling-connector-psr/container": "1.1.2",
                "smartling-connector-symfony/deprecation-contracts": "v3.7.0"
            },
            "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": {
                    "Smartling\\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": "../smartling-connector-symfony/service-contracts"
        },
        {
            "name": "smartling-connector-symfony/var-exporter",
            "version": "v6.4.37",
            "version_normalized": "6.4.37.0",
            "dist": {
                "type": "path",
                "url": "../library/symfony/var-exporter",
                "reference": "3e31b98dc22340e4718bf5ab4c729ff7fbd545c8"
            },
            "require": {
                "php": ">=8.1",
                "smartling-connector-symfony/deprecation-contracts": "v3.7.0"
            },
            "require-dev": {
                "symfony/property-access": "^6.4|^7.0",
                "symfony/serializer": "^6.4|^7.0",
                "symfony/var-dumper": "^5.4|^6.0|^7.0"
            },
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Smartling\\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",
                "lazy-loading",
                "proxy",
                "serialize"
            ],
            "transport-options": {
                "symlink": false,
                "relative": true
            },
            "install-path": "../smartling-connector-symfony/var-exporter"
        },
        {
            "name": "smartling-connector-symfony/yaml",
            "version": "v5.4.45",
            "version_normalized": "5.4.45.0",
            "dist": {
                "type": "path",
                "url": "../library/symfony/yaml",
                "reference": "a6a5214b703b0ddac5c7562f79065cf0a6338b2b"
            },
            "require": {
                "php": ">=7.2.5",
                "smartling-connector-symfony/deprecation-contracts": "v3.7.0",
                "smartling-connector-symfony/polyfill-ctype": "v1.37.0"
            },
            "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": {
                    "Smartling\\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": "../smartling-connector-symfony/yaml"
        }
    ],
    "dev": false,
    "dev-package-names": []
}
