Skip to content

Commit

Permalink
update namespace; ignore composer.lock
Browse files Browse the repository at this point in the history
  • Loading branch information
acalvino4 committed Apr 27, 2023
1 parent 79f76fe commit 294e046
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 1,105 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
.env
vendor
composer.lock
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,6 @@
"version": "1.0.3",
"homepage": "https://github.com/acalvino4/craft-twigruleset",
"license": "MIT",
"autoload": {
"psr-4": {
"Acalvino4\\CraftTwigRuleset\\": "src/"
}
},
"authors": [
{
"name": "acalvino4"
Expand All @@ -21,6 +16,11 @@
"craftcms/ecs": "dev-main",
"craftcms/phpstan": "dev-main"
},
"autoload": {
"psr-4": {
"acalvino4\\crafttwigruleset\\": "src/"
}
},
"scripts": {
"test": "ecs check --ansi && phpstan --memory-limit=1G",
"fix": "ecs check --ansi --fix"
Expand Down
Loading

0 comments on commit 294e046

Please sign in to comment.