diff --git a/composer.lock b/composer.lock index 0b8ddbaa..50d4e69c 100644 --- a/composer.lock +++ b/composer.lock @@ -289,16 +289,16 @@ }, { "name": "doctrine/dbal", - "version": "v2.8.1", + "version": "v2.9.2", "source": { "type": "git", "url": "https://github.com/doctrine/dbal.git", - "reference": "a9019c1e3232eacace373a6ba957a85b66a255c1" + "reference": "22800bd651c1d8d2a9719e2a3dc46d5108ebfcc9" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/dbal/zipball/a9019c1e3232eacace373a6ba957a85b66a255c1", - "reference": "a9019c1e3232eacace373a6ba957a85b66a255c1", + "url": "https://api.github.com/repos/doctrine/dbal/zipball/22800bd651c1d8d2a9719e2a3dc46d5108ebfcc9", + "reference": "22800bd651c1d8d2a9719e2a3dc46d5108ebfcc9", "shasum": "" }, "require": { @@ -308,11 +308,10 @@ "php": "^7.1" }, "require-dev": { - "doctrine/coding-standard": "^4.0", + "doctrine/coding-standard": "^5.0", "jetbrains/phpstorm-stubs": "^2018.1.2", "phpstan/phpstan": "^0.10.1", - "phpunit/phpunit": "^7.1.2", - "phpunit/phpunit-mock-objects": "!=3.2.4,!=3.2.5", + "phpunit/phpunit": "^7.4", "symfony/console": "^2.0.5|^3.0|^4.0", "symfony/phpunit-bridge": "^3.4.5|^4.0.5" }, @@ -325,13 +324,13 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "2.8.x-dev", + "dev-master": "2.9.x-dev", "dev-develop": "3.0.x-dev" } }, "autoload": { - "psr-0": { - "Doctrine\\DBAL\\": "lib/" + "psr-4": { + "Doctrine\\DBAL\\": "lib/Doctrine/DBAL" } }, "notification-url": "https://packagist.org/downloads/", @@ -356,15 +355,19 @@ "email": "jonwage@gmail.com" } ], - "description": "Database Abstraction Layer", - "homepage": "http://www.doctrine-project.org", + "description": "Powerful PHP database abstraction layer (DBAL) with many features for database schema introspection and management.", + "homepage": "https://www.doctrine-project.org/projects/dbal.html", "keywords": [ + "abstraction", "database", "dbal", + "mysql", "persistence", + "pgsql", + "php", "queryobject" ], - "time": "2018-12-04T06:44:25+00:00" + "time": "2018-12-31T03:27:51+00:00" }, { "name": "doctrine/event-manager", @@ -498,21 +501,24 @@ }, { "name": "doctrine/lexer", - "version": "v1.0.1", + "version": "1.0.2", "source": { "type": "git", "url": "https://github.com/doctrine/lexer.git", - "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c" + "reference": "1febd6c3ef84253d7c815bed85fc622ad207a9f8" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/lexer/zipball/83893c552fd2045dd78aef794c31e694c37c0b8c", - "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c", + "url": "https://api.github.com/repos/doctrine/lexer/zipball/1febd6c3ef84253d7c815bed85fc622ad207a9f8", + "reference": "1febd6c3ef84253d7c815bed85fc622ad207a9f8", "shasum": "" }, "require": { "php": ">=5.3.2" }, + "require-dev": { + "phpunit/phpunit": "^4.5" + }, "type": "library", "extra": { "branch-alias": { @@ -520,8 +526,8 @@ } }, "autoload": { - "psr-0": { - "Doctrine\\Common\\Lexer\\": "lib/" + "psr-4": { + "Doctrine\\Common\\Lexer\\": "lib/Doctrine/Common/Lexer" } }, "notification-url": "https://packagist.org/downloads/", @@ -542,13 +548,16 @@ "email": "schmittjoh@gmail.com" } ], - "description": "Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers.", - "homepage": "http://www.doctrine-project.org", + "description": "PHP Doctrine Lexer parser library that can be used in Top-Down, Recursive Descent Parsers.", + "homepage": "https://www.doctrine-project.org/projects/lexer.html", "keywords": [ + "annotations", + "docblock", "lexer", - "parser" + "parser", + "php" ], - "time": "2014-09-09T13:34:57+00:00" + "time": "2019-06-08T11:03:04+00:00" }, { "name": "fab/media", @@ -588,16 +597,16 @@ }, { "name": "fab/vidi", - "version": "3.2.1", + "version": "3.3.0", "source": { "type": "git", "url": "https://github.com/fabarea/vidi.git", - "reference": "1c334345d27091e14da871e86922f78edf6aa6c8" + "reference": "83f051996f80c68ede9bd2f11b7b9f15acb731ce" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/fabarea/vidi/zipball/1c334345d27091e14da871e86922f78edf6aa6c8", - "reference": "1c334345d27091e14da871e86922f78edf6aa6c8", + "url": "https://api.github.com/repos/fabarea/vidi/zipball/83f051996f80c68ede9bd2f11b7b9f15acb731ce", + "reference": "83f051996f80c68ede9bd2f11b7b9f15acb731ce", "shasum": "" }, "replace": { @@ -620,7 +629,7 @@ "TYPO3 CMS", "generic listing" ], - "time": "2019-05-02T16:34:32+00:00" + "time": "2019-06-10T20:06:43+00:00" }, { "name": "facebook/graph-sdk", @@ -1234,16 +1243,16 @@ }, { "name": "league/csv", - "version": "9.2.0", + "version": "9.2.1", "source": { "type": "git", "url": "https://github.com/thephpleague/csv.git", - "reference": "f3a3c69b6e152417e1b62d995bcad2237b053cc6" + "reference": "b574a7d8b28f1528e011d8652fb7d2e83410d4c9" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/thephpleague/csv/zipball/f3a3c69b6e152417e1b62d995bcad2237b053cc6", - "reference": "f3a3c69b6e152417e1b62d995bcad2237b053cc6", + "url": "https://api.github.com/repos/thephpleague/csv/zipball/b574a7d8b28f1528e011d8652fb7d2e83410d4c9", + "reference": "b574a7d8b28f1528e011d8652fb7d2e83410d4c9", "shasum": "" }, "require": { @@ -1297,7 +1306,7 @@ "read", "write" ], - "time": "2019-03-08T06:56:16+00:00" + "time": "2019-06-07T06:24:33+00:00" }, { "name": "nikic/php-parser", @@ -1801,16 +1810,16 @@ }, { "name": "symfony/cache", - "version": "v4.3.0", + "version": "v4.3.1", "source": { "type": "git", "url": "https://github.com/symfony/cache.git", - "reference": "f09463d1165396745fef0aae64b7a784c891be9f" + "reference": "2edc417da273bafee589a8758f0278416d04af38" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/cache/zipball/f09463d1165396745fef0aae64b7a784c891be9f", - "reference": "f09463d1165396745fef0aae64b7a784c891be9f", + "url": "https://api.github.com/repos/symfony/cache/zipball/2edc417da273bafee589a8758f0278416d04af38", + "reference": "2edc417da273bafee589a8758f0278416d04af38", "shasum": "" }, "require": { @@ -1875,27 +1884,27 @@ "caching", "psr6" ], - "time": "2019-05-27T08:16:38+00:00" + "time": "2019-06-06T10:05:02+00:00" }, { "name": "symfony/cache-contracts", - "version": "v1.1.1", + "version": "v1.1.5", "source": { "type": "git", "url": "https://github.com/symfony/cache-contracts.git", - "reference": "7ff3902cc747dd5e2c6f26dc42603ed07b530293" + "reference": "ec5524b669744b5f1dc9c66d3c2b091eb7e7f0db" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/cache-contracts/zipball/7ff3902cc747dd5e2c6f26dc42603ed07b530293", - "reference": "7ff3902cc747dd5e2c6f26dc42603ed07b530293", + "url": "https://api.github.com/repos/symfony/cache-contracts/zipball/ec5524b669744b5f1dc9c66d3c2b091eb7e7f0db", + "reference": "ec5524b669744b5f1dc9c66d3c2b091eb7e7f0db", "shasum": "" }, "require": { - "php": "^7.1.3" + "php": "^7.1.3", + "psr/cache": "^1.0" }, "suggest": { - "psr/cache": "", "symfony/cache-implementation": "" }, "type": "library", @@ -1933,20 +1942,20 @@ "interoperability", "standards" ], - "time": "2019-05-22T12:23:29+00:00" + "time": "2019-06-13T11:15:36+00:00" }, { "name": "symfony/console", - "version": "v4.3.0", + "version": "v4.3.1", "source": { "type": "git", "url": "https://github.com/symfony/console.git", - "reference": "707b619d2c3bedf0224d56f95f77dabc60102305" + "reference": "d50bbeeb0e17e6dd4124ea391eff235e932cbf64" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/console/zipball/707b619d2c3bedf0224d56f95f77dabc60102305", - "reference": "707b619d2c3bedf0224d56f95f77dabc60102305", + "url": "https://api.github.com/repos/symfony/console/zipball/d50bbeeb0e17e6dd4124ea391eff235e932cbf64", + "reference": "d50bbeeb0e17e6dd4124ea391eff235e932cbf64", "shasum": "" }, "require": { @@ -2008,20 +2017,20 @@ ], "description": "Symfony Console Component", "homepage": "https://symfony.com", - "time": "2019-05-27T08:16:38+00:00" + "time": "2019-06-05T13:25:51+00:00" }, { "name": "symfony/expression-language", - "version": "v4.3.0", + "version": "v4.3.1", "source": { "type": "git", "url": "https://github.com/symfony/expression-language.git", - "reference": "94f1b244c3f2f5e6d360d3d63d3ef77a5fc8aa82" + "reference": "0243ebde208e0cb401b37e8b8a70a7c6a0aa1d6d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/expression-language/zipball/94f1b244c3f2f5e6d360d3d63d3ef77a5fc8aa82", - "reference": "94f1b244c3f2f5e6d360d3d63d3ef77a5fc8aa82", + "url": "https://api.github.com/repos/symfony/expression-language/zipball/0243ebde208e0cb401b37e8b8a70a7c6a0aa1d6d", + "reference": "0243ebde208e0cb401b37e8b8a70a7c6a0aa1d6d", "shasum": "" }, "require": { @@ -2059,11 +2068,11 @@ ], "description": "Symfony ExpressionLanguage Component", "homepage": "https://symfony.com", - "time": "2019-05-27T08:16:38+00:00" + "time": "2019-05-30T16:10:05+00:00" }, { "name": "symfony/finder", - "version": "v4.3.0", + "version": "v4.3.1", "source": { "type": "git", "url": "https://github.com/symfony/finder.git", @@ -2112,16 +2121,16 @@ }, { "name": "symfony/inflector", - "version": "v4.3.0", + "version": "v4.3.1", "source": { "type": "git", "url": "https://github.com/symfony/inflector.git", - "reference": "fc31c163077e75bb0b1055fe60a27f5c3cb9ae7c" + "reference": "889dc28cb6350ddb302fe9b8c796e4e6eb836856" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/inflector/zipball/fc31c163077e75bb0b1055fe60a27f5c3cb9ae7c", - "reference": "fc31c163077e75bb0b1055fe60a27f5c3cb9ae7c", + "url": "https://api.github.com/repos/symfony/inflector/zipball/889dc28cb6350ddb302fe9b8c796e4e6eb836856", + "reference": "889dc28cb6350ddb302fe9b8c796e4e6eb836856", "shasum": "" }, "require": { @@ -2166,20 +2175,20 @@ "symfony", "words" ], - "time": "2019-04-01T13:53:46+00:00" + "time": "2019-05-30T09:28:08+00:00" }, { "name": "symfony/intl", - "version": "v4.3.0", + "version": "v4.3.1", "source": { "type": "git", "url": "https://github.com/symfony/intl.git", - "reference": "98e7de6ec772cdb6085abf947cb08953cb24f441" + "reference": "690c0a1ca9b02d2e79cb1e7fb01d04eae727765a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/intl/zipball/98e7de6ec772cdb6085abf947cb08953cb24f441", - "reference": "98e7de6ec772cdb6085abf947cb08953cb24f441", + "url": "https://api.github.com/repos/symfony/intl/zipball/690c0a1ca9b02d2e79cb1e7fb01d04eae727765a", + "reference": "690c0a1ca9b02d2e79cb1e7fb01d04eae727765a", "shasum": "" }, "require": { @@ -2241,11 +2250,11 @@ "l10n", "localization" ], - "time": "2019-05-29T18:02:35+00:00" + "time": "2019-05-30T16:10:05+00:00" }, { "name": "symfony/options-resolver", - "version": "v4.3.0", + "version": "v4.3.1", "source": { "type": "git", "url": "https://github.com/symfony/options-resolver.git", @@ -2649,16 +2658,16 @@ }, { "name": "symfony/process", - "version": "v4.3.0", + "version": "v4.3.1", "source": { "type": "git", "url": "https://github.com/symfony/process.git", - "reference": "a5e3dd4e93a364668034a3cb6efa963d0b33ab45" + "reference": "856d35814cf287480465bb7a6c413bb7f5f5e69c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/process/zipball/a5e3dd4e93a364668034a3cb6efa963d0b33ab45", - "reference": "a5e3dd4e93a364668034a3cb6efa963d0b33ab45", + "url": "https://api.github.com/repos/symfony/process/zipball/856d35814cf287480465bb7a6c413bb7f5f5e69c", + "reference": "856d35814cf287480465bb7a6c413bb7f5f5e69c", "shasum": "" }, "require": { @@ -2694,20 +2703,20 @@ ], "description": "Symfony Process Component", "homepage": "https://symfony.com", - "time": "2019-05-26T20:47:49+00:00" + "time": "2019-05-30T16:10:05+00:00" }, { "name": "symfony/property-access", - "version": "v4.3.0", + "version": "v4.3.1", "source": { "type": "git", "url": "https://github.com/symfony/property-access.git", - "reference": "a14764290356f3fd17b65d2e98babc19b85e2814" + "reference": "18ea48862a39e364927e71b9e4942af3c1a1cb8c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/property-access/zipball/a14764290356f3fd17b65d2e98babc19b85e2814", - "reference": "a14764290356f3fd17b65d2e98babc19b85e2814", + "url": "https://api.github.com/repos/symfony/property-access/zipball/18ea48862a39e364927e71b9e4942af3c1a1cb8c", + "reference": "18ea48862a39e364927e71b9e4942af3c1a1cb8c", "shasum": "" }, "require": { @@ -2761,20 +2770,20 @@ "property path", "reflection" ], - "time": "2019-05-20T16:16:12+00:00" + "time": "2019-06-06T10:05:02+00:00" }, { "name": "symfony/routing", - "version": "v4.3.0", + "version": "v4.3.1", "source": { "type": "git", "url": "https://github.com/symfony/routing.git", - "reference": "e6cc85f03102ef5e4aedfe636f83e58cf6fd7338" + "reference": "9b31cd24f6ad2cebde6845f6daa9c6d69efe2465" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/routing/zipball/e6cc85f03102ef5e4aedfe636f83e58cf6fd7338", - "reference": "e6cc85f03102ef5e4aedfe636f83e58cf6fd7338", + "url": "https://api.github.com/repos/symfony/routing/zipball/9b31cd24f6ad2cebde6845f6daa9c6d69efe2465", + "reference": "9b31cd24f6ad2cebde6845f6daa9c6d69efe2465", "shasum": "" }, "require": { @@ -2837,20 +2846,20 @@ "uri", "url" ], - "time": "2019-05-20T16:16:12+00:00" + "time": "2019-06-05T09:16:20+00:00" }, { "name": "symfony/serializer", - "version": "v4.3.0", + "version": "v4.3.1", "source": { "type": "git", "url": "https://github.com/symfony/serializer.git", - "reference": "4bb37f32833c7fc72a6b2dc2abf545918c77fb6e" + "reference": "7a05742647711bc371e9fa1d71206561b88d093a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/serializer/zipball/4bb37f32833c7fc72a6b2dc2abf545918c77fb6e", - "reference": "4bb37f32833c7fc72a6b2dc2abf545918c77fb6e", + "url": "https://api.github.com/repos/symfony/serializer/zipball/7a05742647711bc371e9fa1d71206561b88d093a", + "reference": "7a05742647711bc371e9fa1d71206561b88d093a", "shasum": "" }, "require": { @@ -2917,27 +2926,27 @@ ], "description": "Symfony Serializer Component", "homepage": "https://symfony.com", - "time": "2019-05-20T16:16:12+00:00" + "time": "2019-06-05T13:25:51+00:00" }, { "name": "symfony/service-contracts", - "version": "v1.1.2", + "version": "v1.1.5", "source": { "type": "git", "url": "https://github.com/symfony/service-contracts.git", - "reference": "191afdcb5804db960d26d8566b7e9a2843cab3a0" + "reference": "f391a00de78ec7ec8cf5cdcdae59ec7b883edb8d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/service-contracts/zipball/191afdcb5804db960d26d8566b7e9a2843cab3a0", - "reference": "191afdcb5804db960d26d8566b7e9a2843cab3a0", + "url": "https://api.github.com/repos/symfony/service-contracts/zipball/f391a00de78ec7ec8cf5cdcdae59ec7b883edb8d", + "reference": "f391a00de78ec7ec8cf5cdcdae59ec7b883edb8d", "shasum": "" }, "require": { - "php": "^7.1.3" + "php": "^7.1.3", + "psr/container": "^1.0" }, "suggest": { - "psr/container": "", "symfony/service-implementation": "" }, "type": "library", @@ -2975,11 +2984,11 @@ "interoperability", "standards" ], - "time": "2019-05-28T07:50:59+00:00" + "time": "2019-06-13T11:15:36+00:00" }, { "name": "symfony/var-exporter", - "version": "v4.3.0", + "version": "v4.3.1", "source": { "type": "git", "url": "https://github.com/symfony/var-exporter.git", @@ -3039,7 +3048,7 @@ }, { "name": "symfony/yaml", - "version": "v4.3.0", + "version": "v4.3.1", "source": { "type": "git", "url": "https://github.com/symfony/yaml.git", @@ -3156,26 +3165,26 @@ }, { "name": "typo3/cms-adminpanel", - "version": "v9.5.7", + "version": "v9.5.8", "source": { "type": "git", "url": "https://github.com/TYPO3-CMS/adminpanel.git", - "reference": "bbcbf2e40363b6077e8e4c81d8496c7ba4d9ba6a" + "reference": "70bee8bad213a71c549fa1845980cfc440ff951a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/TYPO3-CMS/adminpanel/zipball/bbcbf2e40363b6077e8e4c81d8496c7ba4d9ba6a", - "reference": "bbcbf2e40363b6077e8e4c81d8496c7ba4d9ba6a", + "url": "https://api.github.com/repos/TYPO3-CMS/adminpanel/zipball/70bee8bad213a71c549fa1845980cfc440ff951a", + "reference": "70bee8bad213a71c549fa1845980cfc440ff951a", "shasum": "" }, "require": { "psr/http-message": "~1.0", "psr/http-server-handler": "^1.0", "psr/http-server-middleware": "^1.0", - "typo3/cms-backend": "9.5.7", - "typo3/cms-core": "9.5.7", - "typo3/cms-fluid": "9.5.7", - "typo3/cms-frontend": "9.5.7", + "typo3/cms-backend": "9.5.8", + "typo3/cms-core": "9.5.8", + "typo3/cms-fluid": "9.5.8", + "typo3/cms-frontend": "9.5.8", "typo3fluid/fluid": "^2.6.1" }, "conflict": { @@ -3216,25 +3225,25 @@ ], "description": "The TYPO3 admin panel provides a panel with additional functionality in the frontend (Debugging, Caching, Preview...)", "homepage": "https://typo3.org", - "time": "2019-05-15T11:41:51+00:00" + "time": "2019-06-25T08:28:51+00:00" }, { "name": "typo3/cms-backend", - "version": "v9.5.7", + "version": "v9.5.8", "source": { "type": "git", "url": "https://github.com/TYPO3-CMS/backend.git", - "reference": "a80b7b4da694aee485d763a10b46b7d6af9783a1" + "reference": "44ff18ac40096c9ffbcebd1c0ff584e2a489e6d7" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/TYPO3-CMS/backend/zipball/a80b7b4da694aee485d763a10b46b7d6af9783a1", - "reference": "a80b7b4da694aee485d763a10b46b7d6af9783a1", + "url": "https://api.github.com/repos/TYPO3-CMS/backend/zipball/44ff18ac40096c9ffbcebd1c0ff584e2a489e6d7", + "reference": "44ff18ac40096c9ffbcebd1c0ff584e2a489e6d7", "shasum": "" }, "require": { - "typo3/cms-core": "9.5.7", - "typo3/cms-recordlist": "9.5.7" + "typo3/cms-core": "9.5.8", + "typo3/cms-recordlist": "9.5.8" }, "conflict": { "typo3/cms": "*" @@ -3281,24 +3290,24 @@ ], "description": "Classes for the TYPO3 backend.", "homepage": "https://typo3.org", - "time": "2019-05-15T11:41:51+00:00" + "time": "2019-06-25T08:28:51+00:00" }, { "name": "typo3/cms-belog", - "version": "v9.5.7", + "version": "v9.5.8", "source": { "type": "git", "url": "https://github.com/TYPO3-CMS/belog.git", - "reference": "c16de4fd7519ac12fb7bfc3f6aee45a13dc110f9" + "reference": "71195575427a729be7577f895abcb6fcf1f0eb84" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/TYPO3-CMS/belog/zipball/c16de4fd7519ac12fb7bfc3f6aee45a13dc110f9", - "reference": "c16de4fd7519ac12fb7bfc3f6aee45a13dc110f9", + "url": "https://api.github.com/repos/TYPO3-CMS/belog/zipball/71195575427a729be7577f895abcb6fcf1f0eb84", + "reference": "71195575427a729be7577f895abcb6fcf1f0eb84", "shasum": "" }, "require": { - "typo3/cms-core": "9.5.7" + "typo3/cms-core": "9.5.8" }, "conflict": { "typo3/cms": "*" @@ -3333,24 +3342,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": "2019-05-15T11:41:51+00:00" + "time": "2019-06-25T08:28:51+00:00" }, { "name": "typo3/cms-beuser", - "version": "v9.5.7", + "version": "v9.5.8", "source": { "type": "git", "url": "https://github.com/TYPO3-CMS/beuser.git", - "reference": "ca594b0bbade20af9bc77b2d5bea42add3d44ad2" + "reference": "cb281fe71b038c0ba862413cb02fff9d649cafe3" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/TYPO3-CMS/beuser/zipball/ca594b0bbade20af9bc77b2d5bea42add3d44ad2", - "reference": "ca594b0bbade20af9bc77b2d5bea42add3d44ad2", + "url": "https://api.github.com/repos/TYPO3-CMS/beuser/zipball/cb281fe71b038c0ba862413cb02fff9d649cafe3", + "reference": "cb281fe71b038c0ba862413cb02fff9d649cafe3", "shasum": "" }, "require": { - "typo3/cms-core": "9.5.7" + "typo3/cms-core": "9.5.8" }, "conflict": { "typo3/cms": "*" @@ -3385,7 +3394,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": "2019-05-15T11:41:51+00:00" + "time": "2019-06-25T08:28:51+00:00" }, { "name": "typo3/cms-cli", @@ -3485,23 +3494,23 @@ }, { "name": "typo3/cms-core", - "version": "v9.5.7", + "version": "v9.5.8", "source": { "type": "git", "url": "https://github.com/TYPO3-CMS/core.git", - "reference": "918ba8f151c5ce3b9df7eb613fd365fdb98c8531" + "reference": "887bc9304473d3c2c9ebd453de4ab01f0dfd59a7" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/TYPO3-CMS/core/zipball/918ba8f151c5ce3b9df7eb613fd365fdb98c8531", - "reference": "918ba8f151c5ce3b9df7eb613fd365fdb98c8531", + "url": "https://api.github.com/repos/TYPO3-CMS/core/zipball/887bc9304473d3c2c9ebd453de4ab01f0dfd59a7", + "reference": "887bc9304473d3c2c9ebd453de4ab01f0dfd59a7", "shasum": "" }, "require": { "algo26-matthias/idna-convert": "^1.1.0", "cogpowered/finediff": "~0.3.1", "doctrine/annotations": "^1.3", - "doctrine/dbal": "~2.8.0", + "doctrine/dbal": "^2.8.1", "doctrine/instantiator": "^1.1", "doctrine/lexer": "^1.0", "ext-json": "*", @@ -3533,6 +3542,7 @@ "typo3fluid/fluid": "^2.6.1" }, "conflict": { + "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", "typo3/cms": "*" @@ -3599,24 +3609,24 @@ ], "description": "The core library of TYPO3.", "homepage": "https://typo3.org", - "time": "2019-05-15T11:41:51+00:00" + "time": "2019-06-25T08:28:51+00:00" }, { "name": "typo3/cms-extbase", - "version": "v9.5.7", + "version": "v9.5.8", "source": { "type": "git", "url": "https://github.com/TYPO3-CMS/extbase.git", - "reference": "178a17bee92dc3f61a9fc8eda22b19dda255d676" + "reference": "801271637b8e9aece5cffb9102c9346b8f9c46b1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/TYPO3-CMS/extbase/zipball/178a17bee92dc3f61a9fc8eda22b19dda255d676", - "reference": "178a17bee92dc3f61a9fc8eda22b19dda255d676", + "url": "https://api.github.com/repos/TYPO3-CMS/extbase/zipball/801271637b8e9aece5cffb9102c9346b8f9c46b1", + "reference": "801271637b8e9aece5cffb9102c9346b8f9c46b1", "shasum": "" }, "require": { - "typo3/cms-core": "9.5.7" + "typo3/cms-core": "9.5.8" }, "conflict": { "typo3/cms": "*" @@ -3661,24 +3671,24 @@ ], "description": "A framework to build extensions for TYPO3 CMS.", "homepage": "https://typo3.org", - "time": "2019-05-15T11:41:51+00:00" + "time": "2019-06-25T08:28:51+00:00" }, { "name": "typo3/cms-extensionmanager", - "version": "v9.5.7", + "version": "v9.5.8", "source": { "type": "git", "url": "https://github.com/TYPO3-CMS/extensionmanager.git", - "reference": "4b54d1cdb6ffa4c8e63e1a6a2e685e34ba5f8d17" + "reference": "c1d4daaf10a6dd71314c84921b28a68b6a774420" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/TYPO3-CMS/extensionmanager/zipball/4b54d1cdb6ffa4c8e63e1a6a2e685e34ba5f8d17", - "reference": "4b54d1cdb6ffa4c8e63e1a6a2e685e34ba5f8d17", + "url": "https://api.github.com/repos/TYPO3-CMS/extensionmanager/zipball/c1d4daaf10a6dd71314c84921b28a68b6a774420", + "reference": "c1d4daaf10a6dd71314c84921b28a68b6a774420", "shasum": "" }, "require": { - "typo3/cms-core": "9.5.7" + "typo3/cms-core": "9.5.8" }, "conflict": { "typo3/cms": "*" @@ -3715,24 +3725,24 @@ ], "description": "TYPO3 Extension Manager", "homepage": "https://typo3.org", - "time": "2019-05-15T11:41:51+00:00" + "time": "2019-06-25T08:28:51+00:00" }, { "name": "typo3/cms-felogin", - "version": "v9.5.7", + "version": "v9.5.8", "source": { "type": "git", "url": "https://github.com/TYPO3-CMS/felogin.git", - "reference": "bf63e17c269d7b35694f3c3242c30247d3d6ae00" + "reference": "562c6c7a9cc42117bfa630dbdb0d0b04e201246f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/TYPO3-CMS/felogin/zipball/bf63e17c269d7b35694f3c3242c30247d3d6ae00", - "reference": "bf63e17c269d7b35694f3c3242c30247d3d6ae00", + "url": "https://api.github.com/repos/TYPO3-CMS/felogin/zipball/562c6c7a9cc42117bfa630dbdb0d0b04e201246f", + "reference": "562c6c7a9cc42117bfa630dbdb0d0b04e201246f", "shasum": "" }, "require": { - "typo3/cms-core": "9.5.7" + "typo3/cms-core": "9.5.8" }, "conflict": { "typo3/cms": "*" @@ -3767,24 +3777,24 @@ ], "description": "A template-based plugin to log in Website Users in the Frontend", "homepage": "https://typo3.org", - "time": "2019-05-15T11:41:51+00:00" + "time": "2019-06-25T08:28:51+00:00" }, { "name": "typo3/cms-filelist", - "version": "v9.5.7", + "version": "v9.5.8", "source": { "type": "git", "url": "https://github.com/TYPO3-CMS/filelist.git", - "reference": "2a95a8eb888365ed4651548ba7d97ed9d67e229e" + "reference": "4c4b7b0c5a1564dedd561bb83ec8a30516f53f2b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/TYPO3-CMS/filelist/zipball/2a95a8eb888365ed4651548ba7d97ed9d67e229e", - "reference": "2a95a8eb888365ed4651548ba7d97ed9d67e229e", + "url": "https://api.github.com/repos/TYPO3-CMS/filelist/zipball/4c4b7b0c5a1564dedd561bb83ec8a30516f53f2b", + "reference": "4c4b7b0c5a1564dedd561bb83ec8a30516f53f2b", "shasum": "" }, "require": { - "typo3/cms-core": "9.5.7" + "typo3/cms-core": "9.5.8" }, "conflict": { "typo3/cms": "*" @@ -3821,24 +3831,24 @@ ], "description": "Listing of files in the directory", "homepage": "https://typo3.org", - "time": "2019-05-15T11:41:51+00:00" + "time": "2019-06-25T08:28:51+00:00" }, { "name": "typo3/cms-filemetadata", - "version": "v9.5.7", + "version": "v9.5.8", "source": { "type": "git", "url": "https://github.com/TYPO3-CMS/filemetadata.git", - "reference": "da560b4e5146c50f18f4a6d654c157163d81d050" + "reference": "e024ba321bfa720bc392337136025d5ce08e2c51" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/TYPO3-CMS/filemetadata/zipball/da560b4e5146c50f18f4a6d654c157163d81d050", - "reference": "da560b4e5146c50f18f4a6d654c157163d81d050", + "url": "https://api.github.com/repos/TYPO3-CMS/filemetadata/zipball/e024ba321bfa720bc392337136025d5ce08e2c51", + "reference": "e024ba321bfa720bc392337136025d5ce08e2c51", "shasum": "" }, "require": { - "typo3/cms-core": "9.5.7" + "typo3/cms-core": "9.5.8" }, "conflict": { "typo3/cms": "*" @@ -3865,25 +3875,25 @@ ], "description": "Add advanced metadata to File.", "homepage": "https://typo3.org", - "time": "2019-05-15T11:41:51+00:00" + "time": "2019-06-25T08:28:51+00:00" }, { "name": "typo3/cms-fluid", - "version": "v9.5.7", + "version": "v9.5.8", "source": { "type": "git", "url": "https://github.com/TYPO3-CMS/fluid.git", - "reference": "0e25ad86832d8fe9a06a2312d370cb6161b247c3" + "reference": "6a1ef5c80516dfbfd8a7221fd2c3f1bd10dee1c7" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/TYPO3-CMS/fluid/zipball/0e25ad86832d8fe9a06a2312d370cb6161b247c3", - "reference": "0e25ad86832d8fe9a06a2312d370cb6161b247c3", + "url": "https://api.github.com/repos/TYPO3-CMS/fluid/zipball/6a1ef5c80516dfbfd8a7221fd2c3f1bd10dee1c7", + "reference": "6a1ef5c80516dfbfd8a7221fd2c3f1bd10dee1c7", "shasum": "" }, "require": { - "typo3/cms-core": "9.5.7", - "typo3/cms-extbase": "9.5.7", + "typo3/cms-core": "9.5.8", + "typo3/cms-extbase": "9.5.8", "typo3fluid/fluid": "^2.6.1" }, "conflict": { @@ -3926,26 +3936,26 @@ ], "description": "Fluid is a next-generation templating engine which makes the life of extension authors a lot easier!", "homepage": "https://typo3.org", - "time": "2019-05-15T11:41:51+00:00" + "time": "2019-06-25T08:28:51+00:00" }, { "name": "typo3/cms-fluid-styled-content", - "version": "v9.5.7", + "version": "v9.5.8", "source": { "type": "git", "url": "https://github.com/TYPO3-CMS/fluid_styled_content.git", - "reference": "b07c4580db0cf97b48f2b4e5cca991d9d791204c" + "reference": "ca5a8f13de881f1dd1ee3d8bb46bc948cd4043ff" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/TYPO3-CMS/fluid_styled_content/zipball/b07c4580db0cf97b48f2b4e5cca991d9d791204c", - "reference": "b07c4580db0cf97b48f2b4e5cca991d9d791204c", + "url": "https://api.github.com/repos/TYPO3-CMS/fluid_styled_content/zipball/ca5a8f13de881f1dd1ee3d8bb46bc948cd4043ff", + "reference": "ca5a8f13de881f1dd1ee3d8bb46bc948cd4043ff", "shasum": "" }, "require": { - "typo3/cms-core": "9.5.7", - "typo3/cms-fluid": "9.5.7", - "typo3/cms-frontend": "9.5.7" + "typo3/cms-core": "9.5.8", + "typo3/cms-fluid": "9.5.8", + "typo3/cms-frontend": "9.5.8" }, "conflict": { "typo3/cms": "*" @@ -3980,26 +3990,26 @@ ], "description": "A set of common content elements based on Fluid for Frontend output.", "homepage": "https://typo3.org", - "time": "2019-05-15T11:41:51+00:00" + "time": "2019-06-25T08:28:51+00:00" }, { "name": "typo3/cms-form", - "version": "v9.5.7", + "version": "v9.5.8", "source": { "type": "git", "url": "https://github.com/TYPO3-CMS/form.git", - "reference": "1565fef9fbeb72f94c3880b62a7271f9eca535f5" + "reference": "eeaffab43eddfcfcf0d86d78b0319656a891de21" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/TYPO3-CMS/form/zipball/1565fef9fbeb72f94c3880b62a7271f9eca535f5", - "reference": "1565fef9fbeb72f94c3880b62a7271f9eca535f5", + "url": "https://api.github.com/repos/TYPO3-CMS/form/zipball/eeaffab43eddfcfcf0d86d78b0319656a891de21", + "reference": "eeaffab43eddfcfcf0d86d78b0319656a891de21", "shasum": "" }, "require": { "psr/http-message": "~1.0", "symfony/expression-language": "^4.1", - "typo3/cms-core": "9.5.7" + "typo3/cms-core": "9.5.8" }, "conflict": { "typo3/cms": "*" @@ -4038,24 +4048,24 @@ ], "description": "Form Library, Plugin and Editor", "homepage": "https://typo3.org", - "time": "2019-05-15T11:41:51+00:00" + "time": "2019-06-25T08:28:51+00:00" }, { "name": "typo3/cms-frontend", - "version": "v9.5.7", + "version": "v9.5.8", "source": { "type": "git", "url": "https://github.com/TYPO3-CMS/frontend.git", - "reference": "cced8f7d1d21e342a8b2d048358cbfae06757739" + "reference": "c0574402a3002af017c0f15e936ba863fa9af1ae" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/TYPO3-CMS/frontend/zipball/cced8f7d1d21e342a8b2d048358cbfae06757739", - "reference": "cced8f7d1d21e342a8b2d048358cbfae06757739", + "url": "https://api.github.com/repos/TYPO3-CMS/frontend/zipball/c0574402a3002af017c0f15e936ba863fa9af1ae", + "reference": "c0574402a3002af017c0f15e936ba863fa9af1ae", "shasum": "" }, "require": { - "typo3/cms-core": "9.5.7" + "typo3/cms-core": "9.5.8" }, "conflict": { "typo3/cms": "*" @@ -4095,24 +4105,24 @@ ], "description": "Classes for the frontend of TYPO3.", "homepage": "https://typo3.org", - "time": "2019-05-15T11:41:51+00:00" + "time": "2019-06-25T08:28:51+00:00" }, { "name": "typo3/cms-info", - "version": "v9.5.7", + "version": "v9.5.8", "source": { "type": "git", "url": "https://github.com/TYPO3-CMS/info.git", - "reference": "60eeba2d78cf4b96a30120a66698de919b04117f" + "reference": "b6caef71ccbdb7e446c902a105af48da54f60fef" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/TYPO3-CMS/info/zipball/60eeba2d78cf4b96a30120a66698de919b04117f", - "reference": "60eeba2d78cf4b96a30120a66698de919b04117f", + "url": "https://api.github.com/repos/TYPO3-CMS/info/zipball/b6caef71ccbdb7e446c902a105af48da54f60fef", + "reference": "b6caef71ccbdb7e446c902a105af48da54f60fef", "shasum": "" }, "require": { - "typo3/cms-core": "9.5.7" + "typo3/cms-core": "9.5.8" }, "conflict": { "typo3/cms": "*" @@ -4154,28 +4164,28 @@ ], "description": "Shows various infos", "homepage": "https://typo3.org", - "time": "2019-05-15T11:41:51+00:00" + "time": "2019-06-25T08:28:51+00:00" }, { "name": "typo3/cms-install", - "version": "v9.5.7", + "version": "v9.5.8", "source": { "type": "git", "url": "https://github.com/TYPO3-CMS/install.git", - "reference": "efdbc9b8c2ef7c222ca09790e1a9062582592c79" + "reference": "00b70e80bcaffc55efb70bbadf3193654eec8d72" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/TYPO3-CMS/install/zipball/efdbc9b8c2ef7c222ca09790e1a9062582592c79", - "reference": "efdbc9b8c2ef7c222ca09790e1a9062582592c79", + "url": "https://api.github.com/repos/TYPO3-CMS/install/zipball/00b70e80bcaffc55efb70bbadf3193654eec8d72", + "reference": "00b70e80bcaffc55efb70bbadf3193654eec8d72", "shasum": "" }, "require": { "nikic/php-parser": "^4.0", "symfony/finder": "^4.1", - "typo3/cms-core": "9.5.7", - "typo3/cms-extbase": "9.5.7", - "typo3/cms-fluid": "9.5.7" + "typo3/cms-core": "9.5.8", + "typo3/cms-extbase": "9.5.8", + "typo3/cms-fluid": "9.5.8" }, "conflict": { "typo3/cms": "*" @@ -4212,24 +4222,24 @@ ], "description": "The Install Tool mounted as the module Tools>Install in TYPO3.", "homepage": "https://typo3.org", - "time": "2019-05-15T11:41:51+00:00" + "time": "2019-06-25T08:28:51+00:00" }, { "name": "typo3/cms-lowlevel", - "version": "v9.5.7", + "version": "v9.5.8", "source": { "type": "git", "url": "https://github.com/TYPO3-CMS/lowlevel.git", - "reference": "40a4f21a07cbe6eff7c556f059a98389dc3c2bd8" + "reference": "04401fa72e242fca0958446e7f7136227d895b69" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/TYPO3-CMS/lowlevel/zipball/40a4f21a07cbe6eff7c556f059a98389dc3c2bd8", - "reference": "40a4f21a07cbe6eff7c556f059a98389dc3c2bd8", + "url": "https://api.github.com/repos/TYPO3-CMS/lowlevel/zipball/04401fa72e242fca0958446e7f7136227d895b69", + "reference": "04401fa72e242fca0958446e7f7136227d895b69", "shasum": "" }, "require": { - "typo3/cms-core": "9.5.7" + "typo3/cms-core": "9.5.8" }, "conflict": { "typo3/cms": "*" @@ -4269,24 +4279,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": "2019-05-15T11:41:51+00:00" + "time": "2019-06-25T08:28:51+00:00" }, { "name": "typo3/cms-recordlist", - "version": "v9.5.7", + "version": "v9.5.8", "source": { "type": "git", "url": "https://github.com/TYPO3-CMS/recordlist.git", - "reference": "ab2e93d2c43de0b82052f94b956100786e8d4465" + "reference": "cd01f7fa31ddbac6538e659e7ee49a3e9c78f544" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/TYPO3-CMS/recordlist/zipball/ab2e93d2c43de0b82052f94b956100786e8d4465", - "reference": "ab2e93d2c43de0b82052f94b956100786e8d4465", + "url": "https://api.github.com/repos/TYPO3-CMS/recordlist/zipball/cd01f7fa31ddbac6538e659e7ee49a3e9c78f544", + "reference": "cd01f7fa31ddbac6538e659e7ee49a3e9c78f544", "shasum": "" }, "require": { - "typo3/cms-core": "9.5.7" + "typo3/cms-core": "9.5.8" }, "conflict": { "typo3/cms": "*" @@ -4328,24 +4338,24 @@ ], "description": "List of database-records", "homepage": "https://typo3.org", - "time": "2019-05-15T11:41:51+00:00" + "time": "2019-06-25T08:28:51+00:00" }, { "name": "typo3/cms-recycler", - "version": "v9.5.7", + "version": "v9.5.8", "source": { "type": "git", "url": "https://github.com/TYPO3-CMS/recycler.git", - "reference": "0956eb0befada18508f6d0cad67a739c7075428e" + "reference": "343a904344ebf54e524c0f2cf28386ca60d53414" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/TYPO3-CMS/recycler/zipball/0956eb0befada18508f6d0cad67a739c7075428e", - "reference": "0956eb0befada18508f6d0cad67a739c7075428e", + "url": "https://api.github.com/repos/TYPO3-CMS/recycler/zipball/343a904344ebf54e524c0f2cf28386ca60d53414", + "reference": "343a904344ebf54e524c0f2cf28386ca60d53414", "shasum": "" }, "require": { - "typo3/cms-core": "9.5.7" + "typo3/cms-core": "9.5.8" }, "conflict": { "typo3/cms": "*" @@ -4380,25 +4390,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": "2019-05-15T11:41:51+00:00" + "time": "2019-06-25T08:28:51+00:00" }, { "name": "typo3/cms-redirects", - "version": "v9.5.7", + "version": "v9.5.8", "source": { "type": "git", "url": "https://github.com/TYPO3-CMS/redirects.git", - "reference": "2d7c8f2e0439e90405546f801bbcdc2763fe23c0" + "reference": "96c7f11152f71b01ad37410ff1f1af2e9ce0778a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/TYPO3-CMS/redirects/zipball/2d7c8f2e0439e90405546f801bbcdc2763fe23c0", - "reference": "2d7c8f2e0439e90405546f801bbcdc2763fe23c0", + "url": "https://api.github.com/repos/TYPO3-CMS/redirects/zipball/96c7f11152f71b01ad37410ff1f1af2e9ce0778a", + "reference": "96c7f11152f71b01ad37410ff1f1af2e9ce0778a", "shasum": "" }, "require": { - "typo3/cms-backend": "9.5.7", - "typo3/cms-core": "9.5.7", + "typo3/cms-backend": "9.5.8", + "typo3/cms-core": "9.5.8", "typo3fluid/fluid": "^2.6.1" }, "conflict": { @@ -4434,24 +4444,24 @@ ], "description": "Custom redirects in TYPO3.", "homepage": "https://typo3.org", - "time": "2019-05-15T11:41:51+00:00" + "time": "2019-06-25T08:28:51+00:00" }, { "name": "typo3/cms-reports", - "version": "v9.5.7", + "version": "v9.5.8", "source": { "type": "git", "url": "https://github.com/TYPO3-CMS/reports.git", - "reference": "3b57041a1498a26d2aa99b3cd0032cfd3b6eed24" + "reference": "6fc582af5ed57975414cd8415da1b38ae7fb19e9" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/TYPO3-CMS/reports/zipball/3b57041a1498a26d2aa99b3cd0032cfd3b6eed24", - "reference": "3b57041a1498a26d2aa99b3cd0032cfd3b6eed24", + "url": "https://api.github.com/repos/TYPO3-CMS/reports/zipball/6fc582af5ed57975414cd8415da1b38ae7fb19e9", + "reference": "6fc582af5ed57975414cd8415da1b38ae7fb19e9", "shasum": "" }, "require": { - "typo3/cms-core": "9.5.7" + "typo3/cms-core": "9.5.8" }, "conflict": { "typo3/cms": "*" @@ -4494,24 +4504,24 @@ ], "description": "The reports module groups several system reports.", "homepage": "https://typo3.org", - "time": "2019-05-15T11:41:51+00:00" + "time": "2019-06-25T08:28:51+00:00" }, { "name": "typo3/cms-rte-ckeditor", - "version": "v9.5.7", + "version": "v9.5.8", "source": { "type": "git", "url": "https://github.com/TYPO3-CMS/rte_ckeditor.git", - "reference": "848fed7ede0d0c5d5ab61ade325fda0ea1af92f1" + "reference": "7078768be898346cd13b67a24f03f097076e030e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/TYPO3-CMS/rte_ckeditor/zipball/848fed7ede0d0c5d5ab61ade325fda0ea1af92f1", - "reference": "848fed7ede0d0c5d5ab61ade325fda0ea1af92f1", + "url": "https://api.github.com/repos/TYPO3-CMS/rte_ckeditor/zipball/7078768be898346cd13b67a24f03f097076e030e", + "reference": "7078768be898346cd13b67a24f03f097076e030e", "shasum": "" }, "require": { - "typo3/cms-core": "9.5.7" + "typo3/cms-core": "9.5.8" }, "conflict": { "typo3/cms": "*" @@ -4549,24 +4559,24 @@ ], "description": "Integration of CKEditor as Rich Text Editor.", "homepage": "https://typo3.org", - "time": "2019-05-15T11:41:51+00:00" + "time": "2019-06-25T08:28:51+00:00" }, { "name": "typo3/cms-scheduler", - "version": "v9.5.7", + "version": "v9.5.8", "source": { "type": "git", "url": "https://github.com/TYPO3-CMS/scheduler.git", - "reference": "6ea27a27f02383bd9c29cc7b6551e7bf1f9307cc" + "reference": "550fe13bd47075c8e79896a522d35ff5c5c19d2c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/TYPO3-CMS/scheduler/zipball/6ea27a27f02383bd9c29cc7b6551e7bf1f9307cc", - "reference": "6ea27a27f02383bd9c29cc7b6551e7bf1f9307cc", + "url": "https://api.github.com/repos/TYPO3-CMS/scheduler/zipball/550fe13bd47075c8e79896a522d35ff5c5c19d2c", + "reference": "550fe13bd47075c8e79896a522d35ff5c5c19d2c", "shasum": "" }, "require": { - "typo3/cms-core": "9.5.7" + "typo3/cms-core": "9.5.8" }, "conflict": { "typo3/cms": "*" @@ -4598,26 +4608,26 @@ ], "description": "The TYPO3 Scheduler let's you register tasks to happen at a specific time", "homepage": "https://typo3.org", - "time": "2019-05-15T11:41:51+00:00" + "time": "2019-06-25T08:28:51+00:00" }, { "name": "typo3/cms-seo", - "version": "v9.5.7", + "version": "v9.5.8", "source": { "type": "git", "url": "https://github.com/TYPO3-CMS/seo.git", - "reference": "52b3c98aa0502c3f70c2a3c78e12b03aea137038" + "reference": "5f8ecb0705d8d23c0631c39997504bef5d872127" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/TYPO3-CMS/seo/zipball/52b3c98aa0502c3f70c2a3c78e12b03aea137038", - "reference": "52b3c98aa0502c3f70c2a3c78e12b03aea137038", + "url": "https://api.github.com/repos/TYPO3-CMS/seo/zipball/5f8ecb0705d8d23c0631c39997504bef5d872127", + "reference": "5f8ecb0705d8d23c0631c39997504bef5d872127", "shasum": "" }, "require": { - "typo3/cms-core": "9.5.7", - "typo3/cms-extbase": "9.5.7", - "typo3/cms-frontend": "9.5.7" + "typo3/cms-core": "9.5.8", + "typo3/cms-extbase": "9.5.8", + "typo3/cms-frontend": "9.5.8" }, "conflict": { "typo3/cms": "*" @@ -4652,24 +4662,24 @@ ], "description": "SEO features for TYPO3.", "homepage": "https://typo3.org", - "time": "2019-05-15T11:41:51+00:00" + "time": "2019-06-25T08:28:51+00:00" }, { "name": "typo3/cms-setup", - "version": "v9.5.7", + "version": "v9.5.8", "source": { "type": "git", "url": "https://github.com/TYPO3-CMS/setup.git", - "reference": "2ead2e82c05739c825912c39fb3cad25ed6c38cf" + "reference": "86d4bdbcdd046d2c32b5b888cbc7046d8bc8cef0" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/TYPO3-CMS/setup/zipball/2ead2e82c05739c825912c39fb3cad25ed6c38cf", - "reference": "2ead2e82c05739c825912c39fb3cad25ed6c38cf", + "url": "https://api.github.com/repos/TYPO3-CMS/setup/zipball/86d4bdbcdd046d2c32b5b888cbc7046d8bc8cef0", + "reference": "86d4bdbcdd046d2c32b5b888cbc7046d8bc8cef0", "shasum": "" }, "require": { - "typo3/cms-core": "9.5.7" + "typo3/cms-core": "9.5.8" }, "conflict": { "typo3/cms": "*" @@ -4704,24 +4714,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": "2019-05-15T11:41:51+00:00" + "time": "2019-06-25T08:28:51+00:00" }, { "name": "typo3/cms-t3editor", - "version": "v9.5.7", + "version": "v9.5.8", "source": { "type": "git", "url": "https://github.com/TYPO3-CMS/t3editor.git", - "reference": "3e7c9f8534df936694485a569c38291784064de8" + "reference": "bf2b8d03ca82b12179c25ff93c06abbf49bf2390" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/TYPO3-CMS/t3editor/zipball/3e7c9f8534df936694485a569c38291784064de8", - "reference": "3e7c9f8534df936694485a569c38291784064de8", + "url": "https://api.github.com/repos/TYPO3-CMS/t3editor/zipball/bf2b8d03ca82b12179c25ff93c06abbf49bf2390", + "reference": "bf2b8d03ca82b12179c25ff93c06abbf49bf2390", "shasum": "" }, "require": { - "typo3/cms-core": "9.5.7" + "typo3/cms-core": "9.5.8" }, "conflict": { "typo3/cms": "*" @@ -4761,24 +4771,24 @@ ], "description": "JavaScript-driven editor with syntax highlighting and codecompletion. Based on CodeMirror.", "homepage": "https://typo3.org", - "time": "2019-05-15T11:41:51+00:00" + "time": "2019-06-25T08:28:51+00:00" }, { "name": "typo3/cms-taskcenter", - "version": "v9.5.7", + "version": "v9.5.8", "source": { "type": "git", "url": "https://github.com/TYPO3-CMS/taskcenter.git", - "reference": "24cf15a4e764ed4a2eef56a620217aa14af50e83" + "reference": "8e07e2201925d6c6fff049388e2512bb7bb5f944" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/TYPO3-CMS/taskcenter/zipball/24cf15a4e764ed4a2eef56a620217aa14af50e83", - "reference": "24cf15a4e764ed4a2eef56a620217aa14af50e83", + "url": "https://api.github.com/repos/TYPO3-CMS/taskcenter/zipball/8e07e2201925d6c6fff049388e2512bb7bb5f944", + "reference": "8e07e2201925d6c6fff049388e2512bb7bb5f944", "shasum": "" }, "require": { - "typo3/cms-core": "9.5.7" + "typo3/cms-core": "9.5.8" }, "conflict": { "typo3/cms": "*" @@ -4810,24 +4820,24 @@ ], "description": "The Task Center is the framework for a host of other extensions, see below.", "homepage": "https://typo3.org", - "time": "2019-05-15T11:41:51+00:00" + "time": "2019-06-25T08:28:51+00:00" }, { "name": "typo3/cms-tstemplate", - "version": "v9.5.7", + "version": "v9.5.8", "source": { "type": "git", "url": "https://github.com/TYPO3-CMS/tstemplate.git", - "reference": "9e50fb86d2f6dc80a8e302a399e8bd965c6c5532" + "reference": "a1e9f2d876935512febcf698fba591fbfea1b8b8" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/TYPO3-CMS/tstemplate/zipball/9e50fb86d2f6dc80a8e302a399e8bd965c6c5532", - "reference": "9e50fb86d2f6dc80a8e302a399e8bd965c6c5532", + "url": "https://api.github.com/repos/TYPO3-CMS/tstemplate/zipball/a1e9f2d876935512febcf698fba591fbfea1b8b8", + "reference": "a1e9f2d876935512febcf698fba591fbfea1b8b8", "shasum": "" }, "require": { - "typo3/cms-core": "9.5.7" + "typo3/cms-core": "9.5.8" }, "conflict": { "typo3/cms": "*" @@ -4862,24 +4872,24 @@ ], "description": "Framework for management of TypoScript template records for the CMS frontend.", "homepage": "https://typo3.org", - "time": "2019-05-15T11:41:51+00:00" + "time": "2019-06-25T08:28:51+00:00" }, { "name": "typo3/cms-viewpage", - "version": "v9.5.7", + "version": "v9.5.8", "source": { "type": "git", "url": "https://github.com/TYPO3-CMS/viewpage.git", - "reference": "8dc5e86bb76d548cf6d2718cbb097dd8b63d497b" + "reference": "802ffe8502c7f89fa9747ca2192455404aeaba71" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/TYPO3-CMS/viewpage/zipball/8dc5e86bb76d548cf6d2718cbb097dd8b63d497b", - "reference": "8dc5e86bb76d548cf6d2718cbb097dd8b63d497b", + "url": "https://api.github.com/repos/TYPO3-CMS/viewpage/zipball/802ffe8502c7f89fa9747ca2192455404aeaba71", + "reference": "802ffe8502c7f89fa9747ca2192455404aeaba71", "shasum": "" }, "require": { - "typo3/cms-core": "9.5.7" + "typo3/cms-core": "9.5.8" }, "conflict": { "typo3/cms": "*" @@ -4914,7 +4924,7 @@ ], "description": "Shows the frontend webpage inside the backend frameset.", "homepage": "https://typo3.org", - "time": "2019-05-15T11:41:51+00:00" + "time": "2019-06-25T08:28:51+00:00" }, { "name": "typo3/phar-stream-wrapper",