diff --git a/CodeExamples/composer.lock b/CodeExamples/composer.lock index 03d2dfd..71988d1 100644 --- a/CodeExamples/composer.lock +++ b/CodeExamples/composer.lock @@ -269,16 +269,16 @@ }, { "name": "doctrine/common", - "version": "v2.9.0", + "version": "v2.10.0", "source": { "type": "git", "url": "https://github.com/doctrine/common.git", - "reference": "a210246d286c77d2b89040f8691ba7b3a713d2c1" + "reference": "30e33f60f64deec87df728c02b107f82cdafad9d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/common/zipball/a210246d286c77d2b89040f8691ba7b3a713d2c1", - "reference": "a210246d286c77d2b89040f8691ba7b3a713d2c1", + "url": "https://api.github.com/repos/doctrine/common/zipball/30e33f60f64deec87df728c02b107f82cdafad9d", + "reference": "30e33f60f64deec87df728c02b107f82cdafad9d", "shasum": "" }, "require": { @@ -288,7 +288,7 @@ "doctrine/event-manager": "^1.0", "doctrine/inflector": "^1.0", "doctrine/lexer": "^1.0", - "doctrine/persistence": "^1.0", + "doctrine/persistence": "^1.1", "doctrine/reflection": "^1.0", "php": "^7.1" }, @@ -301,7 +301,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "2.9.x-dev" + "dev-master": "2.10.x-dev" } }, "autoload": { @@ -339,16 +339,14 @@ "email": "ocramius@gmail.com" } ], - "description": "Common Library for Doctrine projects", - "homepage": "https://www.doctrine-project.org", + "description": "PHP Doctrine Common project is a library that provides additional functionality that other Doctrine projects depend on such as better reflection support, persistence interfaces, proxies, event system and much more.", + "homepage": "https://www.doctrine-project.org/projects/common.html", "keywords": [ - "annotations", - "collections", - "eventmanager", - "persistence", - "spl" + "common", + "doctrine", + "php" ], - "time": "2018-07-12T21:16:12+00:00" + "time": "2018-11-21T01:24:55+00:00" }, { "name": "doctrine/dbal", @@ -568,32 +566,32 @@ }, { "name": "doctrine/instantiator", - "version": "1.0.5", + "version": "1.1.0", "source": { "type": "git", "url": "https://github.com/doctrine/instantiator.git", - "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d" + "reference": "185b8868aa9bf7159f5f953ed5afb2d7fcdc3bda" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/instantiator/zipball/8e884e78f9f0eb1329e445619e04456e64d8051d", - "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d", + "url": "https://api.github.com/repos/doctrine/instantiator/zipball/185b8868aa9bf7159f5f953ed5afb2d7fcdc3bda", + "reference": "185b8868aa9bf7159f5f953ed5afb2d7fcdc3bda", "shasum": "" }, "require": { - "php": ">=5.3,<8.0-DEV" + "php": "^7.1" }, "require-dev": { "athletic/athletic": "~0.1.8", "ext-pdo": "*", "ext-phar": "*", - "phpunit/phpunit": "~4.0", - "squizlabs/php_codesniffer": "~2.0" + "phpunit/phpunit": "^6.2.3", + "squizlabs/php_codesniffer": "^3.0.2" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.0.x-dev" + "dev-master": "1.2.x-dev" } }, "autoload": { @@ -618,7 +616,7 @@ "constructor", "instantiate" ], - "time": "2015-06-14T21:17:01+00:00" + "time": "2017-07-22T11:58:36+00:00" }, { "name": "doctrine/lexer", @@ -676,16 +674,16 @@ }, { "name": "doctrine/persistence", - "version": "v1.0.1", + "version": "v1.1.0", "source": { "type": "git", "url": "https://github.com/doctrine/persistence.git", - "reference": "af1ec238659a83e320f03e0e454e200f689b4b97" + "reference": "c0f1c17602afc18b4cbd8e1c8125f264c9cf7d38" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/persistence/zipball/af1ec238659a83e320f03e0e454e200f689b4b97", - "reference": "af1ec238659a83e320f03e0e454e200f689b4b97", + "url": "https://api.github.com/repos/doctrine/persistence/zipball/c0f1c17602afc18b4cbd8e1c8125f264c9cf7d38", + "reference": "c0f1c17602afc18b4cbd8e1c8125f264c9cf7d38", "shasum": "" }, "require": { @@ -697,17 +695,17 @@ "php": "^7.1" }, "conflict": { - "doctrine/common": "<2.9@dev" + "doctrine/common": "<2.10@dev" }, "require-dev": { - "doctrine/coding-standard": "^4.0", + "doctrine/coding-standard": "^5.0", "phpstan/phpstan": "^0.8", "phpunit/phpunit": "^7.0" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.0.x-dev" + "dev-master": "1.1.x-dev" } }, "autoload": { @@ -745,12 +743,16 @@ "email": "ocramius@gmail.com" } ], - "description": "Doctrine Persistence abstractions.", + "description": "The Doctrine Persistence project is a set of shared interfaces and functionality that the different Doctrine object mappers share.", "homepage": "https://doctrine-project.org/projects/persistence.html", "keywords": [ + "mapper", + "object", + "odm", + "orm", "persistence" ], - "time": "2018-07-12T12:37:50+00:00" + "time": "2018-11-21T00:33:13+00:00" }, { "name": "doctrine/reflection", @@ -1324,12 +1326,12 @@ "version": "v1.1.0", "source": { "type": "git", - "url": "https://github.com/phlylabs/idna-convert.git", + "url": "https://github.com/algo26-matthias/idna-convert.git", "reference": "a6dfb6f87611e3a89d2eec4924a0f51db755c573" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phlylabs/idna-convert/zipball/a6dfb6f87611e3a89d2eec4924a0f51db755c573", + "url": "https://api.github.com/repos/algo26-matthias/idna-convert/zipball/a6dfb6f87611e3a89d2eec4924a0f51db755c573", "reference": "a6dfb6f87611e3a89d2eec4924a0f51db755c573", "shasum": "" }, @@ -1366,6 +1368,7 @@ "idna", "php" ], + "abandoned": "algo26-matthias/idna-convert", "time": "2016-06-19T18:08:43+00:00" }, { @@ -2587,20 +2590,20 @@ }, { "name": "typo3/cms-about", - "version": "v9.5.1", + "version": "v9.5.4", "source": { "type": "git", "url": "https://github.com/TYPO3-CMS/about.git", - "reference": "72f7834daeee3ff8318badbae7a545112318ed37" + "reference": "02ec2b854d81b50cc007f344b97738979b1c147c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/TYPO3-CMS/about/zipball/72f7834daeee3ff8318badbae7a545112318ed37", - "reference": "72f7834daeee3ff8318badbae7a545112318ed37", + "url": "https://api.github.com/repos/TYPO3-CMS/about/zipball/02ec2b854d81b50cc007f344b97738979b1c147c", + "reference": "02ec2b854d81b50cc007f344b97738979b1c147c", "shasum": "" }, "require": { - "typo3/cms-core": "9.5.1" + "typo3/cms-core": "9.5.4" }, "conflict": { "typo3/cms": "*" @@ -2611,9 +2614,6 @@ }, "type": "typo3-cms-framework", "extra": { - "branch-alias": { - "dev-master": "9.5.x-dev" - }, "typo3/cms": { "Package": { "partOfFactoryDefault": true @@ -2639,25 +2639,25 @@ ], "description": "Shows info about TYPO3, installed extensions and a separate module for available modules.", "homepage": "https://typo3.org", - "time": "2018-10-30T10:45:30+00:00" + "time": "2019-01-22T10:12:04+00:00" }, { "name": "typo3/cms-backend", - "version": "v9.5.1", + "version": "v9.5.4", "source": { "type": "git", "url": "https://github.com/TYPO3-CMS/backend.git", - "reference": "6555e6b67cf83d99b7476f76aa9799b9ed0a5eb3" + "reference": "6fb4c1343dea2b7531bdcc488dcd6b852fbdfc39" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/TYPO3-CMS/backend/zipball/6555e6b67cf83d99b7476f76aa9799b9ed0a5eb3", - "reference": "6555e6b67cf83d99b7476f76aa9799b9ed0a5eb3", + "url": "https://api.github.com/repos/TYPO3-CMS/backend/zipball/6fb4c1343dea2b7531bdcc488dcd6b852fbdfc39", + "reference": "6fb4c1343dea2b7531bdcc488dcd6b852fbdfc39", "shasum": "" }, "require": { - "typo3/cms-core": "9.5.1", - "typo3/cms-recordlist": "9.5.1" + "typo3/cms-core": "9.5.4", + "typo3/cms-recordlist": "9.5.4" }, "conflict": { "typo3/cms": "*" @@ -2672,9 +2672,6 @@ }, "type": "typo3-cms-framework", "extra": { - "branch-alias": { - "dev-master": "9.5.x-dev" - }, "typo3/cms": { "Package": { "protected": true, @@ -2707,24 +2704,24 @@ ], "description": "Classes for the TYPO3 backend.", "homepage": "https://typo3.org", - "time": "2018-10-30T10:45:30+00:00" + "time": "2019-01-22T10:12:04+00:00" }, { "name": "typo3/cms-belog", - "version": "v9.5.1", + "version": "v9.5.4", "source": { "type": "git", "url": "https://github.com/TYPO3-CMS/belog.git", - "reference": "37ecf4d5973fc4379fa901bf63027c335d74d344" + "reference": "78b78caa2cd9b7a6b20ea70d5c72be132cbefb2e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/TYPO3-CMS/belog/zipball/37ecf4d5973fc4379fa901bf63027c335d74d344", - "reference": "37ecf4d5973fc4379fa901bf63027c335d74d344", + "url": "https://api.github.com/repos/TYPO3-CMS/belog/zipball/78b78caa2cd9b7a6b20ea70d5c72be132cbefb2e", + "reference": "78b78caa2cd9b7a6b20ea70d5c72be132cbefb2e", "shasum": "" }, "require": { - "typo3/cms-core": "9.5.1" + "typo3/cms-core": "9.5.4" }, "conflict": { "typo3/cms": "*" @@ -2734,9 +2731,6 @@ }, "type": "typo3-cms-framework", "extra": { - "branch-alias": { - "dev-master": "9.5.x-dev" - }, "typo3/cms": { "Package": { "partOfFactoryDefault": true @@ -2762,24 +2756,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": "2018-10-30T10:45:30+00:00" + "time": "2019-01-22T10:12:04+00:00" }, { "name": "typo3/cms-beuser", - "version": "v9.5.1", + "version": "v9.5.4", "source": { "type": "git", "url": "https://github.com/TYPO3-CMS/beuser.git", - "reference": "3f9155a4a6766a5a4623dc5ec34950591ecab7af" + "reference": "91d20a2c9fe85fb8360a377a3e1d12a7d34b6e8c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/TYPO3-CMS/beuser/zipball/3f9155a4a6766a5a4623dc5ec34950591ecab7af", - "reference": "3f9155a4a6766a5a4623dc5ec34950591ecab7af", + "url": "https://api.github.com/repos/TYPO3-CMS/beuser/zipball/91d20a2c9fe85fb8360a377a3e1d12a7d34b6e8c", + "reference": "91d20a2c9fe85fb8360a377a3e1d12a7d34b6e8c", "shasum": "" }, "require": { - "typo3/cms-core": "9.5.1" + "typo3/cms-core": "9.5.4" }, "conflict": { "typo3/cms": "*" @@ -2789,9 +2783,6 @@ }, "type": "typo3-cms-framework", "extra": { - "branch-alias": { - "dev-master": "9.5.x-dev" - }, "typo3/cms": { "Package": { "partOfFactoryDefault": true @@ -2817,7 +2808,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": "2018-10-30T10:45:30+00:00" + "time": "2019-01-22T10:12:04+00:00" }, { "name": "typo3/cms-cli", @@ -2917,23 +2908,23 @@ }, { "name": "typo3/cms-core", - "version": "v9.5.1", + "version": "v9.5.4", "source": { "type": "git", "url": "https://github.com/TYPO3-CMS/core.git", - "reference": "6c6b889644051663f1f892701eb52ae2295fa5da" + "reference": "a2f35d02818d0bc5eccbce31387bfb8dbb1c6f9c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/TYPO3-CMS/core/zipball/6c6b889644051663f1f892701eb52ae2295fa5da", - "reference": "6c6b889644051663f1f892701eb52ae2295fa5da", + "url": "https://api.github.com/repos/TYPO3-CMS/core/zipball/a2f35d02818d0bc5eccbce31387bfb8dbb1c6f9c", + "reference": "a2f35d02818d0bc5eccbce31387bfb8dbb1c6f9c", "shasum": "" }, "require": { "cogpowered/finediff": "~0.3.1", "doctrine/annotations": "^1.3", "doctrine/dbal": "~2.7.1", - "doctrine/instantiator": "~1.0.4", + "doctrine/instantiator": "^1.1", "doctrine/lexer": "^1.0", "ext-json": "*", "ext-pcre": "*", @@ -2977,8 +2968,8 @@ "codeception/codeception": "^2.4.5", "fiunchinho/phpunit-randomizer": "^4.0", "friendsofphp/php-cs-fixer": "^2.12.2", - "typo3/cms-styleguide": "~9.2.1", - "typo3/testing-framework": "~4.10.0" + "typo3/cms-styleguide": "~9.2.2", + "typo3/testing-framework": "~4.11.1" }, "suggest": { "ext-fileinfo": "Used for proper file type detection in the file abstraction layer", @@ -2991,9 +2982,6 @@ }, "type": "typo3-cms-framework", "extra": { - "branch-alias": { - "dev-master": "9.5.x-dev" - }, "typo3/cms": { "Package": { "protected": true, @@ -3032,24 +3020,24 @@ ], "description": "The core library of TYPO3.", "homepage": "https://typo3.org", - "time": "2018-10-30T10:45:30+00:00" + "time": "2019-01-22T10:12:04+00:00" }, { "name": "typo3/cms-extbase", - "version": "v9.5.1", + "version": "v9.5.4", "source": { "type": "git", "url": "https://github.com/TYPO3-CMS/extbase.git", - "reference": "c09e8999cb1c6c1ebe7285857d500f9b65043429" + "reference": "d107d887ca16c8459d8f02cff82e6ac0cd235e9b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/TYPO3-CMS/extbase/zipball/c09e8999cb1c6c1ebe7285857d500f9b65043429", - "reference": "c09e8999cb1c6c1ebe7285857d500f9b65043429", + "url": "https://api.github.com/repos/TYPO3-CMS/extbase/zipball/d107d887ca16c8459d8f02cff82e6ac0cd235e9b", + "reference": "d107d887ca16c8459d8f02cff82e6ac0cd235e9b", "shasum": "" }, "require": { - "typo3/cms-core": "9.5.1" + "typo3/cms-core": "9.5.4" }, "conflict": { "typo3/cms": "*" @@ -3062,9 +3050,6 @@ }, "type": "typo3-cms-framework", "extra": { - "branch-alias": { - "dev-master": "9.5.x-dev" - }, "typo3/cms": { "Package": { "protected": true, @@ -3097,24 +3082,24 @@ ], "description": "A framework to build extensions for TYPO3 CMS.", "homepage": "https://typo3.org", - "time": "2018-10-30T10:45:30+00:00" + "time": "2019-01-22T10:12:04+00:00" }, { "name": "typo3/cms-extensionmanager", - "version": "v9.5.1", + "version": "v9.5.4", "source": { "type": "git", "url": "https://github.com/TYPO3-CMS/extensionmanager.git", - "reference": "15469a35453caced7f2a93e6c461b603750a7708" + "reference": "4c4194527283f4e84795b5543f09512f4e2f8938" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/TYPO3-CMS/extensionmanager/zipball/15469a35453caced7f2a93e6c461b603750a7708", - "reference": "15469a35453caced7f2a93e6c461b603750a7708", + "url": "https://api.github.com/repos/TYPO3-CMS/extensionmanager/zipball/4c4194527283f4e84795b5543f09512f4e2f8938", + "reference": "4c4194527283f4e84795b5543f09512f4e2f8938", "shasum": "" }, "require": { - "typo3/cms-core": "9.5.1" + "typo3/cms-core": "9.5.4" }, "conflict": { "typo3/cms": "*" @@ -3124,9 +3109,6 @@ }, "type": "typo3-cms-framework", "extra": { - "branch-alias": { - "dev-master": "9.5.x-dev" - }, "typo3/cms": { "Package": { "protected": true, @@ -3154,24 +3136,24 @@ ], "description": "TYPO3 Extension Manager", "homepage": "https://typo3.org", - "time": "2018-10-30T10:45:30+00:00" + "time": "2019-01-22T10:12:04+00:00" }, { "name": "typo3/cms-filelist", - "version": "v9.5.1", + "version": "v9.5.4", "source": { "type": "git", "url": "https://github.com/TYPO3-CMS/filelist.git", - "reference": "72130c5c1d666a6652f2025631e078b8ae30740c" + "reference": "db87780a5b0a22ba012b785c4255d0a579eb8825" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/TYPO3-CMS/filelist/zipball/72130c5c1d666a6652f2025631e078b8ae30740c", - "reference": "72130c5c1d666a6652f2025631e078b8ae30740c", + "url": "https://api.github.com/repos/TYPO3-CMS/filelist/zipball/db87780a5b0a22ba012b785c4255d0a579eb8825", + "reference": "db87780a5b0a22ba012b785c4255d0a579eb8825", "shasum": "" }, "require": { - "typo3/cms-core": "9.5.1" + "typo3/cms-core": "9.5.4" }, "conflict": { "typo3/cms": "*" @@ -3181,9 +3163,6 @@ }, "type": "typo3-cms-framework", "extra": { - "branch-alias": { - "dev-master": "9.5.x-dev" - }, "typo3/cms": { "Package": { "protected": true, @@ -3211,25 +3190,25 @@ ], "description": "Listing of files in the directory", "homepage": "https://typo3.org", - "time": "2018-10-30T10:45:30+00:00" + "time": "2019-01-22T10:12:04+00:00" }, { "name": "typo3/cms-fluid", - "version": "v9.5.1", + "version": "v9.5.4", "source": { "type": "git", "url": "https://github.com/TYPO3-CMS/fluid.git", - "reference": "f0aecf5974076b41fe53409bd6df06b4e49d20f1" + "reference": "94467e740352b0ef44b31e0e437b013701f98acc" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/TYPO3-CMS/fluid/zipball/f0aecf5974076b41fe53409bd6df06b4e49d20f1", - "reference": "f0aecf5974076b41fe53409bd6df06b4e49d20f1", + "url": "https://api.github.com/repos/TYPO3-CMS/fluid/zipball/94467e740352b0ef44b31e0e437b013701f98acc", + "reference": "94467e740352b0ef44b31e0e437b013701f98acc", "shasum": "" }, "require": { - "typo3/cms-core": "9.5.1", - "typo3/cms-extbase": "9.5.1", + "typo3/cms-core": "9.5.4", + "typo3/cms-extbase": "9.5.4", "typo3fluid/fluid": "^2.5.2" }, "conflict": { @@ -3240,9 +3219,6 @@ }, "type": "typo3-cms-framework", "extra": { - "branch-alias": { - "dev-master": "9.5.x-dev" - }, "typo3/cms": { "Package": { "protected": true, @@ -3275,26 +3251,26 @@ ], "description": "Fluid is a next-generation templating engine which makes the life of extension authors a lot easier!", "homepage": "https://typo3.org", - "time": "2018-10-30T10:45:30+00:00" + "time": "2019-01-22T10:12:04+00:00" }, { "name": "typo3/cms-fluid-styled-content", - "version": "v9.5.1", + "version": "v9.5.4", "source": { "type": "git", "url": "https://github.com/TYPO3-CMS/fluid_styled_content.git", - "reference": "ec95c79ebab9cec7c900d1ebffde2c3cb817575a" + "reference": "5f96de5cf645dfdaaa93cf7705388fa20982cfbf" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/TYPO3-CMS/fluid_styled_content/zipball/ec95c79ebab9cec7c900d1ebffde2c3cb817575a", - "reference": "ec95c79ebab9cec7c900d1ebffde2c3cb817575a", + "url": "https://api.github.com/repos/TYPO3-CMS/fluid_styled_content/zipball/5f96de5cf645dfdaaa93cf7705388fa20982cfbf", + "reference": "5f96de5cf645dfdaaa93cf7705388fa20982cfbf", "shasum": "" }, "require": { - "typo3/cms-core": "9.5.1", - "typo3/cms-fluid": "9.5.1", - "typo3/cms-frontend": "9.5.1" + "typo3/cms-core": "9.5.4", + "typo3/cms-fluid": "9.5.4", + "typo3/cms-frontend": "9.5.4" }, "conflict": { "typo3/cms": "*" @@ -3304,9 +3280,6 @@ }, "type": "typo3-cms-framework", "extra": { - "branch-alias": { - "dev-master": "9.5.x-dev" - }, "typo3/cms": { "Package": { "partOfFactoryDefault": true @@ -3332,24 +3305,24 @@ ], "description": "A set of common content elements based on Fluid for Frontend output.", "homepage": "https://typo3.org", - "time": "2018-10-30T10:45:30+00:00" + "time": "2019-01-22T10:12:04+00:00" }, { "name": "typo3/cms-frontend", - "version": "v9.5.1", + "version": "v9.5.4", "source": { "type": "git", "url": "https://github.com/TYPO3-CMS/frontend.git", - "reference": "d896e39da04ce86a2d179e1f5535737114130005" + "reference": "b8d51789f7a0520687786df9070dd27cb820e9a4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/TYPO3-CMS/frontend/zipball/d896e39da04ce86a2d179e1f5535737114130005", - "reference": "d896e39da04ce86a2d179e1f5535737114130005", + "url": "https://api.github.com/repos/TYPO3-CMS/frontend/zipball/b8d51789f7a0520687786df9070dd27cb820e9a4", + "reference": "b8d51789f7a0520687786df9070dd27cb820e9a4", "shasum": "" }, "require": { - "typo3/cms-core": "9.5.1" + "typo3/cms-core": "9.5.4" }, "conflict": { "typo3/cms": "*" @@ -3362,9 +3335,6 @@ }, "type": "typo3-cms-framework", "extra": { - "branch-alias": { - "dev-master": "9.5.x-dev" - }, "typo3/cms": { "Package": { "protected": true, @@ -3392,24 +3362,24 @@ ], "description": "Classes for the frontend of TYPO3.", "homepage": "https://typo3.org", - "time": "2018-10-30T10:45:30+00:00" + "time": "2019-01-22T10:12:04+00:00" }, { "name": "typo3/cms-info", - "version": "v9.5.1", + "version": "v9.5.4", "source": { "type": "git", "url": "https://github.com/TYPO3-CMS/info.git", - "reference": "2745893a80c38dcf84eecdcf90c11c468937afe7" + "reference": "848b26e38cd62f187f3e262238a7faebe607581e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/TYPO3-CMS/info/zipball/2745893a80c38dcf84eecdcf90c11c468937afe7", - "reference": "2745893a80c38dcf84eecdcf90c11c468937afe7", + "url": "https://api.github.com/repos/TYPO3-CMS/info/zipball/848b26e38cd62f187f3e262238a7faebe607581e", + "reference": "848b26e38cd62f187f3e262238a7faebe607581e", "shasum": "" }, "require": { - "typo3/cms-core": "9.5.1" + "typo3/cms-core": "9.5.4" }, "conflict": { "typo3/cms": "*" @@ -3420,9 +3390,6 @@ }, "type": "typo3-cms-framework", "extra": { - "branch-alias": { - "dev-master": "9.5.x-dev" - }, "typo3/cms": { "Package": { "partOfFactoryDefault": true @@ -3454,28 +3421,28 @@ ], "description": "Shows various infos", "homepage": "https://typo3.org", - "time": "2018-10-30T10:45:30+00:00" + "time": "2019-01-22T10:12:04+00:00" }, { "name": "typo3/cms-install", - "version": "v9.5.1", + "version": "v9.5.4", "source": { "type": "git", "url": "https://github.com/TYPO3-CMS/install.git", - "reference": "490796afd498c20a90b47dd7fc69e4accc5c7ff9" + "reference": "8e0da5c9635a503e0f914e877e1d314d9f2f4d1d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/TYPO3-CMS/install/zipball/490796afd498c20a90b47dd7fc69e4accc5c7ff9", - "reference": "490796afd498c20a90b47dd7fc69e4accc5c7ff9", + "url": "https://api.github.com/repos/TYPO3-CMS/install/zipball/8e0da5c9635a503e0f914e877e1d314d9f2f4d1d", + "reference": "8e0da5c9635a503e0f914e877e1d314d9f2f4d1d", "shasum": "" }, "require": { "nikic/php-parser": "^4.0", "symfony/finder": "^4.1", - "typo3/cms-core": "9.5.1", - "typo3/cms-extbase": "9.5.1", - "typo3/cms-fluid": "9.5.1" + "typo3/cms-core": "9.5.4", + "typo3/cms-extbase": "9.5.4", + "typo3/cms-fluid": "9.5.4" }, "conflict": { "typo3/cms": "*" @@ -3485,9 +3452,6 @@ }, "type": "typo3-cms-framework", "extra": { - "branch-alias": { - "dev-master": "9.5.x-dev" - }, "typo3/cms": { "Package": { "protected": true, @@ -3515,24 +3479,24 @@ ], "description": "The Install Tool mounted as the module Tools>Install in TYPO3.", "homepage": "https://typo3.org", - "time": "2018-10-30T10:45:30+00:00" + "time": "2019-01-22T10:12:04+00:00" }, { "name": "typo3/cms-recordlist", - "version": "v9.5.1", + "version": "v9.5.4", "source": { "type": "git", "url": "https://github.com/TYPO3-CMS/recordlist.git", - "reference": "62be8946d87a18f1376f255fc951cf71b2d57f41" + "reference": "e4e0f61abcbabf822fe10b79873a47d6d6bb3753" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/TYPO3-CMS/recordlist/zipball/62be8946d87a18f1376f255fc951cf71b2d57f41", - "reference": "62be8946d87a18f1376f255fc951cf71b2d57f41", + "url": "https://api.github.com/repos/TYPO3-CMS/recordlist/zipball/e4e0f61abcbabf822fe10b79873a47d6d6bb3753", + "reference": "e4e0f61abcbabf822fe10b79873a47d6d6bb3753", "shasum": "" }, "require": { - "typo3/cms-core": "9.5.1" + "typo3/cms-core": "9.5.4" }, "conflict": { "typo3/cms": "*" @@ -3542,9 +3506,6 @@ }, "type": "typo3-cms-framework", "extra": { - "branch-alias": { - "dev-master": "9.5.x-dev" - }, "typo3/cms": { "Package": { "protected": true, @@ -3577,24 +3538,24 @@ ], "description": "List of database-records", "homepage": "https://typo3.org", - "time": "2018-10-30T10:45:30+00:00" + "time": "2019-01-22T10:12:04+00:00" }, { "name": "typo3/cms-rte-ckeditor", - "version": "v9.5.1", + "version": "v9.5.4", "source": { "type": "git", "url": "https://github.com/TYPO3-CMS/rte_ckeditor.git", - "reference": "19b1002b8cda7c902af41798d94eaba6631a3238" + "reference": "7a1e62b3a2de6f40f1c68023c2e295f6697e3ce2" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/TYPO3-CMS/rte_ckeditor/zipball/19b1002b8cda7c902af41798d94eaba6631a3238", - "reference": "19b1002b8cda7c902af41798d94eaba6631a3238", + "url": "https://api.github.com/repos/TYPO3-CMS/rte_ckeditor/zipball/7a1e62b3a2de6f40f1c68023c2e295f6697e3ce2", + "reference": "7a1e62b3a2de6f40f1c68023c2e295f6697e3ce2", "shasum": "" }, "require": { - "typo3/cms-core": "9.5.1" + "typo3/cms-core": "9.5.4" }, "conflict": { "typo3/cms": "*" @@ -3607,9 +3568,6 @@ }, "type": "typo3-cms-framework", "extra": { - "branch-alias": { - "dev-master": "9.5.x-dev" - }, "typo3/cms": { "Package": { "partOfFactoryDefault": true @@ -3635,24 +3593,24 @@ ], "description": "Integration of CKEditor as Rich Text Editor.", "homepage": "https://typo3.org", - "time": "2018-10-30T10:45:30+00:00" + "time": "2019-01-22T10:12:04+00:00" }, { "name": "typo3/cms-scheduler", - "version": "v9.5.1", + "version": "v9.5.4", "source": { "type": "git", "url": "https://github.com/TYPO3-CMS/scheduler.git", - "reference": "427a9dfe9046fd59d283278d9ff55cd8bae5b8ab" + "reference": "480cf9c2424ea9fdaeb43c217934b1aac2b1114b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/TYPO3-CMS/scheduler/zipball/427a9dfe9046fd59d283278d9ff55cd8bae5b8ab", - "reference": "427a9dfe9046fd59d283278d9ff55cd8bae5b8ab", + "url": "https://api.github.com/repos/TYPO3-CMS/scheduler/zipball/480cf9c2424ea9fdaeb43c217934b1aac2b1114b", + "reference": "480cf9c2424ea9fdaeb43c217934b1aac2b1114b", "shasum": "" }, "require": { - "typo3/cms-core": "9.5.1" + "typo3/cms-core": "9.5.4" }, "conflict": { "typo3/cms": "*" @@ -3662,9 +3620,6 @@ }, "type": "typo3-cms-framework", "extra": { - "branch-alias": { - "dev-master": "9.5.x-dev" - }, "typo3/cms": { "extension-key": "scheduler" } @@ -3687,24 +3642,24 @@ ], "description": "The TYPO3 Scheduler let's you register tasks to happen at a specific time", "homepage": "https://typo3.org", - "time": "2018-10-30T10:45:30+00:00" + "time": "2019-01-22T10:12:04+00:00" }, { "name": "typo3/cms-setup", - "version": "v9.5.1", + "version": "v9.5.4", "source": { "type": "git", "url": "https://github.com/TYPO3-CMS/setup.git", - "reference": "c1c18f086741d397ef1d4ca62bf747c59e1d2523" + "reference": "d1fdf78924174685513e84c829c738c04d24da62" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/TYPO3-CMS/setup/zipball/c1c18f086741d397ef1d4ca62bf747c59e1d2523", - "reference": "c1c18f086741d397ef1d4ca62bf747c59e1d2523", + "url": "https://api.github.com/repos/TYPO3-CMS/setup/zipball/d1fdf78924174685513e84c829c738c04d24da62", + "reference": "d1fdf78924174685513e84c829c738c04d24da62", "shasum": "" }, "require": { - "typo3/cms-core": "9.5.1" + "typo3/cms-core": "9.5.4" }, "conflict": { "typo3/cms": "*" @@ -3714,9 +3669,6 @@ }, "type": "typo3-cms-framework", "extra": { - "branch-alias": { - "dev-master": "9.5.x-dev" - }, "typo3/cms": { "Package": { "partOfFactoryDefault": true @@ -3742,24 +3694,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": "2018-10-30T10:45:30+00:00" + "time": "2019-01-22T10:12:04+00:00" }, { "name": "typo3/cms-t3editor", - "version": "v9.5.1", + "version": "v9.5.4", "source": { "type": "git", "url": "https://github.com/TYPO3-CMS/t3editor.git", - "reference": "e3f36e8982e83d36c74a4759d1d0ce8bb7edc547" + "reference": "07f9d28e7d08afd741098140e43ac054aa8d3a16" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/TYPO3-CMS/t3editor/zipball/e3f36e8982e83d36c74a4759d1d0ce8bb7edc547", - "reference": "e3f36e8982e83d36c74a4759d1d0ce8bb7edc547", + "url": "https://api.github.com/repos/TYPO3-CMS/t3editor/zipball/07f9d28e7d08afd741098140e43ac054aa8d3a16", + "reference": "07f9d28e7d08afd741098140e43ac054aa8d3a16", "shasum": "" }, "require": { - "typo3/cms-core": "9.5.1" + "typo3/cms-core": "9.5.4" }, "conflict": { "typo3/cms": "*" @@ -3769,9 +3721,6 @@ }, "type": "typo3-cms-framework", "extra": { - "branch-alias": { - "dev-master": "9.5.x-dev" - }, "typo3/cms": { "Package": { "partOfFactoryDefault": true @@ -3802,24 +3751,24 @@ ], "description": "JavaScript-driven editor with syntax highlighting and codecompletion. Based on CodeMirror.", "homepage": "https://typo3.org", - "time": "2018-10-30T10:45:30+00:00" + "time": "2019-01-22T10:12:04+00:00" }, { "name": "typo3/cms-tstemplate", - "version": "v9.5.1", + "version": "v9.5.4", "source": { "type": "git", "url": "https://github.com/TYPO3-CMS/tstemplate.git", - "reference": "70db21f5e8e485a9f634a32ff43e820e8e0c22c1" + "reference": "13dc23a7d5008ef2cd6a593fb39955cf888617b4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/TYPO3-CMS/tstemplate/zipball/70db21f5e8e485a9f634a32ff43e820e8e0c22c1", - "reference": "70db21f5e8e485a9f634a32ff43e820e8e0c22c1", + "url": "https://api.github.com/repos/TYPO3-CMS/tstemplate/zipball/13dc23a7d5008ef2cd6a593fb39955cf888617b4", + "reference": "13dc23a7d5008ef2cd6a593fb39955cf888617b4", "shasum": "" }, "require": { - "typo3/cms-core": "9.5.1" + "typo3/cms-core": "9.5.4" }, "conflict": { "typo3/cms": "*" @@ -3829,9 +3778,6 @@ }, "type": "typo3-cms-framework", "extra": { - "branch-alias": { - "dev-master": "9.5.x-dev" - }, "typo3/cms": { "Package": { "partOfFactoryDefault": true @@ -3857,7 +3803,7 @@ ], "description": "Framework for management of TypoScript template records for the CMS frontend.", "homepage": "https://typo3.org", - "time": "2018-10-30T10:45:30+00:00" + "time": "2019-01-22T10:12:04+00:00" }, { "name": "typo3/minimal", @@ -4011,20 +3957,20 @@ "packages-dev": [ { "name": "typo3/cms-lowlevel", - "version": "v9.5.1", + "version": "v9.5.4", "source": { "type": "git", "url": "https://github.com/TYPO3-CMS/lowlevel.git", - "reference": "96565efc2817b80d1a788e72a0ae85b9faf906ba" + "reference": "405ecfe5757449029a21f2bc227ab33fc70033c2" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/TYPO3-CMS/lowlevel/zipball/96565efc2817b80d1a788e72a0ae85b9faf906ba", - "reference": "96565efc2817b80d1a788e72a0ae85b9faf906ba", + "url": "https://api.github.com/repos/TYPO3-CMS/lowlevel/zipball/405ecfe5757449029a21f2bc227ab33fc70033c2", + "reference": "405ecfe5757449029a21f2bc227ab33fc70033c2", "shasum": "" }, "require": { - "typo3/cms-core": "9.5.1" + "typo3/cms-core": "9.5.4" }, "conflict": { "typo3/cms": "*" @@ -4034,9 +3980,6 @@ }, "type": "typo3-cms-framework", "extra": { - "branch-alias": { - "dev-master": "9.5.x-dev" - }, "typo3/cms": { "Package": { "partOfFactoryDefault": true @@ -4067,7 +4010,7 @@ ], "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": "2018-10-30T10:45:30+00:00" + "time": "2019-01-22T10:12:04+00:00" } ], "aliases": [],