diff --git a/README.md b/README.md index 4bec246..5fb6cfa 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,7 @@ Provided by [silverstripe/recipe-cms]: * [admin](http://github.com/silverstripe/silverstripe-admin) * [asset-admin](http://github.com/silverstripe/silverstripe-asset-admin) * [campaign-admin](http://github.com/silverstripe/silverstripe-campaign-admin) + * [versioned-admin](http://github.com/silverstripe/silverstripe-versioned-admin) * [cms](http://github.com/silverstripe/silverstripe-cms) * [errorpage](http://github.com/silverstripe/silverstripe-errorpage) * [reports](http://github.com/silverstripe/silverstripe-reports) diff --git a/composer.json b/composer.json index 6f05015..e8f3def 100644 --- a/composer.json +++ b/composer.json @@ -10,6 +10,7 @@ "silverstripe/admin": "1.3.x-dev", "silverstripe/asset-admin": "1.3.x-dev", "silverstripe/campaign-admin": "1.3.x-dev", + "silverstripe/versioned-admin": "1.1.x-dev", "silverstripe/cms": "4.3.x-dev", "silverstripe/errorpage": "1.3.x-dev", "silverstripe/graphql": "2.1.x-dev",