{
    "packages": [
        {
            "name": "camoo/curl-http-client",
            "version": "1.1.3",
            "version_normalized": "1.1.3.0",
            "source": {
                "type": "git",
                "url": "https://github.com/camoo/curl-http-client.git",
                "reference": "bcf43f6b8995481015e7fc4ac765ce9907351775"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/camoo/curl-http-client/zipball/bcf43f6b8995481015e7fc4ac765ce9907351775",
                "reference": "bcf43f6b8995481015e7fc4ac765ce9907351775",
                "shasum": ""
            },
            "require": {
                "camoo/http-header-parser": "^1.0",
                "ext-curl": "*",
                "ext-json": "*",
                "php": ">=8.0",
                "psr/http-message": "^1.1"
            },
            "require-dev": {
                "phpunit/phpunit": "^9"
            },
            "time": "2023-06-24T16:15:57+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Camoo\\Http\\Curl\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "CAMOO SARL",
                    "email": "support@camoo.hosting"
                }
            ],
            "description": "Simple Curl Http Client",
            "homepage": "https://www.camoo.hosting",
            "keywords": [
                "PSR-7 http-client",
                "Simple Http Client",
                "curl client",
                "http client"
            ],
            "support": {
                "issues": "https://github.com/camoo/curl-http-client/issues",
                "source": "https://github.com/camoo/curl-http-client"
            },
            "install-path": "../camoo/curl-http-client"
        },
        {
            "name": "camoo/http-header-parser",
            "version": "1.0.1",
            "version_normalized": "1.0.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/camoo/http-header-parser.git",
                "reference": "350ea05fa68c67f321d692f33d49de1434605528"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/camoo/http-header-parser/zipball/350ea05fa68c67f321d692f33d49de1434605528",
                "reference": "350ea05fa68c67f321d692f33d49de1434605528",
                "shasum": ""
            },
            "require": {
                "php": ">=8.0"
            },
            "require-dev": {
                "phpunit/phpunit": "^9"
            },
            "time": "2023-06-19T05:54:46+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "BFunky\\HttpParser\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Jairo Rodríguez",
                    "email": "jairo@bfunky.net",
                    "homepage": "http://www.bfunky.net"
                },
                {
                    "name": "Camoo Sarl",
                    "email": "dev@camoo.sarl",
                    "homepage": "https://www.camoo.cm"
                }
            ],
            "description": "A library to parse HTTP headers and HTTP header fields",
            "keywords": [
                "http",
                "http fields",
                "http parser",
                "http request",
                "http response",
                "parser"
            ],
            "support": {
                "source": "https://github.com/camoo/http-header-parser/tree/1.0.1"
            },
            "install-path": "../camoo/http-header-parser"
        },
        {
            "name": "camoo/inflector",
            "version": "1.1",
            "version_normalized": "1.1.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/camoo/inflector.git",
                "reference": "c0a6d30a8e73589bd046e830d377051908a561f3"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/camoo/inflector/zipball/c0a6d30a8e73589bd046e830d377051908a561f3",
                "reference": "c0a6d30a8e73589bd046e830d377051908a561f3",
                "shasum": ""
            },
            "require": {
                "doctrine/inflector": "^2.0",
                "php": ">=7.4"
            },
            "suggest": {
                "phpunit/phpunit": "Allows automated tests to be run without system-wide install."
            },
            "time": "2023-01-05T17:50:32+00:00",
            "type": "camoo-plugin",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Camoo\\Inflector\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Camoo S.A.R.L",
                    "email": "dev@camoo.sarl",
                    "role": "Developer"
                }
            ],
            "description": "Inflector Library",
            "homepage": "https://camoo.cm",
            "keywords": [
                "CAMOO",
                "inflector"
            ],
            "support": {
                "issues": "https://github.com/camoo/inflector/issues",
                "source": "https://github.com/camoo/inflector",
                "wiki": "https://github.com/camoo/inflector/wiki"
            },
            "install-path": "../camoo/inflector"
        },
        {
            "name": "camoo/sms",
            "version": "4.0.0",
            "version_normalized": "4.0.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/camoo/sms.git",
                "reference": "4376ce9d41f6914b698dc376d1de6f0fc65dc3c7"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/camoo/sms/zipball/4376ce9d41f6914b698dc376d1de6f0fc65dc3c7",
                "reference": "4376ce9d41f6914b698dc376d1de6f0fc65dc3c7",
                "shasum": ""
            },
            "require": {
                "camoo/curl-http-client": "^1.0.3",
                "camoo/inflector": "^1.0",
                "ext-curl": "*",
                "ext-json": "*",
                "ext-mbstring": "*",
                "ext-mysqli": "*",
                "ext-simplexml": "*",
                "giggsey/libphonenumber-for-php": "^8.10",
                "nicoswd/php-gpg": "^1.7",
                "php": ">=8.1",
                "vlucas/valitron": "^1.4"
            },
            "require-dev": {
                "phpunit/phpunit": "^9.6.1"
            },
            "suggest": {
                "phpunit/phpunit": "Allows automated tests to be run without system-wide install."
            },
            "time": "2023-07-15T20:49:50+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Camoo\\Sms\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "CAMOO SARL",
                    "email": "sms@camoo.sarl"
                }
            ],
            "description": "CAMOO API Packages",
            "homepage": "https://camoo.cm",
            "keywords": [
                "API-SMS",
                "CAMOO",
                "GPG SMS encrytion",
                "Plugin camoo sms",
                "bulk sms",
                "sms",
                "sms gateway"
            ],
            "support": {
                "issues": "https://github.com/camoo/sms/issues",
                "source": "https://github.com/camoo/sms",
                "wiki": "https://github.com/camoo/sms/wiki"
            },
            "install-path": "../camoo/sms"
        },
        {
            "name": "doctrine/inflector",
            "version": "2.0.8",
            "version_normalized": "2.0.8.0",
            "source": {
                "type": "git",
                "url": "https://github.com/doctrine/inflector.git",
                "reference": "f9301a5b2fb1216b2b08f02ba04dc45423db6bff"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/doctrine/inflector/zipball/f9301a5b2fb1216b2b08f02ba04dc45423db6bff",
                "reference": "f9301a5b2fb1216b2b08f02ba04dc45423db6bff",
                "shasum": ""
            },
            "require": {
                "php": "^7.2 || ^8.0"
            },
            "require-dev": {
                "doctrine/coding-standard": "^11.0",
                "phpstan/phpstan": "^1.8",
                "phpstan/phpstan-phpunit": "^1.1",
                "phpstan/phpstan-strict-rules": "^1.3",
                "phpunit/phpunit": "^8.5 || ^9.5",
                "vimeo/psalm": "^4.25 || ^5.4"
            },
            "time": "2023-06-16T13:40:37+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Doctrine\\Inflector\\": "lib/Doctrine/Inflector"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "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"
            ],
            "support": {
                "issues": "https://github.com/doctrine/inflector/issues",
                "source": "https://github.com/doctrine/inflector/tree/2.0.8"
            },
            "funding": [
                {
                    "url": "https://www.doctrine-project.org/sponsorship.html",
                    "type": "custom"
                },
                {
                    "url": "https://www.patreon.com/phpdoctrine",
                    "type": "patreon"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/doctrine%2Finflector",
                    "type": "tidelift"
                }
            ],
            "install-path": "../doctrine/inflector"
        },
        {
            "name": "giggsey/libphonenumber-for-php",
            "version": "8.13.17",
            "version_normalized": "8.13.17.0",
            "source": {
                "type": "git",
                "url": "https://github.com/giggsey/libphonenumber-for-php.git",
                "reference": "dee92bfa0782fd5899fe6b295dea40cdb0607476"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/giggsey/libphonenumber-for-php/zipball/dee92bfa0782fd5899fe6b295dea40cdb0607476",
                "reference": "dee92bfa0782fd5899fe6b295dea40cdb0607476",
                "shasum": ""
            },
            "require": {
                "giggsey/locale": "^1.7|^2.0",
                "php": ">=5.3.2",
                "symfony/polyfill-mbstring": "^1.17"
            },
            "require-dev": {
                "pear/pear-core-minimal": "^1.9",
                "pear/pear_exception": "^1.0",
                "pear/versioncontrol_git": "^0.5",
                "phing/phing": "^2.7",
                "php-coveralls/php-coveralls": "^1.0|^2.0",
                "symfony/console": "^2.8|^3.0|^v4.4|^v5.2",
                "symfony/phpunit-bridge": "^4.2 || ^5"
            },
            "time": "2023-07-20T10:32:50+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "8.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "libphonenumber\\": "src/"
                },
                "exclude-from-classmap": [
                    "/src/data/",
                    "/src/carrier/data/",
                    "/src/geocoding/data/",
                    "/src/timezone/data/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "Apache-2.0"
            ],
            "authors": [
                {
                    "name": "Joshua Gigg",
                    "email": "giggsey@gmail.com",
                    "homepage": "https://giggsey.com/"
                }
            ],
            "description": "PHP Port of Google's libphonenumber",
            "homepage": "https://github.com/giggsey/libphonenumber-for-php",
            "keywords": [
                "geocoding",
                "geolocation",
                "libphonenumber",
                "mobile",
                "phonenumber",
                "validation"
            ],
            "support": {
                "issues": "https://github.com/giggsey/libphonenumber-for-php/issues",
                "source": "https://github.com/giggsey/libphonenumber-for-php"
            },
            "install-path": "../giggsey/libphonenumber-for-php"
        },
        {
            "name": "giggsey/locale",
            "version": "2.4",
            "version_normalized": "2.4.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/giggsey/Locale.git",
                "reference": "a6b33dfc9e8949b7e28133c4628b29cd9f1850bb"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/giggsey/Locale/zipball/a6b33dfc9e8949b7e28133c4628b29cd9f1850bb",
                "reference": "a6b33dfc9e8949b7e28133c4628b29cd9f1850bb",
                "shasum": ""
            },
            "require": {
                "php": ">=7.2"
            },
            "require-dev": {
                "ext-json": "*",
                "pear/pear-core-minimal": "^1.9",
                "pear/pear_exception": "^1.0",
                "pear/versioncontrol_git": "^0.5",
                "phing/phing": "^2.7",
                "php-coveralls/php-coveralls": "^2.0",
                "phpunit/phpunit": "^8.5|^9.5",
                "symfony/console": "^5.0|^6.0",
                "symfony/filesystem": "^5.0|^6.0",
                "symfony/finder": "^5.0|^6.0",
                "symfony/process": "^5.0|^6.0"
            },
            "time": "2023-04-13T07:40:58+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Giggsey\\Locale\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Joshua Gigg",
                    "email": "giggsey@gmail.com",
                    "homepage": "https://giggsey.com/"
                }
            ],
            "description": "Locale functions required by libphonenumber-for-php",
            "support": {
                "issues": "https://github.com/giggsey/Locale/issues",
                "source": "https://github.com/giggsey/Locale/tree/2.4"
            },
            "install-path": "../giggsey/locale"
        },
        {
            "name": "nicoswd/php-gpg",
            "version": "1.7.1",
            "version_normalized": "1.7.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/nicoSWD/php-gpg.git",
                "reference": "868cf938c3c03b64c4001acf25ade7b0d8fb43c3"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/nicoSWD/php-gpg/zipball/868cf938c3c03b64c4001acf25ade7b0d8fb43c3",
                "reference": "868cf938c3c03b64c4001acf25ade7b0d8fb43c3",
                "shasum": ""
            },
            "require": {
                "php": ">=7.0",
                "phpseclib/phpseclib": "^2.0"
            },
            "require-dev": {
                "phpunit/phpunit": "^5.1"
            },
            "time": "2018-04-09T09:19:41+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "nicoSWD\\GPG\\": "src"
                },
                "files": [
                    "src/globals.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "GPL-1.0+"
            ],
            "authors": [
                {
                    "name": "Jason Hinkle"
                },
                {
                    "name": "Ian Carroll"
                },
                {
                    "name": "Nicolas Oelgart"
                }
            ],
            "description": "Pure PHP GPG implementation, forked from php-gpg.",
            "keywords": [
                "PGP",
                "gpg"
            ],
            "support": {
                "source": "https://github.com/nicoSWD/php-gpg/tree/master"
            },
            "install-path": "../nicoswd/php-gpg"
        },
        {
            "name": "phpseclib/phpseclib",
            "version": "2.0.44",
            "version_normalized": "2.0.44.0",
            "source": {
                "type": "git",
                "url": "https://github.com/phpseclib/phpseclib.git",
                "reference": "149f608243f8133c61926aae26ce67d2b22b37e5"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/149f608243f8133c61926aae26ce67d2b22b37e5",
                "reference": "149f608243f8133c61926aae26ce67d2b22b37e5",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3"
            },
            "require-dev": {
                "phing/phing": "~2.7",
                "phpunit/phpunit": "^4.8.35|^5.7|^6.0|^9.4",
                "squizlabs/php_codesniffer": "~2.0"
            },
            "suggest": {
                "ext-gmp": "Install the GMP (GNU Multiple Precision) extension in order to speed up arbitrary precision integer arithmetic operations.",
                "ext-libsodium": "SSH2/SFTP can make use of some algorithms provided by the libsodium-php extension.",
                "ext-mcrypt": "Install the Mcrypt extension in order to speed up a few other cryptographic operations.",
                "ext-openssl": "Install the OpenSSL extension in order to speed up a wide variety of cryptographic operations.",
                "ext-xml": "Install the XML extension to load XML formatted public keys."
            },
            "time": "2023-06-13T08:41:47+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "phpseclib/bootstrap.php"
                ],
                "psr-4": {
                    "phpseclib\\": "phpseclib/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Jim Wigginton",
                    "email": "terrafrost@php.net",
                    "role": "Lead Developer"
                },
                {
                    "name": "Patrick Monnerat",
                    "email": "pm@datasphere.ch",
                    "role": "Developer"
                },
                {
                    "name": "Andreas Fischer",
                    "email": "bantu@phpbb.com",
                    "role": "Developer"
                },
                {
                    "name": "Hans-Jürgen Petrich",
                    "email": "petrich@tronic-media.com",
                    "role": "Developer"
                },
                {
                    "name": "Graham Campbell",
                    "email": "graham@alt-three.com",
                    "role": "Developer"
                }
            ],
            "description": "PHP Secure Communications Library - Pure-PHP implementations of RSA, AES, SSH2, SFTP, X.509 etc.",
            "homepage": "http://phpseclib.sourceforge.net",
            "keywords": [
                "BigInteger",
                "aes",
                "asn.1",
                "asn1",
                "blowfish",
                "crypto",
                "cryptography",
                "encryption",
                "rsa",
                "security",
                "sftp",
                "signature",
                "signing",
                "ssh",
                "twofish",
                "x.509",
                "x509"
            ],
            "support": {
                "issues": "https://github.com/phpseclib/phpseclib/issues",
                "source": "https://github.com/phpseclib/phpseclib/tree/2.0.44"
            },
            "funding": [
                {
                    "url": "https://github.com/terrafrost",
                    "type": "github"
                },
                {
                    "url": "https://www.patreon.com/phpseclib",
                    "type": "patreon"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/phpseclib/phpseclib",
                    "type": "tidelift"
                }
            ],
            "install-path": "../phpseclib/phpseclib"
        },
        {
            "name": "psr/http-message",
            "version": "1.1",
            "version_normalized": "1.1.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/php-fig/http-message.git",
                "reference": "cb6ce4845ce34a8ad9e68117c10ee90a29919eba"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/php-fig/http-message/zipball/cb6ce4845ce34a8ad9e68117c10ee90a29919eba",
                "reference": "cb6ce4845ce34a8ad9e68117c10ee90a29919eba",
                "shasum": ""
            },
            "require": {
                "php": "^7.2 || ^8.0"
            },
            "time": "2023-04-04T09:50:52+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.1.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Psr\\Http\\Message\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "PHP-FIG",
                    "homepage": "http://www.php-fig.org/"
                }
            ],
            "description": "Common interface for HTTP messages",
            "homepage": "https://github.com/php-fig/http-message",
            "keywords": [
                "http",
                "http-message",
                "psr",
                "psr-7",
                "request",
                "response"
            ],
            "support": {
                "source": "https://github.com/php-fig/http-message/tree/1.1"
            },
            "install-path": "../psr/http-message"
        },
        {
            "name": "symfony/polyfill-mbstring",
            "version": "v1.27.0",
            "version_normalized": "1.27.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/polyfill-mbstring.git",
                "reference": "8ad114f6b39e2c98a8b0e3bd907732c207c2b534"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/8ad114f6b39e2c98a8b0e3bd907732c207c2b534",
                "reference": "8ad114f6b39e2c98a8b0e3bd907732c207c2b534",
                "shasum": ""
            },
            "require": {
                "php": ">=7.1"
            },
            "provide": {
                "ext-mbstring": "*"
            },
            "suggest": {
                "ext-mbstring": "For best performance"
            },
            "time": "2022-11-03T14:55:06+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-main": "1.27-dev"
                },
                "thanks": {
                    "name": "symfony/polyfill",
                    "url": "https://github.com/symfony/polyfill"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "bootstrap.php"
                ],
                "psr-4": {
                    "Symfony\\Polyfill\\Mbstring\\": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Nicolas Grekas",
                    "email": "p@tchwork.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Symfony polyfill for the Mbstring extension",
            "homepage": "https://symfony.com",
            "keywords": [
                "compatibility",
                "mbstring",
                "polyfill",
                "portable",
                "shim"
            ],
            "support": {
                "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.27.0"
            },
            "funding": [
                {
                    "url": "https://symfony.com/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/fabpot",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                    "type": "tidelift"
                }
            ],
            "install-path": "../symfony/polyfill-mbstring"
        },
        {
            "name": "vlucas/valitron",
            "version": "v1.4.11",
            "version_normalized": "1.4.11.0",
            "source": {
                "type": "git",
                "url": "https://github.com/vlucas/valitron.git",
                "reference": "fadce39f5f235755bb9794b2573af2d5bfcba85f"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/vlucas/valitron/zipball/fadce39f5f235755bb9794b2573af2d5bfcba85f",
                "reference": "fadce39f5f235755bb9794b2573af2d5bfcba85f",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.2"
            },
            "require-dev": {
                "phpunit/phpunit": ">=4.8.35"
            },
            "suggest": {
                "ext-mbstring": "It can support the multiple bytes string length."
            },
            "time": "2022-10-14T11:54:24+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Valitron\\": "src/Valitron"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Vance Lucas",
                    "email": "vance@vancelucas.com",
                    "homepage": "https://www.vancelucas.com"
                }
            ],
            "description": "Simple, elegant, stand-alone validation library with NO dependencies",
            "homepage": "https://github.com/vlucas/valitron",
            "keywords": [
                "valid",
                "validation",
                "validator"
            ],
            "support": {
                "issues": "https://github.com/vlucas/valitron/issues",
                "source": "https://github.com/vlucas/valitron/tree/v1.4.11"
            },
            "funding": [
                {
                    "url": "https://tidelift.com/funding/github/packagist/vlucas/valitron",
                    "type": "tidelift"
                }
            ],
            "install-path": "../vlucas/valitron"
        }
    ],
    "dev": false,
    "dev-package-names": []
}
