web/composer.lock
author ymh <ymh.work@gmail.com>
Wed, 29 Sep 2021 12:46:50 +0200
changeset 1544 8f8faf11c81f
parent 1516 6dbddb984a22
child 1557 7c67caaafdeb
permissions -rw-r--r--
Upgrade dependencies

{
    "_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": "23013c97dc5c647a551ecfe0cf1e74fe",
    "packages": [
        {
            "name": "abraham/twitteroauth",
            "version": "3.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/abraham/twitteroauth.git",
                "reference": "51a502cde3c4f414ea0f98827afbeca1f19dfe2d"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/abraham/twitteroauth/zipball/51a502cde3c4f414ea0f98827afbeca1f19dfe2d",
                "reference": "51a502cde3c4f414ea0f98827afbeca1f19dfe2d",
                "shasum": ""
            },
            "require": {
                "composer/ca-bundle": "^1.2",
                "ext-curl": "*",
                "php": "^7.3 || ^7.4 || ^8.0"
            },
            "require-dev": {
                "php-vcr/php-vcr": "^1",
                "php-vcr/phpunit-testlistener-vcr": "dev-php-8",
                "phpmd/phpmd": "^2",
                "phpunit/phpunit": "^8 || ^9",
                "squizlabs/php_codesniffer": "^3"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Abraham\\TwitterOAuth\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Abraham Williams",
                    "email": "abraham@abrah.am",
                    "homepage": "https://abrah.am",
                    "role": "Developer"
                }
            ],
            "description": "The most popular PHP library for use with the Twitter OAuth REST API.",
            "homepage": "https://twitteroauth.com",
            "keywords": [
                "Twitter API",
                "Twitter oAuth",
                "api",
                "oauth",
                "rest",
                "social",
                "twitter"
            ],
            "support": {
                "issues": "https://github.com/abraham/twitteroauth/issues",
                "source": "https://github.com/abraham/twitteroauth"
            },
            "time": "2021-07-19T00:42:49+00:00"
        },
        {
            "name": "composer/ca-bundle",
            "version": "1.2.10",
            "source": {
                "type": "git",
                "url": "https://github.com/composer/ca-bundle.git",
                "reference": "9fdb22c2e97a614657716178093cd1da90a64aa8"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/composer/ca-bundle/zipball/9fdb22c2e97a614657716178093cd1da90a64aa8",
                "reference": "9fdb22c2e97a614657716178093cd1da90a64aa8",
                "shasum": ""
            },
            "require": {
                "ext-openssl": "*",
                "ext-pcre": "*",
                "php": "^5.3.2 || ^7.0 || ^8.0"
            },
            "require-dev": {
                "phpstan/phpstan": "^0.12.55",
                "psr/log": "^1.0",
                "symfony/phpunit-bridge": "^4.2 || ^5",
                "symfony/process": "^2.5 || ^3.0 || ^4.0 || ^5.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-main": "1.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Composer\\CaBundle\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Jordi Boggiano",
                    "email": "j.boggiano@seld.be",
                    "homepage": "http://seld.be"
                }
            ],
            "description": "Lets you find a path to the system CA bundle, and includes a fallback to the Mozilla CA bundle.",
            "keywords": [
                "cabundle",
                "cacert",
                "certificate",
                "ssl",
                "tls"
            ],
            "support": {
                "irc": "irc://irc.freenode.org/composer",
                "issues": "https://github.com/composer/ca-bundle/issues",
                "source": "https://github.com/composer/ca-bundle/tree/1.2.10"
            },
            "funding": [
                {
                    "url": "https://packagist.com",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/composer",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/composer/composer",
                    "type": "tidelift"
                }
            ],
            "time": "2021-06-07T13:58:28+00:00"
        },
        {
            "name": "laminas/laminas-dependency-plugin",
            "version": "2.2.0",
            "source": {
                "type": "git",
                "url": "https://github.com/laminas/laminas-dependency-plugin.git",
                "reference": "73cfb63ddca9d6bfedad5e0a038f6d55063975a3"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/laminas/laminas-dependency-plugin/zipball/73cfb63ddca9d6bfedad5e0a038f6d55063975a3",
                "reference": "73cfb63ddca9d6bfedad5e0a038f6d55063975a3",
                "shasum": ""
            },
            "require": {
                "composer-plugin-api": "^1.1 || ^2.0",
                "php": "^7.3 || ~8.0.0 || ~8.1.0"
            },
            "require-dev": {
                "composer/composer": "^1.9 || ^2.0",
                "laminas/laminas-coding-standard": "^2.2.1",
                "mikey179/vfsstream": "^1.6.10@alpha",
                "phpunit/phpunit": "^9.5.5",
                "psalm/plugin-phpunit": "^0.15.1",
                "roave/security-advisories": "dev-master",
                "vimeo/psalm": "^4.5"
            },
            "type": "composer-plugin",
            "extra": {
                "class": "Laminas\\DependencyPlugin\\DependencyRewriterPluginDelegator"
            },
            "autoload": {
                "psr-4": {
                    "Laminas\\DependencyPlugin\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "description": "Replace zendframework and zfcampus packages with their Laminas Project equivalents.",
            "support": {
                "issues": "https://github.com/laminas/laminas-dependency-plugin/issues",
                "source": "https://github.com/laminas/laminas-dependency-plugin/tree/2.2.0"
            },
            "funding": [
                {
                    "url": "https://funding.communitybridge.org/projects/laminas-project",
                    "type": "community_bridge"
                }
            ],
            "time": "2021-09-08T17:51:35+00:00"
        },
        {
            "name": "laminas/laminas-i18n",
            "version": "2.11.2",
            "source": {
                "type": "git",
                "url": "https://github.com/laminas/laminas-i18n.git",
                "reference": "78adb53ebf6c0bc63f92273fd7809dabc554f786"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/laminas/laminas-i18n/zipball/78adb53ebf6c0bc63f92273fd7809dabc554f786",
                "reference": "78adb53ebf6c0bc63f92273fd7809dabc554f786",
                "shasum": ""
            },
            "require": {
                "ext-intl": "*",
                "laminas/laminas-stdlib": "^2.7 || ^3.0",
                "laminas/laminas-zendframework-bridge": "^1.0",
                "php": "^7.3 || ~8.0.0"
            },
            "conflict": {
                "phpspec/prophecy": "<1.9.0"
            },
            "replace": {
                "zendframework/zend-i18n": "^2.10.1"
            },
            "require-dev": {
                "laminas/laminas-cache": "^2.6.1",
                "laminas/laminas-coding-standard": "~1.0.0",
                "laminas/laminas-config": "^2.6",
                "laminas/laminas-eventmanager": "^2.6.2 || ^3.0",
                "laminas/laminas-filter": "^2.6.1",
                "laminas/laminas-servicemanager": "^3.2.1",
                "laminas/laminas-validator": "^2.6",
                "laminas/laminas-view": "^2.6.3",
                "phpunit/phpunit": "^9.3"
            },
            "suggest": {
                "laminas/laminas-cache": "Laminas\\Cache component",
                "laminas/laminas-config": "Laminas\\Config component",
                "laminas/laminas-eventmanager": "You should install this package to use the events in the translator",
                "laminas/laminas-filter": "You should install this package to use the provided filters",
                "laminas/laminas-i18n-resources": "Translation resources",
                "laminas/laminas-servicemanager": "Laminas\\ServiceManager component",
                "laminas/laminas-validator": "You should install this package to use the provided validators",
                "laminas/laminas-view": "You should install this package to use the provided view helpers"
            },
            "type": "library",
            "extra": {
                "laminas": {
                    "component": "Laminas\\I18n",
                    "config-provider": "Laminas\\I18n\\ConfigProvider"
                }
            },
            "autoload": {
                "psr-4": {
                    "Laminas\\I18n\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "description": "Provide translations for your application, and filter and validate internationalized values",
            "homepage": "https://laminas.dev",
            "keywords": [
                "i18n",
                "laminas"
            ],
            "support": {
                "chat": "https://laminas.dev/chat",
                "docs": "https://docs.laminas.dev/laminas-i18n/",
                "forum": "https://discourse.laminas.dev",
                "issues": "https://github.com/laminas/laminas-i18n/issues",
                "rss": "https://github.com/laminas/laminas-i18n/releases.atom",
                "source": "https://github.com/laminas/laminas-i18n"
            },
            "funding": [
                {
                    "url": "https://funding.communitybridge.org/projects/laminas-project",
                    "type": "community_bridge"
                }
            ],
            "time": "2021-08-20T08:23:04+00:00"
        },
        {
            "name": "laminas/laminas-stdlib",
            "version": "3.6.0",
            "source": {
                "type": "git",
                "url": "https://github.com/laminas/laminas-stdlib.git",
                "reference": "c53d8537f108fac3fae652677a19735db730ba46"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/laminas/laminas-stdlib/zipball/c53d8537f108fac3fae652677a19735db730ba46",
                "reference": "c53d8537f108fac3fae652677a19735db730ba46",
                "shasum": ""
            },
            "require": {
                "php": "^7.3 || ~8.0.0 || ~8.1.0"
            },
            "conflict": {
                "zendframework/zend-stdlib": "*"
            },
            "require-dev": {
                "laminas/laminas-coding-standard": "~2.3.0",
                "phpbench/phpbench": "^0.17.1",
                "phpunit/phpunit": "~9.3.7",
                "psalm/plugin-phpunit": "^0.16.0",
                "vimeo/psalm": "^4.7"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Laminas\\Stdlib\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "description": "SPL extensions, array utilities, error handlers, and more",
            "homepage": "https://laminas.dev",
            "keywords": [
                "laminas",
                "stdlib"
            ],
            "support": {
                "chat": "https://laminas.dev/chat",
                "docs": "https://docs.laminas.dev/laminas-stdlib/",
                "forum": "https://discourse.laminas.dev",
                "issues": "https://github.com/laminas/laminas-stdlib/issues",
                "rss": "https://github.com/laminas/laminas-stdlib/releases.atom",
                "source": "https://github.com/laminas/laminas-stdlib"
            },
            "funding": [
                {
                    "url": "https://funding.communitybridge.org/projects/laminas-project",
                    "type": "community_bridge"
                }
            ],
            "time": "2021-09-02T16:11:32+00:00"
        },
        {
            "name": "laminas/laminas-zendframework-bridge",
            "version": "1.4.0",
            "source": {
                "type": "git",
                "url": "https://github.com/laminas/laminas-zendframework-bridge.git",
                "reference": "bf180a382393e7db5c1e8d0f2ec0c4af9c724baf"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/laminas/laminas-zendframework-bridge/zipball/bf180a382393e7db5c1e8d0f2ec0c4af9c724baf",
                "reference": "bf180a382393e7db5c1e8d0f2ec0c4af9c724baf",
                "shasum": ""
            },
            "require": {
                "php": "^7.3 || ~8.0.0 || ~8.1.0"
            },
            "require-dev": {
                "phpunit/phpunit": "^9.3",
                "psalm/plugin-phpunit": "^0.15.1",
                "squizlabs/php_codesniffer": "^3.5",
                "vimeo/psalm": "^4.6"
            },
            "type": "library",
            "extra": {
                "laminas": {
                    "module": "Laminas\\ZendFrameworkBridge"
                }
            },
            "autoload": {
                "files": [
                    "src/autoload.php"
                ],
                "psr-4": {
                    "Laminas\\ZendFrameworkBridge\\": "src//"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "description": "Alias legacy ZF class names to Laminas Project equivalents.",
            "keywords": [
                "ZendFramework",
                "autoloading",
                "laminas",
                "zf"
            ],
            "support": {
                "forum": "https://discourse.laminas.dev/",
                "issues": "https://github.com/laminas/laminas-zendframework-bridge/issues",
                "rss": "https://github.com/laminas/laminas-zendframework-bridge/releases.atom",
                "source": "https://github.com/laminas/laminas-zendframework-bridge"
            },
            "funding": [
                {
                    "url": "https://funding.communitybridge.org/projects/laminas-project",
                    "type": "community_bridge"
                }
            ],
            "time": "2021-09-03T17:53:30+00:00"
        },
        {
            "name": "psr/cache",
            "version": "1.0.1",
            "source": {
                "type": "git",
                "url": "https://github.com/php-fig/cache.git",
                "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/php-fig/cache/zipball/d11b50ad223250cf17b86e38383413f5a6764bf8",
                "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.0.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Psr\\Cache\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "PHP-FIG",
                    "homepage": "http://www.php-fig.org/"
                }
            ],
            "description": "Common interface for caching libraries",
            "keywords": [
                "cache",
                "psr",
                "psr-6"
            ],
            "support": {
                "source": "https://github.com/php-fig/cache/tree/master"
            },
            "time": "2016-08-06T20:24:11+00:00"
        },
        {
            "name": "tedivm/stash",
            "version": "v0.16.0",
            "source": {
                "type": "git",
                "url": "https://github.com/tedious/Stash.git",
                "reference": "7d42f58e4f395397d7c76d4eff55eb56aacadc34"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/tedious/Stash/zipball/7d42f58e4f395397d7c76d4eff55eb56aacadc34",
                "reference": "7d42f58e4f395397d7c76d4eff55eb56aacadc34",
                "shasum": ""
            },
            "require": {
                "php": ">7.0",
                "psr/cache": "~1.0"
            },
            "provide": {
                "psr/cache-implementation": "1.0.0"
            },
            "require-dev": {
                "friendsofphp/php-cs-fixer": "^2.8",
                "phpunit/phpunit": "^6",
                "satooshi/php-coveralls": "1.0.*"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Stash\\": "src/Stash/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Robert Hafner",
                    "email": "tedivm@tedivm.com"
                },
                {
                    "name": "Josh Hall-Bachner",
                    "email": "charlequin@gmail.com"
                }
            ],
            "description": "The place to keep your cache.",
            "homepage": "http://github.com/tedious/Stash",
            "keywords": [
                "apc",
                "cache",
                "caching",
                "memcached",
                "psr-6",
                "psr6",
                "redis",
                "sessions"
            ],
            "support": {
                "issues": "https://github.com/tedious/Stash/issues",
                "source": "https://github.com/tedious/Stash/tree/v0.16.0"
            },
            "funding": [
                {
                    "url": "https://tidelift.com/funding/github/packagist/tedivm/stash",
                    "type": "tidelift"
                }
            ],
            "time": "2021-01-18T04:06:48+00:00"
        }
    ],
    "packages-dev": [],
    "aliases": [],
    "minimum-stability": "stable",
    "stability-flags": [],
    "prefer-stable": false,
    "prefer-lowest": false,
    "platform": [],
    "platform-dev": [],
    "plugin-api-version": "2.1.0"
}