PluginProbe
Sharing Image / 2.0.13
Sharing Image v2.0.13
3.10 trunk 2.0 2.0.0 2.0.1 2.0.10 2.0.11 2.0.12 2.0.13 2.0.14 2.0.15 2.0.16 2.0.17 2.0.2 2.0.3 2.0.4 2.0.5 2.0.6 2.0.7 2.0.8 2.0.9 3.0 3.1 3.2 3.3 All 29 releases
sharing-image / vendor / composer / installed.php

installed.php in Sharing Image 2.0.13, at vendor/composer/installed.php

60 lines 2.3 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' => 'dev-develop',
4 'version' => 'dev-develop',
5 'type' => 'library',
6 'install_path' => __DIR__ . '/../../',
7 'aliases' => array(),
8 'reference' => 'faec6d738f14b4e10b5ca58eb55f3d7070df0c55',
9 'name' => 'antonlukin/sharing-image',
10 'dev' => true,
11 ),
12 'versions' => array(
13 'antonlukin/poster-editor' => array(
14 'pretty_version' => '5.7',
15 'version' => '5.7.0.0',
16 'type' => 'library',
17 'install_path' => __DIR__ . '/../antonlukin/poster-editor',
18 'aliases' => array(),
19 'reference' => '826f86c59d748ff53bdfe08ec1720becbe967947',
20 'dev_requirement' => false,
21 ),
22 'antonlukin/sharing-image' => array(
23 'pretty_version' => 'dev-develop',
24 'version' => 'dev-develop',
25 'type' => 'library',
26 'install_path' => __DIR__ . '/../../',
27 'aliases' => array(),
28 'reference' => 'faec6d738f14b4e10b5ca58eb55f3d7070df0c55',
29 'dev_requirement' => false,
30 ),
31 'dealerdirect/phpcodesniffer-composer-installer' => array(
32 'pretty_version' => 'v0.7.2',
33 'version' => '0.7.2.0',
34 'type' => 'composer-plugin',
35 'install_path' => __DIR__ . '/../dealerdirect/phpcodesniffer-composer-installer',
36 'aliases' => array(),
37 'reference' => '1c968e542d8843d7cd71de3c5c9c3ff3ad71a1db',
38 'dev_requirement' => true,
39 ),
40 'squizlabs/php_codesniffer' => array(
41 'pretty_version' => '3.7.1',
42 'version' => '3.7.1.0',
43 'type' => 'library',
44 'install_path' => __DIR__ . '/../squizlabs/php_codesniffer',
45 'aliases' => array(),
46 'reference' => '1359e176e9307e906dc3d890bcc9603ff6d90619',
47 'dev_requirement' => true,
48 ),
49 'wp-coding-standards/wpcs' => array(
50 'pretty_version' => '2.3.0',
51 'version' => '2.3.0.0',
52 'type' => 'phpcodesniffer-standard',
53 'install_path' => __DIR__ . '/../wp-coding-standards/wpcs',
54 'aliases' => array(),
55 'reference' => '7da1894633f168fe244afc6de00d141f27517b62',
56 'dev_requirement' => true,
57 ),
58 ),
59 );
60