PluginProbe
Woody Code Snippets – Insert PHP, CSS, JS, and Header/Footer Scripts / 2.7.7
Woody Code Snippets – Insert PHP, CSS, JS, and Header/Footer Scripts v2.7.7
2.7.7 2.7.6 2.7.5 2.7.4 trunk 1.3 2.0.4 2.0.6 2.1.91 2.2.4 2.2.7 2.2.9 2.3.1 2.3.10 2.4.10 2.4.2 2.4.4 2.4.5 2.4.6 2.4.7 2.4.8 2.4.9 2.6.0 2.6.1 2.7.0 All 28 releases
insert-php / vendor / composer / installed.php

installed.php in Woody Code Snippets – Insert PHP, CSS, JS, and Header/Footer Scripts 2.7.7, at vendor/composer/installed.php

33 lines 1.1 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' => 'codeinwp/insert-php',
4 'pretty_version' => 'v2.7.7',
5 'version' => '2.7.7.0',
6 'reference' => 'b972b09a002916d15a029299ca1347016a2036ff',
7 'type' => 'library',
8 'install_path' => __DIR__ . '/../../',
9 'aliases' => array(),
10 'dev' => false,
11 ),
12 'versions' => array(
13 'codeinwp/insert-php' => array(
14 'pretty_version' => 'v2.7.7',
15 'version' => '2.7.7.0',
16 'reference' => 'b972b09a002916d15a029299ca1347016a2036ff',
17 'type' => 'library',
18 'install_path' => __DIR__ . '/../../',
19 'aliases' => array(),
20 'dev_requirement' => false,
21 ),
22 'codeinwp/themeisle-sdk' => array(
23 'pretty_version' => '3.3.61',
24 'version' => '3.3.61.0',
25 'reference' => '9fe698b52dec768a0dd8b500fb51efe40962ee99',
26 'type' => 'library',
27 'install_path' => __DIR__ . '/../codeinwp/themeisle-sdk',
28 'aliases' => array(),
29 'dev_requirement' => false,
30 ),
31 ),
32 );
33