Skip to content

Commit

Permalink
PUSH
Browse files Browse the repository at this point in the history
-> Added stripe to composer!
-> Updated readme
  • Loading branch information
NaysKutzu committed Nov 4, 2023
1 parent d512465 commit 18c493e
Show file tree
Hide file tree
Showing 3 changed files with 65 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .github/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,9 @@ Well, we created a table to compare the most commonly used pterodactyl clients,
| Custom (CSS/Header/HTML) |||||||
| Leaderboards |||||||
| Custom Search |||||||
| Server Queue |||||||
| Web Logs |||||||


## Demo

Expand Down
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@
"mythicalsystems/php-router": "^1.0",
"symfony/yaml": "^6.3",
"phpmailer/phpmailer": "^6.8",
"atakde/discord-webhook-php": "^2.0"
"atakde/discord-webhook-php": "^2.0",
"stripe/stripe-php": "^13.2.0"
},
"autoload": {
"psr-4": {
Expand Down
61 changes: 60 additions & 1 deletion composer.lock

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

0 comments on commit 18c493e

Please sign in to comment.