PluginProbe
Bookit — Booking & Appointment Calendar / 2.6.0.5
Bookit — Booking & Appointment Calendar v2.6.0.5
2.6.0.5 2.6.0.4 2.6.0.3 2.6.0.2 2.6.0.1 2.6.0 trunk 1.2 1.2.2 1.2.3 2.0.0 2.0.1 2.0.2 2.0.3 2.0.4 2.0.5 2.0.6 2.0.7 2.0.8 2.0.9 2.1.0 2.1.1 2.1.2 2.1.3 2.1.4 All 62 releases
bookit / vendor / composer / installed.php

installed.php in Bookit — Booking & Appointment Calendar 2.6.0.5, at vendor/composer/installed.php

69 lines 2.6 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' => 'stellarwp/bookit',
4 'pretty_version' => 'dev-release/M26.octillery',
5 'version' => 'dev-release/M26.octillery',
6 'reference' => 'de696f2e669f22e53e5a5762d74f90d0fcae987d',
7 'type' => 'wordpress-plugin',
8 'install_path' => __DIR__ . '/../../',
9 'aliases' => array(),
10 'dev' => false,
11 ),
12 'versions' => array(
13 'freemius/wordpress-sdk' => array(
14 'pretty_version' => '2.13.0',
15 'version' => '2.13.0.0',
16 'reference' => '3cbe98b5bd0b0fb5ca4df97b8088592737ea4375',
17 'type' => 'library',
18 'install_path' => __DIR__ . '/../freemius/wordpress-sdk',
19 'aliases' => array(),
20 'dev_requirement' => false,
21 ),
22 'lucatume/di52' => array(
23 'pretty_version' => '3.3.7',
24 'version' => '3.3.7.0',
25 'reference' => '76c0c2ad0422ce595e2e38138456f3475888e32c',
26 'type' => 'library',
27 'install_path' => __DIR__ . '/../lucatume/di52',
28 'aliases' => array(),
29 'dev_requirement' => false,
30 ),
31 'psr/container' => array(
32 'pretty_version' => '1.1.2',
33 'version' => '1.1.2.0',
34 'reference' => '513e0666f7216c7459170d56df27dfcefe1689ea',
35 'type' => 'library',
36 'install_path' => __DIR__ . '/../psr/container',
37 'aliases' => array(),
38 'dev_requirement' => false,
39 ),
40 'stellarwp/arrays' => array(
41 'pretty_version' => '1.2.2',
42 'version' => '1.2.2.0',
43 'reference' => 'fe0a4cec1a299c196cc89bdba18ac99dea6bf5a2',
44 'type' => 'library',
45 'install_path' => __DIR__ . '/../stellarwp/arrays',
46 'aliases' => array(),
47 'dev_requirement' => false,
48 ),
49 'stellarwp/bookit' => array(
50 'pretty_version' => 'dev-release/M26.octillery',
51 'version' => 'dev-release/M26.octillery',
52 'reference' => 'de696f2e669f22e53e5a5762d74f90d0fcae987d',
53 'type' => 'wordpress-plugin',
54 'install_path' => __DIR__ . '/../../',
55 'aliases' => array(),
56 'dev_requirement' => false,
57 ),
58 'stellarwp/container-contract' => array(
59 'pretty_version' => '1.1.1',
60 'version' => '1.1.1.0',
61 'reference' => 'b2c42c76681db314e4edbb2af0a312b6c06b495e',
62 'type' => 'library',
63 'install_path' => __DIR__ . '/../stellarwp/container-contract',
64 'aliases' => array(),
65 'dev_requirement' => false,
66 ),
67 ),
68 );
69