123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216 |
- {
- "_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": "b72f82faf18e750705e7e6439460f9d6",
- "packages": [
- {
- "name": "ezyang/htmlpurifier",
- "version": "v4.11.0",
- "source": {
- "type": "git",
- "url": "https://github.com/ezyang/htmlpurifier.git",
- "reference": "83ab08bc1af7d808a9e0fbf024f1c24bfd73c0a7"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/ezyang/htmlpurifier/zipball/83ab08bc1af7d808a9e0fbf024f1c24bfd73c0a7",
- "reference": "83ab08bc1af7d808a9e0fbf024f1c24bfd73c0a7",
- "shasum": ""
- },
- "require": {
- "php": ">=5.2"
- },
- "require-dev": {
- "simpletest/simpletest": "dev-master#72de02a7b80c6bb8864ef9bf66d41d2f58f826bd"
- },
- "type": "library",
- "autoload": {
- "psr-0": {
- "HTMLPurifier": "library/"
- },
- "files": [
- "library/HTMLPurifier.composer.php"
- ]
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "LGPL-2.1-or-later"
- ],
- "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"
- ],
- "time": "2019-07-14T18:58:38+00:00"
- },
- {
- "name": "fightbulc/moment",
- "version": "1.30.0",
- "source": {
- "type": "git",
- "url": "https://github.com/fightbulc/moment.php.git",
- "reference": "2f232918b63cf37699cd692ccd1926c4a547fb32"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/fightbulc/moment.php/zipball/2f232918b63cf37699cd692ccd1926c4a547fb32",
- "reference": "2f232918b63cf37699cd692ccd1926c4a547fb32",
- "shasum": ""
- },
- "require": {
- "php": ">=5.3.0"
- },
- "require-dev": {
- "phpunit/phpunit": "^4.8.36 || ^5.5 || ^6.5 || ^7.5"
- },
- "type": "library",
- "autoload": {
- "psr-4": {
- "Moment\\": "src/"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Tino Ehrich",
- "role": "developer",
- "email": "tino@bigpun.me"
- }
- ],
- "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"
- ],
- "time": "2019-04-18T08:27:34+00:00"
- },
- {
- "name": "gnugat/pronounceableword",
- "version": "2.0.0",
- "source": {
- "type": "git",
- "url": "https://github.com/gnugat-legacy/PronounceableWord.git",
- "reference": "fcdc0dc39775fa625040c37003727019657d001b"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/gnugat-legacy/PronounceableWord/zipball/fcdc0dc39775fa625040c37003727019657d001b",
- "reference": "fcdc0dc39775fa625040c37003727019657d001b",
- "shasum": ""
- },
- "require": {
- "php": ">=5.2"
- },
- "type": "library",
- "autoload": {
- "psr-0": {
- "PronounceableWord_": "src/"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Loic Chardonnet"
- }
- ],
- "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,
- "time": "2012-01-08T19:36:58+00:00"
- },
- {
- "name": "php-imap/php-imap",
- "version": "3.0.30",
- "source": {
- "type": "git",
- "url": "https://github.com/barbushin/php-imap.git",
- "reference": "15340028e27fdbe619999f4c300af2a06dd4a4f0"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/barbushin/php-imap/zipball/15340028e27fdbe619999f4c300af2a06dd4a4f0",
- "reference": "15340028e27fdbe619999f4c300af2a06dd4a4f0",
- "shasum": ""
- },
- "require": {
- "ext-iconv": "*",
- "ext-imap": "*",
- "ext-mbstring": "*",
- "php": ">=5.6"
- },
- "require-dev": {
- "phpunit/phpunit": "^5.7",
- "squizlabs/php_codesniffer": "^3.4"
- },
- "type": "library",
- "autoload": {
- "psr-4": {
- "PhpImap\\": "src/PhpImap"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Sergey Barbushin",
- "email": "barbushin@gmail.com",
- "homepage": "http://linkedin.com/in/barbushin"
- }
- ],
- "description": "Manage mailboxes, filter/get/delete emails in PHP (supports IMAP/POP3/NNTP)",
- "homepage": "https://github.com/barbushin/php-imap",
- "keywords": [
- "imap",
- "mail",
- "mailbox",
- "php",
- "pop3",
- "receive emails"
- ],
- "time": "2019-09-07T13:44:13+00:00"
- }
- ],
- "packages-dev": [],
- "aliases": [],
- "minimum-stability": "stable",
- "stability-flags": [],
- "prefer-stable": false,
- "prefer-lowest": false,
- "platform": {
- "php": "^7.2"
- },
- "platform-dev": []
- }
|