| 1 |
<?php return array( |
| 2 |
'root' => array( |
| 3 |
'name' => 'uswerwp/userswp', |
| 4 |
'pretty_version' => 'dev-master', |
| 5 |
'version' => 'dev-master', |
| 6 |
'reference' => '39d6014fb4e3d1d6843cae8fa5afb74f7ee771f5', |
| 7 |
'type' => 'project', |
| 8 |
'install_path' => __DIR__ . '/../../', |
| 9 |
'aliases' => array(), |
| 10 |
'dev' => true, |
| 11 |
), |
| 12 |
'versions' => array( |
| 13 |
'ayecode/ayecode-connect-helper' => array( |
| 14 |
'pretty_version' => '1.0.5', |
| 15 |
'version' => '1.0.5.0', |
| 16 |
'reference' => 'e778b5e3a3b8e7550ef8e82ed45550b593af683d', |
| 17 |
'type' => 'library', |
| 18 |
'install_path' => __DIR__ . '/../ayecode/ayecode-connect-helper', |
| 19 |
'aliases' => array(), |
| 20 |
'dev_requirement' => false, |
| 21 |
), |
| 22 |
'ayecode/wp-ayecode-ui' => array( |
| 23 |
'pretty_version' => '0.2.53', |
| 24 |
'version' => '0.2.53.0', |
| 25 |
'reference' => '8eab15bbc6f9f96ed394d727709ddefeab2632d3', |
| 26 |
'type' => 'library', |
| 27 |
'install_path' => __DIR__ . '/../ayecode/wp-ayecode-ui', |
| 28 |
'aliases' => array(), |
| 29 |
'dev_requirement' => false, |
| 30 |
), |
| 31 |
'ayecode/wp-deactivation-survey' => array( |
| 32 |
'pretty_version' => '1.0.7', |
| 33 |
'version' => '1.0.7.0', |
| 34 |
'reference' => '674f19132ca65e88f600dd212b721bbb8967c678', |
| 35 |
'type' => 'library', |
| 36 |
'install_path' => __DIR__ . '/../ayecode/wp-deactivation-survey', |
| 37 |
'aliases' => array(), |
| 38 |
'dev_requirement' => false, |
| 39 |
), |
| 40 |
'ayecode/wp-font-awesome-settings' => array( |
| 41 |
'pretty_version' => '1.1.12', |
| 42 |
'version' => '1.1.12.0', |
| 43 |
'reference' => '301e5fef246485c457bf47237002d652b290b537', |
| 44 |
'type' => 'library', |
| 45 |
'install_path' => __DIR__ . '/../ayecode/wp-font-awesome-settings', |
| 46 |
'aliases' => array(), |
| 47 |
'dev_requirement' => false, |
| 48 |
), |
| 49 |
'ayecode/wp-super-duper' => array( |
| 50 |
'pretty_version' => '1.2.35', |
| 51 |
'version' => '1.2.35.0', |
| 52 |
'reference' => 'd1574ff65bdad2af38f5c95b41ca7f0acdc3c9b0', |
| 53 |
'type' => 'library', |
| 54 |
'install_path' => __DIR__ . '/../ayecode/wp-super-duper', |
| 55 |
'aliases' => array(), |
| 56 |
'dev_requirement' => false, |
| 57 |
), |
| 58 |
'composer/installers' => array( |
| 59 |
'pretty_version' => '1.x-dev', |
| 60 |
'version' => '1.9999999.9999999.9999999-dev', |
| 61 |
'reference' => '894a0b5c5d34c88b69b097f2aae1439730fa6836', |
| 62 |
'type' => 'composer-plugin', |
| 63 |
'install_path' => __DIR__ . '/./installers', |
| 64 |
'aliases' => array(), |
| 65 |
'dev_requirement' => false, |
| 66 |
), |
| 67 |
'roundcube/plugin-installer' => array( |
| 68 |
'dev_requirement' => false, |
| 69 |
'replaced' => array( |
| 70 |
0 => '*', |
| 71 |
), |
| 72 |
), |
| 73 |
'shama/baton' => array( |
| 74 |
'dev_requirement' => false, |
| 75 |
'replaced' => array( |
| 76 |
0 => '*', |
| 77 |
), |
| 78 |
), |
| 79 |
'uswerwp/userswp' => array( |
| 80 |
'pretty_version' => 'dev-master', |
| 81 |
'version' => 'dev-master', |
| 82 |
'reference' => '39d6014fb4e3d1d6843cae8fa5afb74f7ee771f5', |
| 83 |
'type' => 'project', |
| 84 |
'install_path' => __DIR__ . '/../../', |
| 85 |
'aliases' => array(), |
| 86 |
'dev_requirement' => false, |
| 87 |
), |
| 88 |
), |
| 89 |
); |
| 90 |
|