Diff: STRATO-apps/wordpress_03/app/wp-content/plugins/tutor-stripe/payments/composer.lock

Keine Baseline-Datei – Diff nur gegen leer.
Zur Liste
1 -
1 + {
2 + "_readme": [
3 + "This file locks the dependencies of your project to a known state",
4 + "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
5 + "This file is @generated automatically"
6 + ],
7 + "content-hash": "daaa000ddbd82b14464f1cc7388fcce3",
8 + "packages": [
9 + {
10 + "name": "stripe/stripe-php",
11 + "version": "v17.5.0",
12 + "source": {
13 + "type": "git",
14 + "url": "https://github.com/stripe/stripe-php.git",
15 + "reference": "313c7e3ed6af1d6948dc4262d2b9c6ee6b30394b"
16 + },
17 + "dist": {
18 + "type": "zip",
19 + "url": "https://api.github.com/repos/stripe/stripe-php/zipball/313c7e3ed6af1d6948dc4262d2b9c6ee6b30394b",
20 + "reference": "313c7e3ed6af1d6948dc4262d2b9c6ee6b30394b",
21 + "shasum": ""
22 + },
23 + "require": {
24 + "ext-curl": "*",
25 + "ext-json": "*",
26 + "ext-mbstring": "*",
27 + "php": ">=5.6.0"
28 + },
29 + "require-dev": {
30 + "friendsofphp/php-cs-fixer": "3.72.0",
31 + "phpstan/phpstan": "^1.2",
32 + "phpunit/phpunit": "^5.7 || ^9.0"
33 + },
34 + "type": "library",
35 + "extra": {
36 + "branch-alias": {
37 + "dev-master": "2.0-dev"
38 + }
39 + },
40 + "autoload": {
41 + "psr-4": {
42 + "Stripe\\": "lib/"
43 + }
44 + },
45 + "notification-url": "https://packagist.org/downloads/",
46 + "license": [
47 + "MIT"
48 + ],
49 + "authors": [
50 + {
51 + "name": "Stripe and contributors",
52 + "homepage": "https://github.com/stripe/stripe-php/contributors"
53 + }
54 + ],
55 + "description": "Stripe PHP Library",
56 + "homepage": "https://stripe.com/",
57 + "keywords": [
58 + "api",
59 + "payment processing",
60 + "stripe"
61 + ],
62 + "support": {
63 + "issues": "https://github.com/stripe/stripe-php/issues",
64 + "source": "https://github.com/stripe/stripe-php/tree/v17.5.0"
65 + },
66 + "time": "2025-07-30T17:16:57+00:00"
67 + }
68 + ],
69 + "packages-dev": [],
70 + "aliases": [],
71 + "minimum-stability": "stable",
72 + "stability-flags": {},
73 + "prefer-stable": false,
74 + "prefer-lowest": false,
75 + "platform": {},
76 + "platform-dev": {},
77 + "plugin-api-version": "2.6.0"
78 + }
79 +