diff --git a/README.md b/README.md index 9a11bc1..cf5f83d 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,8 @@ NOTE: This extension is only active when your site is in dev mode. There should be no slowdown in live mode because the database proxy adapter is not installed and clockwork is never activated. +**NOTE:** This version requires SilverStripe 3.2. For 3.1 compatibility use v0.1.0 + Usage ----- diff --git a/composer.json b/composer.json index e0e03b8..d1fb524 100644 --- a/composer.json +++ b/composer.json @@ -11,7 +11,7 @@ } ], "require": { - "silverstripe/framework": "~3.1", + "silverstripe/framework": "~3.2", "itsgoingd/clockwork": "~1.6" }, "extra": {