PluginProbe
Texty – SMS Notification for WordPress, WooCommerce, Dokan and more / 2.0.0
Texty – SMS Notification for WordPress, WooCommerce, Dokan and more v2.0.0
2.0.2 trunk 0.2 1.0 1.1 1.1.1 1.1.2 1.1.3 1.1.4 1.1.5 2.0.0 2.0.1
texty / vendor / composer / installed.php

installed.php in Texty – SMS Notification for WordPress, WooCommerce, Dokan and more 2.0.0, at vendor/composer/installed.php

44 lines 1.5 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' => 'tareq1988/wp-sms',
4 'pretty_version' => 'dev-develop',
5 'version' => 'dev-develop',
6 'reference' => '506780965e25763ab4b21518855aa23b5ae98950',
7 'type' => 'wordpress-plugin',
8 'install_path' => __DIR__ . '/../../',
9 'aliases' => array(),
10 'dev' => false,
11 ),
12 'versions' => array(
13 'appsero/client' => array(
14 'pretty_version' => 'v2.0.6',
15 'version' => '2.0.6.0',
16 'reference' => '2e553be6a47b387a7b05496f6a6e8d8595dd0d08',
17 'type' => 'library',
18 'install_path' => __DIR__ . '/../appsero/client',
19 'aliases' => array(),
20 'dev_requirement' => false,
21 ),
22 'tareq1988/wp-sms' => array(
23 'pretty_version' => 'dev-develop',
24 'version' => 'dev-develop',
25 'reference' => '506780965e25763ab4b21518855aa23b5ae98950',
26 'type' => 'wordpress-plugin',
27 'install_path' => __DIR__ . '/../../',
28 'aliases' => array(),
29 'dev_requirement' => false,
30 ),
31 'wedevs/wp-kit' => array(
32 'pretty_version' => 'dev-main',
33 'version' => 'dev-main',
34 'reference' => 'e8de3cc6dd090965469f072dc1065247e73181b5',
35 'type' => 'library',
36 'install_path' => __DIR__ . '/../wedevs/wp-kit',
37 'aliases' => array(
38 0 => '9999999-dev',
39 ),
40 'dev_requirement' => false,
41 ),
42 ),
43 );
44