{ "_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": "8149b155ca2f5a3dc2d32297b94c2a34", "packages": [ { "name": "desarrolla2/cache", "version": "v3.0.2", "source": { "type": "git", "url": "https://github.com/desarrolla2/Cache.git", "reference": "0b8f985d09abfc04a2c1535943f6f07b7206161a" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/desarrolla2/Cache/zipball/0b8f985d09abfc04a2c1535943f6f07b7206161a", "reference": "0b8f985d09abfc04a2c1535943f6f07b7206161a", "shasum": "" }, "require": { "php": ">=7.2.0", "psr/simple-cache": "^1.0" }, "provide": { "psr/simple-cache-implementation": "1.0" }, "require-dev": { "cache/integration-tests": "dev-master", "ext-apcu": "*", "ext-json": "*", "ext-memcached": "*", "ext-mysqli": "*", "mikey179/vfsstream": "v1.6.8", "mongodb/mongodb": "^1.3", "phpstan/phpstan": "^0.12.29", "phpunit/phpunit": "^8.3 || ^9.0", "predis/predis": "~1.0.0", "symfony/phpunit-bridge": "^5.2" }, "type": "library", "autoload": { "psr-4": { "Desarrolla2\\Cache\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Daniel González", "homepage": "http://desarrolla2.com/" }, { "name": "Arnold Daniels", "homepage": "https://jasny.net/" } ], "description": "Provides an cache interface for several adapters Apc, Apcu, File, Mongo, Memcache, Memcached, Mysql, Mongo, Redis is supported.", "homepage": "https://github.com/desarrolla2/Cache/", "keywords": [ "apc", "apcu", "cache", "file", "memcache", "memcached", "mongo", "mysql", "psr-16", "redis", "simple-cache" ], "support": { "issues": "https://github.com/desarrolla2/Cache/issues", "source": "https://github.com/desarrolla2/Cache/tree/v3.0.2" }, "time": "2022-03-27T23:04:06+00:00" }, { "name": "jasny/immutable", "version": "v2.1.0", "source": { "type": "git", "url": "https://github.com/jasny/immutable.git", "reference": "1a4ffb42bea73ea5d318f39b3a5dd283aec063f9" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/jasny/immutable/zipball/1a4ffb42bea73ea5d318f39b3a5dd283aec063f9", "reference": "1a4ffb42bea73ea5d318f39b3a5dd283aec063f9", "shasum": "" }, "require": { "php": ">=7.2.0" }, "require-dev": { "jasny/php-code-quality": "^2.5" }, "type": "library", "autoload": { "psr-4": { "Jasny\\Immutable\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Arnold Daniels", "email": "arnold@jasny.net", "homepage": "http://www.jasny.net" } ], "description": "Helper methods for immutable objects", "support": { "issues": "https://github.com/jasny/immutable/issues", "source": "https://github.com/jasny/immutable" }, "time": "2020-01-27T09:41:29+00:00" }, { "name": "jasny/sso", "version": "v0.4.2", "source": { "type": "git", "url": "https://github.com/jasny/sso.git", "reference": "fb4f0916911b00797425237abfb073ffee8cba1c" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/jasny/sso/zipball/fb4f0916911b00797425237abfb073ffee8cba1c", "reference": "fb4f0916911b00797425237abfb073ffee8cba1c", "shasum": "" }, "require": { "ext-json": "*", "jasny/immutable": "^2.1", "php": ">=7.3.0", "psr/log": "*", "psr/simple-cache": "^1.0" }, "require-dev": { "codeception/codeception": "^4.1", "codeception/module-phpbrowser": "^1.0", "codeception/module-rest": "^1.2", "desarrolla2/cache": "^3.0", "jasny/http-message": "^1.3", "jasny/php-code-quality": "^2.6.0", "jasny/phpunit-extension": "^0.3.2", "phpstan/phpstan": "^0.12.59", "yubb/loggy": "^2.1" }, "type": "library", "autoload": { "psr-4": { "Jasny\\SSO\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Arnold Daniels", "email": "arnold@jasny.net", "homepage": "http://www.jasny.net" } ], "description": "Simple Single Sign-On", "homepage": "https://github.com/jasny/sso/wiki", "keywords": [ "SSO", "auth" ], "support": { "issues": "https://github.com/jasny/sso/issues", "source": "https://github.com/jasny/sso" }, "time": "2022-04-30T18:31:10+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" }, { "name": "psr/simple-cache", "version": "1.0.1", "source": { "type": "git", "url": "https://github.com/php-fig/simple-cache.git", "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/408d5eafb83c57f6365a3ca330ff23aa4a5fa39b", "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b", "shasum": "" }, "require": { "php": ">=5.3.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.0.x-dev" } }, "autoload": { "psr-4": { "Psr\\SimpleCache\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "PHP-FIG", "homepage": "http://www.php-fig.org/" } ], "description": "Common interfaces for simple caching", "keywords": [ "cache", "caching", "psr", "psr-16", "simple-cache" ], "support": { "source": "https://github.com/php-fig/simple-cache/tree/master" }, "time": "2017-10-23T01:57:42+00:00" } ], "packages-dev": [], "aliases": [], "minimum-stability": "stable", "stability-flags": {}, "prefer-stable": false, "prefer-lowest": false, "platform": {}, "platform-dev": {}, "plugin-api-version": "2.9.0" }