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

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

- Page: https://pluginprobe.com/plugins/learnpress/4.4.8/code/vendor/composer/installed.php
- Raw: https://pluginprobe.com/plugins/learnpress/4.4.8/raw/vendor/composer/installed.php
- Modified: 2026-09-18T11:22:50+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.8/code/vendor/composer/installed.php#L10-L20`.

```php
<?php return array(
    'root' => array(
        'name' => 'learnpress/learnpress',
        'pretty_version' => 'dev-develop',
        'version' => 'dev-develop',
        'reference' => 'fb08bf04912cc1be234c5843e3e9db45b160f58b',
        'type' => 'library',
        'install_path' => __DIR__ . '/../../',
        'aliases' => array(),
        'dev' => false,
    ),
    'versions' => array(
        'learnpress/learnpress' => array(
            'pretty_version' => 'dev-develop',
            'version' => 'dev-develop',
            'reference' => 'fb08bf04912cc1be234c5843e3e9db45b160f58b',
            'type' => 'library',
            'install_path' => __DIR__ . '/../../',
            'aliases' => array(),
            'dev_requirement' => false,
        ),
        'symfony/css-selector' => array(
            'pretty_version' => 'v8.1.6',
            'version' => '8.1.6.0',
            'reference' => '08e2905152a39cf3fd1745d83f8c483e258887d9',
            '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,
        ),
    ),
);

```
