|
|
@@ -4,8 +4,44 @@
|
|
|
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
|
|
"This file is @generated automatically"
|
|
|
],
|
|
|
- "content-hash": "a21dabb608d5c9d22c9c0565d3a614fb",
|
|
|
+ "content-hash": "05250fbc60d12ba7805788602d83c639",
|
|
|
"packages": [
|
|
|
+ {
|
|
|
+ "name": "ark/filecache",
|
|
|
+ "version": "v0.1.0",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/arkphp/filecache.git",
|
|
|
+ "reference": "2646305ff6b9dfec96f3df00a42dc33a7a13560d"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/arkphp/filecache/zipball/2646305ff6b9dfec96f3df00a42dc33a7a13560d",
|
|
|
+ "reference": "2646305ff6b9dfec96f3df00a42dc33a7a13560d",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "Ark\\Filecache\\": "src/"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "MIT"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "dong",
|
|
|
+ "email": "ddliuhb@gmail.com"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "Cache with file system",
|
|
|
+ "support": {
|
|
|
+ "source": "https://github.com/arkphp/filecache/tree/master"
|
|
|
+ },
|
|
|
+ "time": "2015-03-22T07:32:53+00:00"
|
|
|
+ },
|
|
|
{
|
|
|
"name": "cache/adapter-common",
|
|
|
"version": "1.1.0",
|
|
|
@@ -710,6 +746,75 @@
|
|
|
],
|
|
|
"time": "2018-07-02T15:55:56+00:00"
|
|
|
},
|
|
|
+ {
|
|
|
+ "name": "php-imap/php-imap",
|
|
|
+ "version": "4.1.0",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/barbushin/php-imap.git",
|
|
|
+ "reference": "7ca3d19451bfe6de47186b52f4b266179a5858b9"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/barbushin/php-imap/zipball/7ca3d19451bfe6de47186b52f4b266179a5858b9",
|
|
|
+ "reference": "7ca3d19451bfe6de47186b52f4b266179a5858b9",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "ext-fileinfo": "*",
|
|
|
+ "ext-iconv": "*",
|
|
|
+ "ext-imap": "*",
|
|
|
+ "ext-mbstring": "*",
|
|
|
+ "php": "^7.2"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "friendsofphp/php-cs-fixer": "^2.16",
|
|
|
+ "jakub-onderka/php-parallel-lint": "^1.0",
|
|
|
+ "maglnet/composer-require-checker": "^2.0",
|
|
|
+ "paragonie/hidden-string": "^1.0",
|
|
|
+ "phpunit/phpunit": "^8.5",
|
|
|
+ "povils/phpmnd": "^2.2",
|
|
|
+ "psalm/plugin-phpunit": "^0.10.0",
|
|
|
+ "roave/security-advisories": "dev-master",
|
|
|
+ "sebastian/phpcpd": "^4.1",
|
|
|
+ "vimeo/psalm": "^3.11.5"
|
|
|
+ },
|
|
|
+ "suggest": {
|
|
|
+ "ext-fileinfo": "To facilitate IncomingMailAttachment::getFileInfo() auto-detection"
|
|
|
+ },
|
|
|
+ "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"
|
|
|
+ ],
|
|
|
+ "support": {
|
|
|
+ "issues": "https://github.com/barbushin/php-imap/issues",
|
|
|
+ "source": "https://github.com/barbushin/php-imap/tree/master"
|
|
|
+ },
|
|
|
+ "time": "2020-06-14T20:18:24+00:00"
|
|
|
+ },
|
|
|
{
|
|
|
"name": "psr/cache",
|
|
|
"version": "1.0.1",
|
|
|
@@ -1642,5 +1747,5 @@
|
|
|
"prefer-lowest": false,
|
|
|
"platform": [],
|
|
|
"platform-dev": [],
|
|
|
- "plugin-api-version": "1.1.0"
|
|
|
+ "plugin-api-version": "2.0.0"
|
|
|
}
|