| 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 |
|