{ "_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": "637af9fea5f5cb0efbd424d7e43c0059", "packages": [ { "name": "brick/phonenumber", "version": "0.2.2", "source": { "type": "git", "url": "https://github.com/brick/phonenumber.git", "reference": "8bce37b0a4e569bae773fc2a254892acd0eb05d1" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/brick/phonenumber/zipball/8bce37b0a4e569bae773fc2a254892acd0eb05d1", "reference": "8bce37b0a4e569bae773fc2a254892acd0eb05d1", "shasum": "" }, "require": { "giggsey/libphonenumber-for-php": "7.* || 8.*", "php": ">=7.1" }, "require-dev": { "php-coveralls/php-coveralls": "2.*", "phpunit/phpunit": "7.*" }, "type": "library", "autoload": { "psr-4": { "Brick\\PhoneNumber\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "description": "Phone number library", "keywords": [ "brick", "phone", "phone number", "phonenumber" ], "support": { "issues": "https://github.com/brick/phonenumber/issues", "source": "https://github.com/brick/phonenumber/tree/master" }, "time": "2020-02-06T21:38:12+00:00" }, { "name": "delight-im/auth", "version": "v8.2.2", "source": { "type": "git", "url": "https://github.com/delight-im/PHP-Auth.git", "reference": "729c76668fa638769ab834c904d50696686797e9" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/delight-im/PHP-Auth/zipball/729c76668fa638769ab834c904d50696686797e9", "reference": "729c76668fa638769ab834c904d50696686797e9", "shasum": "" }, "require": { "delight-im/base64": "^1.0", "delight-im/cookie": "^3.1", "delight-im/db": "^1.3", "ext-openssl": "*", "php": ">=5.6.0" }, "type": "library", "autoload": { "psr-4": { "Delight\\Auth\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "description": "Authentication for PHP. Simple, lightweight and secure.", "homepage": "https://github.com/delight-im/PHP-Auth", "keywords": [ "Authentication", "auth", "login", "security" ], "support": { "issues": "https://github.com/delight-im/PHP-Auth/issues", "source": "https://github.com/delight-im/PHP-Auth/tree/v8.2.2" }, "time": "2020-09-30T18:40:54+00:00" }, { "name": "delight-im/base64", "version": "v1.0.0", "source": { "type": "git", "url": "https://github.com/delight-im/PHP-Base64.git", "reference": "687b2a49f663e162030a8d27b32838bbe7f91c78" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/delight-im/PHP-Base64/zipball/687b2a49f663e162030a8d27b32838bbe7f91c78", "reference": "687b2a49f663e162030a8d27b32838bbe7f91c78", "shasum": "" }, "require": { "php": ">=5.3.0" }, "type": "library", "autoload": { "psr-4": { "Delight\\Base64\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "description": "Simple and convenient Base64 encoding and decoding for PHP", "homepage": "https://github.com/delight-im/PHP-Base64", "keywords": [ "URL-safe", "base-64", "base64", "decode", "decoding", "encode", "encoding", "url" ], "support": { "issues": "https://github.com/delight-im/PHP-Base64/issues", "source": "https://github.com/delight-im/PHP-Base64/tree/master" }, "time": "2017-07-24T18:59:51+00:00" }, { "name": "delight-im/cookie", "version": "v3.4.0", "source": { "type": "git", "url": "https://github.com/delight-im/PHP-Cookie.git", "reference": "67065d34272377d63bab0bd58f984f9b228c803f" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/delight-im/PHP-Cookie/zipball/67065d34272377d63bab0bd58f984f9b228c803f", "reference": "67065d34272377d63bab0bd58f984f9b228c803f", "shasum": "" }, "require": { "delight-im/http": "^2.0", "php": ">=5.4.0" }, "type": "library", "autoload": { "psr-4": { "Delight\\Cookie\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "description": "Modern cookie management for PHP", "homepage": "https://github.com/delight-im/PHP-Cookie", "keywords": [ "cookie", "cookies", "csrf", "http", "same-site", "samesite", "xss" ], "support": { "issues": "https://github.com/delight-im/PHP-Cookie/issues", "source": "https://github.com/delight-im/PHP-Cookie/tree/v3.4.0" }, "time": "2020-04-16T11:01:26+00:00" }, { "name": "delight-im/db", "version": "v1.3.1", "source": { "type": "git", "url": "https://github.com/delight-im/PHP-DB.git", "reference": "7d6f4c7a7e8ba6a297bfc30d65702479fd0b5f7c" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/delight-im/PHP-DB/zipball/7d6f4c7a7e8ba6a297bfc30d65702479fd0b5f7c", "reference": "7d6f4c7a7e8ba6a297bfc30d65702479fd0b5f7c", "shasum": "" }, "require": { "ext-pdo": "*", "php": ">=5.6.0" }, "type": "library", "autoload": { "psr-4": { "Delight\\Db\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "description": "Safe and convenient SQL database access in a driver-agnostic way", "homepage": "https://github.com/delight-im/PHP-DB", "keywords": [ "database", "mysql", "pdo", "pgsql", "postgresql", "sql", "sqlite" ], "support": { "issues": "https://github.com/delight-im/PHP-DB/issues", "source": "https://github.com/delight-im/PHP-DB/tree/v1.3.1" }, "time": "2020-02-21T10:46:03+00:00" }, { "name": "delight-im/http", "version": "v2.0.0", "source": { "type": "git", "url": "https://github.com/delight-im/PHP-HTTP.git", "reference": "0a19a72a7eac8b1301aa972fb20cff494ac43e09" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/delight-im/PHP-HTTP/zipball/0a19a72a7eac8b1301aa972fb20cff494ac43e09", "reference": "0a19a72a7eac8b1301aa972fb20cff494ac43e09", "shasum": "" }, "require": { "php": ">=5.3.0" }, "type": "library", "autoload": { "psr-4": { "Delight\\Http\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "description": "Hypertext Transfer Protocol (HTTP) utilities for PHP", "homepage": "https://github.com/delight-im/PHP-HTTP", "keywords": [ "headers", "http", "https" ], "support": { "issues": "https://github.com/delight-im/PHP-HTTP/issues", "source": "https://github.com/delight-im/PHP-HTTP/tree/v2.0.0" }, "time": "2016-07-21T15:05:01+00:00" }, { "name": "ezyang/htmlpurifier", "version": "v4.13.0", "source": { "type": "git", "url": "https://github.com/ezyang/htmlpurifier.git", "reference": "08e27c97e4c6ed02f37c5b2b20488046c8d90d75" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/ezyang/htmlpurifier/zipball/08e27c97e4c6ed02f37c5b2b20488046c8d90d75", "reference": "08e27c97e4c6ed02f37c5b2b20488046c8d90d75", "shasum": "" }, "require": { "php": ">=5.2" }, "require-dev": { "simpletest/simpletest": "dev-master#72de02a7b80c6bb8864ef9bf66d41d2f58f826bd" }, "type": "library", "autoload": { "psr-0": { "HTMLPurifier": "library/" }, "files": [ "library/HTMLPurifier.composer.php" ], "exclude-from-classmap": [ "/library/HTMLPurifier/Language/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "LGPL-2.1-or-later" ], "authors": [ { "name": "Edward Z. Yang", "email": "admin@htmlpurifier.org", "homepage": "http://ezyang.com" } ], "description": "Standards compliant HTML filter written in PHP", "homepage": "http://htmlpurifier.org/", "keywords": [ "html" ], "support": { "issues": "https://github.com/ezyang/htmlpurifier/issues", "source": "https://github.com/ezyang/htmlpurifier/tree/master" }, "time": "2020-06-29T00:56:53+00:00" }, { "name": "giggsey/libphonenumber-for-php", "version": "8.12.18", "source": { "type": "git", "url": "https://github.com/giggsey/libphonenumber-for-php.git", "reference": "2d50e0aea1f70508b39a3d22c62d24d66d532ed2" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/giggsey/libphonenumber-for-php/zipball/2d50e0aea1f70508b39a3d22c62d24d66d532ed2", "reference": "2d50e0aea1f70508b39a3d22c62d24d66d532ed2", "shasum": "" }, "require": { "giggsey/locale": "^1.7", "php": ">=5.3.2", "symfony/polyfill-mbstring": "^1.17" }, "require-dev": { "pear/pear-core-minimal": "^1.9", "pear/pear_exception": "^1.0", "pear/versioncontrol_git": "^0.5", "phing/phing": "^2.7", "php-coveralls/php-coveralls": "^1.0|^2.0", "symfony/console": "^2.8|^3.0", "symfony/phpunit-bridge": "^4.2 || ^5" }, "type": "library", "extra": { "branch-alias": { "dev-master": "8.x-dev" } }, "autoload": { "psr-4": { "libphonenumber\\": "src/" }, "exclude-from-classmap": [ "/src/data/", "/src/carrier/data/", "/src/geocoding/data/", "/src/timezone/data/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "Apache-2.0" ], "authors": [ { "name": "Joshua Gigg", "email": "giggsey@gmail.com", "homepage": "https://giggsey.com/" } ], "description": "PHP Port of Google's libphonenumber", "homepage": "https://github.com/giggsey/libphonenumber-for-php", "keywords": [ "geocoding", "geolocation", "libphonenumber", "mobile", "phonenumber", "validation" ], "support": { "irc": "irc://irc.appliedirc.com/lobby", "issues": "https://github.com/giggsey/libphonenumber-for-php/issues", "source": "https://github.com/giggsey/libphonenumber-for-php" }, "time": "2021-02-08T10:31:32+00:00" }, { "name": "giggsey/locale", "version": "1.9", "source": { "type": "git", "url": "https://github.com/giggsey/Locale.git", "reference": "b07f1eace8072ccc61445ad8fbd493ff9d783043" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/giggsey/Locale/zipball/b07f1eace8072ccc61445ad8fbd493ff9d783043", "reference": "b07f1eace8072ccc61445ad8fbd493ff9d783043", "shasum": "" }, "require": { "php": ">=5.3.2" }, "require-dev": { "pear/pear-core-minimal": "^1.9", "pear/pear_exception": "^1.0", "pear/versioncontrol_git": "^0.5", "phing/phing": "~2.7", "php-coveralls/php-coveralls": "^1.0|^2.0", "phpunit/phpunit": "^4.8|^5.0", "symfony/console": "^2.8|^3.0|^4.0", "symfony/filesystem": "^2.8|^3.0|^4.0", "symfony/finder": "^2.8|^3.0|^4.0", "symfony/process": "^2.8|^3.0|^4.0" }, "type": "library", "autoload": { "psr-4": { "Giggsey\\Locale\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Joshua Gigg", "email": "giggsey@gmail.com", "homepage": "http://giggsey.com/" } ], "description": "Locale functions required by libphonenumber-for-php", "support": { "issues": "https://github.com/giggsey/Locale/issues", "source": "https://github.com/giggsey/Locale/tree/master" }, "time": "2020-07-07T11:16:24+00:00" }, { "name": "netpromotion/profiler", "version": "v1.3.0", "source": { "type": "git", "url": "https://github.com/netpromotion/profiler.git", "reference": "a3c0a625c2dba9a03e1c738e51fe05d24909bb7e" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/netpromotion/profiler/zipball/a3c0a625c2dba9a03e1c738e51fe05d24909bb7e", "reference": "a3c0a625c2dba9a03e1c738e51fe05d24909bb7e", "shasum": "" }, "require": { "petrknap/php-profiler": "^1.1", "petrknap/php-singleton": "^1.0", "php": ">=5.4" }, "conflict": { "nette/di": "<2.2 || >=3", "tracy/tracy": "<2.2 || >=3" }, "require-dev": { "laravel/lumen-framework": "^5.0", "latte/latte": "^2.3", "netpromotion/tracy-wrapper": "^1.0", "nette/application": "^2.3", "nette/bootstrap": "^2.3", "nette/di": "*", "phpunit/phpunit": "^4.8", "tracy/tracy": "*" }, "type": "library", "autoload": { "psr-4": { "Netpromotion\\Profiler\\": "src/Profiler" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Petr Knap", "email": "knap@netpromotion.cz" } ], "description": "Profiler with adapter for Tracy", "support": { "issues": "https://github.com/netpromotion/profiler/issues", "source": "https://github.com/netpromotion/profiler/tree/master" }, "time": "2016-10-05T09:25:18+00:00" }, { "name": "nikic/fast-route", "version": "dev-master", "source": { "type": "git", "url": "https://github.com/nikic/FastRoute.git", "reference": "7723b1dcb0084baaa1f36df25d5720b7b85b62d6" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/nikic/FastRoute/zipball/7723b1dcb0084baaa1f36df25d5720b7b85b62d6", "reference": "7723b1dcb0084baaa1f36df25d5720b7b85b62d6", "shasum": "" }, "require": { "php": ">=7.1.0" }, "require-dev": { "doctrine/coding-standard": "^6.0 || ^7.0", "phpbench/phpbench": "^0.16.9", "phpstan/extension-installer": "^1.0", "phpstan/phpstan": "^0.12", "phpstan/phpstan-deprecation-rules": "^0.12", "phpstan/phpstan-phpunit": "^0.12", "phpstan/phpstan-strict-rules": "^0.12", "phpunit/phpunit": "^7.5 || ^8.5" }, "default-branch": true, "type": "library", "extra": { "branch-alias": { "dev-master": "2.0-dev" } }, "autoload": { "psr-4": { "FastRoute\\": "src/" }, "files": [ "src/functions.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Nikita Popov", "email": "nikic@php.net" } ], "description": "Fast request router for PHP", "keywords": [ "router", "routing" ], "support": { "issues": "https://github.com/nikic/FastRoute/issues", "source": "https://github.com/nikic/FastRoute/tree/master" }, "time": "2020-09-28T10:21:28+00:00" }, { "name": "petrknap/php-profiler", "version": "v1.3.0", "source": { "type": "git", "url": "https://github.com/petrknap/php-profiler.git", "reference": "39fb47fb0fbdbc678128a046fd1c5e8d71064595" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/petrknap/php-profiler/zipball/39fb47fb0fbdbc678128a046fd1c5e8d71064595", "reference": "39fb47fb0fbdbc678128a046fd1c5e8d71064595", "shasum": "" }, "require": { "php": ">=5.5" }, "require-dev": { "phpunit/phpunit": "^4.8" }, "type": "library", "autoload": { "psr-4": { "PetrKnap\\Php\\Profiler\\": "src" }, "files": [] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Petr Knap", "email": "dev@petrknap.cz" } ], "description": "PHP profiler", "homepage": "https://petrknap.github.io/docs/php-profiler.html", "support": { "issues": "https://github.com/petrknap/php-profiler/issues", "source": "https://github.com/petrknap/php-profiler/tree/master" }, "time": "2017-05-29T10:14:28+00:00" }, { "name": "petrknap/php-singleton", "version": "v1.0.0", "source": { "type": "git", "url": "https://github.com/petrknap/php-singleton.git", "reference": "dec131d0d6c72dd76b5a5c7940f04f14f5df7a20" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/petrknap/php-singleton/zipball/dec131d0d6c72dd76b5a5c7940f04f14f5df7a20", "reference": "dec131d0d6c72dd76b5a5c7940f04f14f5df7a20", "shasum": "" }, "require": { "php": ">=5.4" }, "require-dev": { "phpunit/phpunit": "4.*" }, "type": "library", "autoload": { "psr-4": { "PetrKnap\\Php\\Singleton\\": "src/Singleton" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Petr Knap", "email": "dev@petrknap.cz", "homepage": "http://petrknap.cz" } ], "description": "Singleton pattern for PHP", "homepage": "https://github.com/petrknap/php-singleton", "support": { "issues": "https://github.com/petrknap/php-singleton/issues", "source": "https://github.com/petrknap/php-singleton/tree/master" }, "time": "2016-09-22T07:59:18+00:00" }, { "name": "spatie/array-to-xml", "version": "2.16.0", "source": { "type": "git", "url": "https://github.com/spatie/array-to-xml.git", "reference": "db39308c5236b69b89cadc3f44f191704814eae2" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/spatie/array-to-xml/zipball/db39308c5236b69b89cadc3f44f191704814eae2", "reference": "db39308c5236b69b89cadc3f44f191704814eae2", "shasum": "" }, "require": { "ext-dom": "*", "php": "^7.4|^8.0" }, "require-dev": { "mockery/mockery": "^1.2", "phpunit/phpunit": "^9.0", "spatie/phpunit-snapshot-assertions": "^4.2" }, "type": "library", "autoload": { "psr-4": { "Spatie\\ArrayToXml\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Freek Van der Herten", "email": "freek@spatie.be", "homepage": "https://freek.dev", "role": "Developer" } ], "description": "Convert an array to xml", "homepage": "https://github.com/spatie/array-to-xml", "keywords": [ "array", "convert", "xml" ], "support": { "issues": "https://github.com/spatie/array-to-xml/issues", "source": "https://github.com/spatie/array-to-xml/tree/2.16.0" }, "funding": [ { "url": "https://spatie.be/open-source/support-us", "type": "custom" }, { "url": "https://github.com/spatie", "type": "github" } ], "time": "2020-11-18T22:03:17+00:00" }, { "name": "symfony/polyfill-ctype", "version": "v1.22.1", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-ctype.git", "reference": "c6c942b1ac76c82448322025e084cadc56048b4e" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/c6c942b1ac76c82448322025e084cadc56048b4e", "reference": "c6c942b1ac76c82448322025e084cadc56048b4e", "shasum": "" }, "require": { "php": ">=7.1" }, "suggest": { "ext-ctype": "For best performance" }, "type": "library", "extra": { "branch-alias": { "dev-main": "1.22-dev" }, "thanks": { "name": "symfony/polyfill", "url": "https://github.com/symfony/polyfill" } }, "autoload": { "psr-4": { "Symfony\\Polyfill\\Ctype\\": "" }, "files": [ "bootstrap.php" ] }, "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.22.1" }, "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": "2021-01-07T16:49:33+00:00" }, { "name": "symfony/polyfill-mbstring", "version": "v1.22.1", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-mbstring.git", "reference": "5232de97ee3b75b0360528dae24e73db49566ab1" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/5232de97ee3b75b0360528dae24e73db49566ab1", "reference": "5232de97ee3b75b0360528dae24e73db49566ab1", "shasum": "" }, "require": { "php": ">=7.1" }, "suggest": { "ext-mbstring": "For best performance" }, "type": "library", "extra": { "branch-alias": { "dev-main": "1.22-dev" }, "thanks": { "name": "symfony/polyfill", "url": "https://github.com/symfony/polyfill" } }, "autoload": { "psr-4": { "Symfony\\Polyfill\\Mbstring\\": "" }, "files": [ "bootstrap.php" ] }, "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.22.1" }, "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": "2021-01-22T09:19:47+00:00" }, { "name": "tracy/tracy", "version": "v2.8.3", "source": { "type": "git", "url": "https://github.com/nette/tracy.git", "reference": "342674bbf72365e8456de9855a8cd839ca695933" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/nette/tracy/zipball/342674bbf72365e8456de9855a8cd839ca695933", "reference": "342674bbf72365e8456de9855a8cd839ca695933", "shasum": "" }, "require": { "ext-json": "*", "ext-session": "*", "php": ">=7.2 <8.1" }, "conflict": { "nette/di": "<3.0" }, "require-dev": { "latte/latte": "^2.5", "nette/di": "^3.0", "nette/mail": "^3.0", "nette/tester": "^2.2", "nette/utils": "^3.0", "phpstan/phpstan": "^0.12", "psr/log": "^1.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.8-dev" } }, "autoload": { "classmap": [ "src" ], "files": [ "src/Tracy/functions.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "David Grudl", "homepage": "https://davidgrudl.com" }, { "name": "Nette Community", "homepage": "https://nette.org/contributors" } ], "description": "😎 Tracy: the addictive tool to ease debugging PHP code for cool developers. Friendly design, logging, profiler, advanced features like debugging AJAX calls or CLI support. You will love it.", "homepage": "https://tracy.nette.org", "keywords": [ "Xdebug", "debug", "debugger", "nette", "profiler" ], "support": { "issues": "https://github.com/nette/tracy/issues", "source": "https://github.com/nette/tracy/tree/v2.8.3" }, "time": "2021-01-31T23:07:09+00:00" }, { "name": "twig/twig", "version": "v3.3.0", "source": { "type": "git", "url": "https://github.com/twigphp/Twig.git", "reference": "1f3b7e2c06cc05d42936a8ad508ff1db7975cdc5" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/twigphp/Twig/zipball/1f3b7e2c06cc05d42936a8ad508ff1db7975cdc5", "reference": "1f3b7e2c06cc05d42936a8ad508ff1db7975cdc5", "shasum": "" }, "require": { "php": ">=7.2.5", "symfony/polyfill-ctype": "^1.8", "symfony/polyfill-mbstring": "^1.3" }, "require-dev": { "psr/container": "^1.0", "symfony/phpunit-bridge": "^4.4.9|^5.0.9" }, "type": "library", "extra": { "branch-alias": { "dev-master": "3.3-dev" } }, "autoload": { "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/v3.3.0" }, "funding": [ { "url": "https://github.com/fabpot", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/twig/twig", "type": "tidelift" } ], "time": "2021-02-08T09:54:36+00:00" }, { "name": "ulrichsg/getopt-php", "version": "v3.4.0", "source": { "type": "git", "url": "https://github.com/getopt-php/getopt-php.git", "reference": "9121d7c2c51a6a59ee407c49a13b4d8cfae71075" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/getopt-php/getopt-php/zipball/9121d7c2c51a6a59ee407c49a13b4d8cfae71075", "reference": "9121d7c2c51a6a59ee407c49a13b4d8cfae71075", "shasum": "" }, "require": { "ext-mbstring": "*", "php": ">=5.4.0" }, "require-dev": { "phpunit/phpunit": "^4.8", "squizlabs/php_codesniffer": "^2.7" }, "type": "library", "autoload": { "psr-4": { "GetOpt\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Ulrich Schmidt-Goertz", "email": "ulrich@schmidt-goertz.de" }, { "name": "Thomas Flori", "email": "thflori@gmail.com" } ], "description": "Command line arguments parser for PHP 5.4 - 7.3", "homepage": "http://getopt-php.github.io/getopt-php", "support": { "issues": "https://github.com/getopt-php/getopt-php/issues", "source": "https://github.com/getopt-php/getopt-php/tree/v3.4.0" }, "time": "2020-07-14T06:09:04+00:00" } ], "packages-dev": [ { "name": "pheromone/phpcs-security-audit", "version": "2.0.1", "source": { "type": "git", "url": "https://github.com/FloeDesignTechnologies/phpcs-security-audit.git", "reference": "68a6c53a57156a5efb2073b1eb3f2d79a46c9dc2" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/FloeDesignTechnologies/phpcs-security-audit/zipball/68a6c53a57156a5efb2073b1eb3f2d79a46c9dc2", "reference": "68a6c53a57156a5efb2073b1eb3f2d79a46c9dc2", "shasum": "" }, "require": { "php": ">=5.4", "squizlabs/php_codesniffer": ">3.0" }, "type": "phpcodesniffer-standard", "autoload": { "psr-4": { "PHPCS_SecurityAudit\\": "Security/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-3.0-or-later" ], "authors": [ { "name": "Jonathan Marcil", "homepage": "https://twitter.com/jonathanmarcil" } ], "description": "phpcs-security-audit is a set of PHP_CodeSniffer rules that finds vulnerabilities and weaknesses related to security in PHP code", "support": { "issues": "https://github.com/FloeDesignTechnologies/phpcs-security-audit/issues", "source": "https://github.com/FloeDesignTechnologies/phpcs-security-audit/tree/master" }, "time": "2019-08-05T19:34:55+00:00" }, { "name": "squizlabs/php_codesniffer", "version": "3.5.8", "source": { "type": "git", "url": "https://github.com/squizlabs/PHP_CodeSniffer.git", "reference": "9d583721a7157ee997f235f327de038e7ea6dac4" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/9d583721a7157ee997f235f327de038e7ea6dac4", "reference": "9d583721a7157ee997f235f327de038e7ea6dac4", "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": "2020-10-23T02:01:07+00:00" } ], "aliases": [], "minimum-stability": "stable", "stability-flags": { "nikic/fast-route": 20 }, "prefer-stable": false, "prefer-lowest": false, "platform": [], "platform-dev": [], "plugin-api-version": "2.0.0" }