Skip to content
Snippets Groups Projects
composer.lock 209 KiB
Newer Older
  "_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": "b0b783684ed8d36e636fac3632c78c27",
  "packages": [
    {
      "name": "adaures/ipcat-php",
      "version": "v1.0.0",
      "source": {
        "type": "git",
        "url": "https://code.castopod.org/adaures/ipcat-php",
        "reference": "144fb12141c636b6b4baa72f1f974b388e4994b5"
      },
      "require": {
        "php": ">=5.4"
      },
      "type": "library",
      "autoload": {
        "psr-4": {
          "AdAures\\Ipcat\\": "src/"
        }
      },
      "notification-url": "https://packagist.org/downloads/",
      "license": ["GPL-3.0-only"],
      "authors": [
        {
          "name": "Benjamin Bellamy",
          "email": "ben@castopod.org",
          "homepage": "https://code.castopod.org/benjamin"
        },
        {
          "name": "Yassine Doghri",
          "email": "yassine@doghri.fr",
          "homepage": "https://code.castopod.org/yassine"
        }
      ],
      "description": "Categorization of IP Addresses adapted to PHP 5.4+ from https://github.com/client9/ipcat",
      "homepage": "https://code.castopod.org/adaures/ipcat-php",
      "time": "2022-02-24T14:34:54+00:00"
    },
    {
      "name": "adaures/podcast-persons-taxonomy",
      "version": "v1.0.1",
      "source": {
        "type": "git",
        "url": "https://code.castopod.org/adaures/podcast-persons-taxonomy",
        "reference": "d2a6836e32ed013676fd969425e133e0ebb104fc"
      },
      "type": "library",
      "autoload": {
        "psr-4": {
          "AdAures\\PodcastPersonsTaxonomy\\": "src/"
        }
      },
      "notification-url": "https://packagist.org/downloads/",
      "license": ["MIT"],
      "authors": [
        {
          "name": "Benjamin Bellamy",
          "email": "ben@castopod.org",
          "homepage": "https://code.castopod.org/benjamin"
        },
        {
          "name": "Yassine Doghri",
          "email": "yassine@doghri.fr",
          "homepage": "https://code.castopod.org/yassine"
        }
      ],
      "description": "Generate PHP translation files for CodeIgniter4 from the podcast-namespace's Persons Taxonomy json files.",
      "homepage": "https://code.castopod.org/adaures/podcast-persons-taxonomy",
      "time": "2023-06-22T14:24:55+00:00"
    },
    {
      "name": "adhocore/cli",
      "version": "v1.7.1",
      "source": {
        "type": "git",
        "url": "https://github.com/adhocore/php-cli.git",
        "reference": "3fde60a838912e71c82ed0f48048685dc32dbc77"
      },
      "dist": {
        "type": "zip",
        "url": "https://api.github.com/repos/adhocore/php-cli/zipball/3fde60a838912e71c82ed0f48048685dc32dbc77",
        "reference": "3fde60a838912e71c82ed0f48048685dc32dbc77",
        "shasum": ""
      },
      "require": {
        "php": ">=8.0"
      },
      "require-dev": {
        "phpunit/phpunit": "^9.0"
      },
      "type": "library",
      "autoload": {
        "psr-4": {
          "Ahc\\Cli\\": "src/"
        }
      },
      "notification-url": "https://packagist.org/downloads/",
      "license": ["MIT"],
      "authors": [
        {
          "name": "Jitendra Adhikari",
          "email": "jiten.adhikary@gmail.com"
        }
      ],
      "description": "Command line interface library for PHP",
      "keywords": [
        "argument-parser",
        "argv-parser",
        "cli",
        "cli-action",
        "cli-app",
        "cli-color",
        "cli-option",
        "cli-writer",
        "command",
        "console",
        "console-app",
        "php-cli",
        "php8",
        "stream-input",
        "stream-output"
      ],
      "support": {
        "issues": "https://github.com/adhocore/php-cli/issues",
        "source": "https://github.com/adhocore/php-cli/tree/v1.7.1"
      },
      "funding": [
        {
          "url": "https://paypal.me/ji10",
          "type": "custom"
        },
        {
          "url": "https://github.com/adhocore",
          "type": "github"
        }
      ],
      "time": "2024-03-28T08:30:12+00:00"
    },
      "source": {
        "type": "git",
        "url": "https://github.com/awslabs/aws-crt-php.git",
        "reference": "0ea1f04ec5aa9f049f97e012d1ed63b76834a31b"
        "url": "https://api.github.com/repos/awslabs/aws-crt-php/zipball/0ea1f04ec5aa9f049f97e012d1ed63b76834a31b",
        "reference": "0ea1f04ec5aa9f049f97e012d1ed63b76834a31b",
        "shasum": ""
      },
      "require": {
        "php": ">=5.5"
      },
      "require-dev": {
        "phpunit/phpunit": "^4.8.35||^5.6.3||^9.5",
        "yoast/phpunit-polyfills": "^1.0"
      },
      "suggest": {
        "ext-awscrt": "Make sure you install awscrt native extension to use any of the functionality."
      },
      "type": "library",
      "autoload": {
        "classmap": ["src/"]
      },
      "notification-url": "https://packagist.org/downloads/",
      "license": ["Apache-2.0"],
      "authors": [
        {
          "name": "AWS SDK Common Runtime Team",
          "email": "aws-sdk-common-runtime@amazon.com"
        }
      ],
      "description": "AWS Common Runtime for PHP",
      "homepage": "https://github.com/awslabs/aws-crt-php",
      "keywords": ["amazon", "aws", "crt", "sdk"],
      "support": {
        "issues": "https://github.com/awslabs/aws-crt-php/issues",
        "source": "https://github.com/awslabs/aws-crt-php/tree/v1.2.5"
      "time": "2024-04-19T21:30:56+00:00"
      "source": {
        "type": "git",
        "url": "https://github.com/aws/aws-sdk-php.git",
        "reference": "fc26a2ebf720e0b75a353d7e8fe206796671e00b"
        "url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/fc26a2ebf720e0b75a353d7e8fe206796671e00b",
        "reference": "fc26a2ebf720e0b75a353d7e8fe206796671e00b",
        "aws/aws-crt-php": "^1.2.3",
        "ext-json": "*",
        "ext-pcre": "*",
        "ext-simplexml": "*",
        "guzzlehttp/guzzle": "^6.5.8 || ^7.4.5",
        "guzzlehttp/promises": "^1.4.0 || ^2.0",
        "guzzlehttp/psr7": "^1.9.1 || ^2.4.5",
        "mtdowling/jmespath.php": "^2.6",
        "php": ">=7.2.5",
        "psr/http-message": "^1.0 || ^2.0"
      },
      "require-dev": {
        "andrewsville/php-token-reflection": "^1.4",
        "aws/aws-php-sns-message-validator": "~1.0",
        "behat/behat": "~3.0",
        "composer/composer": "^1.10.22",
        "dms/phpunit-arraysubset-asserts": "^0.4.0",
        "doctrine/cache": "~1.4",
        "ext-dom": "*",
        "ext-openssl": "*",
        "ext-pcntl": "*",
        "ext-sockets": "*",
        "nette/neon": "^2.3",
        "paragonie/random_compat": ">= 2",
        "phpunit/phpunit": "^5.6.3 || ^8.5 || ^9.5",
        "psr/cache": "^1.0",
        "psr/simple-cache": "^1.0",
        "sebastian/comparator": "^1.2.3 || ^4.0",
        "yoast/phpunit-polyfills": "^1.0"
      },
      "suggest": {
        "aws/aws-php-sns-message-validator": "To validate incoming SNS notifications",
        "doctrine/cache": "To use the DoctrineCacheAdapter",
        "ext-curl": "To send requests using cURL",
        "ext-openssl": "Allows working with CloudFront private distributions and verifying received SNS messages",
        "ext-sockets": "To use client-side monitoring"
      },
      "type": "library",
      "extra": {
        "branch-alias": {
          "dev-master": "3.0-dev"
        }
      },
      "autoload": {
        "files": ["src/functions.php"],
        "psr-4": {
          "Aws\\": "src/"
        }
      },
      "notification-url": "https://packagist.org/downloads/",
      "license": ["Apache-2.0"],
      "authors": [
        {
          "name": "Amazon Web Services",
          "homepage": "http://aws.amazon.com"
        }
      ],
      "description": "AWS SDK for PHP - Use Amazon Web Services in your PHP project",
      "homepage": "http://aws.amazon.com/sdkforphp",
      "keywords": [
        "amazon",
        "aws",
        "cloud",
        "dynamodb",
        "ec2",
        "glacier",
        "s3",
        "sdk"
      ],
      "support": {
        "forum": "https://forums.aws.amazon.com/forum.jspa?forumID=80",
        "issues": "https://github.com/aws/aws-sdk-php/issues",
        "source": "https://github.com/aws/aws-sdk-php/tree/3.305.4"
      "time": "2024-04-26T18:06:31+00:00"
      "source": {
        "type": "git",
        "url": "https://github.com/brick/math.git",
        "reference": "f510c0a40911935b77b86859eb5223d58d660df1"
        "url": "https://api.github.com/repos/brick/math/zipball/f510c0a40911935b77b86859eb5223d58d660df1",
        "reference": "f510c0a40911935b77b86859eb5223d58d660df1",
      },
      "require-dev": {
        "php-coveralls/php-coveralls": "^2.2",
        "phpunit/phpunit": "^10.1",
        "vimeo/psalm": "5.16.0"
      },
      "type": "library",
      "autoload": {
        "psr-4": {
          "Brick\\Math\\": "src/"
        }
      },
      "notification-url": "https://packagist.org/downloads/",
      "license": ["MIT"],
      "description": "Arbitrary-precision arithmetic library",
      "keywords": [
        "Arbitrary-precision",
        "BigInteger",
        "BigRational",
        "arithmetic",
        "bigdecimal",
        "bignum",
        "decimal",
        "integer",
        "math",
        "mathematics",
        "rational"
      ],
      "support": {
        "issues": "https://github.com/brick/math/issues",
        "source": "https://github.com/brick/math/tree/0.12.1"
      },
      "funding": [
        {
          "url": "https://github.com/BenMorel",
          "type": "github"
        }
      ],
      "time": "2023-11-29T23:19:16+00:00"
    },
    {
      "name": "chrisjean/php-ico",
      "version": "1.0.4",
      "source": {
        "type": "git",
        "url": "https://github.com/chrisbliss18/php-ico.git",
        "reference": "ccd5c0d56554f3ddcd7a823e695be83e0d1e43b6"
      },
      "dist": {
        "type": "zip",
        "url": "https://api.github.com/repos/chrisbliss18/php-ico/zipball/ccd5c0d56554f3ddcd7a823e695be83e0d1e43b6",
        "reference": "ccd5c0d56554f3ddcd7a823e695be83e0d1e43b6",
        "shasum": ""
      },
      "require": {
        "ext-gd": "*",
        "php": ">=5.2.4"
      },
      "type": "library",
      "autoload": {
        "classmap": ["class-php-ico.php"]
      },
      "notification-url": "https://packagist.org/downloads/",
      "license": ["GPL-2.0+"],
      "authors": [
        {
          "name": "Chris Jean",
          "homepage": "https://chrisjean.com",
          "role": "Developer"
        }
      ],
      "description": "An easy-to-use library to generate valid ICO files.",
      "homepage": "https://github.com/chrisbliss18/php-ico",
      "keywords": ["favicon", "ico"],
      "support": {
        "issues": "https://github.com/chrisbliss18/php-ico/issues",
        "source": "https://github.com/chrisbliss18/php-ico"
      },
      "time": "2016-09-27T22:00:56+00:00"
    },
    {
      "name": "cocur/slugify",
      "version": "v4.5.1",
      "source": {
        "type": "git",
        "url": "https://github.com/cocur/slugify.git",
        "reference": "7c6e088228b9f082050876ae8b0cd287b117b840"
      },
      "dist": {
        "type": "zip",
        "url": "https://api.github.com/repos/cocur/slugify/zipball/7c6e088228b9f082050876ae8b0cd287b117b840",
        "reference": "7c6e088228b9f082050876ae8b0cd287b117b840",
        "shasum": ""
      },
      "require": {
        "ext-mbstring": "*",
        "php": "~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0"
      },
      "conflict": {
        "symfony/config": "<3.4 || >=4,<4.3",
        "symfony/dependency-injection": "<3.4 || >=4,<4.3",
        "symfony/http-kernel": "<3.4 || >=4,<4.3",
        "twig/twig": "<2.12.1"
      },
      "require-dev": {
        "laravel/framework": "^5.0|^6.0|^7.0|^8.0",
        "latte/latte": "~2.2",
        "league/container": "^2.2.0",
        "mikey179/vfsstream": "~1.6.8",
        "mockery/mockery": "^1.3",
        "nette/di": "~2.4",
        "pimple/pimple": "~1.1",
        "plumphp/plum": "~0.1",
        "symfony/config": "^3.4 || ^4.3 || ^5.0 || ^6.0",
        "symfony/dependency-injection": "^3.4 || ^4.3 || ^5.0 || ^6.0",
        "symfony/http-kernel": "^3.4 || ^4.3 || ^5.0 || ^6.0",
        "symfony/phpunit-bridge": "^5.4 || ^6.0",
        "twig/twig": "^2.12.1 || ~3.0",
        "zendframework/zend-modulemanager": "~2.2",
        "zendframework/zend-servicemanager": "~2.2",
        "zendframework/zend-view": "~2.2"
      },
      "type": "library",
      "autoload": {
        "psr-4": {
          "Cocur\\Slugify\\": "src"
        }
      },
      "notification-url": "https://packagist.org/downloads/",
      "license": ["MIT"],
      "authors": [
        {
          "name": "Florian Eckerstorfer",
          "email": "florian@eckerstorfer.co",
          "homepage": "https://florian.ec"
        },
        {
          "name": "Ivo Bathke",
          "email": "ivo.bathke@gmail.com"
        }
      ],
      "description": "Converts a string into a slug.",
      "keywords": ["slug", "slugify"],
      "support": {
        "issues": "https://github.com/cocur/slugify/issues",
        "source": "https://github.com/cocur/slugify/tree/v4.5.1"
      },
      "time": "2023-09-17T07:26:20+00:00"
    },
    {
      "name": "codeigniter4/framework",
      "source": {
        "type": "git",
        "url": "https://github.com/codeigniter4/framework.git",
        "reference": "9b2cd730db29d14ac6e760fb15c4bcac15184ec4"
        "url": "https://api.github.com/repos/codeigniter4/framework/zipball/9b2cd730db29d14ac6e760fb15c4bcac15184ec4",
        "reference": "9b2cd730db29d14ac6e760fb15c4bcac15184ec4",
        "shasum": ""
      },
      "require": {
        "ext-intl": "*",
        "ext-mbstring": "*",
        "laminas/laminas-escaper": "^2.13",
        "php": "^8.1",
        "psr/log": "^3.0"
        "codeigniter/coding-standard": "^1.7",
        "friendsofphp/php-cs-fixer": "^3.47.1",
        "kint-php/kint": "^5.0.4",
        "mikey179/vfsstream": "^1.6",
        "nexusphp/cs-config": "^3.6",
        "phpunit/phpunit": "^10.5.16",
        "predis/predis": "^1.1 || ^2.0"
      },
      "suggest": {
        "ext-curl": "If you use CURLRequest class",
        "ext-dom": "If you use TestResponse",
        "ext-exif": "If you run Image class tests",
        "ext-fileinfo": "Improves mime type detection for files",
        "ext-gd": "If you use Image class GDHandler",
        "ext-imagick": "If you use Image class ImageMagickHandler",
        "ext-libxml": "If you use TestResponse",
        "ext-memcache": "If you use Cache class MemcachedHandler with Memcache",
        "ext-memcached": "If you use Cache class MemcachedHandler with Memcached",
        "ext-mysqli": "If you use MySQL",
        "ext-oci8": "If you use Oracle Database",
        "ext-pgsql": "If you use PostgreSQL",
        "ext-readline": "Improves CLI::input() usability",
        "ext-redis": "If you use Cache class RedisHandler",
        "ext-simplexml": "If you format XML",
        "ext-sodium": "If you use Encryption SodiumHandler",
        "ext-sqlite3": "If you use SQLite3",
        "ext-sqlsrv": "If you use SQL Server",
        "ext-xdebug": "If you use CIUnitTestCase::assertHeaderEmitted()"
      },
      "type": "project",
      "autoload": {
        "psr-4": {
          "CodeIgniter\\": "system/"
        },
        "exclude-from-classmap": ["**/Database/Migrations/**"]
      },
      "notification-url": "https://packagist.org/downloads/",
      "license": ["MIT"],
      "description": "The CodeIgniter framework v4",
      "homepage": "https://codeigniter.com",
      "support": {
        "forum": "https://forum.codeigniter.com/",
        "slack": "https://codeigniterchat.slack.com",
        "source": "https://github.com/codeigniter4/CodeIgniter4"
      },
      "time": "2024-04-14T04:18:29+00:00"
      "source": {
        "type": "git",
        "url": "https://github.com/codeigniter4/settings.git",
        "reference": "2748f2b4572d44a940f98c31847d65272cac5666"
        "url": "https://api.github.com/repos/codeigniter4/settings/zipball/2748f2b4572d44a940f98c31847d65272cac5666",
        "reference": "2748f2b4572d44a940f98c31847d65272cac5666",
        "shasum": ""
      },
      "require": {
        "php": "^7.4 || ^8.0"
      },
      "require-dev": {
        "codeigniter4/devkit": "^1.1.2",
        "codeigniter4/framework": "^4.2.3",
        "rector/rector": "0.18.13"
      },
      "type": "library",
      "autoload": {
        "psr-4": {
          "CodeIgniter\\Settings\\": "src"
        },
        "exclude-from-classmap": ["**/Database/Migrations/**"]
      },
      "notification-url": "https://packagist.org/downloads/",
      "license": ["MIT"],
      "authors": [
        {
          "name": "Lonnie Ezell",
          "email": "lonnieje@gmail.com",
          "role": "Developer"
        }
      ],
      "description": "Settings library for CodeIgniter 4",
      "homepage": "https://github.com/codeigniter4/settings",
      "keywords": ["Settings", "codeigniter", "codeigniter4"],
      "support": {
        "issues": "https://github.com/codeigniter4/settings/issues",
        "source": "https://github.com/codeigniter4/settings/tree/v2.2.0"
      "time": "2024-01-06T07:10:58+00:00"
      "source": {
        "type": "git",
        "url": "https://github.com/codeigniter4/shield.git",
        "reference": "3fbac7a3da41ebaac7d51708244f68df596409f0"
        "url": "https://api.github.com/repos/codeigniter4/shield/zipball/3fbac7a3da41ebaac7d51708244f68df596409f0",
        "reference": "3fbac7a3da41ebaac7d51708244f68df596409f0",
        "shasum": ""
      },
      "require": {
        "codeigniter4/settings": "^2.1",
        "php": "^7.4.3 || ^8.0"
      },
      "provide": {
        "codeigniter4/authentication-implementation": "1.0"
      },
      "require-dev": {
        "codeigniter/phpstan-codeigniter": "^1.3",
        "codeigniter4/devkit": "^1.0",
        "codeigniter4/framework": ">=4.3.5 <4.5.0 || ^4.5.1",
        "firebase/php-jwt": "^6.4",
        "mikey179/vfsstream": "^1.6.7",
        "mockery/mockery": "^1.0",
        "phpstan/extension-installer": "^1.3",
        "phpstan/phpstan-strict-rules": "^1.5",
      },
      "suggest": {
        "ext-curl": "Required to use the password validation rule via PwnedValidator class.",
        "ext-openssl": "Required to use the JWT Authenticator."
      },
      "type": "library",
      "autoload": {
        "psr-4": {
          "CodeIgniter\\Shield\\": "src"
        },
        "exclude-from-classmap": ["**/Database/Migrations/**"]
      },
      "notification-url": "https://packagist.org/downloads/",
      "license": ["MIT"],
      "authors": [
        {
          "name": "Lonnie Ezell",
          "email": "lonnieje@gmail.com",
          "role": "Developer"
        }
      ],
      "description": "Authentication and Authorization for CodeIgniter 4",
      "homepage": "https://github.com/codeigniter4/shield",
      "keywords": [
        "Authentication",
        "authorization",
        "codeigniter",
        "codeigniter4"
      ],
      "support": {
        "docs": "https://codeigniter4.github.io/shield/",
        "forum": "https://github.com/codeigniter4/shield/discussions",
        "issues": "https://github.com/codeigniter4/shield/issues",
        "slack": "https://codeigniterchat.slack.com",
        "source": "https://github.com/codeigniter4/shield"
      },
      "time": "2024-04-14T08:57:57+00:00"
    },
    {
      "name": "codeigniter4/tasks",
      "version": "dev-develop",
      "source": {
        "type": "git",
        "url": "https://github.com/codeigniter4/tasks.git",
        "reference": "7cfd0918765854b68861f9470eff3d8b9e4e537d"
        "url": "https://api.github.com/repos/codeigniter4/tasks/zipball/7cfd0918765854b68861f9470eff3d8b9e4e537d",
        "reference": "7cfd0918765854b68861f9470eff3d8b9e4e537d",
        "shasum": ""
      },
      "require": {
        "codeigniter4/settings": "^2.0",
        "ext-json": "*",
        "php": "^7.4 || ^8.0"
      },
      "require-dev": {
        "codeigniter4/devkit": "^1.0",
        "codeigniter4/framework": "^4.1",
      },
      "default-branch": true,
      "type": "library",
      "autoload": {
        "psr-4": {
          "CodeIgniter\\Tasks\\": "src"
        },
        "exclude-from-classmap": ["**/Database/Migrations/**"]
      },
      "autoload-dev": {
        "psr-4": {
          "Tests\\Support\\": "tests/_support"
        }
      },
      "scripts": {
        "post-update-cmd": ["bash admin/setup.sh"],
        "analyze": [
          "Composer\\Config::disableProcessTimeout",
          "phpstan analyze",
          "psalm",
          "rector process --dry-run"
        ],
        "sa": ["@analyze"],
        "ci": [
          "Composer\\Config::disableProcessTimeout",
        "cs": ["php-cs-fixer fix --ansi --verbose --dry-run --diff"],
        "cs-fix": ["php-cs-fixer fix --ansi --verbose --diff"],
        "style": ["@cs-fix"],
        "deduplicate": ["phpcpd src/ tests/"],
        "inspect": ["deptrac analyze --cache-file=build/deptrac.cache"],
        "mutate": [
          "infection --threads=2 --skip-initial-tests --coverage=build/phpunit"
        ],
        "retool": ["retool"],
        "test": ["phpunit"]
      },
      "license": ["MIT"],
      "authors": [
        {
          "name": "Lonnie Ezell",
          "email": "lonnieje@gmail.com",
          "role": "Developer"
        }
      ],
      "description": "Task Scheduler for CodeIgniter 4",
      "homepage": "https://github.com/codeigniter4/tasks",
      "keywords": ["codeigniter", "codeigniter4", "cron", "task scheduling"],
      "support": {
        "source": "https://github.com/codeigniter4/tasks/tree/develop",
        "issues": "https://github.com/codeigniter4/tasks/issues"
      },
      "time": "2024-04-06T08:58:00+00:00"
      "source": {
        "type": "git",
        "url": "https://github.com/composer/ca-bundle.git",
        "reference": "0c5ccfcfea312b5c5a190a21ac5cef93f74baf99"
        "url": "https://api.github.com/repos/composer/ca-bundle/zipball/0c5ccfcfea312b5c5a190a21ac5cef93f74baf99",
        "reference": "0c5ccfcfea312b5c5a190a21ac5cef93f74baf99",
        "shasum": ""
      },
      "require": {
        "ext-openssl": "*",
        "ext-pcre": "*",
        "psr/log": "^1.0",
        "symfony/phpunit-bridge": "^4.2 || ^5",
        "symfony/process": "^4.0 || ^5.0 || ^6.0 || ^7.0"
      },
      "type": "library",
      "extra": {
        "branch-alias": {
          "dev-main": "1.x-dev"
        }
      },
      "autoload": {
        "psr-4": {
          "Composer\\CaBundle\\": "src"
        }
      },
      "notification-url": "https://packagist.org/downloads/",
      "license": ["MIT"],
      "authors": [
        {
          "name": "Jordi Boggiano",
          "email": "j.boggiano@seld.be",
          "homepage": "http://seld.be"
        }
      ],
      "description": "Lets you find a path to the system CA bundle, and includes a fallback to the Mozilla CA bundle.",
      "keywords": ["cabundle", "cacert", "certificate", "ssl", "tls"],
      "support": {
        "irc": "irc://irc.freenode.org/composer",
        "issues": "https://github.com/composer/ca-bundle/issues",
        "source": "https://github.com/composer/ca-bundle/tree/1.5.0"
      },
      "funding": [
        {
          "url": "https://packagist.com",
          "type": "custom"
        },
        {
          "url": "https://github.com/composer",
          "type": "github"
        },
        {
          "url": "https://tidelift.com/funding/github/packagist/composer/composer",
          "type": "tidelift"
        }
      ],
      "time": "2024-03-15T14:00:32+00:00"
    },
    {
      "name": "dflydev/dot-access-data",
      "version": "v3.0.2",
      "source": {
        "type": "git",
        "url": "https://github.com/dflydev/dflydev-dot-access-data.git",
        "reference": "f41715465d65213d644d3141a6a93081be5d3549"
      },
      "dist": {
        "type": "zip",
        "url": "https://api.github.com/repos/dflydev/dflydev-dot-access-data/zipball/f41715465d65213d644d3141a6a93081be5d3549",
        "reference": "f41715465d65213d644d3141a6a93081be5d3549",
        "shasum": ""
      },
      "require": {
        "php": "^7.1 || ^8.0"
      },
      "require-dev": {
        "phpstan/phpstan": "^0.12.42",
        "phpunit/phpunit": "^7.5 || ^8.5 || ^9.3",
        "scrutinizer/ocular": "1.6.0",
        "squizlabs/php_codesniffer": "^3.5",
        "vimeo/psalm": "^4.0.0"
      },
      "type": "library",
      "extra": {
        "branch-alias": {
          "dev-main": "3.x-dev"
        }
      },
      "autoload": {
        "psr-4": {
          "Dflydev\\DotAccessData\\": "src/"
        }
      },
      "notification-url": "https://packagist.org/downloads/",
      "license": ["MIT"],
      "authors": [
        {
          "name": "Dragonfly Development Inc.",
          "email": "info@dflydev.com",
          "homepage": "http://dflydev.com"
        },
        {
          "name": "Beau Simensen",
          "email": "beau@dflydev.com",
          "homepage": "http://beausimensen.com"
        },
        {
          "name": "Carlos Frutos",
          "email": "carlos@kiwing.it",
          "homepage": "https://github.com/cfrutos"
        },
        {
          "name": "Colin O'Dell",
          "email": "colinodell@gmail.com",
          "homepage": "https://www.colinodell.com"
        }
      ],
      "description": "Given a deep data structure, access data by dot notation.",
      "homepage": "https://github.com/dflydev/dflydev-dot-access-data",
      "keywords": ["access", "data", "dot", "notation"],
      "support": {
        "issues": "https://github.com/dflydev/dflydev-dot-access-data/issues",
        "source": "https://github.com/dflydev/dflydev-dot-access-data/tree/v3.0.2"
      },
      "time": "2022-10-27T11:44:00+00:00"
    },
    {
      "name": "geoip2/geoip2",
        "url": "https://github.com/maxmind/GeoIP2-php.git",
        "reference": "1a802ce9356cdd1c6b681c030fd9563750e11e6a"
        "url": "https://api.github.com/repos/maxmind/GeoIP2-php/zipball/1a802ce9356cdd1c6b681c030fd9563750e11e6a",
        "reference": "1a802ce9356cdd1c6b681c030fd9563750e11e6a",
        "shasum": ""
      },
      "require": {
        "ext-json": "*",
        "maxmind/web-service-common": "~0.8",
      },
      "require-dev": {
        "friendsofphp/php-cs-fixer": "3.*",
        "phpstan/phpstan": "*",
        "squizlabs/php_codesniffer": "3.*"
      },
      "type": "library",
      "autoload": {
        "psr-4": {
          "GeoIp2\\": "src"
        }
      },
      "notification-url": "https://packagist.org/downloads/",
      "license": ["Apache-2.0"],
      "authors": [
        {
          "name": "Gregory J. Oschwald",
          "email": "goschwald@maxmind.com",
          "homepage": "https://www.maxmind.com/"
        }
      ],
      "description": "MaxMind GeoIP2 PHP API",
      "homepage": "https://github.com/maxmind/GeoIP2-php",
      "keywords": ["IP", "geoip", "geoip2", "geolocation", "maxmind"],
      "support": {
        "issues": "https://github.com/maxmind/GeoIP2-php/issues",
        "source": "https://github.com/maxmind/GeoIP2-php/tree/v3.0.0"
      },
      "time": "2023-12-04T17:16:34+00:00"
    },
    {
      "name": "graham-campbell/result-type",
      "source": {
        "type": "git",
        "url": "https://github.com/GrahamCampbell/Result-Type.git",
        "reference": "fbd48bce38f73f8a4ec8583362e732e4095e5862"
        "url": "https://api.github.com/repos/GrahamCampbell/Result-Type/zipball/fbd48bce38f73f8a4ec8583362e732e4095e5862",
        "reference": "fbd48bce38f73f8a4ec8583362e732e4095e5862",
        "shasum": ""
      },
      "require": {
        "php": "^7.2.5 || ^8.0",
        "phpoption/phpoption": "^1.9.2"
        "phpunit/phpunit": "^8.5.34 || ^9.6.13 || ^10.4.2"
      },
      "type": "library",
      "autoload": {
        "psr-4": {
          "GrahamCampbell\\ResultType\\": "src/"
        }
      },
      "notification-url": "https://packagist.org/downloads/",
      "license": ["MIT"],
      "authors": [
        {
          "name": "Graham Campbell",
          "email": "hello@gjcampbell.co.uk",
          "homepage": "https://github.com/GrahamCampbell"
        }
      ],
      "description": "An Implementation Of The Result Type",
      "keywords": [
        "Graham Campbell",
        "GrahamCampbell",
        "Result Type",
        "Result-Type",
        "result"
      ],
      "support": {
        "issues": "https://github.com/GrahamCampbell/Result-Type/issues",
        "source": "https://github.com/GrahamCampbell/Result-Type/tree/v1.1.2"
      },
      "funding": [
        {
          "url": "https://github.com/GrahamCampbell",
          "type": "github"
        },
        {
          "url": "https://tidelift.com/funding/github/packagist/graham-campbell/result-type",
          "type": "tidelift"
        }
      ],
      "time": "2023-11-12T22:16:48+00:00"
      "source": {
        "type": "git",
        "url": "https://github.com/guzzle/guzzle.git",
        "reference": "41042bc7ab002487b876a0683fc8dce04ddce104"
        "url": "https://api.github.com/repos/guzzle/guzzle/zipball/41042bc7ab002487b876a0683fc8dce04ddce104",
        "reference": "41042bc7ab002487b876a0683fc8dce04ddce104",
        "shasum": ""
      },
      "require": {
        "ext-json": "*",
        "guzzlehttp/promises": "^1.5.3 || ^2.0.1",
        "guzzlehttp/psr7": "^1.9.1 || ^2.5.1",
        "php": "^7.2.5 || ^8.0",
        "psr/http-client": "^1.0",
        "symfony/deprecation-contracts": "^2.2 || ^3.0"
      },
      "provide": {
        "psr/http-client-implementation": "1.0"
      },
      "require-dev": {
        "bamarni/composer-bin-plugin": "^1.8.2",
        "ext-curl": "*",
        "php-http/client-integration-tests": "dev-master#2c025848417c1135031fdf9c728ee53d0a7ceaee as 3.0.999",
        "php-http/message-factory": "^1.1",
        "phpunit/phpunit": "^8.5.36 || ^9.6.15",
        "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": {