Welcome to mirror list, hosted at ThFree Co, Russian Federation.

installed.php « composer « composer « provisioning_api « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 200df43e5fd119a6b07f3b9f1c0bab4f44b8c6ee (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?php return array(
    'root' => array(
        'pretty_version' => 'dev-master',
        'version' => 'dev-master',
        'type' => 'library',
        'install_path' => __DIR__ . '/../',
        'aliases' => array(),
        'reference' => 'dbf7905149222115a2cd0334efcf8c93afa8683e',
        'name' => '__root__',
        'dev' => false,
    ),
    'versions' => array(
        '__root__' => array(
            'pretty_version' => 'dev-master',
            'version' => 'dev-master',
            'type' => 'library',
            'install_path' => __DIR__ . '/../',
            'aliases' => array(),
            'reference' => 'dbf7905149222115a2cd0334efcf8c93afa8683e',
            'dev_requirement' => false,
        ),
    ),
);