roundcube / roundcubemail

The Roundcube Webmail suite
https://roundcube.net
GNU General Public License v3.0
5.78k stars 1.62k forks source link

Upgrade fails #9495

Closed DigiAngel closed 3 months ago

DigiAngel commented 3 months ago

Prerequisites

Describe the issue

Running the install.sh /var/www/html/roundcubemail gives me github errors Screenshot from 2024-06-11 08-08-59

What browser(s) are you seeing the problem on?

No response

What version of PHP are you using?

No response

What version of Roundcube are you using?

v1.3.6

JavaScript errors

No response

PHP errors

No response

pabzm commented 3 months ago

Where is roundcube/filters coming from? The repository ("https://github.com/6ec123321/filters") that shall be cloned does not exist. Or maybe it is private, but your authentication to github.com fails, and thus installing it fails.

DigiAngel commented 3 months ago

Honestly I have no idea. I was following: https://github.com/roundcube/roundcubemail/blob/master/UPGRADING...typed:

bin/install.sh /var/www/html/roundcube

on my console as /var/www/html/roundcube is the current install. Got that error, then came here.

DigiAngel commented 3 months ago

Oh yea...this is from the 1.6.7 complete tarball.

pabzm commented 3 months ago

Inside the directory /var/www/html/roundcube, do you have files called composer.json or composer.lock? If so, please upload or paste them here.

Please also show a directory listing of /var/www/html/roundcube/plugins.

DigiAngel commented 3 months ago

