PluginProbe
Substack Importer / 1.0.3
Substack Importer v1.0.3
trunk 0.1.0 1.0.0 1.0.1 1.0.2 1.0.3 1.0.4 1.0.5 1.0.6 1.0.7 1.0.8 1.0.9 1.1.0 1.1.1 1.2.0
substack-importer / vendor / composer / installed.php

installed.php in Substack Importer 1.0.3, at vendor/composer/installed.php

35 lines 1.2 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.3',
4 'version' => '1.0.3.0',
5 'type' => 'wordpress-plugin',
6 'install_path' => __DIR__ . '/../../',
7 'aliases' => array(),
8 'reference' => '1403e381d2f2420d1d7bf1477ade79b3a5af95e1',
9 'name' => 'automattic/substack-importer',
10 'dev' => false,
11 ),
12 'versions' => array(
13 'automattic/substack-importer' => array(
14 'pretty_version' => '1.0.3',
15 'version' => '1.0.3.0',
16 'type' => 'wordpress-plugin',
17 'install_path' => __DIR__ . '/../../',
18 'aliases' => array(),
19 'reference' => '1403e381d2f2420d1d7bf1477ade79b3a5af95e1',
20 'dev_requirement' => false,
21 ),
22 'automattic/wxr-generator' => array(
23 'pretty_version' => 'dev-trunk',
24 'version' => 'dev-trunk',
25 'type' => 'library',
26 'install_path' => __DIR__ . '/../automattic/wxr-generator',
27 'aliases' => array(
28 0 => '9999999-dev',
29 ),
30 'reference' => 'ff09be8ce477c8a9fd6efe6cc518adf8a2c2d923',
31 'dev_requirement' => false,
32 ),
33 ),
34 );
35