Diff: STRATO-apps/wordpress_03/app/wp-content/plugins/tutor-stripe/vendor/composer/installed.json

Keine Baseline-Datei – Diff nur gegen leer.
Zur Liste
1 -
1 + {
2 + "packages": [
3 + {
4 + "name": "stripe/stripe-php",
5 + "version": "v17.6.0",
6 + "version_normalized": "17.6.0.0",
7 + "source": {
8 + "type": "git",
9 + "url": "https://github.com/stripe/stripe-php.git",
10 + "reference": "a6219df5df1324a0d3f1da25fb5e4b8a3307ea16"
11 + },
12 + "dist": {
13 + "type": "zip",
14 + "url": "https://api.github.com/repos/stripe/stripe-php/zipball/a6219df5df1324a0d3f1da25fb5e4b8a3307ea16",
15 + "reference": "a6219df5df1324a0d3f1da25fb5e4b8a3307ea16",
16 + "shasum": ""
17 + },
18 + "require": {
19 + "ext-curl": "*",
20 + "ext-json": "*",
21 + "ext-mbstring": "*",
22 + "php": ">=5.6.0"
23 + },
24 + "require-dev": {
25 + "friendsofphp/php-cs-fixer": "3.72.0",
26 + "phpstan/phpstan": "^1.2",
27 + "phpunit/phpunit": "^5.7 || ^9.0"
28 + },
29 + "time": "2025-08-27T19:32:42+00:00",
30 + "type": "library",
31 + "extra": {
32 + "branch-alias": {
33 + "dev-master": "2.0-dev"
34 + }
35 + },
36 + "installation-source": "dist",
37 + "autoload": {
38 + "psr-4": {
39 + "Stripe\\": "lib/"
40 + }
41 + },
42 + "notification-url": "https://packagist.org/downloads/",
43 + "license": [
44 + "MIT"
45 + ],
46 + "authors": [
47 + {
48 + "name": "Stripe and contributors",
49 + "homepage": "https://github.com/stripe/stripe-php/contributors"
50 + }
51 + ],
52 + "description": "Stripe PHP Library",
53 + "homepage": "https://stripe.com/",
54 + "keywords": [
55 + "api",
56 + "payment processing",
57 + "stripe"
58 + ],
59 + "support": {
60 + "issues": "https://github.com/stripe/stripe-php/issues",
61 + "source": "https://github.com/stripe/stripe-php/tree/v17.6.0"
62 + },
63 + "install-path": "../stripe/stripe-php"
64 + }
65 + ],
66 + "dev": true,
67 + "dev-package-names": []
68 + }
69 +