Skip to content

Commit

Permalink
q
Browse files Browse the repository at this point in the history
  • Loading branch information
FunnyRain committed Dec 14, 2020
1 parent 7ec4dfc commit d0db16b
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,5 @@ old/
logs
src/sConfig.php
/vendor/
composer.lock

9 changes: 8 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,12 @@
}
],
"minimum-stability": "stable",
"require": {}
"require": {
"php": ">=7.0"
},
"autoload": {
"psr-4": {
"FunnyRain\\vkbot\\": "src/"
}
}
}
6 changes: 4 additions & 2 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d0db16b

Please sign in to comment.