Skip to content

Commit

Permalink
housekeeping
Browse files Browse the repository at this point in the history
  • Loading branch information
cviebrock committed Aug 8, 2024
1 parent d3245f9 commit c7589da
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ node_modules/
# misc
.DS_Store
.env
.idea/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
Expand Down
6 changes: 6 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,5 +72,11 @@
},
"autoload": {
"classmap": [ "Store/" ]
},
"config": {
"sort-packages": true,
"allow-plugins": {
"php-http/discovery": true
}
}
}

0 comments on commit c7589da

Please sign in to comment.