PluginProbe ʕ •ᴥ•ʔ
FrontBlocks for Gutenberg/GeneratePress / trunk
FrontBlocks for Gutenberg/GeneratePress vtrunk
trunk 0.2.0 0.2.1 0.2.2 0.2.3 0.2.4 0.2.5 1.0.0 1.0.1 1.0.2 1.0.3 1.0.4 1.1.0 1.2.0 1.2.1 1.3.0 1.3.1 1.3.2 1.3.3 1.3.4 1.3.5 1.3.6 ci-artifacts
frontblocks / vendor / composer / installed.php
frontblocks / vendor / composer Last commit date
ClassLoader.php 9 months ago InstalledVersions.php 9 months ago LICENSE 9 months ago autoload_classmap.php 1 week ago autoload_namespaces.php 9 months ago autoload_psr4.php 9 months ago autoload_real.php 1 month ago autoload_static.php 1 week ago installed.json 9 months ago installed.php 1 week ago
installed.php
24 lines
1 <?php return array(
2 'root' => array(
3 'name' => 'close/frontblocks',
4 'pretty_version' => '1.4.0',
5 'version' => '1.4.0.0',
6 'reference' => 'ca5a8786056e2cdae5699ff8115fc4b1247e897e',
7 'type' => 'library',
8 'install_path' => __DIR__ . '/../../',
9 'aliases' => array(),
10 'dev' => false,
11 ),
12 'versions' => array(
13 'close/frontblocks' => array(
14 'pretty_version' => '1.4.0',
15 'version' => '1.4.0.0',
16 'reference' => 'ca5a8786056e2cdae5699ff8115fc4b1247e897e',
17 'type' => 'library',
18 'install_path' => __DIR__ . '/../../',
19 'aliases' => array(),
20 'dev_requirement' => false,
21 ),
22 ),
23 );
24