composer.lock
{
"_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": "f8bd986ca732e3187f0e7c69f125e382",
"packages": [
{
"name": "smuuf/better-php-exceptions",
"version": "0.2.1",
"source": {
"type": "git",
"url": "https://github.com/smuuf/better-php-exceptions.git",
"reference": "8cf544ad781c072bf266fa2dbedd3fc11245775f"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/smuuf/better-php-exceptions/zipball/8cf544ad781c072bf266fa2dbedd3fc11245775f",
"reference": "8cf544ad781c072bf266fa2dbedd3fc11245775f",
"shasum": ""
},
"require": {
"php": "^7.4|^8.0"
},
"require-dev": {
"nette/tester": "^2.0",
"phpstan/phpstan": "^0.12"
},
"type": "library",
"autoload": {
"psr-4": {
"Smuuf\\BetterExceptions\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Premysl Karbula",
"email": "premavansmuuf+composer@gmail.com"
}
],
"description": "Package providing better and improved PHP exceptions.",
"support": {
"issues": "https://github.com/smuuf/better-php-exceptions/issues",
"source": "https://github.com/smuuf/better-php-exceptions"
},
"time": "2020-12-20T23:59:38+00:00"
},
{
"name": "smuuf/php-peg",
"version": "3.0.0",
"source": {
"type": "git",
"url": "https://github.com/smuuf/php-peg.git",
"reference": "dfb653ddfda6801adaee334d7fd0e0db0a13c7bd"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/smuuf/php-peg/zipball/dfb653ddfda6801adaee334d7fd0e0db0a13c7bd",
"reference": "dfb653ddfda6801adaee334d7fd0e0db0a13c7bd",
"shasum": ""
},
"require": {
"php": ">=7.4"
},
"require-dev": {
"nette/tester": "^2.4",
"phpstan/phpstan": "^1.5"
},
"bin": [
"bin/peg"
],
"type": "library",
"autoload": {
"psr-0": {
"hafriedlander\\Peg": "lib"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Hamish Friedlander",
"email": "hamish@silverstripe.com",
"role": "Developer"
},
{
"name": "Premysl Karbula",
"role": "Developer"
},
{
"name": "Johannes Künsebeck",
"email": "kuensebeck@googlemail.com",
"role": "Developer"
},
{
"name": "Dan Phillimore",
"email": "dan@ovms.co",
"role": "Developer"
}
],
"description": "PEG parser generator for PHP.",
"homepage": "https://github.com/smuuf/php-peg",
"keywords": [
"DSL",
"compiler",
"parser",
"peg"
],
"support": {
"source": "https://github.com/smuuf/php-peg/tree/3.0.0"
},
"time": "2022-04-25T23:35:01+00:00"
},
{
"name": "smuuf/strict-object",
"version": "1.0.1",
"source": {
"type": "git",
"url": "https://github.com/smuuf/php-strict-object.git",
"reference": "1e5eb194dfc251554c5c18b1ad1655034f25f673"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/smuuf/php-strict-object/zipball/1e5eb194dfc251554c5c18b1ad1655034f25f673",
"reference": "1e5eb194dfc251554c5c18b1ad1655034f25f673",
"shasum": ""
},
"require": {
"php": "^7.4|^8"
},
"require-dev": {
"nette/tester": "^2.3",
"phpstan/phpstan": "^0.12.67"
},
"type": "library",
"autoload": {
"psr-4": {
"Smuuf\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Smuuf",
"email": "premavansmuuf+composer@gmail.com"
}
],
"description": "Just a simple strict-object trait.",
"support": {
"issues": "https://github.com/smuuf/php-strict-object/issues",
"source": "https://github.com/smuuf/php-strict-object/tree/1.0.1"
},
"time": "2021-02-21T16:21:35+00:00"
},
{
"name": "symfony/polyfill-php80",
"version": "v1.27.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-php80.git",
"reference": "7a6ff3f1959bb01aefccb463a0f2cd3d3d2fd936"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/7a6ff3f1959bb01aefccb463a0f2cd3d3d2fd936",
"reference": "7a6ff3f1959bb01aefccb463a0f2cd3d3d2fd936",
"shasum": ""
},
"require": {
"php": ">=7.1"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-main": "1.27-dev"
},
"thanks": {
"name": "symfony/polyfill",
"url": "https://github.com/symfony/polyfill"
}
},
"autoload": {
"files": [
"bootstrap.php"
],
"psr-4": {
"Symfony\\Polyfill\\Php80\\": ""
},
"classmap": [
"Resources/stubs"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Ion Bazan",
"email": "ion.bazan@gmail.com"
},
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions",
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
"polyfill",
"portable",
"shim"
],
"support": {
"source": "https://github.com/symfony/polyfill-php80/tree/v1.27.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-11-03T14:55:06+00:00"
},
{
"name": "symfony/polyfill-php81",
"version": "v1.27.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-php81.git",
"reference": "707403074c8ea6e2edaf8794b0157a0bfa52157a"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-php81/zipball/707403074c8ea6e2edaf8794b0157a0bfa52157a",
"reference": "707403074c8ea6e2edaf8794b0157a0bfa52157a",
"shasum": ""
},
"require": {
"php": ">=7.1"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-main": "1.27-dev"
},
"thanks": {
"name": "symfony/polyfill",
"url": "https://github.com/symfony/polyfill"
}
},
"autoload": {
"files": [
"bootstrap.php"
],
"psr-4": {
"Symfony\\Polyfill\\Php81\\": ""
},
"classmap": [
"Resources/stubs"
]
},
"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 8.1+ features to lower PHP versions",
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
"polyfill",
"portable",
"shim"
],
"support": {
"source": "https://github.com/symfony/polyfill-php81/tree/v1.27.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-11-03T14:55:06+00:00"
}
],
"packages-dev": [
{
"name": "nette/tester",
"version": "v2.4.3",
"source": {
"type": "git",
"url": "https://github.com/nette/tester.git",
"reference": "451f6e97b117797e817446de8d19fe06e54fd33f"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/nette/tester/zipball/451f6e97b117797e817446de8d19fe06e54fd33f",
"reference": "451f6e97b117797e817446de8d19fe06e54fd33f",
"shasum": ""
},
"require": {
"php": ">=7.2 <8.3"
},
"require-dev": {
"ext-simplexml": "*",
"phpstan/phpstan": "^1.0"
},
"bin": [
"src/tester"
],
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.4-dev"
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause",
"GPL-2.0-only",
"GPL-3.0-only"
],
"authors": [
{
"name": "David Grudl",
"homepage": "https://davidgrudl.com"
},
{
"name": "Miloslav Hůla",
"homepage": "https://github.com/milo"
},
{
"name": "Nette Community",
"homepage": "https://nette.org/contributors"
}
],
"description": "Nette Tester: enjoyable unit testing in PHP with code coverage reporter. 🍏🍏🍎🍏",
"homepage": "https://tester.nette.org",
"keywords": [
"Xdebug",
"assertions",
"clover",
"code coverage",
"nette",
"pcov",
"phpdbg",
"phpunit",
"testing",
"unit"
],
"support": {
"issues": "https://github.com/nette/tester/issues",
"source": "https://github.com/nette/tester/tree/v2.4.3"
},
"time": "2022-08-29T16:39:38+00:00"
},
{
"name": "nikic/php-parser",
"version": "v4.15.2",
"source": {
"type": "git",
"url": "https://github.com/nikic/PHP-Parser.git",
"reference": "f59bbe44bf7d96f24f3e2b4ddc21cd52c1d2adbc"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/f59bbe44bf7d96f24f3e2b4ddc21cd52c1d2adbc",
"reference": "f59bbe44bf7d96f24f3e2b4ddc21cd52c1d2adbc",
"shasum": ""
},
"require": {
"ext-tokenizer": "*",
"php": ">=7.0"
},
"require-dev": {
"ircmaxell/php-yacc": "^0.0.7",
"phpunit/phpunit": "^6.5 || ^7.0 || ^8.0 || ^9.0"
},
"bin": [
"bin/php-parse"
],
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "4.9-dev"
}
},
"autoload": {
"psr-4": {
"PhpParser\\": "lib/PhpParser"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Nikita Popov"
}
],
"description": "A PHP parser written in PHP",
"keywords": [
"parser",
"php"
],
"support": {
"issues": "https://github.com/nikic/PHP-Parser/issues",
"source": "https://github.com/nikic/PHP-Parser/tree/v4.15.2"
},
"time": "2022-11-12T15:38:23+00:00"
},
{
"name": "phpstan/phpstan",
"version": "1.9.2",
"source": {
"type": "git",
"url": "https://github.com/phpstan/phpstan.git",
"reference": "d6fdf01c53978b6429f1393ba4afeca39cc68afa"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/phpstan/phpstan/zipball/d6fdf01c53978b6429f1393ba4afeca39cc68afa",
"reference": "d6fdf01c53978b6429f1393ba4afeca39cc68afa",
"shasum": ""
},
"require": {
"php": "^7.2|^8.0"
},
"conflict": {
"phpstan/phpstan-shim": "*"
},
"bin": [
"phpstan",
"phpstan.phar"
],
"type": "library",
"autoload": {
"files": [
"bootstrap.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"description": "PHPStan - PHP Static Analysis Tool",
"keywords": [
"dev",
"static analysis"
],
"support": {
"issues": "https://github.com/phpstan/phpstan/issues",
"source": "https://github.com/phpstan/phpstan/tree/1.9.2"
},
"funding": [
{
"url": "https://github.com/ondrejmirtes",
"type": "github"
},
{
"url": "https://github.com/phpstan",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/phpstan/phpstan",
"type": "tidelift"
}
],
"time": "2022-11-10T09:56:11+00:00"
},
{
"name": "smuuf/php-docblock-parser",
"version": "0.1.1",
"source": {
"type": "git",
"url": "https://github.com/smuuf/php-docblock-parser.git",
"reference": "055c9866c1ee395a7ce6580657dbde8c04a9b81b"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/smuuf/php-docblock-parser/zipball/055c9866c1ee395a7ce6580657dbde8c04a9b81b",
"reference": "055c9866c1ee395a7ce6580657dbde8c04a9b81b",
"shasum": ""
},
"require": {
"ext-mbstring": "*",
"php": "^7.4|^8.0",
"smuuf/strict-object": "^1.0"
},
"require-dev": {
"nette/tester": "^2.4",
"phpstan/phpstan": "^0.12.67"
},
"type": "library",
"autoload": {
"psr-4": {
"Smuuf\\DocBlockParser\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Smuuf",
"email": "premavansmuuf+composer@gmail.com"
}
],
"description": "Just a simple PHP docblock parser.",
"support": {
"issues": "https://github.com/smuuf/php-docblock-parser/issues",
"source": "https://github.com/smuuf/php-docblock-parser/tree/0.1.1"
},
"time": "2021-12-11T01:30:32+00:00"
},
{
"name": "smuuf/phpcb",
"version": "0.5.2",
"source": {
"type": "git",
"url": "https://github.com/smuuf/phpcb.git",
"reference": "ccfb13a7a060a122ba0d802e5e20b83ce02589ad"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/smuuf/phpcb/zipball/ccfb13a7a060a122ba0d802e5e20b83ce02589ad",
"reference": "ccfb13a7a060a122ba0d802e5e20b83ce02589ad",
"shasum": ""
},
"require": {
"ext-bcmath": "*",
"php": ">=7.4"
},
"require-dev": {
"nette/tester": "^2.4",
"phpstan/phpstan": "^1.2"
},
"type": "library",
"autoload": {
"psr-4": {
"Smuuf\\Phpcb\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"authors": [
{
"name": "Premysl Karbula",
"email": "premavansmuuf+github@gmail.com"
}
],
"description": "PHP Code Benchmark",
"support": {
"issues": "https://github.com/smuuf/phpcb/issues",
"source": "https://github.com/smuuf/phpcb/tree/0.5.2"
},
"time": "2021-12-21T15:18:09+00:00"
}
],
"aliases": [],
"minimum-stability": "stable",
"stability-flags": [],
"prefer-stable": false,
"prefer-lowest": false,
"platform": {
"php": ">=8.0",
"ext-bcmath": "*",
"ext-mbstring": "*"
},
"platform-dev": [],
"plugin-api-version": "2.3.0"
}