From 79a5ea3dace336558ef4d5be4a86cc1a0e84badc Mon Sep 17 00:00:00 2001 From: Luke Edwards Date: Wed, 25 Jul 2018 14:55:28 +1200 Subject: [PATCH] NEW Add versioned-admin --- README.md | 1 + composer.json | 1 + 2 files changed, 2 insertions(+) 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",