Skip to content

Commit

Permalink
Update composer and add gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
caendesilva committed Mar 21, 2022
1 parent fa00787 commit c470d8d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
/vendor
/.idea
/.vscode
/.vagrant
.phpunit.result.cache
.env
csout
StormRunner.php
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"license": "MIT",
"autoload": {
"psr-4": {
"Hyde\\Framework\\": "src/"
"Hyde\\Framework\\": "app/"
}
},
"authors": [
Expand Down

0 comments on commit c470d8d

Please sign in to comment.