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