Update composer.json

`master` branch of this module no longer works with SS3, due to the Director class being namespaced (so the URL rule no longer matches SS3 sites).
This commit is contained in:
Matt Peel 2016-12-23 12:08:14 +13:00 committed by GitHub
parent 8307b56f3f
commit fa92f0d13f
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@
"email": "will@fullscreen.io"
}],
"require": {
"silverstripe/framework": ">=3.1"
"silverstripe/framework": "^4"
},
"extra": {
"installer-name": "googlesitemaps"