2016-07-02 21:05:44 +00:00
|
|
|
{
|
|
|
|
"_readme": [
|
|
|
|
"This file locks the dependencies of your project to a known state",
|
2018-09-20 18:44:41 +00:00
|
|
|
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
2016-07-02 21:05:44 +00:00
|
|
|
"This file is @generated automatically"
|
|
|
|
],
|
2018-09-20 18:44:41 +00:00
|
|
|
"content-hash": "b72f82faf18e750705e7e6439460f9d6",
|
2016-07-02 21:05:44 +00:00
|
|
|
"packages": [
|
2018-01-09 19:33:09 +00:00
|
|
|
{
|
|
|
|
"name": "ezyang/htmlpurifier",
|
2018-09-20 18:44:41 +00:00
|
|
|
"version": "v4.10.0",
|
2018-01-09 19:33:09 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/ezyang/htmlpurifier.git",
|
2018-09-20 18:44:41 +00:00
|
|
|
"reference": "d85d39da4576a6934b72480be6978fb10c860021"
|
2018-01-09 19:33:09 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2018-09-20 18:44:41 +00:00
|
|
|
"url": "https://api.github.com/repos/ezyang/htmlpurifier/zipball/d85d39da4576a6934b72480be6978fb10c860021",
|
|
|
|
"reference": "d85d39da4576a6934b72480be6978fb10c860021",
|
2018-01-09 19:33:09 +00:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"php": ">=5.2"
|
|
|
|
},
|
|
|
|
"require-dev": {
|
|
|
|
"simpletest/simpletest": "^1.1"
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"autoload": {
|
|
|
|
"psr-0": {
|
|
|
|
"HTMLPurifier": "library/"
|
|
|
|
},
|
|
|
|
"files": [
|
|
|
|
"library/HTMLPurifier.composer.php"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"LGPL"
|
|
|
|
],
|
|
|
|
"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"
|
|
|
|
],
|
2018-09-20 18:44:41 +00:00
|
|
|
"time": "2018-02-23T01:58:20+00:00"
|
2018-06-24 17:31:04 +00:00
|
|
|
},
|
2018-09-20 18:44:41 +00:00
|
|
|
{
|
|
|
|
"name": "fightbulc/moment",
|
2019-05-19 13:01:32 +00:00
|
|
|
"version": "1.30.0",
|
2018-09-20 18:44:41 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/fightbulc/moment.php.git",
|
2019-05-19 13:01:32 +00:00
|
|
|
"reference": "2f232918b63cf37699cd692ccd1926c4a547fb32"
|
2018-09-20 18:44:41 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2019-05-19 13:01:32 +00:00
|
|
|
"url": "https://api.github.com/repos/fightbulc/moment.php/zipball/2f232918b63cf37699cd692ccd1926c4a547fb32",
|
|
|
|
"reference": "2f232918b63cf37699cd692ccd1926c4a547fb32",
|
2018-09-20 18:44:41 +00:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"php": ">=5.3.0"
|
|
|
|
},
|
|
|
|
"require-dev": {
|
2019-02-03 22:05:05 +00:00
|
|
|
"phpunit/phpunit": "^4.8.36 || ^5.5 || ^6.5 || ^7.5"
|
2018-09-20 18:44:41 +00:00
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"Moment\\": "src/"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Tino Ehrich",
|
|
|
|
"email": "tino@bigpun.me",
|
|
|
|
"role": "developer"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "Parse, validate, manipulate, and display dates in PHP w/ i18n support. Inspired by moment.js",
|
|
|
|
"keywords": [
|
|
|
|
"date",
|
|
|
|
"display",
|
|
|
|
"format",
|
|
|
|
"i18n",
|
|
|
|
"locale",
|
|
|
|
"manipulate",
|
|
|
|
"moment",
|
|
|
|
"parse",
|
|
|
|
"time",
|
|
|
|
"translation",
|
|
|
|
"validate"
|
|
|
|
],
|
2019-05-19 13:01:32 +00:00
|
|
|
"time": "2019-04-18T08:27:34+00:00"
|
2018-01-09 19:33:09 +00:00
|
|
|
},
|
2018-01-08 23:23:36 +00:00
|
|
|
{
|
2019-07-28 19:31:44 +00:00
|
|
|
"name": "gnugat/pronounceableword",
|
2018-01-08 23:23:36 +00:00
|
|
|
"version": "2.0.0",
|
|
|
|
"source": {
|
|
|
|
"type": "git",
|
2019-03-11 12:59:53 +00:00
|
|
|
"url": "https://github.com/gnugat-legacy/PronounceableWord.git",
|
|
|
|
"reference": "fcdc0dc39775fa625040c37003727019657d001b"
|
2018-01-08 23:23:36 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2019-03-11 12:59:53 +00:00
|
|
|
"url": "https://api.github.com/repos/gnugat-legacy/PronounceableWord/zipball/fcdc0dc39775fa625040c37003727019657d001b",
|
|
|
|
"reference": "fcdc0dc39775fa625040c37003727019657d001b",
|
2018-01-08 23:23:36 +00:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"php": ">=5.2"
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"autoload": {
|
|
|
|
"psr-0": {
|
|
|
|
"PronounceableWord_": "src/"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
2019-04-30 05:21:15 +00:00
|
|
|
"name": "Loic Chardonnet"
|
2018-01-08 23:23:36 +00:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "A light, customizable and simple library generating random and pronounceable words without using dictionaries or Markov chains.",
|
|
|
|
"homepage": "https://github.com/gnugat/PronounceableWord",
|
|
|
|
"keywords": [
|
|
|
|
"generator",
|
|
|
|
"pronounceable",
|
|
|
|
"word"
|
|
|
|
],
|
|
|
|
"abandoned": true,
|
2018-09-20 18:44:41 +00:00
|
|
|
"time": "2012-01-08T19:36:58+00:00"
|
2018-01-08 23:23:36 +00:00
|
|
|
},
|
2019-04-30 05:21:15 +00:00
|
|
|
{
|
|
|
|
"name": "php-imap/php-imap",
|
2019-07-28 19:31:44 +00:00
|
|
|
"version": "3.0.28",
|
2019-04-30 05:21:15 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/barbushin/php-imap.git",
|
2019-07-28 19:31:44 +00:00
|
|
|
"reference": "1abe83bdca77e3270400d6d73bf27638a7733865"
|
2019-04-30 05:21:15 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2019-07-28 19:31:44 +00:00
|
|
|
"url": "https://api.github.com/repos/barbushin/php-imap/zipball/1abe83bdca77e3270400d6d73bf27638a7733865",
|
|
|
|
"reference": "1abe83bdca77e3270400d6d73bf27638a7733865",
|
2019-04-30 05:21:15 +00:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2019-06-07 00:25:45 +00:00
|
|
|
"ext-iconv": "*",
|
2019-04-30 05:21:15 +00:00
|
|
|
"ext-imap": "*",
|
2019-06-07 00:25:45 +00:00
|
|
|
"ext-mbstring": "*",
|
2019-05-03 11:07:36 +00:00
|
|
|
"php": ">=5.6"
|
|
|
|
},
|
|
|
|
"require-dev": {
|
2019-06-14 04:37:10 +00:00
|
|
|
"phpunit/phpunit": "^5.7",
|
|
|
|
"squizlabs/php_codesniffer": "^3.4"
|
2019-04-30 05:21:15 +00:00
|
|
|
},
|
|
|
|
"type": "library",
|
2016-07-02 21:05:44 +00:00
|
|
|
"autoload": {
|
2018-09-20 18:44:41 +00:00
|
|
|
"psr-4": {
|
|
|
|
"PhpImap\\": "src/PhpImap"
|
2016-07-02 21:05:44 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
2018-09-20 18:44:41 +00:00
|
|
|
"MIT"
|
2016-07-02 21:05:44 +00:00
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Sergey Barbushin",
|
|
|
|
"email": "barbushin@gmail.com",
|
|
|
|
"homepage": "http://linkedin.com/in/barbushin"
|
|
|
|
}
|
|
|
|
],
|
2018-09-20 18:44:41 +00:00
|
|
|
"description": "Manage mailboxes, filter/get/delete emails in PHP (supports IMAP/POP3/NNTP)",
|
2016-07-02 21:05:44 +00:00
|
|
|
"homepage": "https://github.com/barbushin/php-imap",
|
|
|
|
"keywords": [
|
|
|
|
"imap",
|
|
|
|
"mail",
|
2018-09-20 18:44:41 +00:00
|
|
|
"mailbox",
|
|
|
|
"php",
|
|
|
|
"pop3",
|
|
|
|
"receive emails"
|
2016-07-02 21:05:44 +00:00
|
|
|
],
|
2019-07-28 19:31:44 +00:00
|
|
|
"time": "2019-07-23T09:25:42+00:00"
|
2016-07-02 21:05:44 +00:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"packages-dev": [],
|
|
|
|
"aliases": [],
|
|
|
|
"minimum-stability": "stable",
|
|
|
|
"stability-flags": [],
|
|
|
|
"prefer-stable": false,
|
|
|
|
"prefer-lowest": false,
|
2018-09-20 18:44:41 +00:00
|
|
|
"platform": {
|
|
|
|
"php": "^7.2"
|
|
|
|
},
|
2016-07-02 21:05:44 +00:00
|
|
|
"platform-dev": []
|
|
|
|
}
|