forkbb/composer.lock

122 lines
3.8 KiB
Text
Raw Normal View History

{
"_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#composer-lock-the-lock-file",
"This file is @generated automatically"
],
2019-11-28 13:25:13 +00:00
"hash": "533b558f4bef9f6e04f96421dd776ab4",
"content-hash": "6646dc09855f04f546d6d92253e01a30",
"packages": [
2017-02-14 13:05:26 +00:00
{
"name": "artoodetoo/dirk",
2019-11-28 13:25:13 +00:00
"version": "dev-visman",
2017-02-14 13:05:26 +00:00
"source": {
"type": "git",
2019-11-28 13:25:13 +00:00
"url": "https://github.com/MioVisman/dirk.git",
"reference": "05cbba461274158699668c9e8075fb2d8fab5967"
2017-02-14 13:05:26 +00:00
},
"dist": {
"type": "zip",
2019-11-28 13:25:13 +00:00
"url": "https://api.github.com/repos/MioVisman/dirk/zipball/05cbba461274158699668c9e8075fb2d8fab5967",
"reference": "05cbba461274158699668c9e8075fb2d8fab5967",
2017-02-14 13:05:26 +00:00
"shasum": ""
},
"require": {
"php": ">=5.4.0"
},
"require-dev": {
"phpunit/phpunit": "4.0.*"
},
"type": "library",
"autoload": {
"psr-4": {
"R2\\Templating\\": "src"
}
},
2019-11-28 13:25:13 +00:00
"autoload-dev": {
"psr-4": {
"R2\\Templating\\Tests": "tests"
}
},
2017-02-14 13:05:26 +00:00
"license": [
"MIT"
],
"authors": [
{
"name": "artoodetoo",
"email": "i.am@artoodetoo.org"
}
],
"description": "PHP template system",
"keywords": [
"dirk",
"package",
"templates",
"templating",
"views"
],
2019-11-28 13:25:13 +00:00
"support": {
"source": "https://github.com/MioVisman/dirk/tree/visman"
},
"time": "2019-11-28 13:14:33"
2017-10-03 14:13:21 +00:00
},
{
"name": "miovisman/parserus",
2017-11-30 03:08:32 +00:00
"version": "dev-master",
2017-10-03 14:13:21 +00:00
"source": {
"type": "git",
"url": "https://github.com/MioVisman/Parserus.git",
2019-11-28 13:25:13 +00:00
"reference": "ac9a8fa047083229f7e50df0342fd3871cdbe931"
2017-10-03 14:13:21 +00:00
},
"dist": {
"type": "zip",
2019-11-28 13:25:13 +00:00
"url": "https://api.github.com/repos/MioVisman/Parserus/zipball/ac9a8fa047083229f7e50df0342fd3871cdbe931",
"reference": "ac9a8fa047083229f7e50df0342fd3871cdbe931",
2017-10-03 14:13:21 +00:00
"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"
],
2019-11-28 13:25:13 +00:00
"time": "2019-10-11 12:06:27"
}
],
"packages-dev": [],
"aliases": [],
"minimum-stability": "stable",
"stability-flags": {
2017-11-30 03:08:32 +00:00
"artoodetoo/dirk": 20,
"miovisman/parserus": 20
},
"prefer-stable": false,
"prefer-lowest": false,
"platform": {
2019-11-28 13:25:13 +00:00
"php": ">=5.6.12",
"ext-gd": "*",
"ext-mbstring": "*"
},
"platform-dev": []
}