From 18c493ef33ffa820ee5ffb8d31a36f2e29864440 Mon Sep 17 00:00:00 2001 From: NaysKutzu Date: Sat, 4 Nov 2023 20:35:01 +0000 Subject: [PATCH] PUSH -> Added stripe to composer! -> Updated readme --- .github/README.md | 3 +++ composer.json | 3 ++- composer.lock | 61 ++++++++++++++++++++++++++++++++++++++++++++++- 3 files changed, 65 insertions(+), 2 deletions(-) diff --git a/.github/README.md b/.github/README.md index fbd3052d..659dfb2c 100644 --- a/.github/README.md +++ b/.github/README.md @@ -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 diff --git a/composer.json b/composer.json index 0b65f062..be41f42b 100644 --- a/composer.json +++ b/composer.json @@ -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": { diff --git a/composer.lock b/composer.lock index ac2432e9..ea3f6aba 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "80d228c308e33c061c14076d485c247c", + "content-hash": "9ed990a705ad9b7b275017e1112732c9", "packages": [ { "name": "atakde/discord-webhook-php", @@ -192,6 +192,65 @@ ], "time": "2023-08-29T08:26:30+00:00" }, + { + "name": "stripe/stripe-php", + "version": "v13.2.0", + "source": { + "type": "git", + "url": "https://github.com/stripe/stripe-php.git", + "reference": "e0a960c8655b21b21c3ba2e5927f432eeda9105f" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/stripe/stripe-php/zipball/e0a960c8655b21b21c3ba2e5927f432eeda9105f", + "reference": "e0a960c8655b21b21c3ba2e5927f432eeda9105f", + "shasum": "" + }, + "require": { + "ext-curl": "*", + "ext-json": "*", + "ext-mbstring": "*", + "php": ">=5.6.0" + }, + "require-dev": { + "friendsofphp/php-cs-fixer": "3.5.0", + "phpstan/phpstan": "^1.2", + "phpunit/phpunit": "^5.7 || ^9.0" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "2.0-dev" + } + }, + "autoload": { + "psr-4": { + "Stripe\\": "lib/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Stripe and contributors", + "homepage": "https://github.com/stripe/stripe-php/contributors" + } + ], + "description": "Stripe PHP Library", + "homepage": "https://stripe.com/", + "keywords": [ + "api", + "payment processing", + "stripe" + ], + "support": { + "issues": "https://github.com/stripe/stripe-php/issues", + "source": "https://github.com/stripe/stripe-php/tree/v13.2.0" + }, + "time": "2023-11-02T22:32:22+00:00" + }, { "name": "symfony/deprecation-contracts", "version": "v3.3.0",