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

Keine Baseline-Datei – Diff nur gegen leer.
Zur Liste
1 -
1 + <?php return array(
2 + 'root' => array(
3 + 'name' => 'themeum/tutor-payment-stripe',
4 + 'pretty_version' => '1.0.4',
5 + 'version' => '1.0.4.0',
6 + 'reference' => null,
7 + 'type' => 'library',
8 + 'install_path' => __DIR__ . '/../../',
9 + 'aliases' => array(),
10 + 'dev' => true,
11 + ),
12 + 'versions' => array(
13 + 'stripe/stripe-php' => array(
14 + 'pretty_version' => 'v17.5.0',
15 + 'version' => '17.5.0.0',
16 + 'reference' => '313c7e3ed6af1d6948dc4262d2b9c6ee6b30394b',
17 + 'type' => 'library',
18 + 'install_path' => __DIR__ . '/../stripe/stripe-php',
19 + 'aliases' => array(),
20 + 'dev_requirement' => false,
21 + ),
22 + 'themeum/tutor-payment-stripe' => array(
23 + 'pretty_version' => '1.0.4',
24 + 'version' => '1.0.4.0',
25 + 'reference' => null,
26 + 'type' => 'library',
27 + 'install_path' => __DIR__ . '/../../',
28 + 'aliases' => array(),
29 + 'dev_requirement' => false,
30 + ),
31 + ),
32 + );
33 +