# learnpress/4.4.3/vendor/composer/installed.php

LearnPress – WordPress LMS Plugin for Create and Sell Online Courses, version 4.4.3. 42 lines.

- Page: https://pluginprobe.com/plugins/learnpress/4.4.3/code/vendor/composer/installed.php
- Raw: https://pluginprobe.com/plugins/learnpress/4.4.3/raw/vendor/composer/installed.php
- Modified: 2026-07-26T12:32:48+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/learnpress/4.4.3/code/vendor/composer/installed.php#L10-L20`.

```php
<?php return array(
    'root' => array(
        'name' => 'learnpress/learnpress',
        'pretty_version' => 'dev-develop',
        'version' => 'dev-develop',
        'reference' => '2376fb803c4bf4e049479db45fc0fdb584b31668',
        'type' => 'library',
        'install_path' => __DIR__ . '/../../',
        'aliases' => array(),
        'dev' => false,
    ),
    'versions' => array(
        'learnpress/learnpress' => array(
            'pretty_version' => 'dev-develop',
            'version' => 'dev-develop',
            'reference' => '2376fb803c4bf4e049479db45fc0fdb584b31668',
            'type' => 'library',
            'install_path' => __DIR__ . '/../../',
            'aliases' => array(),
            'dev_requirement' => false,
        ),
        'symfony/css-selector' => array(
            'pretty_version' => 'v8.1.0',
            'version' => '8.1.0.0',
            'reference' => 'dc0e2be45c9b5588c82414f02ac574b4b986abcd',
            'type' => 'library',
            'install_path' => __DIR__ . '/../symfony/css-selector',
            'aliases' => array(),
            'dev_requirement' => false,
        ),
        'tijsverkoyen/css-to-inline-styles' => array(
            'pretty_version' => 'v2.4.0',
            'version' => '2.4.0.0',
            'reference' => 'f0292ccf0ec75843d65027214426b6b163b48b41',
            'type' => 'library',
            'install_path' => __DIR__ . '/../tijsverkoyen/css-to-inline-styles',
            'aliases' => array(),
            'dev_requirement' => false,
        ),
    ),
);

```
