Fix regexes of route enhancer aspects and update to 9.5.19 again

This commit is contained in:
Björn Fromme
2020-06-18 14:25:17 +02:00
parent 3fd52e6d53
commit c7ff1f8d5c
4 changed files with 233 additions and 231 deletions
+29 -29
View File
@@ -30,35 +30,35 @@
"symfony/options-resolver": "^4.2", "symfony/options-resolver": "^4.2",
"symfony/property-access": "^4.3", "symfony/property-access": "^4.3",
"symfony/serializer": "^4.2", "symfony/serializer": "^4.2",
"typo3/cms-adminpanel": "9.5.18", "typo3/cms-adminpanel": "^9.5",
"typo3/cms-backend": "9.5.18", "typo3/cms-backend": "^9.5",
"typo3/cms-belog": "9.5.18", "typo3/cms-belog": "^9.5",
"typo3/cms-beuser": "9.5.18", "typo3/cms-beuser": "^9.5",
"typo3/cms-core": "9.5.18", "typo3/cms-core": "^9.5",
"typo3/cms-extbase": "9.5.18", "typo3/cms-extbase": "^9.5",
"typo3/cms-extensionmanager": "9.5.18", "typo3/cms-extensionmanager": "^9.5",
"typo3/cms-felogin": "9.5.18", "typo3/cms-felogin": "^9.5",
"typo3/cms-filelist": "9.5.18", "typo3/cms-filelist": "^9.5",
"typo3/cms-filemetadata": "9.5.18", "typo3/cms-filemetadata": "^9.5",
"typo3/cms-fluid": "9.5.18", "typo3/cms-fluid": "^9.5",
"typo3/cms-fluid-styled-content": "9.5.18", "typo3/cms-fluid-styled-content": "^9.5",
"typo3/cms-form": "9.5.18", "typo3/cms-form": "^9.5",
"typo3/cms-frontend": "9.5.18", "typo3/cms-frontend": "^9.5",
"typo3/cms-info": "9.5.18", "typo3/cms-info": "^9.5",
"typo3/cms-install": "9.5.18", "typo3/cms-install": "^9.5",
"typo3/cms-lowlevel": "9.5.18", "typo3/cms-lowlevel": "^9.5",
"typo3/cms-recordlist": "9.5.18", "typo3/cms-recordlist": "^9.5",
"typo3/cms-recycler": "9.5.18", "typo3/cms-recycler": "^9.5",
"typo3/cms-redirects": "9.5.18", "typo3/cms-redirects": "^9.5",
"typo3/cms-reports": "9.5.18", "typo3/cms-reports": "^9.5",
"typo3/cms-rte-ckeditor": "9.5.18", "typo3/cms-rte-ckeditor": "^9.5",
"typo3/cms-scheduler": "9.5.18", "typo3/cms-scheduler": "^9.5",
"typo3/cms-seo": "9.5.18", "typo3/cms-seo": "^9.5",
"typo3/cms-setup": "9.5.18", "typo3/cms-setup": "^9.5",
"typo3/cms-t3editor": "9.5.18", "typo3/cms-t3editor": "^9.5",
"typo3/cms-taskcenter": "9.5.18", "typo3/cms-taskcenter": "^9.5",
"typo3/cms-tstemplate": "9.5.18", "typo3/cms-tstemplate": "^9.5",
"typo3/cms-viewpage": "9.5.18", "typo3/cms-viewpage": "^9.5",
"wazum/pagetree-resizable": "^1.2", "wazum/pagetree-resizable": "^1.2",
"yoast-seo-for-typo3/yoast_seo": "^5.1", "yoast-seo-for-typo3/yoast_seo": "^5.1",
"yohang/calendr": "^2.1" "yohang/calendr": "^2.1"
Generated
+198 -198
View File
@@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically" "This file is @generated automatically"
], ],
"content-hash": "3244b93c073b3484b0b04c46eeb7996a", "content-hash": "c384522b1ff8b9dee68379d36ec578c0",
"packages": [ "packages": [
{ {
"name": "christophlehmann/imageoptimizer", "name": "christophlehmann/imageoptimizer",
@@ -1992,16 +1992,16 @@
}, },
{ {
"name": "psr/log", "name": "psr/log",
"version": "1.0.2", "version": "1.1.3",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/php-fig/log.git", "url": "https://github.com/php-fig/log.git",
"reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d" "reference": "0f73288fd15629204f9d42b7055f72dacbe811fc"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/php-fig/log/zipball/4ebe3a8bf773a19edfe0a84b6585ba3d401b724d", "url": "https://api.github.com/repos/php-fig/log/zipball/0f73288fd15629204f9d42b7055f72dacbe811fc",
"reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d", "reference": "0f73288fd15629204f9d42b7055f72dacbe811fc",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -2010,7 +2010,7 @@
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-master": "1.0.x-dev" "dev-master": "1.1.x-dev"
} }
}, },
"autoload": { "autoload": {
@@ -2035,7 +2035,7 @@
"psr", "psr",
"psr-3" "psr-3"
], ],
"time": "2016-10-10T12:19:37+00:00" "time": "2020-03-23T09:12:05+00:00"
}, },
{ {
"name": "ralouphie/getallheaders", "name": "ralouphie/getallheaders",
@@ -4618,26 +4618,26 @@
}, },
{ {
"name": "typo3/cms-adminpanel", "name": "typo3/cms-adminpanel",
"version": "v9.5.18", "version": "v9.5.19",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/TYPO3-CMS/adminpanel.git", "url": "https://github.com/TYPO3-CMS/adminpanel.git",
"reference": "45a841829d5c5c3ba5f68748ede1ec4de5201ccf" "reference": "20927c83dca94e1946be29e96acaff2aa51f1121"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/TYPO3-CMS/adminpanel/zipball/45a841829d5c5c3ba5f68748ede1ec4de5201ccf", "url": "https://api.github.com/repos/TYPO3-CMS/adminpanel/zipball/20927c83dca94e1946be29e96acaff2aa51f1121",
"reference": "45a841829d5c5c3ba5f68748ede1ec4de5201ccf", "reference": "20927c83dca94e1946be29e96acaff2aa51f1121",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"psr/http-message": "~1.0", "psr/http-message": "^1.0",
"psr/http-server-handler": "^1.0", "psr/http-server-handler": "^1.0",
"psr/http-server-middleware": "^1.0", "psr/http-server-middleware": "^1.0",
"typo3/cms-backend": "9.5.18", "typo3/cms-backend": "9.5.19",
"typo3/cms-core": "9.5.18", "typo3/cms-core": "9.5.19",
"typo3/cms-fluid": "9.5.18", "typo3/cms-fluid": "9.5.19",
"typo3/cms-frontend": "9.5.18", "typo3/cms-frontend": "9.5.19",
"typo3fluid/fluid": "^2.6.8" "typo3fluid/fluid": "^2.6.8"
}, },
"conflict": { "conflict": {
@@ -4676,25 +4676,25 @@
], ],
"description": "The TYPO3 admin panel provides a panel with additional functionality in the frontend (Debugging, Caching, Preview...)", "description": "The TYPO3 admin panel provides a panel with additional functionality in the frontend (Debugging, Caching, Preview...)",
"homepage": "https://typo3.org", "homepage": "https://typo3.org",
"time": "2020-05-19T13:10:50+00:00" "time": "2020-06-09T08:44:34+00:00"
}, },
{ {
"name": "typo3/cms-backend", "name": "typo3/cms-backend",
"version": "v9.5.18", "version": "v9.5.19",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/TYPO3-CMS/backend.git", "url": "https://github.com/TYPO3-CMS/backend.git",
"reference": "8059a593a283cd0106383116a3758c5e92f45efe" "reference": "ff4f39e0283904e36d7976c484817613a441e8f5"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/TYPO3-CMS/backend/zipball/8059a593a283cd0106383116a3758c5e92f45efe", "url": "https://api.github.com/repos/TYPO3-CMS/backend/zipball/ff4f39e0283904e36d7976c484817613a441e8f5",
"reference": "8059a593a283cd0106383116a3758c5e92f45efe", "reference": "ff4f39e0283904e36d7976c484817613a441e8f5",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"typo3/cms-core": "9.5.18", "typo3/cms-core": "9.5.19",
"typo3/cms-recordlist": "9.5.18" "typo3/cms-recordlist": "9.5.19"
}, },
"conflict": { "conflict": {
"typo3/cms": "*" "typo3/cms": "*"
@@ -4743,24 +4743,24 @@
], ],
"description": "Classes for the TYPO3 backend.", "description": "Classes for the TYPO3 backend.",
"homepage": "https://typo3.org", "homepage": "https://typo3.org",
"time": "2020-05-19T13:10:50+00:00" "time": "2020-06-09T08:44:34+00:00"
}, },
{ {
"name": "typo3/cms-belog", "name": "typo3/cms-belog",
"version": "v9.5.18", "version": "v9.5.19",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/TYPO3-CMS/belog.git", "url": "https://github.com/TYPO3-CMS/belog.git",
"reference": "57b79bdebcaad476aa0a82b8be7e5e5f010f6869" "reference": "c16c8920e4b80cc866944fa558cbc512ef1cc3ed"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/TYPO3-CMS/belog/zipball/57b79bdebcaad476aa0a82b8be7e5e5f010f6869", "url": "https://api.github.com/repos/TYPO3-CMS/belog/zipball/c16c8920e4b80cc866944fa558cbc512ef1cc3ed",
"reference": "57b79bdebcaad476aa0a82b8be7e5e5f010f6869", "reference": "c16c8920e4b80cc866944fa558cbc512ef1cc3ed",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"typo3/cms-core": "9.5.18" "typo3/cms-core": "9.5.19"
}, },
"conflict": { "conflict": {
"typo3/cms": "*" "typo3/cms": "*"
@@ -4792,24 +4792,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).", "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", "homepage": "https://typo3.org",
"time": "2020-05-19T13:10:50+00:00" "time": "2020-06-09T08:44:34+00:00"
}, },
{ {
"name": "typo3/cms-beuser", "name": "typo3/cms-beuser",
"version": "v9.5.18", "version": "v9.5.19",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/TYPO3-CMS/beuser.git", "url": "https://github.com/TYPO3-CMS/beuser.git",
"reference": "d22660665eaaccd3b0985efbdced7f527ee29a81" "reference": "b1bbdf28ae367b4aad0ca05f80de72277c5601d3"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/TYPO3-CMS/beuser/zipball/d22660665eaaccd3b0985efbdced7f527ee29a81", "url": "https://api.github.com/repos/TYPO3-CMS/beuser/zipball/b1bbdf28ae367b4aad0ca05f80de72277c5601d3",
"reference": "d22660665eaaccd3b0985efbdced7f527ee29a81", "reference": "b1bbdf28ae367b4aad0ca05f80de72277c5601d3",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"typo3/cms-core": "9.5.18" "typo3/cms-core": "9.5.19"
}, },
"conflict": { "conflict": {
"typo3/cms": "*" "typo3/cms": "*"
@@ -4841,7 +4841,7 @@
], ],
"description": "Backend user administration and overview. Allows you to compare the settings of users and verify their permissions and see who is online.", "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", "homepage": "https://typo3.org",
"time": "2020-05-19T13:10:50+00:00" "time": "2020-06-09T08:44:34+00:00"
}, },
{ {
"name": "typo3/cms-cli", "name": "typo3/cms-cli",
@@ -4941,16 +4941,16 @@
}, },
{ {
"name": "typo3/cms-core", "name": "typo3/cms-core",
"version": "v9.5.18", "version": "v9.5.19",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/TYPO3-CMS/core.git", "url": "https://github.com/TYPO3-CMS/core.git",
"reference": "96a3fe773ed42a8362bf8e86ab66632015418037" "reference": "c899b8d2e8a0f6c1ba843ee34df1c14e13b7d787"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/TYPO3-CMS/core/zipball/96a3fe773ed42a8362bf8e86ab66632015418037", "url": "https://api.github.com/repos/TYPO3-CMS/core/zipball/c899b8d2e8a0f6c1ba843ee34df1c14e13b7d787",
"reference": "96a3fe773ed42a8362bf8e86ab66632015418037", "reference": "c899b8d2e8a0f6c1ba843ee34df1c14e13b7d787",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -4965,13 +4965,13 @@
"ext-session": "*", "ext-session": "*",
"ext-xml": "*", "ext-xml": "*",
"guzzlehttp/guzzle": "^6.3.0", "guzzlehttp/guzzle": "^6.3.0",
"nikic/php-parser": "^4.2", "nikic/php-parser": "^4.3.0",
"php": "^7.2", "php": "^7.2",
"psr/container": "^1.0", "psr/container": "^1.0",
"psr/http-message": "~1.0", "psr/http-message": "^1.0",
"psr/http-server-handler": "^1.0", "psr/http-server-handler": "^1.0",
"psr/http-server-middleware": "^1.0", "psr/http-server-middleware": "^1.0",
"psr/log": "~1.0.0", "psr/log": "^1.0",
"swiftmailer/swiftmailer": "~5.4.5", "swiftmailer/swiftmailer": "~5.4.5",
"symfony/console": "^4.1", "symfony/console": "^4.1",
"symfony/expression-language": "^4.1", "symfony/expression-language": "^4.1",
@@ -5057,24 +5057,24 @@
], ],
"description": "The core library of TYPO3.", "description": "The core library of TYPO3.",
"homepage": "https://typo3.org", "homepage": "https://typo3.org",
"time": "2020-05-19T13:10:50+00:00" "time": "2020-06-09T08:44:34+00:00"
}, },
{ {
"name": "typo3/cms-extbase", "name": "typo3/cms-extbase",
"version": "v9.5.18", "version": "v9.5.19",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/TYPO3-CMS/extbase.git", "url": "https://github.com/TYPO3-CMS/extbase.git",
"reference": "388fed86aa9c665ecb2678c1d26206170c2b0eea" "reference": "9a04c882c44ed2aee9051e6a7f71f7cf9df637ed"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/TYPO3-CMS/extbase/zipball/388fed86aa9c665ecb2678c1d26206170c2b0eea", "url": "https://api.github.com/repos/TYPO3-CMS/extbase/zipball/9a04c882c44ed2aee9051e6a7f71f7cf9df637ed",
"reference": "388fed86aa9c665ecb2678c1d26206170c2b0eea", "reference": "9a04c882c44ed2aee9051e6a7f71f7cf9df637ed",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"typo3/cms-core": "9.5.18" "typo3/cms-core": "9.5.19"
}, },
"conflict": { "conflict": {
"typo3/cms": "*" "typo3/cms": "*"
@@ -5116,24 +5116,24 @@
], ],
"description": "A framework to build extensions for TYPO3 CMS.", "description": "A framework to build extensions for TYPO3 CMS.",
"homepage": "https://typo3.org", "homepage": "https://typo3.org",
"time": "2020-05-19T13:10:50+00:00" "time": "2020-06-09T08:44:34+00:00"
}, },
{ {
"name": "typo3/cms-extensionmanager", "name": "typo3/cms-extensionmanager",
"version": "v9.5.18", "version": "v9.5.19",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/TYPO3-CMS/extensionmanager.git", "url": "https://github.com/TYPO3-CMS/extensionmanager.git",
"reference": "1f9ff5194470d737ff9c1555e0fcf6d67f731f49" "reference": "c584f83d5d66988c273b5d7639030552a3ed9a2c"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/TYPO3-CMS/extensionmanager/zipball/1f9ff5194470d737ff9c1555e0fcf6d67f731f49", "url": "https://api.github.com/repos/TYPO3-CMS/extensionmanager/zipball/c584f83d5d66988c273b5d7639030552a3ed9a2c",
"reference": "1f9ff5194470d737ff9c1555e0fcf6d67f731f49", "reference": "c584f83d5d66988c273b5d7639030552a3ed9a2c",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"typo3/cms-core": "9.5.18" "typo3/cms-core": "9.5.19"
}, },
"conflict": { "conflict": {
"typo3/cms": "*" "typo3/cms": "*"
@@ -5167,24 +5167,24 @@
], ],
"description": "TYPO3 Extension Manager", "description": "TYPO3 Extension Manager",
"homepage": "https://typo3.org", "homepage": "https://typo3.org",
"time": "2020-05-19T13:10:50+00:00" "time": "2020-06-09T08:44:34+00:00"
}, },
{ {
"name": "typo3/cms-felogin", "name": "typo3/cms-felogin",
"version": "v9.5.18", "version": "v9.5.19",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/TYPO3-CMS/felogin.git", "url": "https://github.com/TYPO3-CMS/felogin.git",
"reference": "ebf447d799067b009ebc4c7108f515436c0b7864" "reference": "8f2aba8d3ae899e5e31d67232350d1659fc82bc5"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/TYPO3-CMS/felogin/zipball/ebf447d799067b009ebc4c7108f515436c0b7864", "url": "https://api.github.com/repos/TYPO3-CMS/felogin/zipball/8f2aba8d3ae899e5e31d67232350d1659fc82bc5",
"reference": "ebf447d799067b009ebc4c7108f515436c0b7864", "reference": "8f2aba8d3ae899e5e31d67232350d1659fc82bc5",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"typo3/cms-core": "9.5.18" "typo3/cms-core": "9.5.19"
}, },
"conflict": { "conflict": {
"typo3/cms": "*" "typo3/cms": "*"
@@ -5216,24 +5216,24 @@
], ],
"description": "A template-based plugin to log in Website Users in the Frontend", "description": "A template-based plugin to log in Website Users in the Frontend",
"homepage": "https://typo3.org", "homepage": "https://typo3.org",
"time": "2020-05-19T13:10:50+00:00" "time": "2020-06-09T08:44:34+00:00"
}, },
{ {
"name": "typo3/cms-filelist", "name": "typo3/cms-filelist",
"version": "v9.5.18", "version": "v9.5.19",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/TYPO3-CMS/filelist.git", "url": "https://github.com/TYPO3-CMS/filelist.git",
"reference": "466e8066b25bb25799e85a7d7c06f379240aa67d" "reference": "67ace83e9acddf1a08276a801dccf7874f1ddd16"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/TYPO3-CMS/filelist/zipball/466e8066b25bb25799e85a7d7c06f379240aa67d", "url": "https://api.github.com/repos/TYPO3-CMS/filelist/zipball/67ace83e9acddf1a08276a801dccf7874f1ddd16",
"reference": "466e8066b25bb25799e85a7d7c06f379240aa67d", "reference": "67ace83e9acddf1a08276a801dccf7874f1ddd16",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"typo3/cms-core": "9.5.18" "typo3/cms-core": "9.5.19"
}, },
"conflict": { "conflict": {
"typo3/cms": "*" "typo3/cms": "*"
@@ -5267,24 +5267,24 @@
], ],
"description": "Listing of files in the directory", "description": "Listing of files in the directory",
"homepage": "https://typo3.org", "homepage": "https://typo3.org",
"time": "2020-05-19T13:10:50+00:00" "time": "2020-06-09T08:44:34+00:00"
}, },
{ {
"name": "typo3/cms-filemetadata", "name": "typo3/cms-filemetadata",
"version": "v9.5.18", "version": "v9.5.19",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/TYPO3-CMS/filemetadata.git", "url": "https://github.com/TYPO3-CMS/filemetadata.git",
"reference": "573b17114c0e0457faa84e7465c577835520b30e" "reference": "6945d6ead127b8e663e1bd6efe677cc6688ced35"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/TYPO3-CMS/filemetadata/zipball/573b17114c0e0457faa84e7465c577835520b30e", "url": "https://api.github.com/repos/TYPO3-CMS/filemetadata/zipball/6945d6ead127b8e663e1bd6efe677cc6688ced35",
"reference": "573b17114c0e0457faa84e7465c577835520b30e", "reference": "6945d6ead127b8e663e1bd6efe677cc6688ced35",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"typo3/cms-core": "9.5.18" "typo3/cms-core": "9.5.19"
}, },
"conflict": { "conflict": {
"typo3/cms": "*" "typo3/cms": "*"
@@ -5308,25 +5308,25 @@
], ],
"description": "Add advanced metadata to File.", "description": "Add advanced metadata to File.",
"homepage": "https://typo3.org", "homepage": "https://typo3.org",
"time": "2020-05-19T13:10:50+00:00" "time": "2020-06-09T08:44:34+00:00"
}, },
{ {
"name": "typo3/cms-fluid", "name": "typo3/cms-fluid",
"version": "v9.5.18", "version": "v9.5.19",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/TYPO3-CMS/fluid.git", "url": "https://github.com/TYPO3-CMS/fluid.git",
"reference": "909231d38605db32d7497b69da504ed36deceed8" "reference": "8beeff41b88a57e4314a1f8083ffe7b2ad61fb17"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/TYPO3-CMS/fluid/zipball/909231d38605db32d7497b69da504ed36deceed8", "url": "https://api.github.com/repos/TYPO3-CMS/fluid/zipball/8beeff41b88a57e4314a1f8083ffe7b2ad61fb17",
"reference": "909231d38605db32d7497b69da504ed36deceed8", "reference": "8beeff41b88a57e4314a1f8083ffe7b2ad61fb17",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"typo3/cms-core": "9.5.18", "typo3/cms-core": "9.5.19",
"typo3/cms-extbase": "9.5.18", "typo3/cms-extbase": "9.5.19",
"typo3fluid/fluid": "^2.6.8" "typo3fluid/fluid": "^2.6.8"
}, },
"conflict": { "conflict": {
@@ -5367,26 +5367,26 @@
], ],
"description": "Fluid is a next-generation templating engine which makes the life of extension authors a lot easier!", "description": "Fluid is a next-generation templating engine which makes the life of extension authors a lot easier!",
"homepage": "https://typo3.org", "homepage": "https://typo3.org",
"time": "2020-05-19T13:10:50+00:00" "time": "2020-06-09T08:44:34+00:00"
}, },
{ {
"name": "typo3/cms-fluid-styled-content", "name": "typo3/cms-fluid-styled-content",
"version": "v9.5.18", "version": "v9.5.19",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/TYPO3-CMS/fluid_styled_content.git", "url": "https://github.com/TYPO3-CMS/fluid_styled_content.git",
"reference": "bf3d033e29feb0e38c4adca93930f2bdc4fdfe2f" "reference": "9227e2ce3c692525ae9d1ef3a6434cd441363056"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/TYPO3-CMS/fluid_styled_content/zipball/bf3d033e29feb0e38c4adca93930f2bdc4fdfe2f", "url": "https://api.github.com/repos/TYPO3-CMS/fluid_styled_content/zipball/9227e2ce3c692525ae9d1ef3a6434cd441363056",
"reference": "bf3d033e29feb0e38c4adca93930f2bdc4fdfe2f", "reference": "9227e2ce3c692525ae9d1ef3a6434cd441363056",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"typo3/cms-core": "9.5.18", "typo3/cms-core": "9.5.19",
"typo3/cms-fluid": "9.5.18", "typo3/cms-fluid": "9.5.19",
"typo3/cms-frontend": "9.5.18" "typo3/cms-frontend": "9.5.19"
}, },
"conflict": { "conflict": {
"typo3/cms": "*" "typo3/cms": "*"
@@ -5418,26 +5418,26 @@
], ],
"description": "A set of common content elements based on Fluid for Frontend output.", "description": "A set of common content elements based on Fluid for Frontend output.",
"homepage": "https://typo3.org", "homepage": "https://typo3.org",
"time": "2020-05-19T13:10:50+00:00" "time": "2020-06-09T08:44:34+00:00"
}, },
{ {
"name": "typo3/cms-form", "name": "typo3/cms-form",
"version": "v9.5.18", "version": "v9.5.19",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/TYPO3-CMS/form.git", "url": "https://github.com/TYPO3-CMS/form.git",
"reference": "9229ec13a25bfb22d66bd6e79d8e39d64bb527cc" "reference": "238fbf62741f482c4051fff9c8544c930b6e3d8c"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/TYPO3-CMS/form/zipball/9229ec13a25bfb22d66bd6e79d8e39d64bb527cc", "url": "https://api.github.com/repos/TYPO3-CMS/form/zipball/238fbf62741f482c4051fff9c8544c930b6e3d8c",
"reference": "9229ec13a25bfb22d66bd6e79d8e39d64bb527cc", "reference": "238fbf62741f482c4051fff9c8544c930b6e3d8c",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"psr/http-message": "~1.0", "psr/http-message": "^1.0",
"symfony/expression-language": "^4.1", "symfony/expression-language": "^4.1",
"typo3/cms-core": "9.5.18" "typo3/cms-core": "9.5.19"
}, },
"conflict": { "conflict": {
"typo3/cms": "*" "typo3/cms": "*"
@@ -5473,24 +5473,24 @@
], ],
"description": "Form Library, Plugin and Editor", "description": "Form Library, Plugin and Editor",
"homepage": "https://typo3.org", "homepage": "https://typo3.org",
"time": "2020-05-19T13:10:50+00:00" "time": "2020-06-09T08:44:34+00:00"
}, },
{ {
"name": "typo3/cms-frontend", "name": "typo3/cms-frontend",
"version": "v9.5.18", "version": "v9.5.19",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/TYPO3-CMS/frontend.git", "url": "https://github.com/TYPO3-CMS/frontend.git",
"reference": "06a03d5b864a55b9687cc60895a5155b1428739a" "reference": "30555afa086c357b08d62d8121b0b1cc9cd8a8be"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/TYPO3-CMS/frontend/zipball/06a03d5b864a55b9687cc60895a5155b1428739a", "url": "https://api.github.com/repos/TYPO3-CMS/frontend/zipball/30555afa086c357b08d62d8121b0b1cc9cd8a8be",
"reference": "06a03d5b864a55b9687cc60895a5155b1428739a", "reference": "30555afa086c357b08d62d8121b0b1cc9cd8a8be",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"typo3/cms-core": "9.5.18" "typo3/cms-core": "9.5.19"
}, },
"conflict": { "conflict": {
"typo3/cms": "*" "typo3/cms": "*"
@@ -5527,24 +5527,24 @@
], ],
"description": "Classes for the frontend of TYPO3.", "description": "Classes for the frontend of TYPO3.",
"homepage": "https://typo3.org", "homepage": "https://typo3.org",
"time": "2020-05-19T13:10:50+00:00" "time": "2020-06-09T08:44:34+00:00"
}, },
{ {
"name": "typo3/cms-info", "name": "typo3/cms-info",
"version": "v9.5.18", "version": "v9.5.19",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/TYPO3-CMS/info.git", "url": "https://github.com/TYPO3-CMS/info.git",
"reference": "2a39f9ce747fcf4941dc19ab0299585bf3a343b0" "reference": "9587453d08ebf79588d268c748337f6dce5967e3"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/TYPO3-CMS/info/zipball/2a39f9ce747fcf4941dc19ab0299585bf3a343b0", "url": "https://api.github.com/repos/TYPO3-CMS/info/zipball/9587453d08ebf79588d268c748337f6dce5967e3",
"reference": "2a39f9ce747fcf4941dc19ab0299585bf3a343b0", "reference": "9587453d08ebf79588d268c748337f6dce5967e3",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"typo3/cms-core": "9.5.18" "typo3/cms-core": "9.5.19"
}, },
"conflict": { "conflict": {
"typo3/cms": "*" "typo3/cms": "*"
@@ -5585,28 +5585,28 @@
], ],
"description": "Shows various infos", "description": "Shows various infos",
"homepage": "https://typo3.org", "homepage": "https://typo3.org",
"time": "2020-05-19T13:10:50+00:00" "time": "2020-06-09T08:44:34+00:00"
}, },
{ {
"name": "typo3/cms-install", "name": "typo3/cms-install",
"version": "v9.5.18", "version": "v9.5.19",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/TYPO3-CMS/install.git", "url": "https://github.com/TYPO3-CMS/install.git",
"reference": "3ff3dc06faa6b02d79cded9e9176d8c4f4335921" "reference": "08487d4363f537c8942dd54c6cd0e658c4ede66a"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/TYPO3-CMS/install/zipball/3ff3dc06faa6b02d79cded9e9176d8c4f4335921", "url": "https://api.github.com/repos/TYPO3-CMS/install/zipball/08487d4363f537c8942dd54c6cd0e658c4ede66a",
"reference": "3ff3dc06faa6b02d79cded9e9176d8c4f4335921", "reference": "08487d4363f537c8942dd54c6cd0e658c4ede66a",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"nikic/php-parser": "^4.2", "nikic/php-parser": "^4.3.0",
"symfony/finder": "^4.1", "symfony/finder": "^4.1",
"typo3/cms-core": "9.5.18", "typo3/cms-core": "9.5.19",
"typo3/cms-extbase": "9.5.18", "typo3/cms-extbase": "9.5.19",
"typo3/cms-fluid": "9.5.18" "typo3/cms-fluid": "9.5.19"
}, },
"conflict": { "conflict": {
"typo3/cms": "*" "typo3/cms": "*"
@@ -5640,24 +5640,24 @@
], ],
"description": "The Install Tool mounted as the module Tools>Install in TYPO3.", "description": "The Install Tool mounted as the module Tools>Install in TYPO3.",
"homepage": "https://typo3.org", "homepage": "https://typo3.org",
"time": "2020-05-19T13:10:50+00:00" "time": "2020-06-09T08:44:34+00:00"
}, },
{ {
"name": "typo3/cms-lowlevel", "name": "typo3/cms-lowlevel",
"version": "v9.5.18", "version": "v9.5.19",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/TYPO3-CMS/lowlevel.git", "url": "https://github.com/TYPO3-CMS/lowlevel.git",
"reference": "ab0a07f9157b62762a6b21819cdd6744876def79" "reference": "5986a8f6452f9876e318e622236e08dcd0cd09b4"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/TYPO3-CMS/lowlevel/zipball/ab0a07f9157b62762a6b21819cdd6744876def79", "url": "https://api.github.com/repos/TYPO3-CMS/lowlevel/zipball/5986a8f6452f9876e318e622236e08dcd0cd09b4",
"reference": "ab0a07f9157b62762a6b21819cdd6744876def79", "reference": "5986a8f6452f9876e318e622236e08dcd0cd09b4",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"typo3/cms-core": "9.5.18" "typo3/cms-core": "9.5.19"
}, },
"conflict": { "conflict": {
"typo3/cms": "*" "typo3/cms": "*"
@@ -5694,24 +5694,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.", "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", "homepage": "https://typo3.org",
"time": "2020-05-19T13:10:50+00:00" "time": "2020-06-09T08:44:34+00:00"
}, },
{ {
"name": "typo3/cms-recordlist", "name": "typo3/cms-recordlist",
"version": "v9.5.18", "version": "v9.5.19",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/TYPO3-CMS/recordlist.git", "url": "https://github.com/TYPO3-CMS/recordlist.git",
"reference": "c387723b247656d48e30cc420ea23dffa5a80dcd" "reference": "060a573cc2be6e17ffef2c51bd11108de1a7d997"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/TYPO3-CMS/recordlist/zipball/c387723b247656d48e30cc420ea23dffa5a80dcd", "url": "https://api.github.com/repos/TYPO3-CMS/recordlist/zipball/060a573cc2be6e17ffef2c51bd11108de1a7d997",
"reference": "c387723b247656d48e30cc420ea23dffa5a80dcd", "reference": "060a573cc2be6e17ffef2c51bd11108de1a7d997",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"typo3/cms-core": "9.5.18" "typo3/cms-core": "9.5.19"
}, },
"conflict": { "conflict": {
"typo3/cms": "*" "typo3/cms": "*"
@@ -5750,24 +5750,24 @@
], ],
"description": "List of database-records", "description": "List of database-records",
"homepage": "https://typo3.org", "homepage": "https://typo3.org",
"time": "2020-05-19T13:10:50+00:00" "time": "2020-06-09T08:44:34+00:00"
}, },
{ {
"name": "typo3/cms-recycler", "name": "typo3/cms-recycler",
"version": "v9.5.18", "version": "v9.5.19",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/TYPO3-CMS/recycler.git", "url": "https://github.com/TYPO3-CMS/recycler.git",
"reference": "939d1fbe59e5458d42423e9e64368f51a2a976ae" "reference": "e60bb994712013dcb4104204c83db9a82291b046"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/TYPO3-CMS/recycler/zipball/939d1fbe59e5458d42423e9e64368f51a2a976ae", "url": "https://api.github.com/repos/TYPO3-CMS/recycler/zipball/e60bb994712013dcb4104204c83db9a82291b046",
"reference": "939d1fbe59e5458d42423e9e64368f51a2a976ae", "reference": "e60bb994712013dcb4104204c83db9a82291b046",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"typo3/cms-core": "9.5.18" "typo3/cms-core": "9.5.19"
}, },
"conflict": { "conflict": {
"typo3/cms": "*" "typo3/cms": "*"
@@ -5799,25 +5799,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.", "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", "homepage": "https://typo3.org",
"time": "2020-05-19T13:10:50+00:00" "time": "2020-06-09T08:44:34+00:00"
}, },
{ {
"name": "typo3/cms-redirects", "name": "typo3/cms-redirects",
"version": "v9.5.18", "version": "v9.5.19",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/TYPO3-CMS/redirects.git", "url": "https://github.com/TYPO3-CMS/redirects.git",
"reference": "c0cf21050db1ef58b25cba98ebd9b16d1f2b9c1e" "reference": "8aea05ddd72c2ddea63f283c81d4d12bcfdfdfe3"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/TYPO3-CMS/redirects/zipball/c0cf21050db1ef58b25cba98ebd9b16d1f2b9c1e", "url": "https://api.github.com/repos/TYPO3-CMS/redirects/zipball/8aea05ddd72c2ddea63f283c81d4d12bcfdfdfe3",
"reference": "c0cf21050db1ef58b25cba98ebd9b16d1f2b9c1e", "reference": "8aea05ddd72c2ddea63f283c81d4d12bcfdfdfe3",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"typo3/cms-backend": "9.5.18", "typo3/cms-backend": "9.5.19",
"typo3/cms-core": "9.5.18", "typo3/cms-core": "9.5.19",
"typo3fluid/fluid": "^2.6.8" "typo3fluid/fluid": "^2.6.8"
}, },
"conflict": { "conflict": {
@@ -5851,24 +5851,24 @@
], ],
"description": "Custom redirects in TYPO3.", "description": "Custom redirects in TYPO3.",
"homepage": "https://typo3.org", "homepage": "https://typo3.org",
"time": "2020-05-19T13:10:50+00:00" "time": "2020-06-09T08:44:34+00:00"
}, },
{ {
"name": "typo3/cms-reports", "name": "typo3/cms-reports",
"version": "v9.5.18", "version": "v9.5.19",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/TYPO3-CMS/reports.git", "url": "https://github.com/TYPO3-CMS/reports.git",
"reference": "a066b5de3df246608b3219f3faceaea059b14294" "reference": "337cb34508e51621978722944646fe071d39143b"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/TYPO3-CMS/reports/zipball/a066b5de3df246608b3219f3faceaea059b14294", "url": "https://api.github.com/repos/TYPO3-CMS/reports/zipball/337cb34508e51621978722944646fe071d39143b",
"reference": "a066b5de3df246608b3219f3faceaea059b14294", "reference": "337cb34508e51621978722944646fe071d39143b",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"typo3/cms-core": "9.5.18" "typo3/cms-core": "9.5.19"
}, },
"conflict": { "conflict": {
"typo3/cms": "*" "typo3/cms": "*"
@@ -5908,24 +5908,24 @@
], ],
"description": "The reports module groups several system reports.", "description": "The reports module groups several system reports.",
"homepage": "https://typo3.org", "homepage": "https://typo3.org",
"time": "2020-05-19T13:10:50+00:00" "time": "2020-06-09T08:44:34+00:00"
}, },
{ {
"name": "typo3/cms-rte-ckeditor", "name": "typo3/cms-rte-ckeditor",
"version": "v9.5.18", "version": "v9.5.19",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/TYPO3-CMS/rte_ckeditor.git", "url": "https://github.com/TYPO3-CMS/rte_ckeditor.git",
"reference": "1ae865f8f6a0dc7e4a661cf6f667eb18fabe4fad" "reference": "32a7b451d1902b26f50be2e47afb74f405e14605"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/TYPO3-CMS/rte_ckeditor/zipball/1ae865f8f6a0dc7e4a661cf6f667eb18fabe4fad", "url": "https://api.github.com/repos/TYPO3-CMS/rte_ckeditor/zipball/32a7b451d1902b26f50be2e47afb74f405e14605",
"reference": "1ae865f8f6a0dc7e4a661cf6f667eb18fabe4fad", "reference": "32a7b451d1902b26f50be2e47afb74f405e14605",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"typo3/cms-core": "9.5.18" "typo3/cms-core": "9.5.19"
}, },
"conflict": { "conflict": {
"typo3/cms": "*" "typo3/cms": "*"
@@ -5960,24 +5960,24 @@
], ],
"description": "Integration of CKEditor as Rich Text Editor.", "description": "Integration of CKEditor as Rich Text Editor.",
"homepage": "https://typo3.org", "homepage": "https://typo3.org",
"time": "2020-05-19T13:10:50+00:00" "time": "2020-06-09T08:44:34+00:00"
}, },
{ {
"name": "typo3/cms-scheduler", "name": "typo3/cms-scheduler",
"version": "v9.5.18", "version": "v9.5.19",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/TYPO3-CMS/scheduler.git", "url": "https://github.com/TYPO3-CMS/scheduler.git",
"reference": "cc570bf6b4527837347c18eaac1e0905c844b13e" "reference": "74bde218cd06b9693b9313608159ceb6c6bf7873"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/TYPO3-CMS/scheduler/zipball/cc570bf6b4527837347c18eaac1e0905c844b13e", "url": "https://api.github.com/repos/TYPO3-CMS/scheduler/zipball/74bde218cd06b9693b9313608159ceb6c6bf7873",
"reference": "cc570bf6b4527837347c18eaac1e0905c844b13e", "reference": "74bde218cd06b9693b9313608159ceb6c6bf7873",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"typo3/cms-core": "9.5.18" "typo3/cms-core": "9.5.19"
}, },
"conflict": { "conflict": {
"typo3/cms": "*" "typo3/cms": "*"
@@ -6006,26 +6006,26 @@
], ],
"description": "The TYPO3 Scheduler let's you register tasks to happen at a specific time", "description": "The TYPO3 Scheduler let's you register tasks to happen at a specific time",
"homepage": "https://typo3.org", "homepage": "https://typo3.org",
"time": "2020-05-19T13:10:50+00:00" "time": "2020-06-09T08:44:34+00:00"
}, },
{ {
"name": "typo3/cms-seo", "name": "typo3/cms-seo",
"version": "v9.5.18", "version": "v9.5.19",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/TYPO3-CMS/seo.git", "url": "https://github.com/TYPO3-CMS/seo.git",
"reference": "ea285517f4ff6bcd1677302666ba1aff0069c8c7" "reference": "313466224bc254b0765e17a2d42d6c3e95418744"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/TYPO3-CMS/seo/zipball/ea285517f4ff6bcd1677302666ba1aff0069c8c7", "url": "https://api.github.com/repos/TYPO3-CMS/seo/zipball/313466224bc254b0765e17a2d42d6c3e95418744",
"reference": "ea285517f4ff6bcd1677302666ba1aff0069c8c7", "reference": "313466224bc254b0765e17a2d42d6c3e95418744",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"typo3/cms-core": "9.5.18", "typo3/cms-core": "9.5.19",
"typo3/cms-extbase": "9.5.18", "typo3/cms-extbase": "9.5.19",
"typo3/cms-frontend": "9.5.18" "typo3/cms-frontend": "9.5.19"
}, },
"conflict": { "conflict": {
"typo3/cms": "*" "typo3/cms": "*"
@@ -6057,24 +6057,24 @@
], ],
"description": "SEO features for TYPO3.", "description": "SEO features for TYPO3.",
"homepage": "https://typo3.org", "homepage": "https://typo3.org",
"time": "2020-05-19T13:10:50+00:00" "time": "2020-06-09T08:44:34+00:00"
}, },
{ {
"name": "typo3/cms-setup", "name": "typo3/cms-setup",
"version": "v9.5.18", "version": "v9.5.19",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/TYPO3-CMS/setup.git", "url": "https://github.com/TYPO3-CMS/setup.git",
"reference": "5fc695ffaa6f874a9ff97d9ccdb785d884c614d8" "reference": "0f0d3441f68a496cb835ebd0b08932785ec4450e"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/TYPO3-CMS/setup/zipball/5fc695ffaa6f874a9ff97d9ccdb785d884c614d8", "url": "https://api.github.com/repos/TYPO3-CMS/setup/zipball/0f0d3441f68a496cb835ebd0b08932785ec4450e",
"reference": "5fc695ffaa6f874a9ff97d9ccdb785d884c614d8", "reference": "0f0d3441f68a496cb835ebd0b08932785ec4450e",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"typo3/cms-core": "9.5.18" "typo3/cms-core": "9.5.19"
}, },
"conflict": { "conflict": {
"typo3/cms": "*" "typo3/cms": "*"
@@ -6106,24 +6106,24 @@
], ],
"description": "Allows users to edit a limited set of options for their user profile, eg. preferred language and their name and email address.", "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", "homepage": "https://typo3.org",
"time": "2020-05-19T13:10:50+00:00" "time": "2020-06-09T08:44:34+00:00"
}, },
{ {
"name": "typo3/cms-t3editor", "name": "typo3/cms-t3editor",
"version": "v9.5.18", "version": "v9.5.19",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/TYPO3-CMS/t3editor.git", "url": "https://github.com/TYPO3-CMS/t3editor.git",
"reference": "2a1c6823ecc8e2ab546f2528ae3f79e8dfb74d10" "reference": "32f07cfe1faefba7ba47d445153a6ef52b5f7fe7"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/TYPO3-CMS/t3editor/zipball/2a1c6823ecc8e2ab546f2528ae3f79e8dfb74d10", "url": "https://api.github.com/repos/TYPO3-CMS/t3editor/zipball/32f07cfe1faefba7ba47d445153a6ef52b5f7fe7",
"reference": "2a1c6823ecc8e2ab546f2528ae3f79e8dfb74d10", "reference": "32f07cfe1faefba7ba47d445153a6ef52b5f7fe7",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"typo3/cms-core": "9.5.18" "typo3/cms-core": "9.5.19"
}, },
"conflict": { "conflict": {
"typo3/cms": "*" "typo3/cms": "*"
@@ -6160,24 +6160,24 @@
], ],
"description": "JavaScript-driven editor with syntax highlighting and codecompletion. Based on CodeMirror.", "description": "JavaScript-driven editor with syntax highlighting and codecompletion. Based on CodeMirror.",
"homepage": "https://typo3.org", "homepage": "https://typo3.org",
"time": "2020-05-19T13:10:50+00:00" "time": "2020-06-09T08:44:34+00:00"
}, },
{ {
"name": "typo3/cms-taskcenter", "name": "typo3/cms-taskcenter",
"version": "v9.5.18", "version": "v9.5.19",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/TYPO3-CMS/taskcenter.git", "url": "https://github.com/TYPO3-CMS/taskcenter.git",
"reference": "656684656066d645ba6c1fd337326d64bf33ddb1" "reference": "74767f5c83a54b6513910e8c4ca561371cfb8cb6"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/TYPO3-CMS/taskcenter/zipball/656684656066d645ba6c1fd337326d64bf33ddb1", "url": "https://api.github.com/repos/TYPO3-CMS/taskcenter/zipball/74767f5c83a54b6513910e8c4ca561371cfb8cb6",
"reference": "656684656066d645ba6c1fd337326d64bf33ddb1", "reference": "74767f5c83a54b6513910e8c4ca561371cfb8cb6",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"typo3/cms-core": "9.5.18" "typo3/cms-core": "9.5.19"
}, },
"conflict": { "conflict": {
"typo3/cms": "*" "typo3/cms": "*"
@@ -6206,24 +6206,24 @@
], ],
"description": "The Task Center is the framework for a host of other extensions, see below.", "description": "The Task Center is the framework for a host of other extensions, see below.",
"homepage": "https://typo3.org", "homepage": "https://typo3.org",
"time": "2020-05-19T13:10:50+00:00" "time": "2020-06-09T08:44:34+00:00"
}, },
{ {
"name": "typo3/cms-tstemplate", "name": "typo3/cms-tstemplate",
"version": "v9.5.18", "version": "v9.5.19",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/TYPO3-CMS/tstemplate.git", "url": "https://github.com/TYPO3-CMS/tstemplate.git",
"reference": "4af47da67227c292d6a311a05a629969239173fd" "reference": "89e5a85c0bd308990478346b30ebdfd21555f1f4"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/TYPO3-CMS/tstemplate/zipball/4af47da67227c292d6a311a05a629969239173fd", "url": "https://api.github.com/repos/TYPO3-CMS/tstemplate/zipball/89e5a85c0bd308990478346b30ebdfd21555f1f4",
"reference": "4af47da67227c292d6a311a05a629969239173fd", "reference": "89e5a85c0bd308990478346b30ebdfd21555f1f4",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"typo3/cms-core": "9.5.18" "typo3/cms-core": "9.5.19"
}, },
"conflict": { "conflict": {
"typo3/cms": "*" "typo3/cms": "*"
@@ -6255,24 +6255,24 @@
], ],
"description": "Framework for management of TypoScript template records for the CMS frontend.", "description": "Framework for management of TypoScript template records for the CMS frontend.",
"homepage": "https://typo3.org", "homepage": "https://typo3.org",
"time": "2020-05-19T13:10:50+00:00" "time": "2020-06-09T08:44:34+00:00"
}, },
{ {
"name": "typo3/cms-viewpage", "name": "typo3/cms-viewpage",
"version": "v9.5.18", "version": "v9.5.19",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/TYPO3-CMS/viewpage.git", "url": "https://github.com/TYPO3-CMS/viewpage.git",
"reference": "2ca37c213912323d9770d29070d019687dc1f756" "reference": "2c19741d988986c403a33b2e26fb120ca65d3505"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/TYPO3-CMS/viewpage/zipball/2ca37c213912323d9770d29070d019687dc1f756", "url": "https://api.github.com/repos/TYPO3-CMS/viewpage/zipball/2c19741d988986c403a33b2e26fb120ca65d3505",
"reference": "2ca37c213912323d9770d29070d019687dc1f756", "reference": "2c19741d988986c403a33b2e26fb120ca65d3505",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"typo3/cms-core": "9.5.18" "typo3/cms-core": "9.5.19"
}, },
"conflict": { "conflict": {
"typo3/cms": "*" "typo3/cms": "*"
@@ -6304,7 +6304,7 @@
], ],
"description": "Shows the frontend webpage inside the backend frameset.", "description": "Shows the frontend webpage inside the backend frameset.",
"homepage": "https://typo3.org", "homepage": "https://typo3.org",
"time": "2020-05-19T13:10:50+00:00" "time": "2020-06-09T08:44:34+00:00"
}, },
{ {
"name": "typo3/phar-stream-wrapper", "name": "typo3/phar-stream-wrapper",
+5 -3
View File
@@ -127,8 +127,8 @@ routeEnhancers:
date_to: date_to:
type: PassthroughMapper type: PassthroughMapper
requirements: requirements:
product_uid: \d product_uid: \d+
hotel_uid: \d hotel_uid: \d+
date_from: '\d{4}\-\d{2}\-\d{2}' date_from: '\d{4}\-\d{2}\-\d{2}'
date_to: '\d{4}\-\d{2}\-\d{2}' date_to: '\d{4}\-\d{2}\-\d{2}'
BookingLinkPlugin: BookingLinkPlugin:
@@ -163,7 +163,7 @@ routeEnhancers:
filter_settings: filterSettings filter_settings: filterSettings
defaultController: 'Search::searchresult' defaultController: 'Search::searchresult'
requirements: requirements:
filter_settings: '[A-Z\d%\-]+' filter_settings: '[A-Z\d%\-\|]+'
aspects: aspects:
filter_settings: filter_settings:
type: PassthroughMapper type: PassthroughMapper
@@ -189,6 +189,8 @@ routeEnhancers:
type: Extbase type: Extbase
extension: EpProducts extension: EpProducts
plugin: ical plugin: ical
limitToPages:
- 9
routes: routes:
- -
routePath: '/contingents/{hotel}' routePath: '/contingents/{hotel}'
+1 -1
View File
@@ -38,7 +38,7 @@ routeEnhancers:
filter_settings: encodedFilterSettings filter_settings: encodedFilterSettings
defaultController: 'Search::staticresult' defaultController: 'Search::staticresult'
requirements: requirements:
filter_settings: '[A-Z\d%\-]+' filter_settings: '[A-Z\d%\-\|]+'
aspects: aspects:
filter_settings: filter_settings:
type: PassthroughMapper type: PassthroughMapper