From 151cfec89e51834518653e3cc0b3a5b90c3546ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Fromme?= Date: Wed, 1 Apr 2020 14:05:28 +0200 Subject: [PATCH 1/4] Revoke using local volumes in ddev --- .ddev/config.yaml | 4 ---- .ddev/docker-compose.env.yaml | 18 ------------------ 2 files changed, 22 deletions(-) diff --git a/.ddev/config.yaml b/.ddev/config.yaml index 002e142e..5af23182 100644 --- a/.ddev/config.yaml +++ b/.ddev/config.yaml @@ -20,10 +20,6 @@ provider: default omit_containers: [dba] use_dns_when_possible: true timezone: Europe/Berlin -hooks: - post-start: - - exec: bash -c "sudo chown -R ${DDEV_UID}:${DDEV_GID} /var/www/html/vendor" - - exec: bash -c "sudo chown -R ${DDEV_UID}:${DDEV_GID} /var/www/html/var" # This config.yaml was created with ddev version v1.13.1 # webimage: drud/ddev-webserver:v1.13.1 diff --git a/.ddev/docker-compose.env.yaml b/.ddev/docker-compose.env.yaml index 229443d3..232cf795 100644 --- a/.ddev/docker-compose.env.yaml +++ b/.ddev/docker-compose.env.yaml @@ -4,21 +4,3 @@ services: web: environment: - TYPO3_CONTEXT=Development/Ddev - - DDEV_UID - - DDEV_GID - volumes: - - type: volume - source: var - target: /var/www/html/var - volume: - nocopy: true - - type: volume - source: vendor - target: /var/www/html/vendor - volume: - nocopy: true -volumes: - vendor: - driver: local - var: - driver: local From 6ed90f5b47b9c6a999bb8b7a22e168d775aea203 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Fromme?= Date: Fri, 17 Apr 2020 11:12:09 +0200 Subject: [PATCH 2/4] Update project dependencies --- composer.lock | 760 +++++++++++++++++++++++++------------------------- 1 file changed, 382 insertions(+), 378 deletions(-) diff --git a/composer.lock b/composer.lock index 0c487765..571c45e2 100644 --- a/composer.lock +++ b/composer.lock @@ -149,20 +149,21 @@ }, { "name": "doctrine/annotations", - "version": "v1.8.0", + "version": "1.10.1", "source": { "type": "git", "url": "https://github.com/doctrine/annotations.git", - "reference": "904dca4eb10715b92569fbcd79e201d5c349b6bc" + "reference": "5eb79f3dbdffed6544e1fc287572c0f462bd29bb" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/annotations/zipball/904dca4eb10715b92569fbcd79e201d5c349b6bc", - "reference": "904dca4eb10715b92569fbcd79e201d5c349b6bc", + "url": "https://api.github.com/repos/doctrine/annotations/zipball/5eb79f3dbdffed6544e1fc287572c0f462bd29bb", + "reference": "5eb79f3dbdffed6544e1fc287572c0f462bd29bb", "shasum": "" }, "require": { "doctrine/lexer": "1.*", + "ext-tokenizer": "*", "php": "^7.1" }, "require-dev": { @@ -172,7 +173,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "1.7.x-dev" + "dev-master": "1.9.x-dev" } }, "autoload": { @@ -213,7 +214,7 @@ "docblock", "parser" ], - "time": "2019-10-01T18:55:10+00:00" + "time": "2020-04-02T12:33:25+00:00" }, { "name": "doctrine/cache", @@ -885,16 +886,16 @@ }, { "name": "guzzlehttp/guzzle", - "version": "6.4.1", + "version": "6.5.2", "source": { "type": "git", "url": "https://github.com/guzzle/guzzle.git", - "reference": "0895c932405407fd3a7368b6910c09a24d26db11" + "reference": "43ece0e75098b7ecd8d13918293029e555a50f82" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/guzzle/guzzle/zipball/0895c932405407fd3a7368b6910c09a24d26db11", - "reference": "0895c932405407fd3a7368b6910c09a24d26db11", + "url": "https://api.github.com/repos/guzzle/guzzle/zipball/43ece0e75098b7ecd8d13918293029e555a50f82", + "reference": "43ece0e75098b7ecd8d13918293029e555a50f82", "shasum": "" }, "require": { @@ -909,12 +910,13 @@ "psr/log": "^1.1" }, "suggest": { + "ext-intl": "Required for Internationalized Domain Name (IDN) support", "psr/log": "Required for using the Log middleware" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "6.3-dev" + "dev-master": "6.5-dev" } }, "autoload": { @@ -947,7 +949,7 @@ "rest", "web service" ], - "time": "2019-10-23T15:58:00+00:00" + "time": "2019-12-23T11:57:10+00:00" }, { "name": "guzzlehttp/promises", @@ -1117,16 +1119,16 @@ }, { "name": "helhum/typo3-console", - "version": "v5.8.2", + "version": "v5.8.4", "source": { "type": "git", "url": "https://github.com/TYPO3-Console/TYPO3-Console.git", - "reference": "f6a43797fbcdec5ae5e3a2576948ab50c8623082" + "reference": "90ab1e759dfa65bbd3156c70757df9419902a245" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/TYPO3-Console/TYPO3-Console/zipball/f6a43797fbcdec5ae5e3a2576948ab50c8623082", - "reference": "f6a43797fbcdec5ae5e3a2576948ab50c8623082", + "url": "https://api.github.com/repos/TYPO3-Console/TYPO3-Console/zipball/90ab1e759dfa65bbd3156c70757df9419902a245", + "reference": "90ab1e759dfa65bbd3156c70757df9419902a245", "shasum": "" }, "require": { @@ -1156,7 +1158,8 @@ "require-dev": { "cweagans/composer-patches": "^1.6", "jakub-onderka/php-parallel-lint": "^1.0", - "nimut/testing-framework": "dev-allow-php73", + "nimut/testing-framework": "^4.1", + "phpunit/phpunit": "^6", "symfony/filesystem": "^3.2", "typo3-console/convert-command-controller-command": "@dev", "typo3-console/create-reference-command": "@dev", @@ -1206,29 +1209,30 @@ "console", "typo3" ], - "time": "2019-12-16T14:05:44+00:00" + "time": "2020-04-09T20:24:22+00:00" }, { "name": "helhum/typo3-console-plugin", - "version": "v2.0.5", + "version": "v2.0.6", "source": { "type": "git", "url": "https://github.com/TYPO3-Console/typo3-console-plugin.git", - "reference": "4a80b494adb97306bb19a14c72c214be79b5b079" + "reference": "a1294743007316e382c854b683c190277f5a1cd7" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/TYPO3-Console/typo3-console-plugin/zipball/4a80b494adb97306bb19a14c72c214be79b5b079", - "reference": "4a80b494adb97306bb19a14c72c214be79b5b079", + "url": "https://api.github.com/repos/TYPO3-Console/typo3-console-plugin/zipball/a1294743007316e382c854b683c190277f5a1cd7", + "reference": "a1294743007316e382c854b683c190277f5a1cd7", "shasum": "" }, "require": { - "composer-plugin-api": "^1.0", + "composer-plugin-api": "^1.0 || ^2.0", "php": "^7.0", - "typo3/cms-composer-installers": "^1.4 || ^2.0" + "typo3/cms-composer-installers": "^1.4 || ^2.0 || ^3.0@dev" }, "require-dev": { - "composer/composer": "^1.0" + "composer/composer": "^1.0@dev || ^2.0@dev", + "composer/semver": "^1.0@dev || ^2.0@dev" }, "type": "composer-plugin", "extra": { @@ -1259,7 +1263,7 @@ "plugin", "typo3 console" ], - "time": "2018-12-09T12:06:13+00:00" + "time": "2020-03-29T17:41:09+00:00" }, { "name": "kigkonsult/icalcreator", @@ -1402,30 +1406,29 @@ }, { "name": "league/period", - "version": "4.9.0", + "version": "4.10.0", "source": { "type": "git", "url": "https://github.com/thephpleague/period.git", - "reference": "b30d2cb474939beaeae8b45ea5aac0edd3ffbf78" + "reference": "697960c1f07d79ebb7724797e432245af7180782" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/thephpleague/period/zipball/b30d2cb474939beaeae8b45ea5aac0edd3ffbf78", - "reference": "b30d2cb474939beaeae8b45ea5aac0edd3ffbf78", + "url": "https://api.github.com/repos/thephpleague/period/zipball/697960c1f07d79ebb7724797e432245af7180782", + "reference": "697960c1f07d79ebb7724797e432245af7180782", "shasum": "" }, "require": { "ext-json": "*", - "php": "^7.1.3" + "php": "^7.2.0" }, "require-dev": { - "friendsofphp/php-cs-fixer": "^2.0", + "friendsofphp/php-cs-fixer": "^2.16", "infection/infection": "^0.13", - "phpstan/phpstan": "^0.11", - "phpstan/phpstan-phpunit": "^0.11", - "phpstan/phpstan-strict-rules": "^0.11", - "phpunit/phpunit": "^7.0|^8.0", - "symfony/var-dumper": "^4.2" + "phpstan/phpstan": "^0.12", + "phpstan/phpstan-phpunit": "^0.12", + "phpstan/phpstan-strict-rules": "^0.12", + "phpunit/phpunit": "^8.0" }, "type": "library", "extra": { @@ -1474,7 +1477,7 @@ "timeline", "unions" ], - "time": "2019-09-02T06:27:10+00:00" + "time": "2020-03-22T16:39:12+00:00" }, { "name": "lochmueller/staticfilecache", @@ -1555,16 +1558,16 @@ }, { "name": "nikic/php-parser", - "version": "v4.3.0", + "version": "v4.4.0", "source": { "type": "git", "url": "https://github.com/nikic/PHP-Parser.git", - "reference": "9a9981c347c5c49d6dfe5cf826bb882b824080dc" + "reference": "bd43ec7152eaaab3bd8c6d0aa95ceeb1df8ee120" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/9a9981c347c5c49d6dfe5cf826bb882b824080dc", - "reference": "9a9981c347c5c49d6dfe5cf826bb882b824080dc", + "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/bd43ec7152eaaab3bd8c6d0aa95ceeb1df8ee120", + "reference": "bd43ec7152eaaab3bd8c6d0aa95ceeb1df8ee120", "shasum": "" }, "require": { @@ -1603,20 +1606,20 @@ "parser", "php" ], - "time": "2019-11-08T13:50:10+00:00" + "time": "2020-04-10T16:34:50+00:00" }, { "name": "pixelant/pxa-social-feed", - "version": "v2.2.0", + "version": "v2.3.1", "source": { "type": "git", "url": "https://github.com/pixelant/pxa_social_feed.git", - "reference": "2bf9acd5c4e3d4d73d5234ea40421f9c2114a6d0" + "reference": "dfabd173eee203b575f28aab98181be3556e05b0" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/pixelant/pxa_social_feed/zipball/2bf9acd5c4e3d4d73d5234ea40421f9c2114a6d0", - "reference": "2bf9acd5c4e3d4d73d5234ea40421f9c2114a6d0", + "url": "https://api.github.com/repos/pixelant/pxa_social_feed/zipball/dfabd173eee203b575f28aab98181be3556e05b0", + "reference": "dfabd173eee203b575f28aab98181be3556e05b0", "shasum": "" }, "require": { @@ -1657,7 +1660,7 @@ } ], "description": "Add Facebook, Instagram, and Twitter feeds to your site.", - "time": "2019-12-17T13:30:42+00:00" + "time": "2020-04-06T06:54:44+00:00" }, { "name": "psr/cache", @@ -2048,23 +2051,23 @@ }, { "name": "ssch/typo3-encore", - "version": "v2.0.6", + "version": "v2.0.8", "source": { "type": "git", "url": "https://github.com/sabbelasichon/typo3_encore.git", - "reference": "0358f277c30e0a68d1edff20d8f2cf00ebca0e0c" + "reference": "c53276766043514ed1ac0bd51dfe8f79dbcc3b4e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sabbelasichon/typo3_encore/zipball/0358f277c30e0a68d1edff20d8f2cf00ebca0e0c", - "reference": "0358f277c30e0a68d1edff20d8f2cf00ebca0e0c", + "url": "https://api.github.com/repos/sabbelasichon/typo3_encore/zipball/c53276766043514ed1ac0bd51dfe8f79dbcc3b4e", + "reference": "c53276766043514ed1ac0bd51dfe8f79dbcc3b4e", "shasum": "" }, "require": { "php": ">=7.2.0 <8.0", "symfony/asset": "^5.0", "symfony/web-link": "^4.3", - "typo3/cms-core": "^9.5 || ^10.2" + "typo3/cms-core": "^9.5 || ^10.3" }, "replace": { "typo3-ter/typo3-encore": "self.version" @@ -2072,7 +2075,8 @@ "require-dev": { "friendsofphp/php-cs-fixer": "^2.0", "nimut/testing-framework": "^4.0 || dev-master", - "phpstan/phpstan": "^0.9 || ^0.10" + "phpstan/phpstan": "^0.12", + "saschaegerer/phpstan-typo3": "^0.13.1" }, "type": "typo3-cms-extension", "extra": { @@ -2108,7 +2112,7 @@ "encore", "webpack" ], - "time": "2020-02-22T17:52:16+00:00" + "time": "2020-04-16T21:53:23+00:00" }, { "name": "swiftmailer/swiftmailer", @@ -2166,16 +2170,16 @@ }, { "name": "symfony/asset", - "version": "v5.0.5", + "version": "v5.0.7", "source": { "type": "git", "url": "https://github.com/symfony/asset.git", - "reference": "b9d7f8609849c71e79a0702fdaa453c1329b0c2c" + "reference": "8872144d5d9f28eec62857400bb437693ef4d082" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/asset/zipball/b9d7f8609849c71e79a0702fdaa453c1329b0c2c", - "reference": "b9d7f8609849c71e79a0702fdaa453c1329b0c2c", + "url": "https://api.github.com/repos/symfony/asset/zipball/8872144d5d9f28eec62857400bb437693ef4d082", + "reference": "8872144d5d9f28eec62857400bb437693ef4d082", "shasum": "" }, "require": { @@ -2218,20 +2222,20 @@ ], "description": "Symfony Asset Component", "homepage": "https://symfony.com", - "time": "2020-02-24T15:05:31+00:00" + "time": "2020-03-27T16:56:45+00:00" }, { "name": "symfony/cache", - "version": "v5.0.5", + "version": "v5.0.7", "source": { "type": "git", "url": "https://github.com/symfony/cache.git", - "reference": "c6255e419e8592dab7de6e29b014ae9e8926989a" + "reference": "7c229da093cb0c630e5d16b99fd253e20f979ac2" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/cache/zipball/c6255e419e8592dab7de6e29b014ae9e8926989a", - "reference": "c6255e419e8592dab7de6e29b014ae9e8926989a", + "url": "https://api.github.com/repos/symfony/cache/zipball/7c229da093cb0c630e5d16b99fd253e20f979ac2", + "reference": "7c229da093cb0c630e5d16b99fd253e20f979ac2", "shasum": "" }, "require": { @@ -2297,7 +2301,7 @@ "caching", "psr6" ], - "time": "2020-02-24T15:05:31+00:00" + "time": "2020-03-27T16:56:45+00:00" }, { "name": "symfony/cache-contracts", @@ -2359,16 +2363,16 @@ }, { "name": "symfony/console", - "version": "v4.4.5", + "version": "v4.4.7", "source": { "type": "git", "url": "https://github.com/symfony/console.git", - "reference": "4fa15ae7be74e53f6ec8c83ed403b97e23b665e9" + "reference": "10bb3ee3c97308869d53b3e3d03f6ac23ff985f7" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/console/zipball/4fa15ae7be74e53f6ec8c83ed403b97e23b665e9", - "reference": "4fa15ae7be74e53f6ec8c83ed403b97e23b665e9", + "url": "https://api.github.com/repos/symfony/console/zipball/10bb3ee3c97308869d53b3e3d03f6ac23ff985f7", + "reference": "10bb3ee3c97308869d53b3e3d03f6ac23ff985f7", "shasum": "" }, "require": { @@ -2431,20 +2435,20 @@ ], "description": "Symfony Console Component", "homepage": "https://symfony.com", - "time": "2020-02-24T13:10:00+00:00" + "time": "2020-03-30T11:41:10+00:00" }, { "name": "symfony/expression-language", - "version": "v4.4.5", + "version": "v4.4.7", "source": { "type": "git", "url": "https://github.com/symfony/expression-language.git", - "reference": "70649e0abcac6ad1109f6243886bca0445e278b9" + "reference": "c4171e39e6cfc72e2bedb44922310d7d2bd2ab91" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/expression-language/zipball/70649e0abcac6ad1109f6243886bca0445e278b9", - "reference": "70649e0abcac6ad1109f6243886bca0445e278b9", + "url": "https://api.github.com/repos/symfony/expression-language/zipball/c4171e39e6cfc72e2bedb44922310d7d2bd2ab91", + "reference": "c4171e39e6cfc72e2bedb44922310d7d2bd2ab91", "shasum": "" }, "require": { @@ -2482,20 +2486,20 @@ ], "description": "Symfony ExpressionLanguage Component", "homepage": "https://symfony.com", - "time": "2020-02-24T13:10:00+00:00" + "time": "2020-03-27T16:54:36+00:00" }, { "name": "symfony/finder", - "version": "v4.4.5", + "version": "v4.4.7", "source": { "type": "git", "url": "https://github.com/symfony/finder.git", - "reference": "ea69c129aed9fdeca781d4b77eb20b62cf5d5357" + "reference": "5729f943f9854c5781984ed4907bbb817735776b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/finder/zipball/ea69c129aed9fdeca781d4b77eb20b62cf5d5357", - "reference": "ea69c129aed9fdeca781d4b77eb20b62cf5d5357", + "url": "https://api.github.com/repos/symfony/finder/zipball/5729f943f9854c5781984ed4907bbb817735776b", + "reference": "5729f943f9854c5781984ed4907bbb817735776b", "shasum": "" }, "require": { @@ -2531,20 +2535,20 @@ ], "description": "Symfony Finder Component", "homepage": "https://symfony.com", - "time": "2020-02-14T07:42:58+00:00" + "time": "2020-03-27T16:54:36+00:00" }, { "name": "symfony/http-client", - "version": "v4.4.5", + "version": "v4.4.7", "source": { "type": "git", "url": "https://github.com/symfony/http-client.git", - "reference": "65ccb6ca4a5a7bf7c244b8a28195fa188521b3d2" + "reference": "9a8f5c968dc68d58044f8e9ff39d03074489b55d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/http-client/zipball/65ccb6ca4a5a7bf7c244b8a28195fa188521b3d2", - "reference": "65ccb6ca4a5a7bf7c244b8a28195fa188521b3d2", + "url": "https://api.github.com/repos/symfony/http-client/zipball/9a8f5c968dc68d58044f8e9ff39d03074489b55d", + "reference": "9a8f5c968dc68d58044f8e9ff39d03074489b55d", "shasum": "" }, "require": { @@ -2599,7 +2603,7 @@ ], "description": "Symfony HttpClient component", "homepage": "https://symfony.com", - "time": "2020-02-25T13:55:11+00:00" + "time": "2020-03-27T16:54:36+00:00" }, { "name": "symfony/http-client-contracts", @@ -2660,16 +2664,16 @@ }, { "name": "symfony/http-foundation", - "version": "v5.0.5", + "version": "v5.0.7", "source": { "type": "git", "url": "https://github.com/symfony/http-foundation.git", - "reference": "6f9c2ba72f4295d7ce6cf9f79dbb18036291d335" + "reference": "26fb006a2c7b6cdd23d52157b05f8414ffa417b6" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/http-foundation/zipball/6f9c2ba72f4295d7ce6cf9f79dbb18036291d335", - "reference": "6f9c2ba72f4295d7ce6cf9f79dbb18036291d335", + "url": "https://api.github.com/repos/symfony/http-foundation/zipball/26fb006a2c7b6cdd23d52157b05f8414ffa417b6", + "reference": "26fb006a2c7b6cdd23d52157b05f8414ffa417b6", "shasum": "" }, "require": { @@ -2711,20 +2715,20 @@ ], "description": "Symfony HttpFoundation Component", "homepage": "https://symfony.com", - "time": "2020-02-14T07:43:07+00:00" + "time": "2020-03-30T14:14:32+00:00" }, { "name": "symfony/inflector", - "version": "v5.0.5", + "version": "v5.0.7", "source": { "type": "git", "url": "https://github.com/symfony/inflector.git", - "reference": "e375603b6bd12e8e3aec3fc1b640ac18a4ef4cb2" + "reference": "70c25c66427e2bb6ba0827d668366d60b0a90cbf" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/inflector/zipball/e375603b6bd12e8e3aec3fc1b640ac18a4ef4cb2", - "reference": "e375603b6bd12e8e3aec3fc1b640ac18a4ef4cb2", + "url": "https://api.github.com/repos/symfony/inflector/zipball/70c25c66427e2bb6ba0827d668366d60b0a90cbf", + "reference": "70c25c66427e2bb6ba0827d668366d60b0a90cbf", "shasum": "" }, "require": { @@ -2769,20 +2773,20 @@ "symfony", "words" ], - "time": "2020-01-04T14:08:26+00:00" + "time": "2020-03-27T16:56:45+00:00" }, { "name": "symfony/intl", - "version": "v5.0.5", + "version": "v5.0.7", "source": { "type": "git", "url": "https://github.com/symfony/intl.git", - "reference": "2d1fb70e6e1c455a123218bebf6287d025c5bac5" + "reference": "a02d65b026413150223c010db3000028bf9770eb" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/intl/zipball/2d1fb70e6e1c455a123218bebf6287d025c5bac5", - "reference": "2d1fb70e6e1c455a123218bebf6287d025c5bac5", + "url": "https://api.github.com/repos/symfony/intl/zipball/a02d65b026413150223c010db3000028bf9770eb", + "reference": "a02d65b026413150223c010db3000028bf9770eb", "shasum": "" }, "require": { @@ -2844,20 +2848,20 @@ "l10n", "localization" ], - "time": "2020-02-04T09:41:09+00:00" + "time": "2020-03-27T16:56:45+00:00" }, { "name": "symfony/mime", - "version": "v5.0.5", + "version": "v5.0.7", "source": { "type": "git", "url": "https://github.com/symfony/mime.git", - "reference": "9b3e5b5e58c56bbd76628c952d2b78556d305f3c" + "reference": "481b7d6da88922fb1e0d86a943987722b08f3955" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/mime/zipball/9b3e5b5e58c56bbd76628c952d2b78556d305f3c", - "reference": "9b3e5b5e58c56bbd76628c952d2b78556d305f3c", + "url": "https://api.github.com/repos/symfony/mime/zipball/481b7d6da88922fb1e0d86a943987722b08f3955", + "reference": "481b7d6da88922fb1e0d86a943987722b08f3955", "shasum": "" }, "require": { @@ -2906,20 +2910,20 @@ "mime", "mime-type" ], - "time": "2020-02-04T09:41:09+00:00" + "time": "2020-03-27T16:56:45+00:00" }, { "name": "symfony/options-resolver", - "version": "v4.4.5", + "version": "v4.4.7", "source": { "type": "git", "url": "https://github.com/symfony/options-resolver.git", - "reference": "9a02d6662660fe7bfadad63b5f0b0718d4c8b6b0" + "reference": "9072131b5e6e21203db3249c7db26b52897bc73e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/options-resolver/zipball/9a02d6662660fe7bfadad63b5f0b0718d4c8b6b0", - "reference": "9a02d6662660fe7bfadad63b5f0b0718d4c8b6b0", + "url": "https://api.github.com/repos/symfony/options-resolver/zipball/9072131b5e6e21203db3249c7db26b52897bc73e", + "reference": "9072131b5e6e21203db3249c7db26b52897bc73e", "shasum": "" }, "require": { @@ -2960,20 +2964,20 @@ "configuration", "options" ], - "time": "2020-01-04T13:00:46+00:00" + "time": "2020-03-27T16:54:36+00:00" }, { "name": "symfony/polyfill-ctype", - "version": "v1.14.0", + "version": "v1.15.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-ctype.git", - "reference": "fbdeaec0df06cf3d51c93de80c7eb76e271f5a38" + "reference": "4719fa9c18b0464d399f1a63bf624b42b6fa8d14" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/fbdeaec0df06cf3d51c93de80c7eb76e271f5a38", - "reference": "fbdeaec0df06cf3d51c93de80c7eb76e271f5a38", + "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/4719fa9c18b0464d399f1a63bf624b42b6fa8d14", + "reference": "4719fa9c18b0464d399f1a63bf624b42b6fa8d14", "shasum": "" }, "require": { @@ -2985,7 +2989,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "1.14-dev" + "dev-master": "1.15-dev" } }, "autoload": { @@ -3018,20 +3022,20 @@ "polyfill", "portable" ], - "time": "2020-01-13T11:15:53+00:00" + "time": "2020-02-27T09:26:54+00:00" }, { "name": "symfony/polyfill-intl-icu", - "version": "v1.14.0", + "version": "v1.15.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-intl-icu.git", - "reference": "727b3bb5bfa7ca9eeb86416784cf1c08a6289b86" + "reference": "9c281272735eb66476e0fa7381e03fb0d4b60197" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-intl-icu/zipball/727b3bb5bfa7ca9eeb86416784cf1c08a6289b86", - "reference": "727b3bb5bfa7ca9eeb86416784cf1c08a6289b86", + "url": "https://api.github.com/repos/symfony/polyfill-intl-icu/zipball/9c281272735eb66476e0fa7381e03fb0d4b60197", + "reference": "9c281272735eb66476e0fa7381e03fb0d4b60197", "shasum": "" }, "require": { @@ -3044,7 +3048,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "1.14-dev" + "dev-master": "1.15-dev" } }, "autoload": { @@ -3076,20 +3080,20 @@ "portable", "shim" ], - "time": "2020-01-13T11:15:53+00:00" + "time": "2020-02-27T09:26:54+00:00" }, { "name": "symfony/polyfill-intl-idn", - "version": "v1.14.0", + "version": "v1.15.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-intl-idn.git", - "reference": "6842f1a39cf7d580655688069a03dd7cd83d244a" + "reference": "47bd6aa45beb1cd7c6a16b7d1810133b728bdfcf" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/6842f1a39cf7d580655688069a03dd7cd83d244a", - "reference": "6842f1a39cf7d580655688069a03dd7cd83d244a", + "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/47bd6aa45beb1cd7c6a16b7d1810133b728bdfcf", + "reference": "47bd6aa45beb1cd7c6a16b7d1810133b728bdfcf", "shasum": "" }, "require": { @@ -3103,7 +3107,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "1.14-dev" + "dev-master": "1.15-dev" } }, "autoload": { @@ -3138,20 +3142,20 @@ "portable", "shim" ], - "time": "2020-01-17T12:01:36+00:00" + "time": "2020-03-09T19:04:49+00:00" }, { "name": "symfony/polyfill-mbstring", - "version": "v1.14.0", + "version": "v1.15.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-mbstring.git", - "reference": "34094cfa9abe1f0f14f48f490772db7a775559f2" + "reference": "81ffd3a9c6d707be22e3012b827de1c9775fc5ac" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/34094cfa9abe1f0f14f48f490772db7a775559f2", - "reference": "34094cfa9abe1f0f14f48f490772db7a775559f2", + "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/81ffd3a9c6d707be22e3012b827de1c9775fc5ac", + "reference": "81ffd3a9c6d707be22e3012b827de1c9775fc5ac", "shasum": "" }, "require": { @@ -3163,7 +3167,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "1.14-dev" + "dev-master": "1.15-dev" } }, "autoload": { @@ -3197,20 +3201,20 @@ "portable", "shim" ], - "time": "2020-01-13T11:15:53+00:00" + "time": "2020-03-09T19:04:49+00:00" }, { "name": "symfony/polyfill-php72", - "version": "v1.14.0", + "version": "v1.15.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-php72.git", - "reference": "46ecacf4751dd0dc81e4f6bf01dbf9da1dc1dadf" + "reference": "37b0976c78b94856543260ce09b460a7bc852747" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/46ecacf4751dd0dc81e4f6bf01dbf9da1dc1dadf", - "reference": "46ecacf4751dd0dc81e4f6bf01dbf9da1dc1dadf", + "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/37b0976c78b94856543260ce09b460a7bc852747", + "reference": "37b0976c78b94856543260ce09b460a7bc852747", "shasum": "" }, "require": { @@ -3219,7 +3223,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "1.14-dev" + "dev-master": "1.15-dev" } }, "autoload": { @@ -3252,20 +3256,20 @@ "portable", "shim" ], - "time": "2020-01-13T11:15:53+00:00" + "time": "2020-02-27T09:26:54+00:00" }, { "name": "symfony/polyfill-php73", - "version": "v1.14.0", + "version": "v1.15.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-php73.git", - "reference": "5e66a0fa1070bf46bec4bea7962d285108edd675" + "reference": "0f27e9f464ea3da33cbe7ca3bdf4eb66def9d0f7" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/5e66a0fa1070bf46bec4bea7962d285108edd675", - "reference": "5e66a0fa1070bf46bec4bea7962d285108edd675", + "url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/0f27e9f464ea3da33cbe7ca3bdf4eb66def9d0f7", + "reference": "0f27e9f464ea3da33cbe7ca3bdf4eb66def9d0f7", "shasum": "" }, "require": { @@ -3274,7 +3278,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "1.14-dev" + "dev-master": "1.15-dev" } }, "autoload": { @@ -3310,20 +3314,20 @@ "portable", "shim" ], - "time": "2020-01-13T11:15:53+00:00" + "time": "2020-02-27T09:26:54+00:00" }, { "name": "symfony/process", - "version": "v4.4.5", + "version": "v4.4.7", "source": { "type": "git", "url": "https://github.com/symfony/process.git", - "reference": "bf9166bac906c9e69fb7a11d94875e7ced97bcd7" + "reference": "3e40e87a20eaf83a1db825e1fa5097ae89042db3" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/process/zipball/bf9166bac906c9e69fb7a11d94875e7ced97bcd7", - "reference": "bf9166bac906c9e69fb7a11d94875e7ced97bcd7", + "url": "https://api.github.com/repos/symfony/process/zipball/3e40e87a20eaf83a1db825e1fa5097ae89042db3", + "reference": "3e40e87a20eaf83a1db825e1fa5097ae89042db3", "shasum": "" }, "require": { @@ -3359,20 +3363,20 @@ ], "description": "Symfony Process Component", "homepage": "https://symfony.com", - "time": "2020-02-07T20:06:44+00:00" + "time": "2020-03-27T16:54:36+00:00" }, { "name": "symfony/property-access", - "version": "v4.4.5", + "version": "v4.4.7", "source": { "type": "git", "url": "https://github.com/symfony/property-access.git", - "reference": "090b4bc92ded1ec512f7e2ed1691210769dffdb3" + "reference": "75cbf0f388d82685ce06515951397bc1370901d7" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/property-access/zipball/090b4bc92ded1ec512f7e2ed1691210769dffdb3", - "reference": "090b4bc92ded1ec512f7e2ed1691210769dffdb3", + "url": "https://api.github.com/repos/symfony/property-access/zipball/75cbf0f388d82685ce06515951397bc1370901d7", + "reference": "75cbf0f388d82685ce06515951397bc1370901d7", "shasum": "" }, "require": { @@ -3426,20 +3430,20 @@ "property path", "reflection" ], - "time": "2020-01-04T13:00:46+00:00" + "time": "2020-03-27T16:54:36+00:00" }, { "name": "symfony/routing", - "version": "v4.4.5", + "version": "v4.4.7", "source": { "type": "git", "url": "https://github.com/symfony/routing.git", - "reference": "4124d621d0e445732520037f888a0456951bde8c" + "reference": "0f562fa613e288d7dbae6c63abbc9b33ed75a8f8" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/routing/zipball/4124d621d0e445732520037f888a0456951bde8c", - "reference": "4124d621d0e445732520037f888a0456951bde8c", + "url": "https://api.github.com/repos/symfony/routing/zipball/0f562fa613e288d7dbae6c63abbc9b33ed75a8f8", + "reference": "0f562fa613e288d7dbae6c63abbc9b33ed75a8f8", "shasum": "" }, "require": { @@ -3502,20 +3506,20 @@ "uri", "url" ], - "time": "2020-02-25T12:41:09+00:00" + "time": "2020-03-30T11:41:10+00:00" }, { "name": "symfony/serializer", - "version": "v4.4.5", + "version": "v4.4.7", "source": { "type": "git", "url": "https://github.com/symfony/serializer.git", - "reference": "bc76d242fea5ff09c3ca34c90f3bb9341a2470a4" + "reference": "2a508a535f2323defb325cf28301064fcbb061b9" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/serializer/zipball/bc76d242fea5ff09c3ca34c90f3bb9341a2470a4", - "reference": "bc76d242fea5ff09c3ca34c90f3bb9341a2470a4", + "url": "https://api.github.com/repos/symfony/serializer/zipball/2a508a535f2323defb325cf28301064fcbb061b9", + "reference": "2a508a535f2323defb325cf28301064fcbb061b9", "shasum": "" }, "require": { @@ -3584,7 +3588,7 @@ ], "description": "Symfony Serializer Component", "homepage": "https://symfony.com", - "time": "2020-02-29T10:05:28+00:00" + "time": "2020-03-27T16:54:36+00:00" }, { "name": "symfony/service-contracts", @@ -3646,16 +3650,16 @@ }, { "name": "symfony/var-exporter", - "version": "v5.0.5", + "version": "v5.0.7", "source": { "type": "git", "url": "https://github.com/symfony/var-exporter.git", - "reference": "30779a25c736b4290449eaedefe4196c1d060378" + "reference": "ffd29a70370e466343e33154b5df197a07a13afa" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/var-exporter/zipball/30779a25c736b4290449eaedefe4196c1d060378", - "reference": "30779a25c736b4290449eaedefe4196c1d060378", + "url": "https://api.github.com/repos/symfony/var-exporter/zipball/ffd29a70370e466343e33154b5df197a07a13afa", + "reference": "ffd29a70370e466343e33154b5df197a07a13afa", "shasum": "" }, "require": { @@ -3702,20 +3706,20 @@ "instantiate", "serialize" ], - "time": "2020-02-04T09:47:34+00:00" + "time": "2020-03-27T16:56:45+00:00" }, { "name": "symfony/web-link", - "version": "v4.4.5", + "version": "v4.4.7", "source": { "type": "git", "url": "https://github.com/symfony/web-link.git", - "reference": "dad60d94b2e7f16e1a7d0ebd0f1f460f45a51386" + "reference": "9ec692b342855335f3f4e77753ad71f85c6038f8" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/web-link/zipball/dad60d94b2e7f16e1a7d0ebd0f1f460f45a51386", - "reference": "dad60d94b2e7f16e1a7d0ebd0f1f460f45a51386", + "url": "https://api.github.com/repos/symfony/web-link/zipball/9ec692b342855335f3f4e77753ad71f85c6038f8", + "reference": "9ec692b342855335f3f4e77753ad71f85c6038f8", "shasum": "" }, "require": { @@ -3778,20 +3782,20 @@ "psr13", "push" ], - "time": "2020-01-04T13:00:46+00:00" + "time": "2020-03-27T16:54:36+00:00" }, { "name": "symfony/yaml", - "version": "v4.4.5", + "version": "v4.4.7", "source": { "type": "git", "url": "https://github.com/symfony/yaml.git", - "reference": "94d005c176db2080e98825d98e01e8b311a97a88" + "reference": "ef166890d821518106da3560086bfcbeb4fadfec" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/yaml/zipball/94d005c176db2080e98825d98e01e8b311a97a88", - "reference": "94d005c176db2080e98825d98e01e8b311a97a88", + "url": "https://api.github.com/repos/symfony/yaml/zipball/ef166890d821518106da3560086bfcbeb4fadfec", + "reference": "ef166890d821518106da3560086bfcbeb4fadfec", "shasum": "" }, "require": { @@ -3837,39 +3841,39 @@ ], "description": "Symfony Yaml Component", "homepage": "https://symfony.com", - "time": "2020-02-03T10:46:43+00:00" + "time": "2020-03-30T11:41:10+00:00" }, { "name": "typo3/class-alias-loader", - "version": "1.0.1", + "version": "v1.0.2", "source": { "type": "git", "url": "https://github.com/TYPO3/class-alias-loader.git", - "reference": "4972f9f6c2bad07ab1620b5c9717fa626e9b03b0" + "reference": "994ee9bebe847da862d0edc6f075df4693dfa8e2" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/TYPO3/class-alias-loader/zipball/4972f9f6c2bad07ab1620b5c9717fa626e9b03b0", - "reference": "4972f9f6c2bad07ab1620b5c9717fa626e9b03b0", + "url": "https://api.github.com/repos/TYPO3/class-alias-loader/zipball/994ee9bebe847da862d0edc6f075df4693dfa8e2", + "reference": "994ee9bebe847da862d0edc6f075df4693dfa8e2", "shasum": "" }, "require": { - "composer-plugin-api": "^1.0", + "composer-plugin-api": "^1.0 || ^2.0", "php": ">=5.3.7" }, "replace": { "helhum/class-alias-loader": "*" }, "require-dev": { - "composer/composer": "dev-master", - "mikey179/vfsstream": "1.4.*@dev", + "composer/composer": "^1.1@dev || ^2.0@dev", + "mikey179/vfsstream": "~1.4.0@dev", "phpunit/phpunit": "^4.8" }, "type": "composer-plugin", "extra": { "class": "TYPO3\\ClassAliasLoader\\Plugin", "branch-alias": { - "dev-master": "1.0.x-dev" + "dev-master": "1.1.x-dev" } }, "autoload": { @@ -3895,30 +3899,30 @@ "classloader", "composer" ], - "time": "2018-10-03T12:49:56+00:00" + "time": "2020-03-29T16:12:26+00:00" }, { "name": "typo3/cms-adminpanel", - "version": "v9.5.14", + "version": "v9.5.15", "source": { "type": "git", "url": "https://github.com/TYPO3-CMS/adminpanel.git", - "reference": "4f45c3ad8ff6bed27b71f372aded8a74a6a483bf" + "reference": "1908299c0ea2a74bf1e0902f0f6d7640b48ab5f5" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/TYPO3-CMS/adminpanel/zipball/4f45c3ad8ff6bed27b71f372aded8a74a6a483bf", - "reference": "4f45c3ad8ff6bed27b71f372aded8a74a6a483bf", + "url": "https://api.github.com/repos/TYPO3-CMS/adminpanel/zipball/1908299c0ea2a74bf1e0902f0f6d7640b48ab5f5", + "reference": "1908299c0ea2a74bf1e0902f0f6d7640b48ab5f5", "shasum": "" }, "require": { "psr/http-message": "~1.0", "psr/http-server-handler": "^1.0", "psr/http-server-middleware": "^1.0", - "typo3/cms-backend": "9.5.14", - "typo3/cms-core": "9.5.14", - "typo3/cms-fluid": "9.5.14", - "typo3/cms-frontend": "9.5.14", + "typo3/cms-backend": "9.5.15", + "typo3/cms-core": "9.5.15", + "typo3/cms-fluid": "9.5.15", + "typo3/cms-frontend": "9.5.15", "typo3fluid/fluid": "^2.6.8" }, "conflict": { @@ -3957,25 +3961,25 @@ ], "description": "The TYPO3 admin panel provides a panel with additional functionality in the frontend (Debugging, Caching, Preview...)", "homepage": "https://typo3.org", - "time": "2020-02-17T23:37:02+00:00" + "time": "2020-03-31T08:40:25+00:00" }, { "name": "typo3/cms-backend", - "version": "v9.5.14", + "version": "v9.5.15", "source": { "type": "git", "url": "https://github.com/TYPO3-CMS/backend.git", - "reference": "e5d959182a8da4c7f7026ac6d13251d8a6b7b238" + "reference": "59f17bf3f6160e7d81cb3a5d191ab51539d8f593" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/TYPO3-CMS/backend/zipball/e5d959182a8da4c7f7026ac6d13251d8a6b7b238", - "reference": "e5d959182a8da4c7f7026ac6d13251d8a6b7b238", + "url": "https://api.github.com/repos/TYPO3-CMS/backend/zipball/59f17bf3f6160e7d81cb3a5d191ab51539d8f593", + "reference": "59f17bf3f6160e7d81cb3a5d191ab51539d8f593", "shasum": "" }, "require": { - "typo3/cms-core": "9.5.14", - "typo3/cms-recordlist": "9.5.14" + "typo3/cms-core": "9.5.15", + "typo3/cms-recordlist": "9.5.15" }, "conflict": { "typo3/cms": "*" @@ -4024,24 +4028,24 @@ ], "description": "Classes for the TYPO3 backend.", "homepage": "https://typo3.org", - "time": "2020-02-17T23:37:02+00:00" + "time": "2020-03-31T08:40:25+00:00" }, { "name": "typo3/cms-belog", - "version": "v9.5.14", + "version": "v9.5.15", "source": { "type": "git", "url": "https://github.com/TYPO3-CMS/belog.git", - "reference": "2f9cfd0e6a4a118af1ec2fa9a190267411410b00" + "reference": "f4d16c9bb468c2f8b26c0a33698a9e25ace853b4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/TYPO3-CMS/belog/zipball/2f9cfd0e6a4a118af1ec2fa9a190267411410b00", - "reference": "2f9cfd0e6a4a118af1ec2fa9a190267411410b00", + "url": "https://api.github.com/repos/TYPO3-CMS/belog/zipball/f4d16c9bb468c2f8b26c0a33698a9e25ace853b4", + "reference": "f4d16c9bb468c2f8b26c0a33698a9e25ace853b4", "shasum": "" }, "require": { - "typo3/cms-core": "9.5.14" + "typo3/cms-core": "9.5.15" }, "conflict": { "typo3/cms": "*" @@ -4073,24 +4077,24 @@ ], "description": "Displays backend log, both per page and system wide. Available as the module Tools>Log (system wide overview) and Web>Info/Log (page relative overview).", "homepage": "https://typo3.org", - "time": "2020-02-17T23:37:02+00:00" + "time": "2020-03-31T08:40:25+00:00" }, { "name": "typo3/cms-beuser", - "version": "v9.5.14", + "version": "v9.5.15", "source": { "type": "git", "url": "https://github.com/TYPO3-CMS/beuser.git", - "reference": "d2feccc5bff313509705eaec94abda83c69d49e1" + "reference": "4985978c27ffb3fbaa4a37378c13e8e6c54926d9" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/TYPO3-CMS/beuser/zipball/d2feccc5bff313509705eaec94abda83c69d49e1", - "reference": "d2feccc5bff313509705eaec94abda83c69d49e1", + "url": "https://api.github.com/repos/TYPO3-CMS/beuser/zipball/4985978c27ffb3fbaa4a37378c13e8e6c54926d9", + "reference": "4985978c27ffb3fbaa4a37378c13e8e6c54926d9", "shasum": "" }, "require": { - "typo3/cms-core": "9.5.14" + "typo3/cms-core": "9.5.15" }, "conflict": { "typo3/cms": "*" @@ -4122,7 +4126,7 @@ ], "description": "Backend user administration and overview. Allows you to compare the settings of users and verify their permissions and see who is online.", "homepage": "https://typo3.org", - "time": "2020-02-17T23:37:02+00:00" + "time": "2020-03-31T08:40:25+00:00" }, { "name": "typo3/cms-cli", @@ -4222,16 +4226,16 @@ }, { "name": "typo3/cms-core", - "version": "v9.5.14", + "version": "v9.5.15", "source": { "type": "git", "url": "https://github.com/TYPO3-CMS/core.git", - "reference": "a0e8eb1ca657cbb30c189f2930cfbcddae4a0b0d" + "reference": "1b955cdd084daf2596162c27d543891d6271b381" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/TYPO3-CMS/core/zipball/a0e8eb1ca657cbb30c189f2930cfbcddae4a0b0d", - "reference": "a0e8eb1ca657cbb30c189f2930cfbcddae4a0b0d", + "url": "https://api.github.com/repos/TYPO3-CMS/core/zipball/1b955cdd084daf2596162c27d543891d6271b381", + "reference": "1b955cdd084daf2596162c27d543891d6271b381", "shasum": "" }, "require": { @@ -4258,7 +4262,7 @@ "symfony/console": "^4.1", "symfony/expression-language": "^4.1", "symfony/finder": "^4.1", - "symfony/http-foundation": "^4.2 || ^5.0", + "symfony/http-foundation": "^4.2.9 || ^5.0", "symfony/polyfill-intl-icu": "^1.6", "symfony/polyfill-intl-idn": "^1.10", "symfony/polyfill-mbstring": "^1.2", @@ -4266,12 +4270,12 @@ "symfony/yaml": "^4.1", "typo3/class-alias-loader": "^1.0", "typo3/cms-cli": "^2.0", - "typo3/cms-composer-installers": "^2.0", + "typo3/cms-composer-installers": "^2.0 || ^3.0", "typo3/phar-stream-wrapper": "^3.1.3", "typo3fluid/fluid": "^2.6.8" }, "conflict": { - "guzzlehttp/guzzle": ">= 6.5.0", + "guzzlehttp/guzzle": "6.5.0", "symfony/cache": "< 2.8.50 >= 2.8.0 || < 3.4.26 >= 3.4.0 || < 4.1.12 >= 4.1.0 || < 4.2.7 >= 4.2.0", "symfony/finder": "2.7.44 || 2.8.37 || 3.4.7 || 4.0.7", "symfony/routing": "4.2.7", @@ -4339,24 +4343,24 @@ ], "description": "The core library of TYPO3.", "homepage": "https://typo3.org", - "time": "2020-02-17T23:37:02+00:00" + "time": "2020-03-31T08:40:25+00:00" }, { "name": "typo3/cms-extbase", - "version": "v9.5.14", + "version": "v9.5.15", "source": { "type": "git", "url": "https://github.com/TYPO3-CMS/extbase.git", - "reference": "9a842f829891880879b9c4701c1d2e563a0a923c" + "reference": "92f602d4bc651e28f715df190c845a6c397db751" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/TYPO3-CMS/extbase/zipball/9a842f829891880879b9c4701c1d2e563a0a923c", - "reference": "9a842f829891880879b9c4701c1d2e563a0a923c", + "url": "https://api.github.com/repos/TYPO3-CMS/extbase/zipball/92f602d4bc651e28f715df190c845a6c397db751", + "reference": "92f602d4bc651e28f715df190c845a6c397db751", "shasum": "" }, "require": { - "typo3/cms-core": "9.5.14" + "typo3/cms-core": "9.5.15" }, "conflict": { "typo3/cms": "*" @@ -4398,24 +4402,24 @@ ], "description": "A framework to build extensions for TYPO3 CMS.", "homepage": "https://typo3.org", - "time": "2020-02-17T23:37:02+00:00" + "time": "2020-03-31T08:40:25+00:00" }, { "name": "typo3/cms-extensionmanager", - "version": "v9.5.14", + "version": "v9.5.15", "source": { "type": "git", "url": "https://github.com/TYPO3-CMS/extensionmanager.git", - "reference": "60b69787808e2cda8fef41e94575d5ec66faf4d8" + "reference": "9c0920bbd5788d1babd8cf0325946176020307fd" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/TYPO3-CMS/extensionmanager/zipball/60b69787808e2cda8fef41e94575d5ec66faf4d8", - "reference": "60b69787808e2cda8fef41e94575d5ec66faf4d8", + "url": "https://api.github.com/repos/TYPO3-CMS/extensionmanager/zipball/9c0920bbd5788d1babd8cf0325946176020307fd", + "reference": "9c0920bbd5788d1babd8cf0325946176020307fd", "shasum": "" }, "require": { - "typo3/cms-core": "9.5.14" + "typo3/cms-core": "9.5.15" }, "conflict": { "typo3/cms": "*" @@ -4449,24 +4453,24 @@ ], "description": "TYPO3 Extension Manager", "homepage": "https://typo3.org", - "time": "2020-02-17T23:37:02+00:00" + "time": "2020-03-31T08:40:25+00:00" }, { "name": "typo3/cms-felogin", - "version": "v9.5.14", + "version": "v9.5.15", "source": { "type": "git", "url": "https://github.com/TYPO3-CMS/felogin.git", - "reference": "1e251790bff70588cdcfe1affa60131ebe6b7c50" + "reference": "a57e0aac1b0c4a8b4868af1979a95aa3b11243ac" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/TYPO3-CMS/felogin/zipball/1e251790bff70588cdcfe1affa60131ebe6b7c50", - "reference": "1e251790bff70588cdcfe1affa60131ebe6b7c50", + "url": "https://api.github.com/repos/TYPO3-CMS/felogin/zipball/a57e0aac1b0c4a8b4868af1979a95aa3b11243ac", + "reference": "a57e0aac1b0c4a8b4868af1979a95aa3b11243ac", "shasum": "" }, "require": { - "typo3/cms-core": "9.5.14" + "typo3/cms-core": "9.5.15" }, "conflict": { "typo3/cms": "*" @@ -4498,24 +4502,24 @@ ], "description": "A template-based plugin to log in Website Users in the Frontend", "homepage": "https://typo3.org", - "time": "2020-02-17T23:37:02+00:00" + "time": "2020-03-31T08:40:25+00:00" }, { "name": "typo3/cms-filelist", - "version": "v9.5.14", + "version": "v9.5.15", "source": { "type": "git", "url": "https://github.com/TYPO3-CMS/filelist.git", - "reference": "3231666130dd9d04434fe9ec15f3084f442d9b2e" + "reference": "284d4a5949e382c870db5eb76b5bcf6a8563d22d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/TYPO3-CMS/filelist/zipball/3231666130dd9d04434fe9ec15f3084f442d9b2e", - "reference": "3231666130dd9d04434fe9ec15f3084f442d9b2e", + "url": "https://api.github.com/repos/TYPO3-CMS/filelist/zipball/284d4a5949e382c870db5eb76b5bcf6a8563d22d", + "reference": "284d4a5949e382c870db5eb76b5bcf6a8563d22d", "shasum": "" }, "require": { - "typo3/cms-core": "9.5.14" + "typo3/cms-core": "9.5.15" }, "conflict": { "typo3/cms": "*" @@ -4549,24 +4553,24 @@ ], "description": "Listing of files in the directory", "homepage": "https://typo3.org", - "time": "2020-02-17T23:37:02+00:00" + "time": "2020-03-31T08:40:25+00:00" }, { "name": "typo3/cms-filemetadata", - "version": "v9.5.14", + "version": "v9.5.15", "source": { "type": "git", "url": "https://github.com/TYPO3-CMS/filemetadata.git", - "reference": "7ced44b40a0cb87cae1b46f9692aa51f6f2020d7" + "reference": "251be09c1a69f607056cfaa55a1a133042216957" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/TYPO3-CMS/filemetadata/zipball/7ced44b40a0cb87cae1b46f9692aa51f6f2020d7", - "reference": "7ced44b40a0cb87cae1b46f9692aa51f6f2020d7", + "url": "https://api.github.com/repos/TYPO3-CMS/filemetadata/zipball/251be09c1a69f607056cfaa55a1a133042216957", + "reference": "251be09c1a69f607056cfaa55a1a133042216957", "shasum": "" }, "require": { - "typo3/cms-core": "9.5.14" + "typo3/cms-core": "9.5.15" }, "conflict": { "typo3/cms": "*" @@ -4590,25 +4594,25 @@ ], "description": "Add advanced metadata to File.", "homepage": "https://typo3.org", - "time": "2020-02-17T23:37:02+00:00" + "time": "2020-03-31T08:40:25+00:00" }, { "name": "typo3/cms-fluid", - "version": "v9.5.14", + "version": "v9.5.15", "source": { "type": "git", "url": "https://github.com/TYPO3-CMS/fluid.git", - "reference": "2585bc70aa2f5e8474c49ba0be26d65841668de5" + "reference": "af18d30297307f0a7be3dcd2cf0273edb3badf26" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/TYPO3-CMS/fluid/zipball/2585bc70aa2f5e8474c49ba0be26d65841668de5", - "reference": "2585bc70aa2f5e8474c49ba0be26d65841668de5", + "url": "https://api.github.com/repos/TYPO3-CMS/fluid/zipball/af18d30297307f0a7be3dcd2cf0273edb3badf26", + "reference": "af18d30297307f0a7be3dcd2cf0273edb3badf26", "shasum": "" }, "require": { - "typo3/cms-core": "9.5.14", - "typo3/cms-extbase": "9.5.14", + "typo3/cms-core": "9.5.15", + "typo3/cms-extbase": "9.5.15", "typo3fluid/fluid": "^2.6.8" }, "conflict": { @@ -4649,26 +4653,26 @@ ], "description": "Fluid is a next-generation templating engine which makes the life of extension authors a lot easier!", "homepage": "https://typo3.org", - "time": "2020-02-17T23:37:02+00:00" + "time": "2020-03-31T08:40:25+00:00" }, { "name": "typo3/cms-fluid-styled-content", - "version": "v9.5.14", + "version": "v9.5.15", "source": { "type": "git", "url": "https://github.com/TYPO3-CMS/fluid_styled_content.git", - "reference": "5dfdc47236e55e37a9a7e4d84d432629b8107640" + "reference": "ac3e2fe89c75ac8f6bdadece4e54fb3b46982686" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/TYPO3-CMS/fluid_styled_content/zipball/5dfdc47236e55e37a9a7e4d84d432629b8107640", - "reference": "5dfdc47236e55e37a9a7e4d84d432629b8107640", + "url": "https://api.github.com/repos/TYPO3-CMS/fluid_styled_content/zipball/ac3e2fe89c75ac8f6bdadece4e54fb3b46982686", + "reference": "ac3e2fe89c75ac8f6bdadece4e54fb3b46982686", "shasum": "" }, "require": { - "typo3/cms-core": "9.5.14", - "typo3/cms-fluid": "9.5.14", - "typo3/cms-frontend": "9.5.14" + "typo3/cms-core": "9.5.15", + "typo3/cms-fluid": "9.5.15", + "typo3/cms-frontend": "9.5.15" }, "conflict": { "typo3/cms": "*" @@ -4700,26 +4704,26 @@ ], "description": "A set of common content elements based on Fluid for Frontend output.", "homepage": "https://typo3.org", - "time": "2020-02-17T23:37:02+00:00" + "time": "2020-03-31T08:40:25+00:00" }, { "name": "typo3/cms-form", - "version": "v9.5.14", + "version": "v9.5.15", "source": { "type": "git", "url": "https://github.com/TYPO3-CMS/form.git", - "reference": "2f7906593a6314a2181d6fc7a98096e893a89035" + "reference": "62c69d3f2b63695230493c0d3d258fe7b86d67aa" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/TYPO3-CMS/form/zipball/2f7906593a6314a2181d6fc7a98096e893a89035", - "reference": "2f7906593a6314a2181d6fc7a98096e893a89035", + "url": "https://api.github.com/repos/TYPO3-CMS/form/zipball/62c69d3f2b63695230493c0d3d258fe7b86d67aa", + "reference": "62c69d3f2b63695230493c0d3d258fe7b86d67aa", "shasum": "" }, "require": { "psr/http-message": "~1.0", "symfony/expression-language": "^4.1", - "typo3/cms-core": "9.5.14" + "typo3/cms-core": "9.5.15" }, "conflict": { "typo3/cms": "*" @@ -4755,24 +4759,24 @@ ], "description": "Form Library, Plugin and Editor", "homepage": "https://typo3.org", - "time": "2020-02-17T23:37:02+00:00" + "time": "2020-03-31T08:40:25+00:00" }, { "name": "typo3/cms-frontend", - "version": "v9.5.14", + "version": "v9.5.15", "source": { "type": "git", "url": "https://github.com/TYPO3-CMS/frontend.git", - "reference": "171b61da3bfb4a325d676c16cf6a5e1e167a016e" + "reference": "a22da90f0e30ea3dab35cd76d112ee3bd0adbb52" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/TYPO3-CMS/frontend/zipball/171b61da3bfb4a325d676c16cf6a5e1e167a016e", - "reference": "171b61da3bfb4a325d676c16cf6a5e1e167a016e", + "url": "https://api.github.com/repos/TYPO3-CMS/frontend/zipball/a22da90f0e30ea3dab35cd76d112ee3bd0adbb52", + "reference": "a22da90f0e30ea3dab35cd76d112ee3bd0adbb52", "shasum": "" }, "require": { - "typo3/cms-core": "9.5.14" + "typo3/cms-core": "9.5.15" }, "conflict": { "typo3/cms": "*" @@ -4809,24 +4813,24 @@ ], "description": "Classes for the frontend of TYPO3.", "homepage": "https://typo3.org", - "time": "2020-02-17T23:37:02+00:00" + "time": "2020-03-31T08:40:25+00:00" }, { "name": "typo3/cms-info", - "version": "v9.5.14", + "version": "v9.5.15", "source": { "type": "git", "url": "https://github.com/TYPO3-CMS/info.git", - "reference": "4602927e4f5832288b3389da423c39f6833e54f4" + "reference": "ec3b4ec63f1c9942f6441cc6c8d4b8bc1043aac5" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/TYPO3-CMS/info/zipball/4602927e4f5832288b3389da423c39f6833e54f4", - "reference": "4602927e4f5832288b3389da423c39f6833e54f4", + "url": "https://api.github.com/repos/TYPO3-CMS/info/zipball/ec3b4ec63f1c9942f6441cc6c8d4b8bc1043aac5", + "reference": "ec3b4ec63f1c9942f6441cc6c8d4b8bc1043aac5", "shasum": "" }, "require": { - "typo3/cms-core": "9.5.14" + "typo3/cms-core": "9.5.15" }, "conflict": { "typo3/cms": "*" @@ -4867,28 +4871,28 @@ ], "description": "Shows various infos", "homepage": "https://typo3.org", - "time": "2020-02-17T23:37:02+00:00" + "time": "2020-03-31T08:40:25+00:00" }, { "name": "typo3/cms-install", - "version": "v9.5.14", + "version": "v9.5.15", "source": { "type": "git", "url": "https://github.com/TYPO3-CMS/install.git", - "reference": "49809bc9d2472dc9fec66f15e1ef85015d27f9db" + "reference": "9138f8f9b236e82d44185efccebb4d5b4961bd94" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/TYPO3-CMS/install/zipball/49809bc9d2472dc9fec66f15e1ef85015d27f9db", - "reference": "49809bc9d2472dc9fec66f15e1ef85015d27f9db", + "url": "https://api.github.com/repos/TYPO3-CMS/install/zipball/9138f8f9b236e82d44185efccebb4d5b4961bd94", + "reference": "9138f8f9b236e82d44185efccebb4d5b4961bd94", "shasum": "" }, "require": { "nikic/php-parser": "^4.2", "symfony/finder": "^4.1", - "typo3/cms-core": "9.5.14", - "typo3/cms-extbase": "9.5.14", - "typo3/cms-fluid": "9.5.14" + "typo3/cms-core": "9.5.15", + "typo3/cms-extbase": "9.5.15", + "typo3/cms-fluid": "9.5.15" }, "conflict": { "typo3/cms": "*" @@ -4922,24 +4926,24 @@ ], "description": "The Install Tool mounted as the module Tools>Install in TYPO3.", "homepage": "https://typo3.org", - "time": "2020-02-17T23:37:02+00:00" + "time": "2020-03-31T08:40:25+00:00" }, { "name": "typo3/cms-lowlevel", - "version": "v9.5.14", + "version": "v9.5.15", "source": { "type": "git", "url": "https://github.com/TYPO3-CMS/lowlevel.git", - "reference": "e92f4325177fa49782d442ff755f0ed00627ddca" + "reference": "05e8ca1b6bc936c0abbf2d459c5d4326ffb24b33" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/TYPO3-CMS/lowlevel/zipball/e92f4325177fa49782d442ff755f0ed00627ddca", - "reference": "e92f4325177fa49782d442ff755f0ed00627ddca", + "url": "https://api.github.com/repos/TYPO3-CMS/lowlevel/zipball/05e8ca1b6bc936c0abbf2d459c5d4326ffb24b33", + "reference": "05e8ca1b6bc936c0abbf2d459c5d4326ffb24b33", "shasum": "" }, "require": { - "typo3/cms-core": "9.5.14" + "typo3/cms-core": "9.5.15" }, "conflict": { "typo3/cms": "*" @@ -4976,24 +4980,24 @@ ], "description": "Enables the 'Config' and 'DB Check' modules for technical analysis of the system. This includes raw database search, checking relations, counting pages and records etc.", "homepage": "https://typo3.org", - "time": "2020-02-17T23:37:02+00:00" + "time": "2020-03-31T08:40:25+00:00" }, { "name": "typo3/cms-recordlist", - "version": "v9.5.14", + "version": "v9.5.15", "source": { "type": "git", "url": "https://github.com/TYPO3-CMS/recordlist.git", - "reference": "0bce4e6e0cac54525fddad2edca166b88a041b36" + "reference": "f86b3068cb7ce1bcc6bdbdadb70eb479cb3b76b0" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/TYPO3-CMS/recordlist/zipball/0bce4e6e0cac54525fddad2edca166b88a041b36", - "reference": "0bce4e6e0cac54525fddad2edca166b88a041b36", + "url": "https://api.github.com/repos/TYPO3-CMS/recordlist/zipball/f86b3068cb7ce1bcc6bdbdadb70eb479cb3b76b0", + "reference": "f86b3068cb7ce1bcc6bdbdadb70eb479cb3b76b0", "shasum": "" }, "require": { - "typo3/cms-core": "9.5.14" + "typo3/cms-core": "9.5.15" }, "conflict": { "typo3/cms": "*" @@ -5032,24 +5036,24 @@ ], "description": "List of database-records", "homepage": "https://typo3.org", - "time": "2020-02-17T23:37:02+00:00" + "time": "2020-03-31T08:40:25+00:00" }, { "name": "typo3/cms-recycler", - "version": "v9.5.14", + "version": "v9.5.15", "source": { "type": "git", "url": "https://github.com/TYPO3-CMS/recycler.git", - "reference": "fa8d9bd8b4131d95abec198e41fc25e35131c4a4" + "reference": "17fb7a0a59343446c50dbcc57b2f8a05da5f3cc2" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/TYPO3-CMS/recycler/zipball/fa8d9bd8b4131d95abec198e41fc25e35131c4a4", - "reference": "fa8d9bd8b4131d95abec198e41fc25e35131c4a4", + "url": "https://api.github.com/repos/TYPO3-CMS/recycler/zipball/17fb7a0a59343446c50dbcc57b2f8a05da5f3cc2", + "reference": "17fb7a0a59343446c50dbcc57b2f8a05da5f3cc2", "shasum": "" }, "require": { - "typo3/cms-core": "9.5.14" + "typo3/cms-core": "9.5.15" }, "conflict": { "typo3/cms": "*" @@ -5081,25 +5085,25 @@ ], "description": "The recycler offers the possibility to restore deleted records or remove them from the database permanently. These actions can be applied to a single record, multiple records, and recursively to child records (ex. restoring a page can restore all content elements on that page). Filtering by page and by table provides a quick overview of deleted records before taking action on them.", "homepage": "https://typo3.org", - "time": "2020-02-17T23:37:02+00:00" + "time": "2020-03-31T08:40:25+00:00" }, { "name": "typo3/cms-redirects", - "version": "v9.5.14", + "version": "v9.5.15", "source": { "type": "git", "url": "https://github.com/TYPO3-CMS/redirects.git", - "reference": "23af7fdc47c029b75ba422bc8457e1081ab2dd27" + "reference": "64e118f94b8add819fb8fe52cfa005f303ce72c0" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/TYPO3-CMS/redirects/zipball/23af7fdc47c029b75ba422bc8457e1081ab2dd27", - "reference": "23af7fdc47c029b75ba422bc8457e1081ab2dd27", + "url": "https://api.github.com/repos/TYPO3-CMS/redirects/zipball/64e118f94b8add819fb8fe52cfa005f303ce72c0", + "reference": "64e118f94b8add819fb8fe52cfa005f303ce72c0", "shasum": "" }, "require": { - "typo3/cms-backend": "9.5.14", - "typo3/cms-core": "9.5.14", + "typo3/cms-backend": "9.5.15", + "typo3/cms-core": "9.5.15", "typo3fluid/fluid": "^2.6.8" }, "conflict": { @@ -5133,24 +5137,24 @@ ], "description": "Custom redirects in TYPO3.", "homepage": "https://typo3.org", - "time": "2020-02-17T23:37:02+00:00" + "time": "2020-03-31T08:40:25+00:00" }, { "name": "typo3/cms-reports", - "version": "v9.5.14", + "version": "v9.5.15", "source": { "type": "git", "url": "https://github.com/TYPO3-CMS/reports.git", - "reference": "22efcf3e1ef1664e620fca7e3252820a1e70e08a" + "reference": "f0601e40a42810697c493b0a4e7683830c3572cb" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/TYPO3-CMS/reports/zipball/22efcf3e1ef1664e620fca7e3252820a1e70e08a", - "reference": "22efcf3e1ef1664e620fca7e3252820a1e70e08a", + "url": "https://api.github.com/repos/TYPO3-CMS/reports/zipball/f0601e40a42810697c493b0a4e7683830c3572cb", + "reference": "f0601e40a42810697c493b0a4e7683830c3572cb", "shasum": "" }, "require": { - "typo3/cms-core": "9.5.14" + "typo3/cms-core": "9.5.15" }, "conflict": { "typo3/cms": "*" @@ -5190,24 +5194,24 @@ ], "description": "The reports module groups several system reports.", "homepage": "https://typo3.org", - "time": "2020-02-17T23:37:02+00:00" + "time": "2020-03-31T08:40:25+00:00" }, { "name": "typo3/cms-rte-ckeditor", - "version": "v9.5.14", + "version": "v9.5.15", "source": { "type": "git", "url": "https://github.com/TYPO3-CMS/rte_ckeditor.git", - "reference": "2e317a757567f8222ea9d1369f629ce139501f50" + "reference": "3f1bfbf8ab2c2a24f76370bdcaec4c103e027659" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/TYPO3-CMS/rte_ckeditor/zipball/2e317a757567f8222ea9d1369f629ce139501f50", - "reference": "2e317a757567f8222ea9d1369f629ce139501f50", + "url": "https://api.github.com/repos/TYPO3-CMS/rte_ckeditor/zipball/3f1bfbf8ab2c2a24f76370bdcaec4c103e027659", + "reference": "3f1bfbf8ab2c2a24f76370bdcaec4c103e027659", "shasum": "" }, "require": { - "typo3/cms-core": "9.5.14" + "typo3/cms-core": "9.5.15" }, "conflict": { "typo3/cms": "*" @@ -5242,24 +5246,24 @@ ], "description": "Integration of CKEditor as Rich Text Editor.", "homepage": "https://typo3.org", - "time": "2020-02-17T23:37:02+00:00" + "time": "2020-03-31T08:40:25+00:00" }, { "name": "typo3/cms-scheduler", - "version": "v9.5.14", + "version": "v9.5.15", "source": { "type": "git", "url": "https://github.com/TYPO3-CMS/scheduler.git", - "reference": "7bd557dd06472e2ced5ad940cf3b12d59a10ba9e" + "reference": "e0afb93632ba04f5d2833600c70a57161b23b255" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/TYPO3-CMS/scheduler/zipball/7bd557dd06472e2ced5ad940cf3b12d59a10ba9e", - "reference": "7bd557dd06472e2ced5ad940cf3b12d59a10ba9e", + "url": "https://api.github.com/repos/TYPO3-CMS/scheduler/zipball/e0afb93632ba04f5d2833600c70a57161b23b255", + "reference": "e0afb93632ba04f5d2833600c70a57161b23b255", "shasum": "" }, "require": { - "typo3/cms-core": "9.5.14" + "typo3/cms-core": "9.5.15" }, "conflict": { "typo3/cms": "*" @@ -5288,26 +5292,26 @@ ], "description": "The TYPO3 Scheduler let's you register tasks to happen at a specific time", "homepage": "https://typo3.org", - "time": "2020-02-17T23:37:02+00:00" + "time": "2020-03-31T08:40:25+00:00" }, { "name": "typo3/cms-seo", - "version": "v9.5.14", + "version": "v9.5.15", "source": { "type": "git", "url": "https://github.com/TYPO3-CMS/seo.git", - "reference": "0b8d6ecaf8afd7f6e15e6f4f3daf59b493ee24a5" + "reference": "644809be5980c1b6f6830f6b9b20158e9e180032" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/TYPO3-CMS/seo/zipball/0b8d6ecaf8afd7f6e15e6f4f3daf59b493ee24a5", - "reference": "0b8d6ecaf8afd7f6e15e6f4f3daf59b493ee24a5", + "url": "https://api.github.com/repos/TYPO3-CMS/seo/zipball/644809be5980c1b6f6830f6b9b20158e9e180032", + "reference": "644809be5980c1b6f6830f6b9b20158e9e180032", "shasum": "" }, "require": { - "typo3/cms-core": "9.5.14", - "typo3/cms-extbase": "9.5.14", - "typo3/cms-frontend": "9.5.14" + "typo3/cms-core": "9.5.15", + "typo3/cms-extbase": "9.5.15", + "typo3/cms-frontend": "9.5.15" }, "conflict": { "typo3/cms": "*" @@ -5339,24 +5343,24 @@ ], "description": "SEO features for TYPO3.", "homepage": "https://typo3.org", - "time": "2020-02-17T23:37:02+00:00" + "time": "2020-03-31T08:40:25+00:00" }, { "name": "typo3/cms-setup", - "version": "v9.5.14", + "version": "v9.5.15", "source": { "type": "git", "url": "https://github.com/TYPO3-CMS/setup.git", - "reference": "616c07e5d3437856c46abeecde59cee76b3d9a4b" + "reference": "b3fde063e74e7666edeca4410f6cca256f8879f6" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/TYPO3-CMS/setup/zipball/616c07e5d3437856c46abeecde59cee76b3d9a4b", - "reference": "616c07e5d3437856c46abeecde59cee76b3d9a4b", + "url": "https://api.github.com/repos/TYPO3-CMS/setup/zipball/b3fde063e74e7666edeca4410f6cca256f8879f6", + "reference": "b3fde063e74e7666edeca4410f6cca256f8879f6", "shasum": "" }, "require": { - "typo3/cms-core": "9.5.14" + "typo3/cms-core": "9.5.15" }, "conflict": { "typo3/cms": "*" @@ -5388,24 +5392,24 @@ ], "description": "Allows users to edit a limited set of options for their user profile, eg. preferred language and their name and email address.", "homepage": "https://typo3.org", - "time": "2020-02-17T23:37:02+00:00" + "time": "2020-03-31T08:40:25+00:00" }, { "name": "typo3/cms-t3editor", - "version": "v9.5.14", + "version": "v9.5.15", "source": { "type": "git", "url": "https://github.com/TYPO3-CMS/t3editor.git", - "reference": "f6611519868e662031511219f8d7ac358adc30eb" + "reference": "7fe594d0e8ba0f1af3dcef940c0563c7a9d8db20" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/TYPO3-CMS/t3editor/zipball/f6611519868e662031511219f8d7ac358adc30eb", - "reference": "f6611519868e662031511219f8d7ac358adc30eb", + "url": "https://api.github.com/repos/TYPO3-CMS/t3editor/zipball/7fe594d0e8ba0f1af3dcef940c0563c7a9d8db20", + "reference": "7fe594d0e8ba0f1af3dcef940c0563c7a9d8db20", "shasum": "" }, "require": { - "typo3/cms-core": "9.5.14" + "typo3/cms-core": "9.5.15" }, "conflict": { "typo3/cms": "*" @@ -5442,24 +5446,24 @@ ], "description": "JavaScript-driven editor with syntax highlighting and codecompletion. Based on CodeMirror.", "homepage": "https://typo3.org", - "time": "2020-02-17T23:37:02+00:00" + "time": "2020-03-31T08:40:25+00:00" }, { "name": "typo3/cms-taskcenter", - "version": "v9.5.14", + "version": "v9.5.15", "source": { "type": "git", "url": "https://github.com/TYPO3-CMS/taskcenter.git", - "reference": "ec712fcba9a24fc7a0f7055d6aed031e1b186864" + "reference": "ad77796e253bfa358c7a932f3f5fab608f6eca0f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/TYPO3-CMS/taskcenter/zipball/ec712fcba9a24fc7a0f7055d6aed031e1b186864", - "reference": "ec712fcba9a24fc7a0f7055d6aed031e1b186864", + "url": "https://api.github.com/repos/TYPO3-CMS/taskcenter/zipball/ad77796e253bfa358c7a932f3f5fab608f6eca0f", + "reference": "ad77796e253bfa358c7a932f3f5fab608f6eca0f", "shasum": "" }, "require": { - "typo3/cms-core": "9.5.14" + "typo3/cms-core": "9.5.15" }, "conflict": { "typo3/cms": "*" @@ -5488,24 +5492,24 @@ ], "description": "The Task Center is the framework for a host of other extensions, see below.", "homepage": "https://typo3.org", - "time": "2020-02-17T23:37:02+00:00" + "time": "2020-03-31T08:40:25+00:00" }, { "name": "typo3/cms-tstemplate", - "version": "v9.5.14", + "version": "v9.5.15", "source": { "type": "git", "url": "https://github.com/TYPO3-CMS/tstemplate.git", - "reference": "971e2446428cb6343a6d29b4295366b77c1385a7" + "reference": "70b80a529fa45ae5ffeaf322f74c8810564df075" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/TYPO3-CMS/tstemplate/zipball/971e2446428cb6343a6d29b4295366b77c1385a7", - "reference": "971e2446428cb6343a6d29b4295366b77c1385a7", + "url": "https://api.github.com/repos/TYPO3-CMS/tstemplate/zipball/70b80a529fa45ae5ffeaf322f74c8810564df075", + "reference": "70b80a529fa45ae5ffeaf322f74c8810564df075", "shasum": "" }, "require": { - "typo3/cms-core": "9.5.14" + "typo3/cms-core": "9.5.15" }, "conflict": { "typo3/cms": "*" @@ -5537,24 +5541,24 @@ ], "description": "Framework for management of TypoScript template records for the CMS frontend.", "homepage": "https://typo3.org", - "time": "2020-02-17T23:37:02+00:00" + "time": "2020-03-31T08:40:25+00:00" }, { "name": "typo3/cms-viewpage", - "version": "v9.5.14", + "version": "v9.5.15", "source": { "type": "git", "url": "https://github.com/TYPO3-CMS/viewpage.git", - "reference": "cf6b4011226aa351726ecc84851172aaf7c5331f" + "reference": "440b0f99827ff0a0d90fa3d0dc8033ed2aa641f3" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/TYPO3-CMS/viewpage/zipball/cf6b4011226aa351726ecc84851172aaf7c5331f", - "reference": "cf6b4011226aa351726ecc84851172aaf7c5331f", + "url": "https://api.github.com/repos/TYPO3-CMS/viewpage/zipball/440b0f99827ff0a0d90fa3d0dc8033ed2aa641f3", + "reference": "440b0f99827ff0a0d90fa3d0dc8033ed2aa641f3", "shasum": "" }, "require": { - "typo3/cms-core": "9.5.14" + "typo3/cms-core": "9.5.15" }, "conflict": { "typo3/cms": "*" @@ -5586,7 +5590,7 @@ ], "description": "Shows the frontend webpage inside the backend frameset.", "homepage": "https://typo3.org", - "time": "2020-02-17T23:37:02+00:00" + "time": "2020-03-31T08:40:25+00:00" }, { "name": "typo3/phar-stream-wrapper", From 7ac1deaee6daf38c8dc5f44b2ef8d5b04401aee4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Fromme?= Date: Fri, 17 Apr 2020 11:57:57 +0200 Subject: [PATCH 3/4] Update ddev config --- .ddev/config.yaml | 2 +- .ddev/docker-compose.env.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.ddev/config.yaml b/.ddev/config.yaml index 5af23182..87797d8d 100644 --- a/.ddev/config.yaml +++ b/.ddev/config.yaml @@ -15,7 +15,7 @@ additional_hostnames: - ski-wochenenden - schnee-event additional_fqdns: [] -nfs_mount_enabled: false +nfs_mount_enabled: true provider: default omit_containers: [dba] use_dns_when_possible: true diff --git a/.ddev/docker-compose.env.yaml b/.ddev/docker-compose.env.yaml index 232cf795..8bc5748b 100644 --- a/.ddev/docker-compose.env.yaml +++ b/.ddev/docker-compose.env.yaml @@ -3,4 +3,4 @@ version: '3.6' services: web: environment: - - TYPO3_CONTEXT=Development/Ddev + - TYPO3_CONTEXT=Development From 31c2048114a439e4fadab252a27f3e8d4d4028ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Fromme?= Date: Fri, 17 Apr 2020 11:58:16 +0200 Subject: [PATCH 4/4] Fix forms being unavailable in backend --- config/sites/ep-reisen/config.yaml | 11 ++++------- .../ext/ep_theme/Configuration/Forms/FormSetup.yaml | 4 ---- .../TypoScript/Extensions/Form.typoscript | 4 ++++ 3 files changed, 8 insertions(+), 11 deletions(-) diff --git a/config/sites/ep-reisen/config.yaml b/config/sites/ep-reisen/config.yaml index e10539a2..11d04ecb 100644 --- a/config/sites/ep-reisen/config.yaml +++ b/config/sites/ep-reisen/config.yaml @@ -1,14 +1,11 @@ base: / baseVariants: - - base: 'https://eptypo3.burn.dpn' + base: 'https://eptypo3.ddev.site' condition: 'applicationContext == "Development"' - - base: 'https://schnee-event.burn.dpn' + base: 'https://schnee-event.ddev.site' condition: 'applicationContext == "Development/Skimax"' - - - base: 'https://ep-reisen.ddev.site' - condition: 'applicationContext == "Development/Ddev"' disableStaticFileCache: true errorHandling: - @@ -130,8 +127,8 @@ routeEnhancers: date_to: type: PassthroughMapper requirements: - product_uid: '\d' - hotel_uid: '\d' + product_uid: \d + hotel_uid: \d date_from: '\d{4}\-\d{2}\-\d{2}' date_to: '\d{4}\-\d{2}\-\d{2}' BookingLinkPlugin: diff --git a/public/typo3conf/ext/ep_theme/Configuration/Forms/FormSetup.yaml b/public/typo3conf/ext/ep_theme/Configuration/Forms/FormSetup.yaml index ec06bc77..255e9b4e 100644 --- a/public/typo3conf/ext/ep_theme/Configuration/Forms/FormSetup.yaml +++ b/public/typo3conf/ext/ep_theme/Configuration/Forms/FormSetup.yaml @@ -2,12 +2,8 @@ TYPO3: CMS: Form: persistenceManager: - allowedFileMounts: - 10: '1:/user_upload/Formulare/' allowedExtensionPaths: 10: EXT:ep_theme/Resources/Private/Forms/ - allowSaveToExtensionPaths: false - allowDeleteFromExtensionPaths: false prototypes: standard: diff --git a/public/typo3conf/ext/ep_theme/Configuration/TypoScript/Extensions/Form.typoscript b/public/typo3conf/ext/ep_theme/Configuration/TypoScript/Extensions/Form.typoscript index 02cf42fa..190f7e6a 100644 --- a/public/typo3conf/ext/ep_theme/Configuration/TypoScript/Extensions/Form.typoscript +++ b/public/typo3conf/ext/ep_theme/Configuration/TypoScript/Extensions/Form.typoscript @@ -7,3 +7,7 @@ plugin.tx_form.view { plugin.tx_form.settings.yamlConfigurations { 100 = EXT:ep_theme/Configuration/Forms/FormSetup.yaml } + +module.tx_form.settings.yamlConfigurations { + 100 = EXT:ep_theme/Configuration/Forms/FormSetup.yaml +}