File: installed.php

package info (click to toggle)
phpunit-complexity 6.0.0-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 34,804 kB
  • sloc: php: 11,183; xml: 64; makefile: 17
file content (77 lines) | stat: -rw-r--r-- 3,037 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
<?php return array(
    'root' => array(
        'name' => '__root__',
        'pretty_version' => 'dev-main',
        'version' => 'dev-main',
        'reference' => '4b7154a1522b771f4179e65e21d73ef751371741',
        'type' => 'library',
        'install_path' => __DIR__ . '/../../',
        'aliases' => array(),
        'dev' => true,
    ),
    'versions' => array(
        '__root__' => array(
            'pretty_version' => 'dev-main',
            'version' => 'dev-main',
            'reference' => '4b7154a1522b771f4179e65e21d73ef751371741',
            'type' => 'library',
            'install_path' => __DIR__ . '/../../',
            'aliases' => array(),
            'dev_requirement' => false,
        ),
        'ergebnis/phpstan-rules' => array(
            'pretty_version' => '2.13.1',
            'version' => '2.13.1.0',
            'reference' => 'f69db86b98595c34fc1f61c89fe3b380141aa519',
            'type' => 'phpstan-extension',
            'install_path' => __DIR__ . '/../ergebnis/phpstan-rules',
            'aliases' => array(),
            'dev_requirement' => true,
        ),
        'nette/utils' => array(
            'pretty_version' => 'v4.1.2',
            'version' => '4.1.2.0',
            'reference' => 'f76b5dc3d6c6d3043c8d937df2698515b99cbaf5',
            'type' => 'library',
            'install_path' => __DIR__ . '/../nette/utils',
            'aliases' => array(),
            'dev_requirement' => true,
        ),
        'phpstan/extension-installer' => array(
            'pretty_version' => '1.4.3',
            'version' => '1.4.3.0',
            'reference' => '85e90b3942d06b2326fba0403ec24fe912372936',
            'type' => 'composer-plugin',
            'install_path' => __DIR__ . '/../phpstan/extension-installer',
            'aliases' => array(),
            'dev_requirement' => true,
        ),
        'phpstan/phpstan' => array(
            'pretty_version' => '2.1.38',
            'version' => '2.1.38.0',
            'reference' => 'dfaf1f530e1663aa167bc3e52197adb221582629',
            'type' => 'library',
            'install_path' => __DIR__ . '/../phpstan/phpstan',
            'aliases' => array(),
            'dev_requirement' => true,
        ),
        'phpstan/phpstan-strict-rules' => array(
            'pretty_version' => '2.0.8',
            'version' => '2.0.8.0',
            'reference' => '1ed9e626a37f7067b594422411539aa807190573',
            'type' => 'phpstan-extension',
            'install_path' => __DIR__ . '/../phpstan/phpstan-strict-rules',
            'aliases' => array(),
            'dev_requirement' => true,
        ),
        'tomasvotruba/type-coverage' => array(
            'pretty_version' => '2.1.0',
            'version' => '2.1.0.0',
            'reference' => '468354b3964120806a69890cbeb3fcf005876391',
            'type' => 'phpstan-extension',
            'install_path' => __DIR__ . '/../tomasvotruba/type-coverage',
            'aliases' => array(),
            'dev_requirement' => true,
        ),
    ),
);