surikovlib/composer.lock

309 lines
10 KiB
Plaintext
Raw Normal View History

2022-03-06 02:21:24 +07: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": "1c826a114d11e8301a0f17171d987459",
"packages": [
{
"name": "mirzaev/minimal",
"version": "2.0.x-dev",
"source": {
"type": "git",
"url": "https://git.hood.su/mirzaev/minimal",
2022-10-13 11:07:04 +07:00
"reference": "7777d7af1733d661a36551a0fdcf27a972e4ef81"
2022-03-06 02:21:24 +07:00
},
"require": {
"php": "~8.0"
},
"suggest": {
"ext-PDO": "Для работы с базами данных на SQL (MySQL, PostreSQL...)"
},
"type": "framework",
"autoload": {
"psr-4": {
"mirzaev\\minimal\\": "mirzaev/minimal/system"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"WTFPL"
],
"authors": [
{
"name": "Arsen Mirzaev Tatyano-Muradovich",
"email": "arsen@mirzaev.sexy",
"homepage": "https://mirzaev.sexy",
"role": "Developer"
}
],
"description": "Легковесный MVC фреймворк который следует твоим правилам, а не диктует свои",
"homepage": "https://git.hood.su/mirzaev/minimal",
"keywords": [
"framework",
"mvc"
],
"support": {
"docs": "https://git.hood.su/mirzaev/minimal/manual",
"issues": "https://git.hood.su/mirzaev/minimal/issues"
},
2022-10-13 11:07:04 +07:00
"time": "2022-03-03T21:15:52+00:00"
2022-03-06 02:21:24 +07:00
},
{
"name": "symfony/polyfill-ctype",
2022-10-13 11:07:04 +07:00
"version": "v1.25.0",
2022-03-06 02:21:24 +07:00
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-ctype.git",
2022-10-13 11:07:04 +07:00
"reference": "30885182c981ab175d4d034db0f6f469898070ab"
2022-03-06 02:21:24 +07:00
},
"dist": {
"type": "zip",
2022-10-13 11:07:04 +07:00
"url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/30885182c981ab175d4d034db0f6f469898070ab",
"reference": "30885182c981ab175d4d034db0f6f469898070ab",
2022-03-06 02:21:24 +07:00
"shasum": ""
},
"require": {
"php": ">=7.1"
},
2022-10-13 11:07:04 +07:00
"provide": {
"ext-ctype": "*"
},
2022-03-06 02:21:24 +07:00
"suggest": {
"ext-ctype": "For best performance"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-main": "1.23-dev"
},
"thanks": {
"name": "symfony/polyfill",
"url": "https://github.com/symfony/polyfill"
}
},
"autoload": {
"files": [
"bootstrap.php"
2022-10-13 11:07:04 +07:00
],
"psr-4": {
"Symfony\\Polyfill\\Ctype\\": ""
}
2022-03-06 02:21:24 +07:00
},
"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": {
2022-10-13 11:07:04 +07:00
"source": "https://github.com/symfony/polyfill-ctype/tree/v1.25.0"
2022-03-06 02:21:24 +07:00
},
"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"
}
],
2022-10-13 11:07:04 +07:00
"time": "2021-10-20T20:35:02+00:00"
2022-03-06 02:21:24 +07:00
},
{
"name": "symfony/polyfill-mbstring",
2022-10-13 11:07:04 +07:00
"version": "v1.25.0",
2022-03-06 02:21:24 +07:00
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-mbstring.git",
2022-10-13 11:07:04 +07:00
"reference": "0abb51d2f102e00a4eefcf46ba7fec406d245825"
2022-03-06 02:21:24 +07:00
},
"dist": {
"type": "zip",
2022-10-13 11:07:04 +07:00
"url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/0abb51d2f102e00a4eefcf46ba7fec406d245825",
"reference": "0abb51d2f102e00a4eefcf46ba7fec406d245825",
2022-03-06 02:21:24 +07:00
"shasum": ""
},
"require": {
"php": ">=7.1"
},
2022-10-13 11:07:04 +07:00
"provide": {
"ext-mbstring": "*"
},
2022-03-06 02:21:24 +07:00
"suggest": {
"ext-mbstring": "For best performance"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-main": "1.23-dev"
},
"thanks": {
"name": "symfony/polyfill",
"url": "https://github.com/symfony/polyfill"
}
},
"autoload": {
"files": [
"bootstrap.php"
2022-10-13 11:07:04 +07:00
],
"psr-4": {
"Symfony\\Polyfill\\Mbstring\\": ""
}
2022-03-06 02:21:24 +07:00
},
"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": {
2022-10-13 11:07:04 +07:00
"source": "https://github.com/symfony/polyfill-mbstring/tree/v1.25.0"
2022-03-06 02:21:24 +07:00
},
"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"
}
],
2022-10-13 11:07:04 +07:00
"time": "2021-11-30T18:21:41+00:00"
2022-03-06 02:21:24 +07:00
},
{
"name": "twig/twig",
2022-10-13 11:07:04 +07:00
"version": "v3.3.8",
2022-03-06 02:21:24 +07:00
"source": {
"type": "git",
"url": "https://github.com/twigphp/Twig.git",
2022-10-13 11:07:04 +07:00
"reference": "972d8604a92b7054828b539f2febb0211dd5945c"
2022-03-06 02:21:24 +07:00
},
"dist": {
"type": "zip",
2022-10-13 11:07:04 +07:00
"url": "https://api.github.com/repos/twigphp/Twig/zipball/972d8604a92b7054828b539f2febb0211dd5945c",
"reference": "972d8604a92b7054828b539f2febb0211dd5945c",
2022-03-06 02:21:24 +07:00
"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|^6.0"
},
"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",
2022-10-13 11:07:04 +07:00
"source": "https://github.com/twigphp/Twig/tree/v3.3.8"
2022-03-06 02:21:24 +07:00
},
"funding": [
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/twig/twig",
"type": "tidelift"
}
],
2022-10-13 11:07:04 +07:00
"time": "2022-02-04T06:59:48+00:00"
2022-03-06 02:21:24 +07:00
}
],
"packages-dev": [],
"aliases": [],
"minimum-stability": "stable",
"stability-flags": {
"mirzaev/minimal": 20
},
"prefer-stable": false,
"prefer-lowest": false,
"platform": {
"php": "^8.0.0"
},
"platform-dev": [],
2022-10-13 11:07:04 +07:00
"plugin-api-version": "2.2.0"
2022-03-06 02:21:24 +07:00
}