PluginProbe
seQura / 2.0.5
seQura v2.0.5
4.3.4 4.3.3 4.3.2 4.3.1 trunk 2.0.0 2.0.10 2.0.11 2.0.12 2.0.5 2.0.6 2.0.7 2.0.8 2.0.9 3.0.0 3.0.2 3.0.5 3.0.6 3.0.7 3.1.0 3.1.1 3.2.0 3.2.1 3.2.2 4.0.0 All 30 releases
sequra / vendor / composer / installed.php

installed.php in seQura 2.0.5, at vendor/composer/installed.php

57 lines 2.0 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' => 'sequra/sequra',
4 'pretty_version' => 'dev-master',
5 'version' => 'dev-master',
6 'reference' => '6ba15ad7dbcc147de79ed1cfb61c2ea63ba945f8',
7 'type' => 'wordpress-plugin',
8 'install_path' => __DIR__ . '/../../',
9 'aliases' => array(),
10 'dev' => false,
11 ),
12 'versions' => array(
13 'monolog/monolog' => array(
14 'pretty_version' => '2.9.1',
15 'version' => '2.9.1.0',
16 'reference' => 'f259e2b15fb95494c83f52d3caad003bbf5ffaa1',
17 'type' => 'library',
18 'install_path' => __DIR__ . '/../monolog/monolog',
19 'aliases' => array(),
20 'dev_requirement' => false,
21 ),
22 'psr/log' => array(
23 'pretty_version' => '1.1.4',
24 'version' => '1.1.4.0',
25 'reference' => 'd49695b909c3b7628b6289db5479a1c204601f11',
26 'type' => 'library',
27 'install_path' => __DIR__ . '/../psr/log',
28 'aliases' => array(),
29 'dev_requirement' => false,
30 ),
31 'psr/log-implementation' => array(
32 'dev_requirement' => false,
33 'provided' => array(
34 0 => '1.0.0 || 2.0.0 || 3.0.0',
35 ),
36 ),
37 'sequra/php-client' => array(
38 'pretty_version' => '0.3.6',
39 'version' => '0.3.6.0',
40 'reference' => '0b50277d1589f6aa6ccb7381cf02062404ecc1c9',
41 'type' => 'library',
42 'install_path' => __DIR__ . '/../sequra/php-client',
43 'aliases' => array(),
44 'dev_requirement' => false,
45 ),
46 'sequra/sequra' => array(
47 'pretty_version' => 'dev-master',
48 'version' => 'dev-master',
49 'reference' => '6ba15ad7dbcc147de79ed1cfb61c2ea63ba945f8',
50 'type' => 'wordpress-plugin',
51 'install_path' => __DIR__ . '/../../',
52 'aliases' => array(),
53 'dev_requirement' => false,
54 ),
55 ),
56 );
57