PluginProbe
CBX Map for Google Map & OpenStreetMap / trunk
CBX Map for Google Map & OpenStreetMap vtrunk
trunk 1.1.10 1.1.11 1.1.12 1.1.5 1.1.6 1.1.7 1.1.8 1.1.9 2.0.0 2.0.1 2.0.2 2.0.3 2.0.4 2.0.5
cbxgooglemap / vendor / composer / installed.php

installed.php in CBX Map for Google Map & OpenStreetMap trunk, at vendor/composer/installed.php

53 lines 1.6 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' => 'cbx/googlemap',
4 'pretty_version' => 'dev-master',
5 'version' => 'dev-master',
6 'reference' => '67abb297d3c70730b778529e1300ea59015d28f8',
7 'type' => 'library',
8 'install_path' => __DIR__ . '/../../',
9 'aliases' => array(),
10 'dev' => true,
11 ),
12 'versions' => array(
13 'cbx/googlemap' => array(
14 'pretty_version' => 'dev-master',
15 'version' => 'dev-master',
16 'reference' => '67abb297d3c70730b778529e1300ea59015d28f8',
17 'type' => 'library',
18 'install_path' => __DIR__ . '/../../',
19 'aliases' => array(),
20 'dev_requirement' => false,
21 ),
22 'enshrined/svg-sanitize' => array(
23 'pretty_version' => 'dev-master',
24 'version' => 'dev-master',
25 'reference' => 'c1ad90f6a3819ec40fb98fff0193f14fdeab35c8',
26 'type' => 'library',
27 'install_path' => __DIR__ . '/../enshrined/svg-sanitize',
28 'aliases' => array(
29 0 => '9999999-dev',
30 ),
31 'dev_requirement' => false,
32 ),
33 'symfony/console' => array(
34 'dev_requirement' => false,
35 'replaced' => array(
36 0 => '*',
37 ),
38 ),
39 'symfony/translation' => array(
40 'dev_requirement' => false,
41 'replaced' => array(
42 0 => '*',
43 ),
44 ),
45 'symfony/translation-contracts' => array(
46 'dev_requirement' => false,
47 'replaced' => array(
48 0 => '*',
49 ),
50 ),
51 ),
52 );
53