{ "_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": "7bd2cc106d78adb6b8b239de0b33a76d", "packages": [ { "name": "filp/whoops", "version": "2.14.5", "source": { "type": "git", "url": "https://github.com/filp/whoops.git", "reference": "a63e5e8f26ebbebf8ed3c5c691637325512eb0dc" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/filp/whoops/zipball/a63e5e8f26ebbebf8ed3c5c691637325512eb0dc", "reference": "a63e5e8f26ebbebf8ed3c5c691637325512eb0dc", "shasum": "" }, "require": { "php": "^5.5.9 || ^7.0 || ^8.0", "psr/log": "^1.0.1 || ^2.0 || ^3.0" }, "require-dev": { "mockery/mockery": "^0.9 || ^1.0", "phpunit/phpunit": "^4.8.36 || ^5.7.27 || ^6.5.14 || ^7.5.20 || ^8.5.8 || ^9.3.3", "symfony/var-dumper": "^2.6 || ^3.0 || ^4.0 || ^5.0" }, "suggest": { "symfony/var-dumper": "Pretty print complex values better with var-dumper available", "whoops/soap": "Formats errors as SOAP responses" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.7-dev" } }, "autoload": { "psr-4": { "Whoops\\": "src/Whoops/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Filipe Dobreira", "homepage": "https://github.com/filp", "role": "Developer" } ], "description": "php error handling for cool kids", "homepage": "https://filp.github.io/whoops/", "keywords": [ "error", "exception", "handling", "library", "throwable", "whoops" ], "support": { "issues": "https://github.com/filp/whoops/issues", "source": "https://github.com/filp/whoops/tree/2.14.5" }, "funding": [ { "url": "https://github.com/denis-sokolov", "type": "github" } ], "time": "2022-01-07T12:00:00+00:00" }, { "name": "foxy/foxy", "version": "v1.1.2", "source": { "type": "git", "url": "https://github.com/fxpio/foxy.git", "reference": "f9b17ec6701413a17358af21f47a35f2dc690616" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/fxpio/foxy/zipball/f9b17ec6701413a17358af21f47a35f2dc690616", "reference": "f9b17ec6701413a17358af21f47a35f2dc690616", "shasum": "" }, "require": { "composer-plugin-api": "^1.1|^2.0", "php": ">=5.3.3" }, "require-dev": { "composer/composer": "^1.5.0|^2.0.0" }, "type": "composer-plugin", "extra": { "class": "Foxy\\Foxy", "branch-alias": { "dev-1.1": "1.1-dev" } }, "autoload": { "psr-4": { "Foxy\\": "" }, "exclude-from-classmap": [ "/Tests/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "François Pluchino", "email": "francois.pluchino@gmail.com" } ], "description": "Fast, reliable, and secure NPM/Yarn bridge for Composer", "homepage": "https://github.com/fxpio/foxy", "keywords": [ "Bridge", "asset", "composer", "dependency manager", "nodejs", "npm", "package", "yarn" ], "support": { "issues": "https://github.com/fxpio/foxy/issues", "source": "https://github.com/fxpio/foxy/tree/v1.1.2" }, "funding": [ { "url": "https://paypal.me/francoispluchino", "type": "custom" }, { "url": "https://github.com/francoispluchino", "type": "github" } ], "time": "2021-08-09T16:18:51+00:00" }, { "name": "katzgrau/klogger", "version": "1.2.1", "source": { "type": "git", "url": "https://github.com/katzgrau/KLogger.git", "reference": "a4ed373fa8a214aa4ae7aa4f221fe2c6ce862ef1" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/katzgrau/KLogger/zipball/a4ed373fa8a214aa4ae7aa4f221fe2c6ce862ef1", "reference": "a4ed373fa8a214aa4ae7aa4f221fe2c6ce862ef1", "shasum": "" }, "require": { "php": ">=5.3", "psr/log": "^1.0.0" }, "require-dev": { "phpunit/phpunit": "4.0.*" }, "type": "library", "autoload": { "psr-4": { "Katzgrau\\KLogger\\": "src/" }, "classmap": [ "src/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Kenny Katzgrau", "email": "katzgrau@gmail.com" }, { "name": "Dan Horrigan", "email": "dan@dhorrigan.com" } ], "description": "A Simple Logging Class", "keywords": [ "logging" ], "support": { "issues": "https://github.com/katzgrau/KLogger/issues", "source": "https://github.com/katzgrau/KLogger/tree/master" }, "time": "2016-11-07T19:29:14+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" }, { "name": "smarty/smarty", "version": "v3.1.44", "source": { "type": "git", "url": "https://github.com/smarty-php/smarty.git", "reference": "99085d8dc65eeb5e55ae3cba74d3dc6b3bb0205e" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/smarty-php/smarty/zipball/99085d8dc65eeb5e55ae3cba74d3dc6b3bb0205e", "reference": "99085d8dc65eeb5e55ae3cba74d3dc6b3bb0205e", "shasum": "" }, "require": { "php": ">=5.2" }, "require-dev": { "phpunit/phpunit": "^7.5 || ^6.5 || ^5.7 || ^4.8", "smarty/smarty-lexer": "^3.1" }, "type": "library", "extra": { "branch-alias": { "dev-master": "3.1.x-dev" } }, "autoload": { "classmap": [ "libs/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "LGPL-3.0" ], "authors": [ { "name": "Monte Ohrt", "email": "monte@ohrt.com" }, { "name": "Uwe Tews", "email": "uwe.tews@googlemail.com" }, { "name": "Rodney Rehm", "email": "rodney.rehm@medialize.de" } ], "description": "Smarty - the compiling PHP template engine", "homepage": "http://www.smarty.net", "keywords": [ "templating" ], "support": { "forum": "http://www.smarty.net/forums/", "irc": "irc://irc.freenode.org/smarty", "issues": "https://github.com/smarty-php/smarty/issues", "source": "https://github.com/smarty-php/smarty/tree/v3.1.44" }, "time": "2022-01-17T23:12:04+00:00" }, { "name": "voku/simple-cache", "version": "4.0.5", "source": { "type": "git", "url": "https://github.com/voku/simple-cache.git", "reference": "416cf88902991f3bf6168b71c0683e6dabb3d5e1" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/voku/simple-cache/zipball/416cf88902991f3bf6168b71c0683e6dabb3d5e1", "reference": "416cf88902991f3bf6168b71c0683e6dabb3d5e1", "shasum": "" }, "require": { "php": ">=7.0.0", "psr/simple-cache": "~1.0" }, "provide": { "psr/simple-cache-implementation": "1.0" }, "require-dev": { "phpunit/phpunit": "~6.0 || ~7.0" }, "suggest": { "predis/predis": "~1.1", "symfony/var-exporter": "~3.0 || ~4.0 || ~5.0" }, "type": "library", "autoload": { "psr-4": { "voku\\cache\\": "src/voku/cache/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Lars Moelleken", "homepage": "http://www.moelleken.org/", "role": "Developer" } ], "description": "Simple Cache library", "homepage": "https://github.com/voku/simple-cache", "keywords": [ "cache", "caching", "php", "simple cache" ], "support": { "issues": "https://github.com/voku/simple-cache/issues", "source": "https://github.com/voku/simple-cache/tree/master" }, "funding": [ { "url": "https://www.paypal.me/moelleken", "type": "custom" }, { "url": "https://github.com/voku", "type": "github" }, { "url": "https://www.patreon.com/voku", "type": "patreon" }, { "url": "https://tidelift.com/funding/github/packagist/voku/simple-cache", "type": "tidelift" } ], "time": "2020-03-15T21:00:57+00:00" } ], "packages-dev": [ { "name": "squizlabs/php_codesniffer", "version": "3.6.2", "source": { "type": "git", "url": "https://github.com/squizlabs/PHP_CodeSniffer.git", "reference": "5e4e71592f69da17871dba6e80dd51bce74a351a" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/5e4e71592f69da17871dba6e80dd51bce74a351a", "reference": "5e4e71592f69da17871dba6e80dd51bce74a351a", "shasum": "" }, "require": { "ext-simplexml": "*", "ext-tokenizer": "*", "ext-xmlwriter": "*", "php": ">=5.4.0" }, "require-dev": { "phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0" }, "bin": [ "bin/phpcs", "bin/phpcbf" ], "type": "library", "extra": { "branch-alias": { "dev-master": "3.x-dev" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Greg Sherwood", "role": "lead" } ], "description": "PHP_CodeSniffer tokenizes PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.", "homepage": "https://github.com/squizlabs/PHP_CodeSniffer", "keywords": [ "phpcs", "standards" ], "support": { "issues": "https://github.com/squizlabs/PHP_CodeSniffer/issues", "source": "https://github.com/squizlabs/PHP_CodeSniffer", "wiki": "https://github.com/squizlabs/PHP_CodeSniffer/wiki" }, "time": "2021-12-12T21:44:58+00:00" } ], "aliases": [], "minimum-stability": "dev", "stability-flags": [], "prefer-stable": true, "prefer-lowest": false, "platform": { "php": ">=7.0 <9.0", "ext-pcre": "*", "ext-xml": "*" }, "platform-dev": [], "platform-overrides": { "php": "7.99.99" }, "plugin-api-version": "2.2.0" }