Skip to content

Commit

Permalink
fix namespacing
Browse files Browse the repository at this point in the history
  • Loading branch information
acalvino4 committed Apr 6, 2023
1 parent bd94c4a commit 4987809
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## Unreleased

## 1.0.1 - 2023-04-06

- Fix namespacing

## 1.0.0 - 2023-04-06

- Added ruleset that extends from the official twigcs ruleset
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "acalvino4/craft-twig-ruleset",
"description": "A twig coding style ruleset for the Craft community",
"version": "1.0.0",
"version": "1.0.1",
"homepage": "https://github.com/acalvino4/craft-twigruleset",
"license": "MIT",
"autoload": {
Expand Down
2 changes: 2 additions & 0 deletions src/CraftRuleset.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
<?php

namespace Acalvino4\CraftTwigRuleset;

use FriendsOfTwig\Twigcs\RegEngine\RulesetConfigurator;
use FriendsOfTwig\Twigcs\Rule;
use FriendsOfTwig\Twigcs\Ruleset\RulesetInterface;
Expand Down
2 changes: 2 additions & 0 deletions src/CraftRulesetBuilder.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
<?php

namespace Acalvino4\CraftTwigRuleset;

use FriendsOfTwig\Twigcs\RegEngine\RulesetBuilder;

class CustomRulesetBuilder extends RulesetBuilder
Expand Down

0 comments on commit 4987809

Please sign in to comment.