diff --git a/composer.json b/composer.json index 19ea444..d150399 100644 --- a/composer.json +++ b/composer.json @@ -12,7 +12,7 @@ ], "require": { "composer/installers": "*", - "silverstripe/framework": ">=3.0" + "silverstripe/framework": ">=3.5" }, "extra": { "branch-alias": { diff --git a/templates/Page.ss b/templates/Page.ss index 95988c2..84acfea 100644 --- a/templates/Page.ss +++ b/templates/Page.ss @@ -38,7 +38,7 @@ Change it, enhance it and most importantly enjoy it! <% include Footer %> <% require javascript('//code.jquery.com/jquery-1.7.2.min.js') %> -<% require themedJavascript('script.js') %> +<% require themedJavascript('script') %>