From 4539b50fd849dda41c58cdf0da2230dffd909c94 Mon Sep 17 00:00:00 2001 From: Leo Feyer Date: Wed, 18 Apr 2018 09:51:11 +0200 Subject: [PATCH] Version 3.5.35. --- composer.lock | 6 +++--- system/config/constants.php | 2 +- system/modules/repository/classes/RepositorySettings.php | 1 + 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/composer.lock b/composer.lock index 8eba8a47f8..6bf6e89f0a 100644 --- a/composer.lock +++ b/composer.lock @@ -1,10 +1,10 @@ { "_readme": [ "This file locks the dependencies of your project to a known state", - "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", + "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "71d47b0536e3b0cd17938bd079f91e68", + "content-hash": "187de58c1d0dee6acc59d70cda657a1e", "packages": [ { "name": "contao-components/compass", @@ -615,7 +615,7 @@ "prefer-stable": false, "prefer-lowest": false, "platform": { - "php": "^5.4|^7.0" + "php": "^5.4 || ^7.0" }, "platform-dev": [] } diff --git a/system/config/constants.php b/system/config/constants.php index b65e10d1f0..bf2fc692ab 100644 --- a/system/config/constants.php +++ b/system/config/constants.php @@ -13,7 +13,7 @@ * Core version */ define('VERSION', '3.5'); -define('BUILD', '34'); +define('BUILD', '35'); define('LONG_TERM_SUPPORT', true); diff --git a/system/modules/repository/classes/RepositorySettings.php b/system/modules/repository/classes/RepositorySettings.php index 99629e1a64..db4727858a 100644 --- a/system/modules/repository/classes/RepositorySettings.php +++ b/system/modules/repository/classes/RepositorySettings.php @@ -17,6 +17,7 @@ // valid core versions in descending order define('REPOSITORY_COREVERSIONS', + '30050359,30050359;'. // 3.5.35 '30050349,30050349;'. // 3.5.34 '30050339,30050339;'. // 3.5.33 '30050329,30050329;'. // 3.5.32