{ "_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": "0eba6c4a2a7ab65f0299240ae9eb02c8", "packages": [ { "name": "codeigniter4/framework", "version": "v4.1.9", "source": { "type": "git", "url": "https://github.com/codeigniter4/framework.git", "reference": "4ec623a6b8269dd09f570ab514e5864276bb7f56" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/codeigniter4/framework/zipball/4ec623a6b8269dd09f570ab514e5864276bb7f56", "reference": "4ec623a6b8269dd09f570ab514e5864276bb7f56", "shasum": "" }, "require": { "ext-curl": "*", "ext-intl": "*", "ext-json": "*", "ext-mbstring": "*", "kint-php/kint": "^4.0", "laminas/laminas-escaper": "^2.9", "php": "^7.3 || ^8.0", "psr/log": "^1.1" }, "require-dev": { "codeigniter/coding-standard": "^1.1", "fakerphp/faker": "^1.9", "friendsofphp/php-cs-fixer": "^3.1", "mikey179/vfsstream": "^1.6", "nexusphp/cs-config": "^3.3", "phpunit/phpunit": "^9.1", "predis/predis": "^1.1" }, "suggest": { "ext-fileinfo": "Improves mime type detection for files" }, "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": "http://forum.codeigniter.com/", "slack": "https://codeigniterchat.slack.com", "source": "https://github.com/codeigniter4/CodeIgniter4" }, "time": "2022-02-26T00:51:52+00:00" }, { "name": "jason-napolitano/codeigniter4-cart-module", "version": "1.1.0", "source": { "type": "git", "url": "https://github.com/jason-napolitano/CodeIgniter4-Cart-Module.git", "reference": "f696be03e715884a04e52d28f104f3f13c326d2b" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/jason-napolitano/CodeIgniter4-Cart-Module/zipball/f696be03e715884a04e52d28f104f3f13c326d2b", "reference": "f696be03e715884a04e52d28f104f3f13c326d2b", "shasum": "" }, "require": { "codeigniter4/framework": "^4.0.3" }, "type": "library", "autoload": { "psr-4": { "CodeIgniterCart\\": "./src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "description": "A basic port of the codeigniter 3 cart module for CodeIgniter 4.", "homepage": "https://github.com/jason-napolitano/CodeIgniter4-Cart-Module", "support": { "issues": "https://github.com/jason-napolitano/CodeIgniter4-Cart-Module/issues", "source": "https://github.com/jason-napolitano/CodeIgniter4-Cart-Module/tree/1.1.0" }, "time": "2020-11-22T21:40:22+00:00" }, { "name": "kint-php/kint", "version": "4.1.2", "source": { "type": "git", "url": "https://github.com/kint-php/kint.git", "reference": "fa53c4333cda79dc9cb002cfa029abe994d0ae00" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/kint-php/kint/zipball/fa53c4333cda79dc9cb002cfa029abe994d0ae00", "reference": "fa53c4333cda79dc9cb002cfa029abe994d0ae00", "shasum": "" }, "require": { "php": ">=5.6" }, "require-dev": { "friendsofphp/php-cs-fixer": "^3.0", "phpspec/prophecy-phpunit": "^2", "phpunit/phpunit": "^9.0", "seld/phar-utils": "^1.0", "symfony/finder": "^3.0 || ^4.0 || ^5.0", "vimeo/psalm": "^4.0" }, "suggest": { "kint-php/kint-helpers": "Provides extra helper functions", "kint-php/kint-twig": "Provides d() and s() functions in twig templates" }, "type": "library", "autoload": { "files": [ "init.php" ], "psr-4": { "Kint\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Jonathan Vollebregt", "homepage": "https://github.com/jnvsor" }, { "name": "Contributors", "homepage": "https://github.com/kint-php/kint/graphs/contributors" } ], "description": "Kint - debugging tool for PHP developers", "homepage": "https://kint-php.github.io/kint/", "keywords": [ "debug", "kint", "php" ], "support": { "issues": "https://github.com/kint-php/kint/issues", "source": "https://github.com/kint-php/kint/tree/4.1.2" }, "time": "2022-02-22T20:32:24+00:00" }, { "name": "laminas/laminas-escaper", "version": "2.10.0", "source": { "type": "git", "url": "https://github.com/laminas/laminas-escaper.git", "reference": "58af67282db37d24e584a837a94ee55b9c7552be" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/laminas/laminas-escaper/zipball/58af67282db37d24e584a837a94ee55b9c7552be", "reference": "58af67282db37d24e584a837a94ee55b9c7552be", "shasum": "" }, "require": { "ext-ctype": "*", "ext-mbstring": "*", "php": "^7.4 || ~8.0.0 || ~8.1.0" }, "conflict": { "zendframework/zend-escaper": "*" }, "require-dev": { "infection/infection": "^0.26.6", "laminas/laminas-coding-standard": "~2.3.0", "maglnet/composer-require-checker": "^3.8.0", "phpunit/phpunit": "^9.5.18", "psalm/plugin-phpunit": "^0.16.1", "vimeo/psalm": "^4.22.0" }, "type": "library", "autoload": { "psr-4": { "Laminas\\Escaper\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "description": "Securely and safely escape HTML, HTML attributes, JavaScript, CSS, and URLs", "homepage": "https://laminas.dev", "keywords": [ "escaper", "laminas" ], "support": { "chat": "https://laminas.dev/chat", "docs": "https://docs.laminas.dev/laminas-escaper/", "forum": "https://discourse.laminas.dev", "issues": "https://github.com/laminas/laminas-escaper/issues", "rss": "https://github.com/laminas/laminas-escaper/releases.atom", "source": "https://github.com/laminas/laminas-escaper" }, "funding": [ { "url": "https://funding.communitybridge.org/projects/laminas-project", "type": "community_bridge" } ], "time": "2022-03-08T20:15:36+00:00" }, { "name": "psr/log", "version": "1.1.4", "source": { "type": "git", "url": "https://github.com/php-fig/log.git", "reference": "d49695b909c3b7628b6289db5479a1c204601f11" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/php-fig/log/zipball/d49695b909c3b7628b6289db5479a1c204601f11", "reference": "d49695b909c3b7628b6289db5479a1c204601f11", "shasum": "" }, "require": { "php": ">=5.3.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.1.x-dev" } }, "autoload": { "psr-4": { "Psr\\Log\\": "Psr/Log/" } }, "notification-url": "https://packagist.org/downloads/", "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" ], "support": { "source": "https://github.com/php-fig/log/tree/1.1.4" }, "time": "2021-05-03T11:20:27+00:00" } ], "packages-dev": [], "aliases": [], "minimum-stability": "stable", "stability-flags": [], "prefer-stable": false, "prefer-lowest": false, "platform": [], "platform-dev": [], "plugin-api-version": "2.3.0" }