Current File : //var/webuzo-data/roundcube/plugins/libcalendaring/vendor/composer/installed.json
[
    {
        "name": "roundcube/plugin-installer",
        "version": "0.3.2",
        "version_normalized": "0.3.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/roundcube/plugin-installer.git",
            "reference": "c4335e20b86cfe3a184ccf24d675c6a0338a372a"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/roundcube/plugin-installer/zipball/c4335e20b86cfe3a184ccf24d675c6a0338a372a",
            "reference": "c4335e20b86cfe3a184ccf24d675c6a0338a372a",
            "shasum": ""
        },
        "require": {
            "composer-plugin-api": "^1.0 || ^2.0"
        },
        "require-dev": {
            "composer/composer": "*"
        },
        "time": "2022-06-24T09:08:18+00:00",
        "type": "composer-plugin",
        "extra": {
            "class": [
                "Roundcube\\Composer\\RoundcubeInstaller"
            ]
        },
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Roundcube\\Composer": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "GPL-3.0+"
        ],
        "authors": [
            {
                "name": "Thomas Bruederli",
                "email": "thomas@roundcube.net"
            },
            {
                "name": "Till Klampaeckel",
                "email": "till@php.net"
            },
            {
                "name": "Philip Weir",
                "email": "roundcube@tehinterweb.co.uk"
            }
        ],
        "description": "A composer-installer for Roundcube plugins and skins."
    },
    {
        "name": "sabre/uri",
        "version": "2.3.2",
        "version_normalized": "2.3.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/sabre-io/uri.git",
            "reference": "eceb4a1b8b680b45e215574222d6ca00be541970"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/sabre-io/uri/zipball/eceb4a1b8b680b45e215574222d6ca00be541970",
            "reference": "eceb4a1b8b680b45e215574222d6ca00be541970",
            "shasum": ""
        },
        "require": {
            "php": "^7.4 || ^8.0"
        },
        "require-dev": {
            "friendsofphp/php-cs-fixer": "^3.9",
            "phpstan/phpstan": "^1.8",
            "phpunit/phpunit": "^9.0"
        },
        "time": "2022-09-19T11:58:52+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "files": [
                "lib/functions.php"
            ],
            "psr-4": {
                "Sabre\\Uri\\": "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"
            }
        ],
        "description": "Functions for making sense out of URIs.",
        "homepage": "http://sabre.io/uri/",
        "keywords": [
            "rfc3986",
            "uri",
            "url"
        ]
    },
    {
        "name": "sabre/vobject",
        "version": "4.5.1",
        "version_normalized": "4.5.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/sabre-io/vobject.git",
            "reference": "1f836740c88bac483f3b572a332eb8fd1cd04981"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/sabre-io/vobject/zipball/1f836740c88bac483f3b572a332eb8fd1cd04981",
            "reference": "1f836740c88bac483f3b572a332eb8fd1cd04981",
            "shasum": ""
        },
        "require": {
            "ext-mbstring": "*",
            "php": "^7.1 || ^8.0",
            "sabre/xml": "^2.1"
        },
        "require-dev": {
            "friendsofphp/php-cs-fixer": "~2.17.1",
            "phpstan/phpstan": "^0.12",
            "phpunit/php-invoker": "^2.0 || ^3.1",
            "phpunit/phpunit": "^7.5 || ^8.5 || ^9.0"
        },
        "suggest": {
            "hoa/bench": "If you would like to run the benchmark scripts"
        },
        "time": "2022-10-09T10:06:31+00:00",
        "bin": [
            "bin/vobject",
            "bin/generate_vcards"
        ],
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "4.0.x-dev"
            }
        },
        "installation-source": "dist",
        "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"
            },
            {
                "name": "Ivan Enderlin",
                "email": "ivan.enderlin@hoa-project.net",
                "homepage": "http://mnt.io/",
                "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": [
            "availability",
            "freebusy",
            "iCalendar",
            "ical",
            "ics",
            "jCal",
            "jCard",
            "recurrence",
            "rfc2425",
            "rfc2426",
            "rfc2739",
            "rfc4770",
            "rfc5545",
            "rfc5546",
            "rfc6321",
            "rfc6350",
            "rfc6351",
            "rfc6474",
            "rfc6638",
            "rfc6715",
            "rfc6868",
            "vCalendar",
            "vCard",
            "vcf",
            "xCal",
            "xCard"
        ]
    },
    {
        "name": "sabre/xml",
        "version": "2.2.5",
        "version_normalized": "2.2.5.0",
        "source": {
            "type": "git",
            "url": "https://github.com/sabre-io/xml.git",
            "reference": "a6af111850e7536d200d9637c34885cd3c77a86c"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/sabre-io/xml/zipball/a6af111850e7536d200d9637c34885cd3c77a86c",
            "reference": "a6af111850e7536d200d9637c34885cd3c77a86c",
            "shasum": ""
        },
        "require": {
            "ext-dom": "*",
            "ext-xmlreader": "*",
            "ext-xmlwriter": "*",
            "lib-libxml": ">=2.6.20",
            "php": "^7.1 || ^8.0",
            "sabre/uri": ">=1.0,<3.0.0"
        },
        "require-dev": {
            "friendsofphp/php-cs-fixer": "~2.17.1",
            "phpstan/phpstan": "^0.12",
            "phpunit/phpunit": "^7.5 || ^8.5 || ^9.0"
        },
        "time": "2021-11-04T06:37:27+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "files": [
                "lib/Deserializer/functions.php",
                "lib/Serializer/functions.php"
            ],
            "psr-4": {
                "Sabre\\Xml\\": "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": "Markus Staab",
                "email": "markus.staab@redaxo.de",
                "role": "Developer"
            }
        ],
        "description": "sabre/xml is an XML library that you may not hate.",
        "homepage": "https://sabre.io/xml/",
        "keywords": [
            "XMLReader",
            "XMLWriter",
            "dom",
            "xml"
        ]
    }
]