Skip to content

Commit

Permalink
API Remove API which is now in silverstripe/silverstripe-template-eng…
Browse files Browse the repository at this point in the history
…ine (#11451)
  • Loading branch information
GuySartorelli authored Nov 6, 2024
1 parent 3f863b2 commit bbd8bb9
Show file tree
Hide file tree
Showing 92 changed files with 9 additions and 13,488 deletions.
2 changes: 1 addition & 1 deletion _config/view.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ Name: view-config
---
SilverStripe\Core\Injector\Injector:
SilverStripe\View\TemplateEngine:
class: 'SilverStripe\View\SSTemplateEngine'
class: 'SilverStripe\TemplateEngine\SSTemplateEngine'
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
"silverstripe/config": "^3",
"silverstripe/assets": "^3",
"silverstripe/supported-modules": "^1.1",
"silverstripe/template-engine": "^1",
"silverstripe/vendor-plugin": "^2",
"sminnee/callbacklist": "^0.1.1",
"symfony/cache": "^7.0",
Expand Down
7 changes: 0 additions & 7 deletions phpcs.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -28,16 +28,9 @@
</properties>
</rule>

<!-- use short array syntax (less thirdparty) -->
<rule ref="Generic.Arrays.DisallowLongArraySyntax">
<exclude-pattern>/thirdparty/*</exclude-pattern>
</rule>

<!-- include php files only -->
<arg name="extensions" value="php,lib,inc,php5"/>

<!-- PHP-PEG generated file not intended for human consumption -->
<exclude-pattern>*/SSTemplateParser.php$</exclude-pattern>
<exclude-pattern>*/_fakewebroot/*</exclude-pattern>
<exclude-pattern>*/fixtures/*</exclude-pattern>
</ruleset>
Expand Down
Loading

0 comments on commit bbd8bb9

Please sign in to comment.