allerta-vvf/server/composer.lock

689 lines
23 KiB
Plaintext
Raw Normal View History

2020-05-19 23:09:11 +02:00
{
"_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"
],
2020-09-25 17:29:02 +02:00
"content-hash": "74947d829ac6e86226b9ac685dd8d7ff",
2020-05-19 23:09:11 +02:00
"packages": [
{
"name": "delight-im/auth",
"version": "dev-master",
"source": {
"type": "git",
"url": "https://github.com/delight-im/PHP-Auth.git",
"reference": "cc6430a83e5b6e4423e5237bfc7a8fd0ffa8dc39"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/delight-im/PHP-Auth/zipball/cc6430a83e5b6e4423e5237bfc7a8fd0ffa8dc39",
"reference": "cc6430a83e5b6e4423e5237bfc7a8fd0ffa8dc39",
"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"
],
"time": "2020-05-11T11:14:14+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"
],
"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"
],
"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"
],
"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"
],
"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"
],
"time": "2020-06-29T00:56:53+00:00"
},
2020-05-19 23:09:11 +02:00
{
"name": "nikic/fast-route",
2020-05-19 23:09:11 +02:00
"version": "dev-master",
"source": {
"type": "git",
"url": "https://github.com/nikic/FastRoute.git",
"reference": "b7231d009a5d3b2658ea8560b063adb39f2e1695"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/nikic/FastRoute/zipball/b7231d009a5d3b2658ea8560b063adb39f2e1695",
"reference": "b7231d009a5d3b2658ea8560b063adb39f2e1695",
"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"
},
"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"
],
"time": "2020-08-19T08:42:31+00:00"
},
{
"name": "spatie/array-to-xml",
"version": "2.14.0",
"source": {
"type": "git",
"url": "https://github.com/spatie/array-to-xml.git",
"reference": "15b5229fe8c9c14954b21f2bac0cc003ffbc54a5"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/spatie/array-to-xml/zipball/15b5229fe8c9c14954b21f2bac0cc003ffbc54a5",
"reference": "15b5229fe8c9c14954b21f2bac0cc003ffbc54a5",
"shasum": ""
},
"require": {
"ext-dom": "*",
"php": "^7.2"
},
"require-dev": {
"mockery/mockery": "^1.0",
"phpunit/phpunit": "^8.0",
"spatie/phpunit-snapshot-assertions": "^2.0"
},
"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://murze.be",
"role": "Developer"
}
],
"description": "Convert an array to xml",
"homepage": "https://github.com/spatie/array-to-xml",
"keywords": [
"array",
"convert",
"xml"
],
"time": "2020-09-14T19:07:17+00:00"
},
{
"name": "symfony/polyfill-ctype",
"version": "v1.18.1",
2020-05-19 23:09:11 +02:00
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-ctype.git",
"reference": "1c302646f6efc070cd46856e600e5e0684d6b454"
2020-05-19 23:09:11 +02:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/1c302646f6efc070cd46856e600e5e0684d6b454",
"reference": "1c302646f6efc070cd46856e600e5e0684d6b454",
2020-05-19 23:09:11 +02:00
"shasum": ""
},
"require": {
"php": ">=5.3.3"
},
"suggest": {
"ext-ctype": "For best performance"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.18-dev"
},
"thanks": {
"name": "symfony/polyfill",
"url": "https://github.com/symfony/polyfill"
2020-05-19 23:09:11 +02:00
}
},
"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"
],
"time": "2020-07-14T12:35:20+00:00"
2020-05-19 23:09:11 +02:00
},
{
"name": "symfony/polyfill-mbstring",
"version": "v1.18.1",
2020-05-19 23:09:11 +02:00
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-mbstring.git",
"reference": "a6977d63bf9a0ad4c65cd352709e230876f9904a"
2020-05-19 23:09:11 +02:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/a6977d63bf9a0ad4c65cd352709e230876f9904a",
"reference": "a6977d63bf9a0ad4c65cd352709e230876f9904a",
2020-05-19 23:09:11 +02:00
"shasum": ""
},
"require": {
"php": ">=5.3.3"
},
"suggest": {
"ext-mbstring": "For best performance"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.18-dev"
},
"thanks": {
"name": "symfony/polyfill",
"url": "https://github.com/symfony/polyfill"
2020-05-19 23:09:11 +02:00
}
},
"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"
],
"time": "2020-07-14T12:35:20+00:00"
2020-05-19 23:09:11 +02:00
},
{
"name": "tracy/tracy",
"version": "dev-master",
"source": {
"type": "git",
"url": "https://github.com/nette/tracy.git",
"reference": "b9d29d3fc1ef24e07b78238a47fe23aef64324b4"
2020-05-19 23:09:11 +02:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/nette/tracy/zipball/b9d29d3fc1ef24e07b78238a47fe23aef64324b4",
"reference": "b9d29d3fc1ef24e07b78238a47fe23aef64324b4",
2020-05-19 23:09:11 +02:00
"shasum": ""
},
"require": {
"ext-json": "*",
"ext-session": "*",
2020-05-20 13:11:41 +02:00
"php": ">=7.2"
2020-05-19 23:09:11 +02:00
},
"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"
},
"suggest": {
"https://nette.org/donate": "Please support Tracy via a donation"
},
"type": "library",
"extra": {
"branch-alias": {
2020-05-20 13:11:41 +02:00
"dev-master": "2.8-dev"
2020-05-19 23:09:11 +02:00
}
},
"autoload": {
"classmap": [
"src"
],
"files": [
2020-05-20 13:11:41 +02:00
"src/Tracy/functions.php"
2020-05-19 23:09:11 +02:00
]
},
"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"
],
"time": "2020-09-15T14:18:21+00:00"
2020-05-19 23:09:11 +02:00
},
{
"name": "twig/twig",
"version": "3.x-dev",
"source": {
"type": "git",
"url": "https://github.com/twigphp/Twig.git",
"reference": "ef67967b41db852fac4d461ba20847ee19607f6d"
2020-05-19 23:09:11 +02:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/twigphp/Twig/zipball/ef67967b41db852fac4d461ba20847ee19607f6d",
"reference": "ef67967b41db852fac4d461ba20847ee19607f6d",
2020-05-19 23:09:11 +02:00
"shasum": ""
},
"require": {
2020-05-28 16:51:18 +02:00
"php": ">=7.2.5",
2020-05-19 23:09:11 +02:00
"symfony/polyfill-ctype": "^1.8",
"symfony/polyfill-mbstring": "^1.3"
},
"require-dev": {
"psr/container": "^1.0",
2020-05-28 16:51:18 +02:00
"symfony/phpunit-bridge": "^4.4.9|^5.0.9"
2020-05-19 23:09:11 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.1-dev"
2020-05-19 23:09:11 +02:00
}
},
"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"
],
"time": "2020-09-14T13:18:12+00:00"
2020-05-28 16:35:26 +02:00
},
{
"name": "ulrichsg/getopt-php",
"version": "dev-master",
"source": {
"type": "git",
"url": "https://github.com/getopt-php/getopt-php.git",
2020-09-25 17:29:02 +02:00
"reference": "63a3731eef56e581f7a519d40232c9ed19433104"
2020-05-28 16:35:26 +02:00
},
"dist": {
"type": "zip",
2020-09-25 17:29:02 +02:00
"url": "https://api.github.com/repos/getopt-php/getopt-php/zipball/63a3731eef56e581f7a519d40232c9ed19433104",
"reference": "63a3731eef56e581f7a519d40232c9ed19433104",
2020-05-28 16:35:26 +02:00
"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",
2020-09-25 17:29:02 +02:00
"time": "2020-07-14T06:17:07+00:00"
2020-05-19 23:09:11 +02:00
}
],
2020-09-25 17:29:02 +02:00
"packages-dev": [],
2020-05-19 23:09:11 +02:00
"aliases": [],
"minimum-stability": "stable",
2020-05-19 23:09:11 +02:00
"stability-flags": {
"twig/twig": 20,
2020-05-20 13:11:41 +02:00
"tracy/tracy": 20,
"delight-im/auth": 20,
2020-05-28 16:35:26 +02:00
"ulrichsg/getopt-php": 20,
2020-09-25 17:29:02 +02:00
"nikic/fast-route": 20
2020-05-19 23:09:11 +02:00
},
"prefer-stable": false,
"prefer-lowest": false,
"platform": [],
2020-09-25 17:29:02 +02:00
"platform-dev": []
2020-05-19 23:09:11 +02:00
}