diff --git a/.travis.yml b/.travis.yml index 9d34aec..c1323b0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,7 @@ import: env: global: - - REQUIRE_RECIPE_TESTING="^1" + - REQUIRE_RECIPE_TESTING="^2" - REQUIRE_FRAMEWORKTEST="^0.4.2" # vfsstream is a dev dependency of the assets module - REQUIRE_EXTRA="mikey179/vfsstream:^1.6" diff --git a/composer.json b/composer.json index 2f9c785..c24af6d 100644 --- a/composer.json +++ b/composer.json @@ -5,9 +5,9 @@ "require": { "php": "^7.3 || ^8.0", "silverstripe/recipe-plugin": "^1.2", - "silverstripe/recipe-cms": "4.x-dev", + "silverstripe/recipe-cms": "4.10.x-dev", "silverstripe-themes/simple": "~3.2.0", - "silverstripe/login-forms": "4.x-dev" + "silverstripe/login-forms": "4.6.x-dev" }, "require-dev": { "phpunit/phpunit": "^9.5"