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

View File

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