PluginProbe
WebTotem Security / 3.0.1
WebTotem Security v3.0.1
3.0.1 3.0.0 trunk 1.0 1.1 1.2 1.3 1.3.1 1.3.2 1.3.3 2.0 2.1 2.1.1 2.1.2 2.1.3 2.1.4 2.1.5 2.1.6 2.1.7 2.1.8 2.1.9 2.2.1 2.2.2 2.2.3 2.2.4 All 109 releases
wt-security / vendor / composer / installed.php

installed.php in WebTotem Security 3.0.1, at vendor/composer/installed.php

51 lines 1.8 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 'pretty_version' => '1.0.0+no-version-set',
4 'version' => '1.0.0.0',
5 'type' => 'library',
6 'install_path' => __DIR__ . '/../../',
7 'aliases' => array(),
8 'reference' => NULL,
9 'name' => '__root__',
10 'dev' => true,
11 ),
12 'versions' => array(
13 '__root__' => array(
14 'pretty_version' => '1.0.0+no-version-set',
15 'version' => '1.0.0.0',
16 'type' => 'library',
17 'install_path' => __DIR__ . '/../../',
18 'aliases' => array(),
19 'reference' => NULL,
20 'dev_requirement' => false,
21 ),
22 'symfony/polyfill-ctype' => array(
23 'pretty_version' => 'v1.23.0',
24 'version' => '1.23.0.0',
25 'type' => 'library',
26 'install_path' => __DIR__ . '/../symfony/polyfill-ctype',
27 'aliases' => array(),
28 'reference' => '46cd95797e9df938fdd2b03693b5fca5e64b01ce',
29 'dev_requirement' => false,
30 ),
31 'symfony/polyfill-mbstring' => array(
32 'pretty_version' => 'v1.23.1',
33 'version' => '1.23.1.0',
34 'type' => 'library',
35 'install_path' => __DIR__ . '/../symfony/polyfill-mbstring',
36 'aliases' => array(),
37 'reference' => '9174a3d80210dca8daa7f31fec659150bbeabfc6',
38 'dev_requirement' => false,
39 ),
40 'twig/twig' => array(
41 'pretty_version' => 'v3.3.4',
42 'version' => '3.3.4.0',
43 'type' => 'library',
44 'install_path' => __DIR__ . '/../twig/twig',
45 'aliases' => array(),
46 'reference' => '65cb6f0b956485e1664f13d023c55298a4bb59ca',
47 'dev_requirement' => false,
48 ),
49 ),
50 );
51