PluginProbe
Scrollsequence – Cinematic Scroll Image Animation Plugin / 1.6.0
Scrollsequence – Cinematic Scroll Image Animation Plugin v1.6.0
1.4.3 1.4.4 1.4.5 1.4.6 1.5.0 1.5.1 1.5.2 1.5.3 1.5.4 1.5.5 1.5.6 1.5.7 1.5.8 1.5.9 1.6.0 1.6.1 1.6.2 1.6.3 trunk 0.9.92 0.9.93 0.9.94 0.9.96 1.0.072 1.0.073 All 61 releases
scrollsequence / includes / carbonfields / composer / installed.php

installed.php in Scrollsequence – Cinematic Scroll Image Animation Plugin 1.6.0, at includes/carbonfields/composer/installed.php

33 lines 1.0 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 'htmlburger/carbon-fields' => array(
23 'pretty_version' => 'v3.6.5',
24 'version' => '3.6.5.0',
25 'type' => 'library',
26 'install_path' => __DIR__ . '/../htmlburger/carbon-fields',
27 'aliases' => array(),
28 'reference' => 'b18f8e2a2cc4cc976306eb867ad1d740a8e7c1d9',
29 'dev_requirement' => false,
30 ),
31 ),
32 );
33