# HG changeset patch # User ymh # Date 1632912410 -7200 # Node ID 8f8faf11c81fb4a8508be686ba9350c783c3135e # Parent 808ef2076edca8366433f22f49d5d461ef7d59d1 Upgrade dependencies diff -r 808ef2076edc -r 8f8faf11c81f sbin/docker/Dockerfile --- a/sbin/docker/Dockerfile Wed Sep 29 11:06:58 2021 +0200 +++ b/sbin/docker/Dockerfile Wed Sep 29 12:46:50 2021 +0200 @@ -1,4 +1,4 @@ -FROM php:fpm-alpine +FROM php:7-fpm-alpine RUN apk add --update \ autoconf \ @@ -46,4 +46,6 @@ # readline \ # sqlite-libs \ # zlib-dev \ - && rm -rf /tmp/* /var/cache/apk/* \ No newline at end of file + && rm -rf /tmp/* /var/cache/apk/* + +COPY --from=composer /usr/bin/composer /usr/bin/composer diff -r 808ef2076edc -r 8f8faf11c81f web/Translator.php --- a/web/Translator.php Wed Sep 29 11:06:58 2021 +0200 +++ b/web/Translator.php Wed Sep 29 12:46:50 2021 +0200 @@ -1,9 +1,9 @@ 7.0", "psr/cache": "~1.0" }, "provide": { @@ -164,121 +509,17 @@ "redis", "sessions" ], - "time": "2019-03-09T21:04:14+00:00" - }, - { - "name": "zendframework/zend-i18n", - "version": "2.10.0", - "source": { - "type": "git", - "url": "https://github.com/zendframework/zend-i18n.git", - "reference": "561a815ce32c86b0f1de11135477e637926d56b6" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/zendframework/zend-i18n/zipball/561a815ce32c86b0f1de11135477e637926d56b6", - "reference": "561a815ce32c86b0f1de11135477e637926d56b6", - "shasum": "" - }, - "require": { - "ext-intl": "*", - "php": "^5.6 || ^7.0", - "zendframework/zend-stdlib": "^2.7 || ^3.0" - }, - "require-dev": { - "phpunit/phpunit": "^5.7.27 || ^6.5.14 || ^7.5.16", - "zendframework/zend-cache": "^2.6.1", - "zendframework/zend-coding-standard": "~1.0.0", - "zendframework/zend-config": "^2.6", - "zendframework/zend-eventmanager": "^2.6.2 || ^3.0", - "zendframework/zend-filter": "^2.6.1", - "zendframework/zend-servicemanager": "^2.7.5 || ^3.0.3", - "zendframework/zend-validator": "^2.6", - "zendframework/zend-view": "^2.6.3" - }, - "suggest": { - "zendframework/zend-cache": "Zend\\Cache component", - "zendframework/zend-config": "Zend\\Config component", - "zendframework/zend-eventmanager": "You should install this package to use the events in the translator", - "zendframework/zend-filter": "You should install this package to use the provided filters", - "zendframework/zend-i18n-resources": "Translation resources", - "zendframework/zend-servicemanager": "Zend\\ServiceManager component", - "zendframework/zend-validator": "You should install this package to use the provided validators", - "zendframework/zend-view": "You should install this package to use the provided view helpers" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "2.10.x-dev", - "dev-develop": "2.11.x-dev" - }, - "zf": { - "component": "Zend\\I18n", - "config-provider": "Zend\\I18n\\ConfigProvider" - } - }, - "autoload": { - "psr-4": { - "Zend\\I18n\\": "src/" - } + "support": { + "issues": "https://github.com/tedious/Stash/issues", + "source": "https://github.com/tedious/Stash/tree/v0.16.0" }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], - "description": "Provide translations for your application, and filter and validate internationalized values", - "keywords": [ - "ZendFramework", - "i18n", - "zf" + "funding": [ + { + "url": "https://tidelift.com/funding/github/packagist/tedivm/stash", + "type": "tidelift" + } ], - "time": "2019-11-18T20:31:29+00:00" - }, - { - "name": "zendframework/zend-stdlib", - "version": "3.2.1", - "source": { - "type": "git", - "url": "https://github.com/zendframework/zend-stdlib.git", - "reference": "66536006722aff9e62d1b331025089b7ec71c065" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/zendframework/zend-stdlib/zipball/66536006722aff9e62d1b331025089b7ec71c065", - "reference": "66536006722aff9e62d1b331025089b7ec71c065", - "shasum": "" - }, - "require": { - "php": "^5.6 || ^7.0" - }, - "require-dev": { - "phpbench/phpbench": "^0.13", - "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.2", - "zendframework/zend-coding-standard": "~1.0.0" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "3.2.x-dev", - "dev-develop": "3.3.x-dev" - } - }, - "autoload": { - "psr-4": { - "Zend\\Stdlib\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], - "description": "SPL extensions, array utilities, error handlers, and more", - "keywords": [ - "ZendFramework", - "stdlib", - "zf" - ], - "time": "2018-08-28T21:34:05+00:00" + "time": "2021-01-18T04:06:48+00:00" } ], "packages-dev": [], @@ -288,5 +529,6 @@ "prefer-stable": false, "prefer-lowest": false, "platform": [], - "platform-dev": [] + "platform-dev": [], + "plugin-api-version": "2.1.0" }