{ "_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": "d0016326e71ecd83798be797b4abda4a", "packages": [ { "name": "altorouter/altorouter", "version": "2.0.2", "source": { "type": "git", "url": "https://github.com/dannyvankooten/AltoRouter.git", "reference": "f6fede4f94ced7c22ba63a9b8af0bf2dc38e3cb2" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/dannyvankooten/AltoRouter/zipball/f6fede4f94ced7c22ba63a9b8af0bf2dc38e3cb2", "reference": "f6fede4f94ced7c22ba63a9b8af0bf2dc38e3cb2", "shasum": "" }, "require": { "php": ">=5.6.0" }, "require-dev": { "codeclimate/php-test-reporter": "dev-master", "phpunit/phpunit": "5.7.*", "squizlabs/php_codesniffer": "3.4.2" }, "type": "library", "autoload": { "classmap": [ "AltoRouter.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Danny van Kooten", "email": "dannyvankooten@gmail.com", "homepage": "http://dannyvankooten.com/" }, { "name": "Koen Punt", "homepage": "https://github.com/koenpunt" }, { "name": "niahoo", "homepage": "https://github.com/niahoo" } ], "description": "A lightning fast router for PHP", "homepage": "https://github.com/dannyvankooten/AltoRouter", "keywords": [ "lightweight", "router", "routing" ], "support": { "issues": "https://github.com/dannyvankooten/AltoRouter/issues", "source": "https://github.com/dannyvankooten/AltoRouter/tree/2.0.2" }, "time": "2020-03-09T08:34:59+00:00" }, { "name": "composer/installers", "version": "v2.2.0", "source": { "type": "git", "url": "https://github.com/composer/installers.git", "reference": "c29dc4b93137acb82734f672c37e029dfbd95b35" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/composer/installers/zipball/c29dc4b93137acb82734f672c37e029dfbd95b35", "reference": "c29dc4b93137acb82734f672c37e029dfbd95b35", "shasum": "" }, "require": { "composer-plugin-api": "^1.0 || ^2.0", "php": "^7.2 || ^8.0" }, "require-dev": { "composer/composer": "1.6.* || ^2.0", "composer/semver": "^1 || ^3", "phpstan/phpstan": "^0.12.55", "phpstan/phpstan-phpunit": "^0.12.16", "symfony/phpunit-bridge": "^5.3", "symfony/process": "^5" }, "type": "composer-plugin", "extra": { "class": "Composer\\Installers\\Plugin", "branch-alias": { "dev-main": "2.x-dev" }, "plugin-modifies-install-path": true }, "autoload": { "psr-4": { "Composer\\Installers\\": "src/Composer/Installers" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Kyle Robinson Young", "email": "kyle@dontkry.com", "homepage": "https://github.com/shama" } ], "description": "A multi-framework Composer library installer", "homepage": "https://composer.github.io/installers/", "keywords": [ "Dolibarr", "Eliasis", "Hurad", "ImageCMS", "Kanboard", "Lan Management System", "MODX Evo", "MantisBT", "Mautic", "Maya", "OXID", "Plentymarkets", "Porto", "RadPHP", "SMF", "Starbug", "Thelia", "Whmcs", "WolfCMS", "agl", "annotatecms", "attogram", "bitrix", "cakephp", "chef", "cockpit", "codeigniter", "concrete5", "croogo", "dokuwiki", "drupal", "eZ Platform", "elgg", "expressionengine", "fuelphp", "grav", "installer", "itop", "known", "kohana", "laravel", "lavalite", "lithium", "magento", "majima", "mako", "matomo", "mediawiki", "miaoxing", "modulework", "modx", "moodle", "osclass", "pantheon", "phpbb", "piwik", "ppi", "processwire", "puppet", "pxcms", "reindex", "roundcube", "shopware", "silverstripe", "sydes", "sylius", "tastyigniter", "wordpress", "yawik", "zend", "zikula" ], "support": { "issues": "https://github.com/composer/installers/issues", "source": "https://github.com/composer/installers/tree/v2.2.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": "2022-08-20T06:45:11+00:00" }, { "name": "symfony/polyfill-ctype", "version": "v1.26.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-ctype.git", "reference": "6fd1b9a79f6e3cf65f9e679b23af304cd9e010d4" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/6fd1b9a79f6e3cf65f9e679b23af304cd9e010d4", "reference": "6fd1b9a79f6e3cf65f9e679b23af304cd9e010d4", "shasum": "" }, "require": { "php": ">=7.1" }, "provide": { "ext-ctype": "*" }, "suggest": { "ext-ctype": "For best performance" }, "type": "library", "extra": { "branch-alias": { "dev-main": "1.26-dev" }, "thanks": { "name": "symfony/polyfill", "url": "https://github.com/symfony/polyfill" } }, "autoload": { "files": [ "bootstrap.php" ], "psr-4": { "Symfony\\Polyfill\\Ctype\\": "" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Gert de Pagter", "email": "BackEndTea@gmail.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Symfony polyfill for ctype functions", "homepage": "https://symfony.com", "keywords": [ "compatibility", "ctype", "polyfill", "portable" ], "support": { "source": "https://github.com/symfony/polyfill-ctype/tree/v1.26.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" } ], "time": "2022-05-24T11:49:31+00:00" }, { "name": "symfony/polyfill-mbstring", "version": "v1.26.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-mbstring.git", "reference": "9344f9cb97f3b19424af1a21a3b0e75b0a7d8d7e" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/9344f9cb97f3b19424af1a21a3b0e75b0a7d8d7e", "reference": "9344f9cb97f3b19424af1a21a3b0e75b0a7d8d7e", "shasum": "" }, "require": { "php": ">=7.1" }, "provide": { "ext-mbstring": "*" }, "suggest": { "ext-mbstring": "For best performance" }, "type": "library", "extra": { "branch-alias": { "dev-main": "1.26-dev" }, "thanks": { "name": "symfony/polyfill", "url": "https://github.com/symfony/polyfill" } }, "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.26.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" } ], "time": "2022-05-24T11:49:31+00:00" }, { "name": "symfony/polyfill-php72", "version": "v1.26.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-php72.git", "reference": "bf44a9fd41feaac72b074de600314a93e2ae78e2" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/bf44a9fd41feaac72b074de600314a93e2ae78e2", "reference": "bf44a9fd41feaac72b074de600314a93e2ae78e2", "shasum": "" }, "require": { "php": ">=7.1" }, "type": "library", "extra": { "branch-alias": { "dev-main": "1.26-dev" }, "thanks": { "name": "symfony/polyfill", "url": "https://github.com/symfony/polyfill" } }, "autoload": { "files": [ "bootstrap.php" ], "psr-4": { "Symfony\\Polyfill\\Php72\\": "" } }, "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 backporting some PHP 7.2+ features to lower PHP versions", "homepage": "https://symfony.com", "keywords": [ "compatibility", "polyfill", "portable", "shim" ], "support": { "source": "https://github.com/symfony/polyfill-php72/tree/v1.26.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" } ], "time": "2022-05-24T11:49:31+00:00" }, { "name": "timber/timber", "version": "1.21.0", "source": { "type": "git", "url": "https://github.com/timber/timber.git", "reference": "342007fffa62b89c7d0c345914ac61482e4fe939" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/timber/timber/zipball/342007fffa62b89c7d0c345914ac61482e4fe939", "reference": "342007fffa62b89c7d0c345914ac61482e4fe939", "shasum": "" }, "require": { "composer/installers": "^1.0 || ^2.0", "php": ">=7.2.5 || ^8.0", "twig/cache-extension": "^1.5", "twig/twig": "^1.44 || ^2.10", "upstatement/routes": "^0.9" }, "require-dev": { "wpackagist-plugin/advanced-custom-fields": "^5.0", "wpackagist-plugin/co-authors-plus": "^3.2 || ^3.4", "yoast/wp-test-utils": "^1.0" }, "suggest": { "satooshi/php-coveralls": "1.0.* for code coverage" }, "type": "library", "autoload": { "psr-4": { "Timber\\": "lib/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Jared Novack", "email": "jared@upstatement.com", "homepage": "http://upstatement.com" }, { "name": "Connor J. Burton", "email": "connorjburton@gmail.com", "homepage": "http://connorburton.com" } ], "description": "Plugin to write WordPress themes w Object-Oriented Code and the Twig Template Engine", "homepage": "http://timber.upstatement.com", "keywords": [ "templating", "themes", "timber", "twig" ], "support": { "docs": "https://timber.github.io/docs/", "issues": "https://github.com/timber/timber/issues", "source": "https://github.com/timber/timber" }, "time": "2022-10-12T02:12:15+00:00" }, { "name": "twig/cache-extension", "version": "v1.5.0", "source": { "type": "git", "url": "https://github.com/twigphp/twig-cache-extension.git", "reference": "2c243643f59132194458bd03c745b079bbb12e78" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/twigphp/twig-cache-extension/zipball/2c243643f59132194458bd03c745b079bbb12e78", "reference": "2c243643f59132194458bd03c745b079bbb12e78", "shasum": "" }, "require": { "php": ">=5.3.2", "twig/twig": "^1.38|^2.4|^3.0" }, "require-dev": { "doctrine/cache": "~1.0", "phpunit/phpunit": "^5.0 || ^4.8.36", "psr/cache": "^1.0", "sebastian/comparator": "^1.2.4|^2.0" }, "suggest": { "psr/cache-implementation": "To make use of PSR-6 cache implementation via PsrCacheAdapter." }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.5-dev" } }, "autoload": { "psr-4": { "": "lib/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Alexander", "email": "iam.asm89@gmail.com" } ], "description": "Cache fragments of templates directly within Twig.", "homepage": "https://github.com/twigphp/twig-cache-extension", "keywords": [ "cache", "extension", "twig" ], "support": { "issues": "https://github.com/twigphp/twig-cache-extension/issues", "source": "https://github.com/twigphp/twig-cache-extension/tree/v1.5.0" }, "funding": [ { "url": "https://github.com/fabpot", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/twig/twig", "type": "tidelift" } ], "abandoned": "twig/cache-extra", "time": "2020-10-04T09:56:48+00:00" }, { "name": "twig/twig", "version": "v2.15.3", "source": { "type": "git", "url": "https://github.com/twigphp/Twig.git", "reference": "ab402673db8746cb3a4c46f3869d6253699f614a" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/twigphp/Twig/zipball/ab402673db8746cb3a4c46f3869d6253699f614a", "reference": "ab402673db8746cb3a4c46f3869d6253699f614a", "shasum": "" }, "require": { "php": ">=7.1.3", "symfony/polyfill-ctype": "^1.8", "symfony/polyfill-mbstring": "^1.3", "symfony/polyfill-php72": "^1.8" }, "require-dev": { "psr/container": "^1.0", "symfony/phpunit-bridge": "^4.4.9|^5.0.9|^6.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.15-dev" } }, "autoload": { "psr-0": { "Twig_": "lib/" }, "psr-4": { "Twig\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Fabien Potencier", "email": "fabien@symfony.com", "homepage": "http://fabien.potencier.org", "role": "Lead Developer" }, { "name": "Twig Team", "role": "Contributors" }, { "name": "Armin Ronacher", "email": "armin.ronacher@active-4.com", "role": "Project Founder" } ], "description": "Twig, the flexible, fast, and secure template language for PHP", "homepage": "https://twig.symfony.com", "keywords": [ "templating" ], "support": { "issues": "https://github.com/twigphp/Twig/issues", "source": "https://github.com/twigphp/Twig/tree/v2.15.3" }, "funding": [ { "url": "https://github.com/fabpot", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/twig/twig", "type": "tidelift" } ], "time": "2022-09-28T08:40:08+00:00" }, { "name": "upstatement/routes", "version": "0.9.1", "source": { "type": "git", "url": "https://github.com/Upstatement/routes.git", "reference": "cac3c844ab824e4039fd26edbea5402415aa6d0a" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/Upstatement/routes/zipball/cac3c844ab824e4039fd26edbea5402415aa6d0a", "reference": "cac3c844ab824e4039fd26edbea5402415aa6d0a", "shasum": "" }, "require": { "altorouter/altorouter": "^2.0.2", "composer/installers": "^1.0 || ^2.0", "php": ">=5.6.0|7.*" }, "require-dev": { "phpunit/phpunit": "5.7.16", "satooshi/php-coveralls": "*", "wp-cli/wp-cli": "*" }, "type": "library", "autoload": { "psr-0": { "Routes": "" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Jared Novack", "email": "jared@upstatement.com", "homepage": "https://www.upstatement.com" } ], "description": "Manage rewrites and routes in WordPress with this dead-simple plugin", "homepage": "https://www.upstatement.com", "keywords": [ "redirects", "rewrite", "routes", "routing" ], "support": { "issues": "https://github.com/Upstatement/routes/issues", "source": "https://github.com/Upstatement/routes", "wiki": "https://github.com/Upstatement/routes/wiki" }, "time": "2022-06-22T19:53:51+00:00" } ], "packages-dev": [], "aliases": [], "minimum-stability": "stable", "stability-flags": [], "prefer-stable": false, "prefer-lowest": false, "platform": [], "platform-dev": [], "plugin-api-version": "2.1.0" }