providers/Telnyx/composer.lock
f3755e32
 {
     "_readme": [
         "This file locks the dependencies of your project to a known state",
         "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
         "This file is @generated automatically"
     ],
     "content-hash": "e8a783fba70a4b6be6b7e71bba8e7c0f",
     "packages": [
         {
             "name": "paragonie/random_compat",
             "version": "v9.99.100",
             "source": {
                 "type": "git",
                 "url": "https://github.com/paragonie/random_compat.git",
                 "reference": "996434e5492cb4c3edcb9168db6fbb1359ef965a"
             },
             "dist": {
                 "type": "zip",
                 "url": "https://api.github.com/repos/paragonie/random_compat/zipball/996434e5492cb4c3edcb9168db6fbb1359ef965a",
                 "reference": "996434e5492cb4c3edcb9168db6fbb1359ef965a",
                 "shasum": ""
             },
             "require": {
                 "php": ">= 7"
             },
             "require-dev": {
                 "phpunit/phpunit": "4.*|5.*",
                 "vimeo/psalm": "^1"
             },
             "suggest": {
                 "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
             },
             "type": "library",
             "notification-url": "https://packagist.org/downloads/",
             "license": [
                 "MIT"
             ],
             "authors": [
                 {
                     "name": "Paragon Initiative Enterprises",
                     "email": "security@paragonie.com",
                     "homepage": "https://paragonie.com"
                 }
             ],
             "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
             "keywords": [
                 "csprng",
                 "polyfill",
                 "pseudorandom",
                 "random"
             ],
             "support": {
                 "email": "info@paragonie.com",
                 "issues": "https://github.com/paragonie/random_compat/issues",
                 "source": "https://github.com/paragonie/random_compat"
             },
             "time": "2020-10-15T08:29:30+00:00"
         },
         {
             "name": "paragonie/sodium_compat",
             "version": "v1.17.1",
             "source": {
                 "type": "git",
                 "url": "https://github.com/paragonie/sodium_compat.git",
                 "reference": "ac994053faac18d386328c91c7900f930acadf1e"
             },
             "dist": {
                 "type": "zip",
                 "url": "https://api.github.com/repos/paragonie/sodium_compat/zipball/ac994053faac18d386328c91c7900f930acadf1e",
                 "reference": "ac994053faac18d386328c91c7900f930acadf1e",
                 "shasum": ""
             },
             "require": {
                 "paragonie/random_compat": ">=1",
                 "php": "^5.2.4|^5.3|^5.4|^5.5|^5.6|^7|^8"
             },
             "require-dev": {
                 "phpunit/phpunit": "^3|^4|^5|^6|^7|^8|^9"
             },
             "suggest": {
                 "ext-libsodium": "PHP < 7.0: Better performance, password hashing (Argon2i), secure memory management (memzero), and better security.",
                 "ext-sodium": "PHP >= 7.0: Better performance, password hashing (Argon2i), secure memory management (memzero), and better security."
             },
             "type": "library",
             "autoload": {
                 "files": [
                     "autoload.php"
                 ]
             },
             "notification-url": "https://packagist.org/downloads/",
             "license": [
                 "ISC"
             ],
             "authors": [
                 {
                     "name": "Paragon Initiative Enterprises",
                     "email": "security@paragonie.com"
                 },
                 {
                     "name": "Frank Denis",
                     "email": "jedisct1@pureftpd.org"
                 }
             ],
             "description": "Pure PHP implementation of libsodium; uses the PHP extension if it exists",
             "keywords": [
                 "Authentication",
                 "BLAKE2b",
                 "ChaCha20",
                 "ChaCha20-Poly1305",
                 "Chapoly",
                 "Curve25519",
                 "Ed25519",
                 "EdDSA",
                 "Edwards-curve Digital Signature Algorithm",
                 "Elliptic Curve Diffie-Hellman",
                 "Poly1305",
                 "Pure-PHP cryptography",
                 "RFC 7748",
                 "RFC 8032",
                 "Salpoly",
                 "Salsa20",
                 "X25519",
                 "XChaCha20-Poly1305",
                 "XSalsa20-Poly1305",
                 "Xchacha20",
                 "Xsalsa20",
                 "aead",
                 "cryptography",
                 "ecdh",
                 "elliptic curve",
                 "elliptic curve cryptography",
                 "encryption",
                 "libsodium",
                 "php",
                 "public-key cryptography",
                 "secret-key cryptography",
                 "side-channel resistant"
             ],
             "support": {
                 "issues": "https://github.com/paragonie/sodium_compat/issues",
                 "source": "https://github.com/paragonie/sodium_compat/tree/v1.17.1"
             },
             "time": "2022-03-23T19:32:04+00:00"
         },
         {
             "name": "telnyx/telnyx-php",
             "version": "v2.7.0",
             "source": {
                 "type": "git",
                 "url": "https://github.com/team-telnyx/telnyx-php.git",
                 "reference": "9fc3895dc3feb5c77cdf9f9679d2f4a25f3cc0db"
             },
             "dist": {
                 "type": "zip",
                 "url": "https://api.github.com/repos/team-telnyx/telnyx-php/zipball/9fc3895dc3feb5c77cdf9f9679d2f4a25f3cc0db",
                 "reference": "9fc3895dc3feb5c77cdf9f9679d2f4a25f3cc0db",
                 "shasum": ""
             },
             "require": {
                 "ext-curl": "*",
                 "ext-json": "*",
                 "ext-mbstring": "*",
                 "paragonie/sodium_compat": "^1.13",
                 "php": ">=5.6.0"
             },
             "require-dev": {
                 "friendsofphp/php-cs-fixer": "^2.15",
                 "phpunit/phpunit": "^5.7",
                 "squizlabs/php_codesniffer": "^3.3",
                 "symfony/process": "~3.4"
             },
             "type": "library",
             "extra": {
                 "branch-alias": {
                     "dev-master": "2.0-dev"
                 }
             },
             "autoload": {
                 "psr-4": {
                     "Telnyx\\": "lib/"
                 }
             },
             "notification-url": "https://packagist.org/downloads/",
             "license": [
                 "MIT"
             ],
             "authors": [
                 {
                     "name": "Telnyx and contributors",
                     "homepage": "https://github.com/telnyx/telnyx-php/contributors"
                 }
             ],
             "description": "Telnyx PHP Library",
             "homepage": "https://telnyx.com/",
             "keywords": [
                 "api",
                 "telnyx"
             ],
             "support": {
                 "issues": "https://github.com/team-telnyx/telnyx-php/issues",
                 "source": "https://github.com/team-telnyx/telnyx-php/tree/v2.7.0"
             },
             "time": "2021-08-02T18:58:19+00:00"
         }
     ],
     "packages-dev": [],
     "aliases": [],
     "minimum-stability": "stable",
     "stability-flags": [],
     "prefer-stable": false,
     "prefer-lowest": false,
     "platform": {
         "php": "^5.6 || ^7.0",
         "ext-curl": "*",
         "ext-json": "*",
         "ext-mbstring": "*"
     },
     "platform-dev": [],
     "plugin-api-version": "2.3.0"
 }