From e73390ea8e6318c290149110a2742966167a71c7 Mon Sep 17 00:00:00 2001 From: Steve Boyd Date: Thu, 2 Dec 2021 15:53:14 +1300 Subject: [PATCH] DEP 4.10 requirements --- .travis.yml | 2 +- composer.json | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index 9235c40..6fd0961 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,7 @@ import: env: global: - - REQUIRE_EXTRA="silverstripe-themes/simple:~3.2.0 silverstripe/admin:1.x-dev silverstripe/versioned:1.x-dev mikey179/vfsstream:^1.6" + - REQUIRE_EXTRA="silverstripe-themes/simple:~3.2.0 silverstripe/admin:1.10.x-dev silverstripe/versioned:1.10.x-dev mikey179/vfsstream:^1.6" - PHPUNIT_SUITE="recipe-core" # Using a manual matrix to exlude PHPUNIT_COVERAGE_TEST which was having an unknown error diff --git a/composer.json b/composer.json index 91e20a4..3db1d6f 100644 --- a/composer.json +++ b/composer.json @@ -7,10 +7,10 @@ "require": { "php": "^7.3 || ^8.0", "silverstripe/recipe-plugin": "^1.2", - "silverstripe/assets": "1.x-dev", - "silverstripe/config": "1.x-dev", - "silverstripe/framework": "4.x-dev", - "silverstripe/mimevalidator": "2.x-dev" + "silverstripe/assets": "1.10.x-dev", + "silverstripe/config": "1.3.x-dev", + "silverstripe/framework": "4.10.x-dev", + "silverstripe/mimevalidator": "2.3.x-dev" }, "require-dev": { "phpunit/phpunit": "^9.5"