Thank you first off :) Tried to attach composer.lock as a file, but no dice sadly :( Obviously I see the filters lines in these files..just comment out and try the upgrade again? Thank you much!

Here's composer.json:

{
    "name": "roundcube/roundcubemail",
    "description": "The Roundcube Webmail suite",
    "license": "GPL-3.0+",
    "repositories": [
        {
            "type": "pear",
            "url": "http://pear.php.net/"
        },
        {
            "type": "composer",
            "url": "https://plugins.roundcube.net/"
        },
        {
            "type": "vcs",
            "url": "https://git.kolab.org/diffusion/PNL/php-net_ldap.git"
        }
    ],
    "require": {
        "php": ">=5.4.0",
        "roundcube/plugin-installer": "~0.1.6",
        "roundcube/carddav": "dev-master",
        "roundcube/filters": "dev-master",
        "patchwork/utf8": "~1.2.3",
        "pear/pear-core-minimal": "~1.10.1",
        "pear/net_socket": "~1.2.1",
        "pear/auth_sasl": "~1.1.0",
        "pear/net_idna2": "~0.2.0",
        "pear/mail_mime": "~1.10.0",
        "pear/net_smtp": "~1.7.1",
        "pear/crypt_gpg": "~1.6.0",
        "pear/net_sieve": "~1.4.0",
    "kitist/html5_notifier": "dev-master"
    },
    "require-dev": {
        "pear-pear.php.net/crypt_gpg": "*",
        "phpunit/phpunit": "*"
    },
    "suggest": {
        "pear-pear.php.net/net_ldap2": "~2.1.0 required for connecting to LDAP address books",
        "kolab/Net_LDAP3": "dev-master required for connecting to LDAP address books"
    },
    "minimum-stability": "dev",
    "config":{
        "secure-http" : false
    }
}

composer.lock:

{
    "_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": "cf2dd902e6b64a08e9adb042d51cf1f8",
    "packages": [
        {
            "name": "composer/semver",
            "version": "dev-master",
            "source": {
                "type": "git",
                "url": "https://github.com/composer/semver.git",
                "reference": "2b303e43d14d15cc90c8e8db4a1cdb6259f1a5c5"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/composer/semver/zipball/2b303e43d14d15cc90c8e8db4a1cdb6259f1a5c5",
                "reference": "2b303e43d14d15cc90c8e8db4a1cdb6259f1a5c5",
                "shasum": ""
            },
            "require": {
                "php": "^5.3.2 || ^7.0"
            },
            "require-dev": {
                "phpunit/phpunit": "^4.5 || ^5.0.5",
                "phpunit/phpunit-mock-objects": "2.3.0 || ^3.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Composer\\Semver\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Nils Adermann",
                    "email": "naderman@naderman.de",
                    "homepage": "http://www.naderman.de"
                },
                {
                    "name": "Jordi Boggiano",
                    "email": "j.boggiano@seld.be",
                    "homepage": "http://seld.be"
                },
                {
                    "name": "Rob Bast",
                    "email": "rob.bast@gmail.com",
                    "homepage": "http://robbast.nl"
                }
            ],
            "description": "Semver library that offers utilities, version constraint parsing and validation.",
            "keywords": [
                "semantic",
                "semver",
                "validation",
                "versioning"
            ],
            "time": "2017-11-06T09:05:54+00:00"
        },
        {
            "name": "nategood/httpful",
            "version": "0.2.20",
            "source": {
                "type": "git",
                "url": "https://github.com/nategood/httpful.git",
                "reference": "c1cd4d46a4b281229032cf39d4dd852f9887c0f6"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/nategood/httpful/zipball/c1cd4d46a4b281229032cf39d4dd852f9887c0f6",
                "reference": "c1cd4d46a4b281229032cf39d4dd852f9887c0f6",
                "shasum": ""
            },
            "require": {
                "ext-curl": "*",
                "php": ">=5.3"
            },
            "require-dev": {
                "phpunit/phpunit": "*"
            },
            "type": "library",
            "autoload": {
                "psr-0": {
                    "Httpful": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Nate Good",
                    "email": "me@nategood.com",
                    "homepage": "http://nategood.com"
                }
            ],
            "description": "A Readable, Chainable, REST friendly, PHP HTTP Client",
            "homepage": "http://github.com/nategood/httpful",
            "keywords": [
                "api",
                "curl",
                "http",
                "requests",
                "rest",
                "restful"
            ],
            "time": "2015-10-26T16:11:30+00:00"
        },
        {
            "name": "patchwork/utf8",
            "version": "1.2.x-dev",
            "source": {
                "type": "git",
                "url": "https://github.com/tchwork/utf8.git",
                "reference": "f986d18f4e37ab70b792e977c7d85970cf84f164"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/tchwork/utf8/zipball/f986d18f4e37ab70b792e977c7d85970cf84f164",
                "reference": "f986d18f4e37ab70b792e977c7d85970cf84f164",
                "shasum": ""
            },
            "require": {
                "lib-pcre": ">=7.3",
                "php": ">=5.3.0"
            },
            "suggest": {
                "ext-iconv": "Use iconv for best performance",
                "ext-intl": "Use Intl for best performance",
                "ext-mbstring": "Use Mbstring for best performance",
                "ext-wfio": "Use WFIO for UTF-8 filesystem access on Windows"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.2-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Patchwork\\": "src/Patchwork/"
                },
                "classmap": [
                    "src/Normalizer.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "(Apache-2.0 or GPL-2.0)"
            ],
            "authors": [
                {
                    "name": "Nicolas Grekas",
                    "email": "p@tchwork.com"
                }
            ],
            "description": "Portable and performant UTF-8, Unicode and Grapheme Clusters for PHP",
            "homepage": "https://github.com/tchwork/utf8",
            "keywords": [
                "grapheme",
                "i18n",
                "unicode",
                "utf-8",
                "utf8"
            ],
            "time": "2015-12-15T15:33:41+00:00"
        },
        {
            "name": "pear/auth_sasl",
            "version": "v1.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/pear/Auth_SASL.git",
                "reference": "db1ead3dc0bf986d2bab0dbc04d114800cf91dee"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/pear/Auth_SASL/zipball/db1ead3dc0bf986d2bab0dbc04d114800cf91dee",
                "reference": "db1ead3dc0bf986d2bab0dbc04d114800cf91dee",
                "shasum": ""
            },
            "require": {
                "pear/pear_exception": "@stable"
            },
            "require-dev": {
                "phpunit/phpunit": "@stable"
            },
            "type": "library",
            "autoload": {
                "psr-0": {
                    "Auth": "./"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "include-path": [
                "./"
            ],
            "license": [
                "BSD"
            ],
            "authors": [
                {
                    "name": "Anish Mistry",
                    "email": "amistry@am-productions.biz",
                    "role": "Lead"
                },
                {
                    "name": "Richard Heyes",
                    "email": "richard@php.net",
                    "role": "Lead"
                },
                {
                    "name": "Michael Bretterklieber",
                    "email": "michael@bretterklieber.com",
                    "role": "Lead"
                }
            ],
            "description": "Abstraction of various SASL mechanism responses",
            "time": "2017-03-07T14:37:05+00:00"
        },
        {
            "name": "pear/console_commandline",
            "version": "dev-master",
            "source": {
                "type": "git",
                "url": "https://github.com/pear/Console_CommandLine.git",
                "reference": "40fca1d3dabbbb23e13b333bd5c615ca19d7d73f"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/pear/Console_CommandLine/zipball/40fca1d3dabbbb23e13b333bd5c615ca19d7d73f",
                "reference": "40fca1d3dabbbb23e13b333bd5c615ca19d7d73f",
                "shasum": ""
            },
            "require": {
                "ext-dom": "*",
                "ext-xml": "*",
                "pear/pear_exception": "^1.0.0",
                "php": ">=5.3.0"
            },
            "require-dev": {
                "phpunit/phpunit": "*"
            },
            "type": "library",
            "autoload": {
                "psr-0": {
                    "Console": "./"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "include-path": [
                ""
            ],
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Richard Quadling",
                    "email": "RQuadling@GMail.com"
                },
                {
                    "name": "David Jean Louis",
                    "email": "izimobil@gmail.com"
                }
            ],
            "description": "A full featured command line options and arguments parser.",
            "homepage": "https://github.com/pear/Console_CommandLine",
            "keywords": [
                "console"
            ],
            "time": "2017-06-28T19:30:27+00:00"
        },
        {
            "name": "pear/console_getopt",
            "version": "v1.4.1",
            "source": {
                "type": "git",
                "url": "https://github.com/pear/Console_Getopt.git",
                "reference": "82f05cd1aa3edf34e19aa7c8ca312ce13a6a577f"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/pear/Console_Getopt/zipball/82f05cd1aa3edf34e19aa7c8ca312ce13a6a577f",
                "reference": "82f05cd1aa3edf34e19aa7c8ca312ce13a6a577f",
                "shasum": ""
            },
            "type": "library",
            "autoload": {
                "psr-0": {
                    "Console": "./"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "include-path": [
                "./"
            ],
            "license": [
                "BSD-2-Clause"
            ],
            "authors": [
                {
                    "name": "Greg Beaver",
                    "email": "cellog@php.net",
                    "role": "Helper"
                },
                {
                    "name": "Andrei Zmievski",
                    "email": "andrei@php.net",
                    "role": "Lead"
                },
                {
                    "name": "Stig Bakken",
                    "email": "stig@php.net",
                    "role": "Developer"
                }
            ],
            "description": "More info available on: http://pear.php.net/package/Console_Getopt",
            "time": "2015-07-20T20:28:12+00:00"
        },
        {
            "name": "pear/crypt_gpg",
            "version": "v1.6.2",
            "source": {
                "type": "git",
                "url": "https://github.com/pear/Crypt_GPG.git",
                "reference": "43066ee0f1cad38aa6cf41ed13db34a2792e527d"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/pear/Crypt_GPG/zipball/43066ee0f1cad38aa6cf41ed13db34a2792e527d",
                "reference": "43066ee0f1cad38aa6cf41ed13db34a2792e527d",
                "shasum": ""
            },
            "require": {
                "ext-mbstring": "*",
                "pear/console_commandline": "*",
                "pear/pear_exception": "*",
                "php": ">=5.4.8"
            },
            "require-dev": {
                "phpunit/phpunit": "*"
            },
            "suggest": {
                "ext-posix": "May require the posix PHP extension"
            },
            "bin": [
                "scripts/crypt-gpg-pinentry"
            ],
            "type": "library",
            "autoload": {
                "psr-0": {
                    "Crypt": "./"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "include-path": [
                "./"
            ],
            "license": [
                "LGPL-2.1"
            ],
            "authors": [
                {
                    "name": "Michael Gauthier",
                    "email": "mike@silverorange.com"
                },
                {
                    "name": "Nathan Fredrickson",
                    "email": "nathan@silverorange.com"
                },
                {
                    "name": "Aleksander Machniak",
                    "email": "alec@alec.pl"
                }
            ],
            "description": "Provides an object oriented interface to the GNU Privacy Guard (GnuPG). It requires the GnuPG executable to be on the system.",
            "homepage": "https://github.com/pear/Crypt_GPG",
            "keywords": [
                "PGP",
                "encryption",
                "gnupg",
                "gpg"
            ],
            "time": "2017-09-03T07:55:02+00:00"
        },
        {
            "name": "pear/mail_mime",
            "version": "1.10.2",
            "source": {
                "type": "git",
                "url": "https://github.com/pear/Mail_Mime.git",
                "reference": "7b2f93fa5219da99e9997f497b916b5bb27eb57a"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/pear/Mail_Mime/zipball/7b2f93fa5219da99e9997f497b916b5bb27eb57a",
                "reference": "7b2f93fa5219da99e9997f497b916b5bb27eb57a",
                "shasum": ""
            },
            "require": {
                "pear/pear-core-minimal": "*"
            },
            "type": "library",
            "autoload": {
                "psr-0": {
                    "Mail": "./"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "include-path": [
                "./"
            ],
            "license": [
                "BSD-3-clause"
            ],
            "authors": [
                {
                    "name": "Cipriano Groenendal",
                    "email": "cipri@php.net",
                    "role": "Lead"
                },
                {
                    "name": "Aleksander Machniak",
                    "email": "alec@php.net",
                    "role": "Lead"
                }
            ],
            "description": "Mail_Mime provides classes to create MIME messages",
            "homepage": "http://pear.php.net/package/Mail_Mime",
            "time": "2017-11-17T09:21:45+00:00"
        },
        {
            "name": "pear/net_idna2",
            "version": "v0.2.0",
            "source": {
                "type": "git",
                "url": "https://github.com/pear/Net_IDNA2.git",
                "reference": "51734eaf8be2df58e8aad5835b9966459b2fb37c"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/pear/Net_IDNA2/zipball/51734eaf8be2df58e8aad5835b9966459b2fb37c",
                "reference": "51734eaf8be2df58e8aad5835b9966459b2fb37c",
                "shasum": ""
            },
            "require": {
                "pear/pear_exception": "@stable"
            },
            "require-dev": {
                "phpunit/phpunit": "^4"
            },
            "type": "library",
            "autoload": {
                "psr-0": {
                    "Net": "./"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "include-path": [
                "./"
            ],
            "license": [
                "LGPL"
            ],
            "authors": [
                {
                    "name": "Stefan Neufeind",
                    "email": "pear.neufeind@speedpartner.de",
                    "role": "Lead"
                },
                {
                    "name": "Daniel O'Connor",
                    "email": "daniel.oconnor@gmail.com",
                    "role": "Lead"
                }
            ],
            "description": "More info available on: https://pear.php.net/package/Net_IDNA2",
            "time": "2017-03-06T20:46:41+00:00"
        },
        {
            "name": "pear/net_sieve",
            "version": "1.4.3",
            "source": {
                "type": "git",
                "url": "https://github.com/pear/Net_Sieve.git",
                "reference": "ffbe5cfc59ac5c79d9ef26923bb1eace5d539845"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/pear/Net_Sieve/zipball/ffbe5cfc59ac5c79d9ef26923bb1eace5d539845",
                "reference": "ffbe5cfc59ac5c79d9ef26923bb1eace5d539845",
                "shasum": ""
            },
            "require": {
                "pear/net_socket": "~1.2",
                "pear/pear-core-minimal": "~1.10"
            },
            "require-dev": {
                "phpunit/phpunit": "~5.7.15"
            },
            "suggest": {
                "pear/auth_sasl": "Install optionally via your project's composer.json"
            },
            "type": "library",
            "autoload": {
                "classmap": [
                    "./"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-2-Clause"
            ],
            "authors": [
                {
                    "name": "Anish Mistry",
                    "email": "amistry@am-productions.biz",
                    "role": "Lead"
                },
                {
                    "name": "Richard Heyes",
                    "email": "richard@php.net",
                    "role": "Lead"
                },
                {
                    "name": "Jan Schneider",
                    "email": "jan@horde.org",
                    "role": "Lead"
                },
                {
                    "name": "Damian Fernandez Sosa",
                    "email": "damlists@cnba.uba.ar",
                    "role": "Lead"
                }
            ],
            "description": "More info available on: http://pear.php.net/package/Net_Sieve",
            "time": "2018-03-04T07:55:00+00:00"
        },
        {
            "name": "pear/net_smtp",
            "version": "1.7.3",
            "source": {
                "type": "git",
                "url": "https://github.com/pear/Net_SMTP.git",
                "reference": "e066e5ee011ae056c03db1a95d210fc09649b477"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/pear/Net_SMTP/zipball/e066e5ee011ae056c03db1a95d210fc09649b477",
                "reference": "e066e5ee011ae056c03db1a95d210fc09649b477",
                "shasum": ""
            },
            "require": {
                "pear/net_socket": "*",
                "pear/pear-core-minimal": "*",
                "php": ">=5.4.0"
            },
            "require-dev": {
                "phpunit/phpunit": "*"
            },
            "suggest": {
                "pear/auth_sasl": "Install optionally via your project's composer.json"
            },
            "type": "library",
            "autoload": {
                "psr-0": {
                    "Net": "./"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "include-path": [
                "./"
            ],
            "license": [
                "PHP-3.01"
            ],
            "authors": [
                {
                    "name": "Jon Parise",
                    "email": "jon@php.net",
                    "homepage": "http://www.indelible.org",
                    "role": "Lead"
                },
                {
                    "name": "Chuck Hagenbuch",
                    "email": "chuck@horde.org",
                    "role": "Lead"
                }
            ],
            "description": "An implementation of the SMTP protocol",
            "homepage": "http://pear.github.io/Net_SMTP/",
            "keywords": [
                "email",
                "mail",
                "smtp"
            ],
            "time": "2017-01-14T18:19:55+00:00"
        },
        {
            "name": "pear/net_socket",
            "version": "v1.2.1",
            "source": {
                "type": "git",
                "url": "https://github.com/pear/Net_Socket.git",
                "reference": "f31d75ac352d49908f8987bbb1496c02a409812a"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/pear/Net_Socket/zipball/f31d75ac352d49908f8987bbb1496c02a409812a",
                "reference": "f31d75ac352d49908f8987bbb1496c02a409812a",
                "shasum": ""
            },
            "require": {
                "pear/pear_exception": "@stable",
                "php": ">=5.4.0"
            },
            "require-dev": {
                "phpunit/phpunit": "^4"
            },
            "type": "library",
            "autoload": {
                "psr-0": {
                    "Net": "./"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "include-path": [
                "./"
            ],
            "license": [
                "BSD-2-Clause"
            ],
            "authors": [
                {
                    "name": "Chuck Hagenbuch",
                    "email": "chuck@horde.org",
                    "role": "Lead"
                },
                {
                    "name": "Aleksander Machniak",
                    "email": "alec@php.net",
                    "role": "Lead"
                },
                {
                    "name": "Stig Bakken",
                    "email": "stig@php.net",
                    "role": "Lead"
                }
            ],
            "description": "More info available on: http://pear.php.net/package/Net_Socket",
            "time": "2017-04-06T15:16:38+00:00"
        },
        {
            "name": "pear/pear-core-minimal",
            "version": "v1.10.3",
            "source": {
                "type": "git",
                "url": "https://github.com/pear/pear-core-minimal.git",
                "reference": "070f0b600b2caca2501e2c9b7e553016e4b0d115"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/pear/pear-core-minimal/zipball/070f0b600b2caca2501e2c9b7e553016e4b0d115",
                "reference": "070f0b600b2caca2501e2c9b7e553016e4b0d115",
                "shasum": ""
            },
            "require": {
                "pear/console_getopt": "~1.4",
                "pear/pear_exception": "~1.0"
            },
            "replace": {
                "rsky/pear-core-min": "self.version"
            },
            "type": "library",
            "autoload": {
                "psr-0": {
                    "": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "include-path": [
                "src/"
            ],
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Christian Weiske",
                    "email": "cweiske@php.net",
                    "role": "Lead"
                }
            ],
            "description": "Minimal set of PEAR core files to be used as composer dependency",
            "time": "2017-02-28T16:46:11+00:00"
        },
        {
            "name": "pear/pear_exception",
            "version": "dev-master",
            "source": {
                "type": "git",
                "url": "https://github.com/pear/PEAR_Exception.git",
                "reference": "8c18719fdae000b690e3912be401c76e406dd13b"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/pear/PEAR_Exception/zipball/8c18719fdae000b690e3912be401c76e406dd13b",
                "reference": "8c18719fdae000b690e3912be401c76e406dd13b",
                "shasum": ""
            },
            "require": {
                "php": ">=4.4.0"
            },
            "require-dev": {
                "phpunit/phpunit": "*"
            },
            "type": "class",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.0.x-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "PEAR": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "include-path": [
                "."
            ],
            "license": [
                "BSD-2-Clause"
            ],
            "authors": [
                {
                    "name": "Helgi Thormar",
                    "email": "dufuz@php.net"
                },
                {
                    "name": "Greg Beaver",
                    "email": "cellog@php.net"
                }
            ],
            "description": "The PEAR Exception base class.",
            "homepage": "https://github.com/pear/PEAR_Exception",
            "keywords": [
                "exception"
            ],
            "time": "2015-02-10T20:07:52+00:00"
        },
        {
            "name": "roundcube/carddav",
            "version": "dev-master",
            "source": {
                "type": "git",
                "url": "https://github.com/blind-coder/rcmcarddav.git",
                "reference": "8769e7c2bbe51a8a89c9de66400d9c3518947e18"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/blind-coder/rcmcarddav/zipball/8769e7c2bbe51a8a89c9de66400d9c3518947e18",
                "reference": "8769e7c2bbe51a8a89c9de66400d9c3518947e18",
                "shasum": ""
            },
            "require": {
                "nategood/httpful": "~0.2",
                "php": ">=5.6.18",
                "sabre/vobject": "~3.4"
            },
            "type": "roundcube-plugin",
            "extra": {
                "roundcube": {
                    "min-version": "1.0.0"
                }
            },
            "notification-url": "https://plugins.roundcube.net/downloads/",
            "license": [
                "GPL-2.0"
            ],
            "authors": [
                {
                    "name": "Michael Stilkerich",
                    "email": "michael@stilkerich.eu",
                    "role": "Developer"
                },
                {
                    "name": "Benjamin Schieder",
                    "email": "carddav@wegwerf.anderdonau.de",
                    "homepage": "https://www.benjamin.schieder.de/",
                    "role": "Developer"
                }
            ],
            "description": "CardDAV adapter for connecting to CardDAV-enabled addressbooks",
            "homepage": "https://www.benjamin-schieder.de/carddav.html",
            "keywords": [
                "addressbook",
                "carddav",
                "contacts",
                "davical",
                "owncloud"
            ],
            "time": "2018-05-07T06:27:53+00:00"
        },
        {
            "name": "roundcube/filters",
            "version": "dev-master",
            "source": {
                "type": "git",
                "url": "https://github.com/6ec123321/filters.git",
                "reference": "19e8d3afd631cec32b05dcfce2cc89d2e2dba2a3"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/6ec123321/filters/zipball/19e8d3afd631cec32b05dcfce2cc89d2e2dba2a3",
                "reference": "19e8d3afd631cec32b05dcfce2cc89d2e2dba2a3",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.0",
                "roundcube/plugin-installer": ">=0.1.3"
            },
            "type": "roundcube-plugin",
            "extra": {
                "roundcube": {
                    "min-version": "1.0-rc"
                }
            },
            "notification-url": "https://plugins.roundcube.net/downloads/",
            "license": [
                "GNU GPLv3+"
            ],
            "authors": [
                {
                    "name": "Roberto Zarrelli",
                    "email": "zarrelli@unimol.it",
                    "role": "Author"
                },
                {
                    "name": "Artur Petrov",
                    "email": "artur@phpchain.ru",
                    "role": "Developer"
                }
            ],
            "description": "Plugin that adds a new tab to the settings section to create client-side e-mail filtering.",
            "homepage": "https://github.com/6ec123321/filters/archive/master.zip",
            "keywords": [
                "client-side",
                "filters",
                "rules",
                "spam"
            ],
            "time": "2018-02-24T11:30:02+00:00"
        },
        {
            "name": "roundcube/plugin-installer",
            "version": "0.1.9",
            "source": {
                "type": "git",
                "url": "https://github.com/roundcube/plugin-installer.git",
                "reference": "782420af7fb3f24295a61101d7e9296110c894e4"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/roundcube/plugin-installer/zipball/782420af7fb3f24295a61101d7e9296110c894e4",
                "reference": "782420af7fb3f24295a61101d7e9296110c894e4",
                "shasum": ""
            },
            "require": {
                "composer/semver": "^1.4.2",
                "php": ">=5.3.0"
            },
            "require-dev": {
                "composer/composer": "*"
            },
            "bin": [
                "src/bin/rcubeinitdb.sh"
            ],
            "type": "composer-installer",
            "extra": {
                "class": "Roundcube\\Composer\\PluginInstaller"
            },
            "autoload": {
                "psr-0": {
                    "Roundcube\\Composer": "src/"
                }
            },
            "notification-url": "https://plugins.roundcube.net/downloads/",
            "license": [
                "GPL-3.0+"
            ],
            "authors": [
                {
                    "name": "Till Klampaeckel",
                    "email": "till@php.net"
                },
                {
                    "name": "Thomas Bruederli",
                    "email": "thomas@roundcube.net"
                }
            ],
            "description": "A composer-installer for Roundcube plugins.",
            "time": "2017-10-29T16:13:28+00:00"
        },
        {
            "name": "sabre/vobject",
            "version": "3.5.x-dev",
            "source": {
                "type": "git",
                "url": "https://github.com/sabre-io/vobject.git",
                "reference": "129d80533a9ec0d9cacfb50b51180c34edb6874c"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sabre-io/vobject/zipball/129d80533a9ec0d9cacfb50b51180c34edb6874c",
                "reference": "129d80533a9ec0d9cacfb50b51180c34edb6874c",
                "shasum": ""
            },
            "require": {
                "ext-mbstring": "*",
                "php": ">=5.3.1"
            },
            "require-dev": {
                "phpunit/phpunit": "*",
                "squizlabs/php_codesniffer": "*"
            },
            "bin": [
                "bin/vobject",
                "bin/generate_vcards"
            ],
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "3.2.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Sabre\\VObject\\": "lib/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Evert Pot",
                    "email": "me@evertpot.com",
                    "homepage": "http://evertpot.com/",
                    "role": "Developer"
                },
                {
                    "name": "Dominik Tobschall",
                    "email": "dominik@fruux.com",
                    "homepage": "http://tobschall.de/",
                    "role": "Developer"
                }
            ],
            "description": "The VObject library for PHP allows you to easily parse and manipulate iCalendar and vCard objects",
            "homepage": "http://sabre.io/vobject/",
            "keywords": [
                "VObject",
                "iCalendar",
                "jCal",
                "jCard",
                "vCard"
            ],
            "time": "2016-10-07T03:20:40+00:00"
        }
    ],
    "packages-dev": [
        {
            "name": "doctrine/instantiator",
            "version": "dev-master",
            "source": {
                "type": "git",
                "url": "https://github.com/doctrine/instantiator.git",
                "reference": "870a62d7b0d63d4e0ffa8f2ce3ab7c8a53d1846d"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/doctrine/instantiator/zipball/870a62d7b0d63d4e0ffa8f2ce3ab7c8a53d1846d",
                "reference": "870a62d7b0d63d4e0ffa8f2ce3ab7c8a53d1846d",
                "shasum": ""
            },
            "require": {
                "php": "^7.1"
            },
            "require-dev": {
                "doctrine/coding-standard": "^4.0",
                "ext-pdo": "*",
                "ext-phar": "*",
                "phpbench/phpbench": "^0.13",
                "phpstan/phpstan-shim": "^0.9.2",
                "phpunit/phpunit": "^7.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.2.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Marco Pivetta",
                    "email": "ocramius@gmail.com",
                    "homepage": "http://ocramius.github.com/"
                }
            ],
            "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
            "homepage": "https://github.com/doctrine/instantiator",
            "keywords": [
                "constructor",
                "instantiate"
            ],
            "time": "2018-03-05T09:41:42+00:00"
        },
        {
            "name": "myclabs/deep-copy",
            "version": "1.x-dev",
            "source": {
                "type": "git",
                "url": "https://github.com/myclabs/DeepCopy.git",
                "reference": "9f807201f6e6a8b7ab3582d815511d1807c9c202"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/9f807201f6e6a8b7ab3582d815511d1807c9c202",
                "reference": "9f807201f6e6a8b7ab3582d815511d1807c9c202",
                "shasum": ""
            },
            "require": {
                "php": "^7.1"
            },
            "require-dev": {
                "doctrine/collections": "^1.0",
                "doctrine/common": "^2.6",
                "phpunit/phpunit": "^6.4"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-1.x": "1.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "DeepCopy\\": "src/DeepCopy/"
                },
                "files": [
                    "src/DeepCopy/deep_copy.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "description": "Create deep copies (clones) of your objects",
            "keywords": [
                "clone",
                "copy",
                "duplicate",
                "object",
                "object graph"
            ],
            "time": "2017-12-18T00:20:24+00:00"
        },
        {
            "name": "pear-pear.php.net/Console_CommandLine",
            "version": "1.2.2",
            "dist": {
                "type": "file",
                "url": "http://pear.php.net/get/Console_CommandLine-1.2.2.tgz",
                "reference": null,
                "shasum": null
            },
            "require": {
                "ext-dom": "*",
                "ext-xml": "*",
                "php": ">=5.3.0.0"
            },
            "replace": {
                "pear-pear/console_commandline": "== 1.2.2.0"
            },
            "type": "pear-library",
            "autoload": {
                "classmap": [
                    ""
                ]
            },
            "include-path": [
                "/"
            ],
            "license": [
                "MIT"
            ],
            "description": "Console_CommandLine is a full featured package for managing command-line \noptions and arguments highly inspired from python optparse module, it allows \nthe developer to easily build complex command line interfaces.\n\nMain features:\n  * handles sub commands (ie. $ myscript.php -q subcommand -f file),\n  * can be completely built from an xml definition file,\n  * generate --help and --version options automatically,\n  * can be completely customized,\n  * builtin support for i18n,\n  * and much more..."
        },
        {
            "name": "pear-pear.php.net/Crypt_GPG",
            "version": "1.6.2",
            "dist": {
                "type": "file",
                "url": "http://pear.php.net/get/Crypt_GPG-1.6.2.tgz",
                "reference": null,
                "shasum": null
            },
            "require": {
                "ext-mbstring": "*",
                "pear-pear.php.net/console_commandline": ">=1.1.10.0",
                "php": ">=5.4.8.0"
            },
            "replace": {
                "pear-pear/crypt_gpg": "== 1.6.2.0"
            },
            "type": "pear-library",
            "autoload": {
                "classmap": [
                    ""
                ]
            },
            "include-path": [
                "/"
            ],
            "license": [
                "LGPL"
            ],
            "description": "This package provides an object oriented interface to GNU Privacy Guard (GnuPG). It requires the GnuPG executable to be on the system.\n\nThough GnuPG can support symmetric-key cryptography, this package is intended only to facilitate public-key cryptography.\n\nThis package requires PHP version 5.4.8 or greater."
        },
        {
            "name": "phar-io/manifest",
            "version": "dev-master",
            "source": {
                "type": "git",
                "url": "https://github.com/phar-io/manifest.git",
                "reference": "014feadb268809af7c8e2f7ccd396b8494901f58"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/phar-io/manifest/zipball/014feadb268809af7c8e2f7ccd396b8494901f58",
                "reference": "014feadb268809af7c8e2f7ccd396b8494901f58",
                "shasum": ""
            },
            "require": {
                "ext-dom": "*",
                "ext-phar": "*",
                "phar-io/version": "^1.0.1",
                "php": "^5.6 || ^7.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.0.x-dev"
                }
            },
            "autoload": {
                "classmap": [
                    "src/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Arne Blankerts",
                    "email": "arne@blankerts.de",
                    "role": "Developer"
                },
                {
                    "name": "Sebastian Heuer",
                    "email": "sebastian@phpeople.de",
                    "role": "Developer"
                },
                {
                    "name": "Sebastian Bergmann",
                    "email": "sebastian@phpunit.de",
                    "role": "Developer"
                }
            ],
            "description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)",
            "time": "2017-04-07T07:07:10+00:00"
        },
        {
            "name": "phar-io/version",
            "version": "1.0.1",
            "source": {
                "type": "git",
                "url": "https://github.com/phar-io/version.git",
                "reference": "a70c0ced4be299a63d32fa96d9281d03e94041df"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/phar-io/version/zipball/a70c0ced4be299a63d32fa96d9281d03e94041df",
                "reference": "a70c0ced4be299a63d32fa96d9281d03e94041df",
                "shasum": ""
            },
            "require": {
                "php": "^5.6 || ^7.0"
            },
            "type": "library",
            "autoload": {
                "classmap": [
                    "src/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Arne Blankerts",
                    "email": "arne@blankerts.de",
                    "role": "Developer"
                },
                {
                    "name": "Sebastian Heuer",
                    "email": "sebastian@phpeople.de",
                    "role": "Developer"
                },
                {
                    "name": "Sebastian Bergmann",
                    "email": "sebastian@phpunit.de",
                    "role": "Developer"
                }
            ],
            "description": "Library for handling version information and constraints",
            "time": "2017-03-05T17:38:23+00:00"
        },
        {
            "name": "phpdocumentor/reflection-common",
            "version": "1.0.1",
            "source": {
                "type": "git",
                "url": "https://github.com/phpDocumentor/ReflectionCommon.git",
                "reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6",
                "reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6",
                "shasum": ""
            },
            "require": {
                "php": ">=5.5"
            },
            "require-dev": {
                "phpunit/phpunit": "^4.6"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.0.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "phpDocumentor\\Reflection\\": [
                        "src"
                    ]
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Jaap van Otterdijk",
                    "email": "opensource@ijaap.nl"
                }
            ],
            "description": "Common reflection classes used by phpdocumentor to reflect the code structure",
            "homepage": "http://www.phpdoc.org",
            "keywords": [
                "FQSEN",
                "phpDocumentor",
                "phpdoc",
                "reflection",
                "static analysis"
            ],
            "time": "2017-09-11T18:02:19+00:00"
        },
        {
            "name": "phpdocumentor/reflection-docblock",
            "version": "4.3.0",
            "source": {
                "type": "git",
                "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
                "reference": "94fd0001232e47129dd3504189fa1c7225010d08"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/94fd0001232e47129dd3504189fa1c7225010d08",
                "reference": "94fd0001232e47129dd3504189fa1c7225010d08",
                "shasum": ""
            },
            "require": {
                "php": "^7.0",
                "phpdocumentor/reflection-common": "^1.0.0",
                "phpdocumentor/type-resolver": "^0.4.0",
                "webmozart/assert": "^1.0"
            },
            "require-dev": {
                "doctrine/instantiator": "~1.0.5",
                "mockery/mockery": "^1.0",
                "phpunit/phpunit": "^6.4"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "4.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "phpDocumentor\\Reflection\\": [
                        "src/"
                    ]
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Mike van Riel",
                    "email": "me@mikevanriel.com"
                }
            ],
            "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
            "time": "2017-11-30T07:14:17+00:00"
        },
        {
            "name": "phpdocumentor/type-resolver",
            "version": "0.4.0",
            "source": {
                "type": "git",
                "url": "https://github.com/phpDocumentor/TypeResolver.git",
                "reference": "9c977708995954784726e25d0cd1dddf4e65b0f7"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/9c977708995954784726e25d0cd1dddf4e65b0f7",
                "reference": "9c977708995954784726e25d0cd1dddf4e65b0f7",
                "shasum": ""
            },
            "require": {
                "php": "^5.5 || ^7.0",
                "phpdocumentor/reflection-common": "^1.0"
            },
            "require-dev": {
                "mockery/mockery": "^0.9.4",
                "phpunit/phpunit": "^5.2||^4.8.24"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.0.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "phpDocumentor\\Reflection\\": [
                        "src/"
                    ]
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Mike van Riel",
                    "email": "me@mikevanriel.com"
                }
            ],
            "time": "2017-07-14T14:27:02+00:00"
        },
        {
            "name": "phpspec/prophecy",
            "version": "dev-master",
            "source": {
                "type": "git",
                "url": "https://github.com/phpspec/prophecy.git",
                "reference": "6471ce6aa91ec03e9fdf3ca188e277104d8a7d1c"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/phpspec/prophecy/zipball/6471ce6aa91ec03e9fdf3ca188e277104d8a7d1c",
                "reference": "6471ce6aa91ec03e9fdf3ca188e277104d8a7d1c",
                "shasum": ""
            },
            "require": {
                "doctrine/instantiator": "^1.0.2",
                "php": "^5.3|^7.0",
                "phpdocumentor/reflection-docblock": "^2.0|^3.0.2|^4.0",
                "sebastian/comparator": "^1.1|^2.0|^3.0",
                "sebastian/recursion-context": "^1.0|^2.0|^3.0"
            },
            "require-dev": {
                "phpspec/phpspec": "^2.5|^3.2",
                "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5 || ^7.1"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.7.x-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "Prophecy\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Konstantin Kudryashov",
                    "email": "ever.zet@gmail.com",
                    "homepage": "http://everzet.com"
                },
                {
                    "name": "Marcello Duarte",
                    "email": "marcello.duarte@gmail.com"
                }
            ],
            "description": "Highly opinionated mocking framework for PHP 5.3+",
            "homepage": "https://github.com/phpspec/prophecy",
            "keywords": [
                "Double",
                "Dummy",
                "fake",
                "mock",
                "spy",
                "stub"
            ],
            "time": "2018-05-09T14:00:54+00:00"
        },
        {
            "name": "phpunit/php-code-coverage",
            "version": "dev-master",
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
                "reference": "837e7924a40fffda434ac6c896f6f6dacd6ba4e1"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/837e7924a40fffda434ac6c896f6f6dacd6ba4e1",
                "reference": "837e7924a40fffda434ac6c896f6f6dacd6ba4e1",
                "shasum": ""
            },
            "require": {
                "ext-dom": "*",
                "ext-xmlwriter": "*",
                "php": "^7.1",
                "phpunit/php-file-iterator": "^1.4.2",
                "phpunit/php-text-template": "^1.2.1",
                "phpunit/php-token-stream": "^3.0",
                "sebastian/code-unit-reverse-lookup": "^1.0.1",
                "sebastian/environment": "^3.1",
                "sebastian/version": "^2.0.1",
                "theseer/tokenizer": "^1.1"
            },
            "require-dev": {
                "phpunit/phpunit": "^7.0"
            },
            "suggest": {
                "ext-xdebug": "^2.6.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "6.0-dev"
                }
            },
            "autoload": {
                "classmap": [
                    "src/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Sebastian Bergmann",
                    "email": "sebastian@phpunit.de",
                    "role": "lead"
                }
            ],
            "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
            "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
            "keywords": [
                "coverage",
                "testing",
                "xunit"
            ],
            "time": "2018-05-22T03:55:48+00:00"
        },
        {
            "name": "phpunit/php-file-iterator",
            "version": "1.4.x-dev",
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
                "reference": "730b01bc3e867237eaac355e06a36b85dd93a8b4"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/730b01bc3e867237eaac355e06a36b85dd93a8b4",
                "reference": "730b01bc3e867237eaac355e06a36b85dd93a8b4",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.4.x-dev"
                }
            },
            "autoload": {
                "classmap": [
                    "src/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Sebastian Bergmann",
                    "email": "sb@sebastian-bergmann.de",
                    "role": "lead"
                }
            ],
            "description": "FilterIterator implementation that filters files based on a list of suffixes.",
            "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
            "keywords": [
                "filesystem",
                "iterator"
            ],
            "time": "2017-11-27T13:52:08+00:00"
        },
        {
            "name": "phpunit/php-text-template",
            "version": "1.2.1",
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/php-text-template.git",
                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3"
            },
            "type": "library",
            "autoload": {
                "classmap": [
                    "src/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Sebastian Bergmann",
                    "email": "sebastian@phpunit.de",
                    "role": "lead"
                }
            ],
            "description": "Simple template engine.",
            "homepage": "https://github.com/sebastianbergmann/php-text-template/",
            "keywords": [
                "template"
            ],
            "time": "2015-06-21T13:50:34+00:00"
        },
        {
            "name": "phpunit/php-timer",
            "version": "dev-master",
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/php-timer.git",
                "reference": "0753e54e87486014ef2b77d4bf50ce4f7cf9ce21"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/0753e54e87486014ef2b77d4bf50ce4f7cf9ce21",
                "reference": "0753e54e87486014ef2b77d4bf50ce4f7cf9ce21",
                "shasum": ""
            },
            "require": {
                "php": "^7.1"
            },
            "require-dev": {
                "phpunit/phpunit": "^7.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.0-dev"
                }
            },
            "autoload": {
                "classmap": [
                    "src/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Sebastian Bergmann",
                    "email": "sebastian@phpunit.de",
                    "role": "lead"
                }
            ],
            "description": "Utility class for timing",
            "homepage": "https://github.com/sebastianbergmann/php-timer/",
            "keywords": [
                "timer"
            ],
            "time": "2018-05-15T05:50:31+00:00"
        },
        {
            "name": "phpunit/php-token-stream",
            "version": "dev-master",
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/php-token-stream.git",
                "reference": "ddd3bcc3d1061d1afcdf1e1f3b8e8573e9b7ecc4"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/ddd3bcc3d1061d1afcdf1e1f3b8e8573e9b7ecc4",
                "reference": "ddd3bcc3d1061d1afcdf1e1f3b8e8573e9b7ecc4",
                "shasum": ""
            },
            "require": {
                "ext-tokenizer": "*",
                "php": "^7.1"
            },
            "require-dev": {
                "phpunit/phpunit": "^7.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "3.0-dev"
                }
            },
            "autoload": {
                "classmap": [
                    "src/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Sebastian Bergmann",
                    "email": "sebastian@phpunit.de"
                }
            ],
            "description": "Wrapper around PHP's tokenizer extension.",
            "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
            "keywords": [
                "tokenizer"
            ],
            "time": "2018-05-15T05:50:16+00:00"
        },
        {
            "name": "phpunit/phpunit",
            "version": "dev-master",
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/phpunit.git",
                "reference": "66a852184730400507c494f086de9a23d2222176"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/66a852184730400507c494f086de9a23d2222176",
                "reference": "66a852184730400507c494f086de9a23d2222176",
                "shasum": ""
            },
            "require": {
                "doctrine/instantiator": "^1.1",
                "ext-dom": "*",
                "ext-json": "*",
                "ext-libxml": "*",
                "ext-mbstring": "*",
                "ext-xml": "*",
                "myclabs/deep-copy": "^1.7",
                "phar-io/manifest": "^1.0.1",
                "phar-io/version": "^1.0",
                "php": "^7.1",
                "phpspec/prophecy": "^1.7",
                "phpunit/php-code-coverage": "^6.0.4",
                "phpunit/php-file-iterator": "^1.4.5",
                "phpunit/php-text-template": "^1.2.1",
                "phpunit/php-timer": "^2.0",
                "sebastian/comparator": "^3.0",
                "sebastian/diff": "^3.0",
                "sebastian/environment": "^3.1",
                "sebastian/exporter": "^3.1",
                "sebastian/global-state": "^2.0",
                "sebastian/object-enumerator": "^3.0.3",
                "sebastian/resource-operations": "^1.0",
                "sebastian/version": "^2.0.1"
            },
            "conflict": {
                "phpunit/phpunit-mock-objects": "*"
            },
            "require-dev": {
                "ext-pdo": "*"
            },
            "suggest": {
                "ext-soap": "*",
                "ext-xdebug": "*",
                "phpunit/php-invoker": "^2.0"
            },
            "bin": [
                "phpunit"
            ],
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "7.2-dev"
                }
            },
            "autoload": {
                "classmap": [
                    "src/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Sebastian Bergmann",
                    "email": "sebastian@phpunit.de",
                    "role": "lead"
                }
            ],
            "description": "The PHP Unit Testing framework.",
            "homepage": "https://phpunit.de/",
            "keywords": [
                "phpunit",
                "testing",
                "xunit"
            ],
            "time": "2018-05-26T09:56:18+00:00"
        },
        {
            "name": "sebastian/code-unit-reverse-lookup",
            "version": "dev-master",
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
                "reference": "22f5f5ff892d51035dd1fb4cd6b224a640ffb206"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/22f5f5ff892d51035dd1fb4cd6b224a640ffb206",
                "reference": "22f5f5ff892d51035dd1fb4cd6b224a640ffb206",
                "shasum": ""
            },
            "require": {
                "php": "^5.6 || ^7.0"
            },
            "require-dev": {
                "phpunit/phpunit": "^5.7 || ^6.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.0.x-dev"
                }
            },
            "autoload": {
                "classmap": [
                    "src/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Sebastian Bergmann",
                    "email": "sebastian@phpunit.de"
                }
            ],
            "description": "Looks up which function or method a line of code belongs to",
            "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
            "time": "2018-05-15T05:52:48+00:00"
        },
        {
            "name": "sebastian/comparator",
            "version": "dev-master",
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/comparator.git",
                "reference": "71d4a9394b5a0d4e98a35493c81dbd2cba657a7b"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/71d4a9394b5a0d4e98a35493c81dbd2cba657a7b",
                "reference": "71d4a9394b5a0d4e98a35493c81dbd2cba657a7b",
                "shasum": ""
            },
            "require": {
                "php": "^7.1",
                "sebastian/diff": "^3.0",
                "sebastian/exporter": "^3.1"
            },
            "require-dev": {
                "phpunit/phpunit": "^7.1"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "3.0-dev"
                }
            },
            "autoload": {
                "classmap": [
                    "src/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Jeff Welch",
                    "email": "whatthejeff@gmail.com"
                },
                {
                    "name": "Volker Dusch",
                    "email": "github@wallbash.com"
                },
                {
                    "name": "Bernhard Schussek",
                    "email": "bschussek@2bepublished.at"
                },
                {
                    "name": "Sebastian Bergmann",
                    "email": "sebastian@phpunit.de"
                }
            ],
            "description": "Provides the functionality to compare PHP values for equality",
            "homepage": "https://github.com/sebastianbergmann/comparator",
            "keywords": [
                "comparator",
                "compare",
                "equality"
            ],
            "time": "2018-05-23T07:33:54+00:00"
        },
        {
            "name": "sebastian/diff",
            "version": "dev-master",
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/diff.git",
                "reference": "eea784213d383dcdf56c9002074bb61f647b0e97"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/eea784213d383dcdf56c9002074bb61f647b0e97",
                "reference": "eea784213d383dcdf56c9002074bb61f647b0e97",
                "shasum": ""
            },
            "require": {
                "php": "^7.1"
            },
            "require-dev": {
                "phpunit/phpunit": "^7.0",
                "symfony/process": "^2 || ^3.3 || ^4"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "3.0-dev"
                }
            },
            "autoload": {
                "classmap": [
                    "src/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Kore Nordmann",
                    "email": "mail@kore-nordmann.de"
                },
                {
                    "name": "Sebastian Bergmann",
                    "email": "sebastian@phpunit.de"
                }
            ],
            "description": "Diff implementation",
            "homepage": "https://github.com/sebastianbergmann/diff",
            "keywords": [
                "diff",
                "udiff",
                "unidiff",
                "unified diff"
            ],
            "time": "2018-05-15T05:49:24+00:00"
        },
        {
            "name": "sebastian/environment",
            "version": "dev-master",
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/environment.git",
                "reference": "32c5cba90f7db47b1c10a777b36eccfd44ef8bd7"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/32c5cba90f7db47b1c10a777b36eccfd44ef8bd7",
                "reference": "32c5cba90f7db47b1c10a777b36eccfd44ef8bd7",
                "shasum": ""
            },
            "require": {
                "php": "^7.0"
            },
            "require-dev": {
                "phpunit/phpunit": "^6.1"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "3.1.x-dev"
                }
            },
            "autoload": {
                "classmap": [
                    "src/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Sebastian Bergmann",
                    "email": "sebastian@phpunit.de"
                }
            ],
            "description": "Provides functionality to handle HHVM/PHP environments",
            "homepage": "http://www.github.com/sebastianbergmann/environment",
            "keywords": [
                "Xdebug",
                "environment",
                "hhvm"
            ],
            "time": "2018-05-15T05:48:40+00:00"
        },
        {
            "name": "sebastian/exporter",
            "version": "dev-master",
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/exporter.git",
                "reference": "20962714658cf74b1d293a98a30ec108e2e81ca9"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/20962714658cf74b1d293a98a30ec108e2e81ca9",
                "reference": "20962714658cf74b1d293a98a30ec108e2e81ca9",
                "shasum": ""
            },
            "require": {
                "php": "^7.0",
                "sebastian/recursion-context": "^3.0"
            },
            "require-dev": {
                "ext-mbstring": "*",
                "phpunit/phpunit": "^6.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "3.1.x-dev"
                }
            },
            "autoload": {
                "classmap": [
                    "src/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Jeff Welch",
                    "email": "whatthejeff@gmail.com"
                },
                {
                    "name": "Volker Dusch",
                    "email": "github@wallbash.com"
                },
                {
                    "name": "Bernhard Schussek",
                    "email": "bschussek@2bepublished.at"
                },
                {
                    "name": "Sebastian Bergmann",
                    "email": "sebastian@phpunit.de"
                },
                {
                    "name": "Adam Harvey",
                    "email": "aharvey@php.net"
                }
            ],
            "description": "Provides the functionality to export PHP variables for visualization",
            "homepage": "http://www.github.com/sebastianbergmann/exporter",
            "keywords": [
                "export",
                "exporter"
            ],
            "time": "2018-05-15T05:51:07+00:00"
        },
        {
            "name": "sebastian/global-state",
            "version": "dev-master",
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/global-state.git",
                "reference": "30367ea06c5cc3bf684457ac793fb2b863d783c6"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/30367ea06c5cc3bf684457ac793fb2b863d783c6",
                "reference": "30367ea06c5cc3bf684457ac793fb2b863d783c6",
                "shasum": ""
            },
            "require": {
                "php": "^7.0"
            },
            "require-dev": {
                "phpunit/phpunit": "^6.0"
            },
            "suggest": {
                "ext-uopz": "*"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.0-dev"
                }
            },
            "autoload": {
                "classmap": [
                    "src/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Sebastian Bergmann",
                    "email": "sebastian@phpunit.de"
                }
            ],
            "description": "Snapshotting of global state",
            "homepage": "http://www.github.com/sebastianbergmann/global-state",
            "keywords": [
                "global state"
            ],
            "time": "2018-05-15T05:52:33+00:00"
        },
        {
            "name": "sebastian/object-enumerator",
            "version": "dev-master",
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/object-enumerator.git",
                "reference": "06d95dc84f06fc6cc246b8bf48facebcf0fe8069"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/06d95dc84f06fc6cc246b8bf48facebcf0fe8069",
                "reference": "06d95dc84f06fc6cc246b8bf48facebcf0fe8069",
                "shasum": ""
            },
            "require": {
                "php": "^7.0",
                "sebastian/object-reflector": "^1.1.1",
                "sebastian/recursion-context": "^3.0"
            },
            "require-dev": {
                "phpunit/phpunit": "^6.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "3.0.x-dev"
                }
            },
            "autoload": {
                "classmap": [
                    "src/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Sebastian Bergmann",
                    "email": "sebastian@phpunit.de"
                }
            ],
            "description": "Traverses array structures and object graphs to enumerate all referenced objects",
            "homepage": "https://github.com/sebastianbergmann/object-enumerator/",
            "time": "2018-05-15T05:52:18+00:00"
        },
        {
            "name": "sebastian/object-reflector",
            "version": "dev-master",
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/object-reflector.git",
                "reference": "7707193304715e3caddf28fc73c02c12ed6f350c"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/7707193304715e3caddf28fc73c02c12ed6f350c",
                "reference": "7707193304715e3caddf28fc73c02c12ed6f350c",
                "shasum": ""
            },
            "require": {
                "php": "^7.0"
            },
            "require-dev": {
                "phpunit/phpunit": "^6.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.1-dev"
                }
            },
            "autoload": {
                "classmap": [
                    "src/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Sebastian Bergmann",
                    "email": "sebastian@phpunit.de"
                }
            ],
            "description": "Allows reflection of object attributes, including inherited and non-public ones",
            "homepage": "https://github.com/sebastianbergmann/object-reflector/",
            "time": "2018-05-15T05:50:44+00:00"
        },
        {
            "name": "sebastian/recursion-context",
            "version": "dev-master",
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/recursion-context.git",
                "reference": "dbe1869c13935c6080c834fc61424834b9ad5907"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/dbe1869c13935c6080c834fc61424834b9ad5907",
                "reference": "dbe1869c13935c6080c834fc61424834b9ad5907",
                "shasum": ""
            },
            "require": {
                "php": "^7.0"
            },
            "require-dev": {
                "phpunit/phpunit": "^6.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "3.0.x-dev"
                }
            },
            "autoload": {
                "classmap": [
                    "src/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Jeff Welch",
                    "email": "whatthejeff@gmail.com"
                },
                {
                    "name": "Sebastian Bergmann",
                    "email": "sebastian@phpunit.de"
                },
                {
                    "name": "Adam Harvey",
                    "email": "aharvey@php.net"
                }
            ],
            "description": "Provides functionality to recursively process PHP variables",
            "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
            "time": "2018-05-15T05:52:05+00:00"
        },
        {
            "name": "sebastian/resource-operations",
            "version": "dev-master",
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/resource-operations.git",
                "reference": "0f9911fea026d9737c9b357ddda0916ea3beaf1d"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/0f9911fea026d9737c9b357ddda0916ea3beaf1d",
                "reference": "0f9911fea026d9737c9b357ddda0916ea3beaf1d",
                "shasum": ""
            },
            "require": {
                "php": ">=5.6.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.0.x-dev"
                }
            },
            "autoload": {
                "classmap": [
                    "src/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Sebastian Bergmann",
                    "email": "sebastian@phpunit.de"
                }
            ],
            "description": "Provides a list of PHP built-in functions that operate on resources",
            "homepage": "https://www.github.com/sebastianbergmann/resource-operations",
            "time": "2018-05-15T05:53:02+00:00"
        },
        {
            "name": "sebastian/version",
            "version": "2.0.1",
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/version.git",
                "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/99732be0ddb3361e16ad77b68ba41efc8e979019",
                "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019",
                "shasum": ""
            },
            "require": {
                "php": ">=5.6"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.0.x-dev"
                }
            },
            "autoload": {
                "classmap": [
                    "src/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Sebastian Bergmann",
                    "email": "sebastian@phpunit.de",
                    "role": "lead"
                }
            ],
            "description": "Library that helps with managing the version number of Git-hosted PHP projects",
            "homepage": "https://github.com/sebastianbergmann/version",
            "time": "2016-10-03T07:35:21+00:00"
        },
        {
            "name": "theseer/tokenizer",
            "version": "1.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/theseer/tokenizer.git",
                "reference": "cb2f008f3f05af2893a87208fe6a6c4985483f8b"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/theseer/tokenizer/zipball/cb2f008f3f05af2893a87208fe6a6c4985483f8b",
                "reference": "cb2f008f3f05af2893a87208fe6a6c4985483f8b",
                "shasum": ""
            },
            "require": {
                "ext-dom": "*",
                "ext-tokenizer": "*",
                "ext-xmlwriter": "*",
                "php": "^7.0"
            },
            "type": "library",
            "autoload": {
                "classmap": [
                    "src/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Arne Blankerts",
                    "email": "arne@blankerts.de",
                    "role": "Developer"
                }
            ],
            "description": "A small library for converting tokenized PHP source code into XML and potentially other formats",
            "time": "2017-04-07T12:08:54+00:00"
        },
        {
            "name": "webmozart/assert",
            "version": "dev-master",
            "source": {
                "type": "git",
                "url": "https://github.com/webmozart/assert.git",
                "reference": "a58aaf51bb263eba055d9e7c394181f2abd57429"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/webmozart/assert/zipball/a58aaf51bb263eba055d9e7c394181f2abd57429",
                "reference": "a58aaf51bb263eba055d9e7c394181f2abd57429",
                "shasum": ""
            },
            "require": {
                "php": "^5.3.3 || ^7.0"
            },
            "require-dev": {
                "phpunit/phpunit": "^4.6",
                "sebastian/version": "^1.0.1"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.3-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Webmozart\\Assert\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Bernhard Schussek",
                    "email": "bschussek@gmail.com"
                }
            ],
            "description": "Assertions to validate method input/output with nice error messages.",
            "keywords": [
                "assert",
                "check",
                "validate"
            ],
            "time": "2018-05-26T14:05:50+00:00"
        }
    ],
    "aliases": [],
    "minimum-stability": "dev",
    "stability-flags": {
        "roundcube/carddav": 20,
        "roundcube/filters": 20
    },
    "prefer-stable": false,
    "prefer-lowest": false,
    "platform": {
        "php": ">=5.4.0"
    },
    "platform-dev": []
}

And the roundcube dir:

 acl
 additional_message_headers
 archive
 attachment_reminder
 autologon
 carddav
 database_attachments
 debug_logger
 emoticons
 enigma
 example_addressbook
 filesystem_attachments
 filters
 help
 hide_blockquote
 html5_notifier
 http_authentication
 identicon
 identity_select
 jqueryui
 krb_authentication
 legacy_browser
 managesieve
 markasjunk
 newmail_notifier
 new_user_dialog
 new_user_identity
 password
 redundant_attachments
 show_additional_headers
 show_pgp_mime
 squirrelmail_usercopy
 subscriptions_option
 userinfo
 vcard_attachments
 virtuser_file
 virtuser_query
 zipdownload
pabzm commented 3 months ago

Please run composer remove roundcube/filters and try again to upgrade.

You might want to backup the folder plugins/filters before.

DigiAngel commented 3 months ago

That totally fixed the issue...thanks so much!