From 2012eadfeae48c798b32c9ac00b37dff0ba68158 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Noco=C5=84?= Date: Tue, 23 Apr 2019 09:45:22 +0200 Subject: [PATCH] Bump minimal Symfony version to reduce Composer's work (#2613) --- .travis.yml | 4 ++-- composer.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 82b99222f63..221be053b66 100644 --- a/.travis.yml +++ b/.travis.yml @@ -49,10 +49,10 @@ matrix: env: SOLR_VERSION="6.4.2" TEST_CONFIG="phpunit-integration-legacy-solr.xml" CUSTOM_CACHE_POOL="singleredis" CORES_SETUP="shared" SOLR_CONFIG="vendor/ezsystems/ezplatform-solr-search-engine/lib/Resources/config/solr/schema.xml vendor/ezsystems/ezplatform-solr-search-engine/lib/Resources/config/solr/custom-fields-types.xml vendor/ezsystems/ezplatform-solr-search-engine/lib/Resources/config/solr/language-fieldtypes.xml" # 7.1 - php: 7.1 - env: TEST_CONFIG="phpunit-integration-legacy.xml" DB="mysql" DATABASE="mysql://root@localhost/testdb" CUSTOM_CACHE_POOL="singleredis" REDIS_ENABLE_LZF="true" REDIS_ENABLE_IGBINARY="true" SYMFONY_VERSION="~3.4.17" + env: TEST_CONFIG="phpunit-integration-legacy.xml" DB="mysql" DATABASE="mysql://root@localhost/testdb" CUSTOM_CACHE_POOL="singleredis" REDIS_ENABLE_LZF="true" REDIS_ENABLE_IGBINARY="true" SYMFONY_VERSION="~3.4.26" # 7.2 - php: 7.2 - env: TEST_CONFIG="phpunit.xml" SYMFONY_VERSION="~3.4.17" + env: TEST_CONFIG="phpunit.xml" SYMFONY_VERSION="~3.4.26" # 7.3 # Temp: Need to use --ignore-platform-reqs due to: https://github.com/FriendsOfPHP/PHP-CS-Fixer/issues/3697 - php: 7.3 diff --git a/composer.json b/composer.json index 4b13c5b8e92..b4002b7a3bc 100644 --- a/composer.json +++ b/composer.json @@ -17,7 +17,7 @@ "ext-SPL": "*", "ext-xsl": "*", "zetacomponents/mail": "^1.8.3", - "symfony/symfony": "^2.8.46 | ^3.4.17", + "symfony/symfony": "^2.8.50 | ^3.4.26", "symfony-cmf/routing": "~1.4", "qafoo/rmf": "1.0.*", "kriswallsmith/buzz": "~0.16.1",