allerta-vvf/server/composer.lock

858 lines
29 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"
],
"content-hash": "3bae0ffe9c961daa7a48413f38aad16f",
2020-05-19 23:09:11 +02:00
"packages": [
{
"name": "delight-im/auth",
2020-10-05 23:50:17 +02:00
"version": "v8.2.2",
"source": {
"type": "git",
"url": "https://github.com/delight-im/PHP-Auth.git",
2020-10-05 23:50:17 +02:00
"reference": "729c76668fa638769ab834c904d50696686797e9"
},
"dist": {
"type": "zip",
2020-10-05 23:50:17 +02:00
"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"
],
2020-10-05 23:50:17 +02:00
"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"
],
"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"
},
{
"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",
"time": "2016-10-05T09:25:18+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",
2020-10-05 23:50:17 +02:00
"reference": "7723b1dcb0084baaa1f36df25d5720b7b85b62d6"
},
"dist": {
"type": "zip",
2020-10-05 23:50:17 +02:00
"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"
},
"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"
],
2020-10-05 23:50:17 +02:00
"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",
"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",
"time": "2016-09-22T07:59:18+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.19.0",
2020-05-19 23:09:11 +02:00
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-ctype.git",
"reference": "aed596913b70fae57be53d86faa2e9ef85a2297b"
2020-05-19 23:09:11 +02:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/aed596913b70fae57be53d86faa2e9ef85a2297b",
"reference": "aed596913b70fae57be53d86faa2e9ef85a2297b",
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-main": "1.19-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"
],
"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": "2020-10-23T09:01:57+00:00"
2020-05-19 23:09:11 +02:00
},
{
"name": "symfony/polyfill-mbstring",
"version": "v1.19.0",
2020-05-19 23:09:11 +02:00
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-mbstring.git",
"reference": "b5f7b932ee6fa802fc792eabd77c4c88084517ce"
2020-05-19 23:09:11 +02:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/b5f7b932ee6fa802fc792eabd77c4c88084517ce",
"reference": "b5f7b932ee6fa802fc792eabd77c4c88084517ce",
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-main": "1.19-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"
],
"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": "2020-10-23T09:01:57+00:00"
2020-05-19 23:09:11 +02:00
},
{
"name": "tracy/tracy",
2020-10-05 23:50:17 +02:00
"version": "v2.7.5",
2020-05-19 23:09:11 +02:00
"source": {
"type": "git",
"url": "https://github.com/nette/tracy.git",
2020-10-05 23:50:17 +02:00
"reference": "95b1c6e35d61df8ef91a4633ba3cf835d2d47e5e"
2020-05-19 23:09:11 +02:00
},
"dist": {
"type": "zip",
2020-10-05 23:50:17 +02:00
"url": "https://api.github.com/repos/nette/tracy/zipball/95b1c6e35d61df8ef91a4633ba3cf835d2d47e5e",
"reference": "95b1c6e35d61df8ef91a4633ba3cf835d2d47e5e",
2020-05-19 23:09:11 +02:00
"shasum": ""
},
"require": {
"ext-json": "*",
"ext-session": "*",
2020-10-05 23:50:17 +02:00
"php": ">=7.1"
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-10-05 23:50:17 +02:00
"dev-master": "2.7-dev"
2020-05-19 23:09:11 +02:00
}
},
"autoload": {
"classmap": [
"src"
],
"files": [
2020-10-05 23:50:17 +02:00
"src/Tracy/shortcuts.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"
],
2020-10-05 23:50:17 +02:00
"time": "2020-05-17T09:50:45+00:00"
2020-05-19 23:09:11 +02:00
},
{
"name": "twig/twig",
"version": "v3.1.0",
2020-05-19 23:09:11 +02:00
"source": {
"type": "git",
"url": "https://github.com/twigphp/Twig.git",
"reference": "9a29e1fa7b5431969f96878b8662e3fcb18601b7"
2020-05-19 23:09:11 +02:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/twigphp/Twig/zipball/9a29e1fa7b5431969f96878b8662e3fcb18601b7",
"reference": "9a29e1fa7b5431969f96878b8662e3fcb18601b7",
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"
],
"funding": [
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/twig/twig",
"type": "tidelift"
}
],
"time": "2020-10-21T12:45:34+00:00"
2020-05-28 16:35:26 +02:00
},
{
"name": "ulrichsg/getopt-php",
2020-10-05 23:50:17 +02:00
"version": "v3.4.0",
2020-05-28 16:35:26 +02:00
"source": {
"type": "git",
"url": "https://github.com/getopt-php/getopt-php.git",
2020-10-05 23:50:17 +02:00
"reference": "9121d7c2c51a6a59ee407c49a13b4d8cfae71075"
2020-05-28 16:35:26 +02:00
},
"dist": {
"type": "zip",
2020-10-05 23:50:17 +02:00
"url": "https://api.github.com/repos/getopt-php/getopt-php/zipball/9121d7c2c51a6a59ee407c49a13b4d8cfae71075",
"reference": "9121d7c2c51a6a59ee407c49a13b4d8cfae71075",
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-10-05 23:50:17 +02:00
"time": "2020-07-14T06:09:04+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": {
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": [],
"platform-dev": [],
"plugin-api-version": "1.1.0"
2020-05-19 23:09:11 +02:00
}