| 1 |
<?php return array( |
| 2 |
'root' => array( |
| 3 |
'name' => 'clipboard-agency/copy-the-code', |
| 4 |
'pretty_version' => 'dev-develop', |
| 5 |
'version' => 'dev-develop', |
| 6 |
'reference' => '8d0311f4cf7d746b6a91c87bb8c9e3c3f495b9a7', |
| 7 |
'type' => 'wordpress-plugin', |
| 8 |
'install_path' => __DIR__ . '/../../', |
| 9 |
'aliases' => array(), |
| 10 |
'dev' => true, |
| 11 |
), |
| 12 |
'versions' => array( |
| 13 |
'clipboard-agency/copy-the-code' => array( |
| 14 |
'pretty_version' => 'dev-develop', |
| 15 |
'version' => 'dev-develop', |
| 16 |
'reference' => '8d0311f4cf7d746b6a91c87bb8c9e3c3f495b9a7', |
| 17 |
'type' => 'wordpress-plugin', |
| 18 |
'install_path' => __DIR__ . '/../../', |
| 19 |
'aliases' => array(), |
| 20 |
'dev_requirement' => false, |
| 21 |
), |
| 22 |
'freemius/wordpress-sdk' => array( |
| 23 |
'pretty_version' => '2.8.1', |
| 24 |
'version' => '2.8.1.0', |
| 25 |
'reference' => 'cc31279d088909135b6b2d8b4f2696312f5731fc', |
| 26 |
'type' => 'library', |
| 27 |
'install_path' => __DIR__ . '/../freemius/wordpress-sdk', |
| 28 |
'aliases' => array(), |
| 29 |
'dev_requirement' => false, |
| 30 |
), |
| 31 |
), |
| 32 |
); |
| 33 |
|