PluginProbe
seQura / 4.0.0
seQura v4.0.0
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 4.0.0, at vendor/composer/installed.php

33 lines 1.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/wc',
4 'pretty_version' => '1.0.0+no-version-set',
5 'version' => '1.0.0.0',
6 'reference' => null,
7 'type' => 'project',
8 'install_path' => __DIR__ . '/../../',
9 'aliases' => array(),
10 'dev' => false,
11 ),
12 'versions' => array(
13 'sequra/integration-core' => array(
14 'pretty_version' => 'v3.0.0',
15 'version' => '3.0.0.0',
16 'reference' => '5b41cc15ed35c3a5f62447a986eabaa58d3af3c1',
17 'type' => 'library',
18 'install_path' => __DIR__ . '/../sequra/integration-core',
19 'aliases' => array(),
20 'dev_requirement' => false,
21 ),
22 'sequra/wc' => array(
23 'pretty_version' => '1.0.0+no-version-set',
24 'version' => '1.0.0.0',
25 'reference' => null,
26 'type' => 'project',
27 'install_path' => __DIR__ . '/../../',
28 'aliases' => array(),
29 'dev_requirement' => false,
30 ),
31 ),
32 );
33