PluginProbe
LearnPress – WordPress LMS Plugin for Create and Sell Online Courses / 4.3.9
LearnPress – WordPress LMS Plugin for Create and Sell Online Courses v4.3.9
4.4.7 4.4.6 4.4.5 4.4.4 4.4.3 4.4.2 4.4.1 4.4.0 4.3.9.1 4.3.9 4.3.8 4.3.7 4.1.6.9 4.1.6.9.1 4.1.6.9.2 4.1.6.9.3 4.1.6.9.4 4.1.7 4.1.7.1 4.1.7.2 4.1.7.3 4.1.7.3.1 4.1.7.3.2 4.2.0 4.2.1 All 138 releases
learnpress / vendor / composer / installed.php

installed.php in LearnPress – WordPress LMS Plugin for Create and Sell Online Courses 4.3.9, at vendor/composer/installed.php

42 lines 1.5 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <?php return array(
2 'root' => array(
3 'name' => 'learnpress/learnpress',
4 'pretty_version' => 'dev-develop',
5 'version' => 'dev-develop',
6 'reference' => '2b688be48d1da03908e5e453f136a2cb7460602a',
7 'type' => 'library',
8 'install_path' => __DIR__ . '/../../',
9 'aliases' => array(),
10 'dev' => false,
11 ),
12 'versions' => array(
13 'learnpress/learnpress' => array(
14 'pretty_version' => 'dev-develop',
15 'version' => 'dev-develop',
16 'reference' => '2b688be48d1da03908e5e453f136a2cb7460602a',
17 'type' => 'library',
18 'install_path' => __DIR__ . '/../../',
19 'aliases' => array(),
20 'dev_requirement' => false,
21 ),
22 'symfony/css-selector' => array(
23 'pretty_version' => 'v6.4.34',
24 'version' => '6.4.34.0',
25 'reference' => 'b0314c186f1464de048cce58979ff1625ca88bbb',
26 'type' => 'library',
27 'install_path' => __DIR__ . '/../symfony/css-selector',
28 'aliases' => array(),
29 'dev_requirement' => false,
30 ),
31 'tijsverkoyen/css-to-inline-styles' => array(
32 'pretty_version' => 'v2.4.0',
33 'version' => '2.4.0.0',
34 'reference' => 'f0292ccf0ec75843d65027214426b6b163b48b41',
35 'type' => 'library',
36 'install_path' => __DIR__ . '/../tijsverkoyen/css-to-inline-styles',
37 'aliases' => array(),
38 'dev_requirement' => false,
39 ),
40 ),
41 );
42