| 1 |
<?php return array( |
| 2 |
'root' => array( |
| 3 |
'pretty_version' => 'dev-master', |
| 4 |
'version' => 'dev-master', |
| 5 |
'type' => 'wordpress-plugin', |
| 6 |
'install_path' => __DIR__ . '/../../', |
| 7 |
'aliases' => array(), |
| 8 |
'reference' => 'a36da83b2f72fd7fd9e3bd0f4b5ba4f0807c882b', |
| 9 |
'name' => 'afragen/wp-debugging', |
| 10 |
'dev' => false, |
| 11 |
), |
| 12 |
'versions' => array( |
| 13 |
'afragen/wp-debugging' => array( |
| 14 |
'pretty_version' => 'dev-master', |
| 15 |
'version' => 'dev-master', |
| 16 |
'type' => 'wordpress-plugin', |
| 17 |
'install_path' => __DIR__ . '/../../', |
| 18 |
'aliases' => array(), |
| 19 |
'reference' => 'a36da83b2f72fd7fd9e3bd0f4b5ba4f0807c882b', |
| 20 |
'dev_requirement' => false, |
| 21 |
), |
| 22 |
'afragen/wp-dependency-installer' => array( |
| 23 |
'pretty_version' => '4.2.1', |
| 24 |
'version' => '4.2.1.0', |
| 25 |
'type' => 'library', |
| 26 |
'install_path' => __DIR__ . '/../afragen/wp-dependency-installer', |
| 27 |
'aliases' => array(), |
| 28 |
'reference' => '8eb2bbb360d7f520c407d936ba1e2bb3b6b3b5a7', |
| 29 |
'dev_requirement' => false, |
| 30 |
), |
| 31 |
'afragen/wp-dismiss-notice' => array( |
| 32 |
'pretty_version' => '0.2.0', |
| 33 |
'version' => '0.2.0.0', |
| 34 |
'type' => 'library', |
| 35 |
'install_path' => __DIR__ . '/../afragen/wp-dismiss-notice', |
| 36 |
'aliases' => array(), |
| 37 |
'reference' => '94946fcb6d46dd0387f411ed5b4b7b66b8421fef', |
| 38 |
'dev_requirement' => false, |
| 39 |
), |
| 40 |
'norcross/debug-quick-look' => array( |
| 41 |
'pretty_version' => '0.1.7', |
| 42 |
'version' => '0.1.7.0', |
| 43 |
'type' => 'library', |
| 44 |
'install_path' => __DIR__ . '/../norcross/debug-quick-look', |
| 45 |
'aliases' => array(), |
| 46 |
'reference' => NULL, |
| 47 |
'dev_requirement' => false, |
| 48 |
), |
| 49 |
'wp-cli/wp-config-transformer' => array( |
| 50 |
'pretty_version' => 'v1.2.8', |
| 51 |
'version' => '1.2.8.0', |
| 52 |
'type' => 'library', |
| 53 |
'install_path' => __DIR__ . '/../wp-cli/wp-config-transformer', |
| 54 |
'aliases' => array(), |
| 55 |
'reference' => '0bb2b9162c38ca72370380aea11dc06e431e13a5', |
| 56 |
'dev_requirement' => false, |
| 57 |
), |
| 58 |
), |
| 59 |
); |
| 60 |
|