216 lines
7 KiB
JSON
216 lines
7 KiB
JSON
{
|
|
"_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": "8798521335e67d2195e6b1793d67a21c",
|
|
"packages": [
|
|
{
|
|
"name": "artoodetoo/dirk",
|
|
"version": "dev-visman",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/MioVisman/dirk.git",
|
|
"reference": "05cbba461274158699668c9e8075fb2d8fab5967"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/MioVisman/dirk/zipball/05cbba461274158699668c9e8075fb2d8fab5967",
|
|
"reference": "05cbba461274158699668c9e8075fb2d8fab5967",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.4.0"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "4.0.*"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"R2\\Templating\\": "src"
|
|
}
|
|
},
|
|
"autoload-dev": {
|
|
"psr-4": {
|
|
"R2\\Templating\\Tests": "tests"
|
|
}
|
|
},
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "artoodetoo",
|
|
"email": "i.am@artoodetoo.org"
|
|
}
|
|
],
|
|
"description": "PHP template system",
|
|
"keywords": [
|
|
"dirk",
|
|
"package",
|
|
"templates",
|
|
"templating",
|
|
"views"
|
|
],
|
|
"support": {
|
|
"source": "https://github.com/MioVisman/dirk/tree/visman"
|
|
},
|
|
"time": "2019-11-28T13:14:33+00:00"
|
|
},
|
|
{
|
|
"name": "miovisman/normemail",
|
|
"version": "dev-master",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/MioVisman/NormEmail.git",
|
|
"reference": "2e657463266b1249e97d15c6795dd14248097cb3"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/MioVisman/NormEmail/zipball/2e657463266b1249e97d15c6795dd14248097cb3",
|
|
"reference": "2e657463266b1249e97d15c6795dd14248097cb3",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"ext-intl": "*",
|
|
"ext-mbstring": "*",
|
|
"php": ">=5.6.0"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"MioVisman\\NormEmail\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Visman",
|
|
"email": "mio.visman@yandex.ru",
|
|
"homepage": "https://github.com/MioVisman"
|
|
}
|
|
],
|
|
"description": "Normalization of email for bans, for request cache to SFS or for checking the uniqueness of new users.",
|
|
"homepage": "https://github.com/MioVisman/NormEmail",
|
|
"keywords": [
|
|
"ban",
|
|
"canonical email",
|
|
"email",
|
|
"normalization"
|
|
],
|
|
"time": "2020-01-11T04:21:13+00:00"
|
|
},
|
|
{
|
|
"name": "miovisman/parserus",
|
|
"version": "dev-master",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/MioVisman/Parserus.git",
|
|
"reference": "ac9a8fa047083229f7e50df0342fd3871cdbe931"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/MioVisman/Parserus/zipball/ac9a8fa047083229f7e50df0342fd3871cdbe931",
|
|
"reference": "ac9a8fa047083229f7e50df0342fd3871cdbe931",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.4.0"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Parserus": ""
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Visman",
|
|
"email": "mio.visman@yandex.ru",
|
|
"homepage": "https://github.com/MioVisman"
|
|
}
|
|
],
|
|
"description": "BBCode parser.",
|
|
"homepage": "https://github.com/MioVisman/Parserus",
|
|
"keywords": [
|
|
"bbcode",
|
|
"parser"
|
|
],
|
|
"time": "2019-10-11T12:06:27+00:00"
|
|
},
|
|
{
|
|
"name": "psr/simple-cache",
|
|
"version": "dev-master",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/php-fig/simple-cache.git",
|
|
"reference": "5a7b96b1dda5d957e01bc1bfe77dcca09c5a7474"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/php-fig/simple-cache/zipball/5a7b96b1dda5d957e01bc1bfe77dcca09c5a7474",
|
|
"reference": "5a7b96b1dda5d957e01bc1bfe77dcca09c5a7474",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.0"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.0.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Psr\\SimpleCache\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "PHP-FIG",
|
|
"homepage": "http://www.php-fig.org/"
|
|
}
|
|
],
|
|
"description": "Common interfaces for simple caching",
|
|
"keywords": [
|
|
"cache",
|
|
"caching",
|
|
"psr",
|
|
"psr-16",
|
|
"simple-cache"
|
|
],
|
|
"time": "2020-04-21T06:43:17+00:00"
|
|
}
|
|
],
|
|
"packages-dev": [],
|
|
"aliases": [],
|
|
"minimum-stability": "dev",
|
|
"stability-flags": {
|
|
"artoodetoo/dirk": 20,
|
|
"miovisman/parserus": 20,
|
|
"miovisman/normemail": 20
|
|
},
|
|
"prefer-stable": false,
|
|
"prefer-lowest": false,
|
|
"platform": {
|
|
"php": ">=7.3.0",
|
|
"ext-gd": "*",
|
|
"ext-mbstring": "*",
|
|
"ext-fileinfo": "*"
|
|
},
|
|
"platform-dev": []
|
|
}
|