| 1 |
<?php return array( |
| 2 |
'root' => array( |
| 3 |
'name' => 'uswerwp/userswp', |
| 4 |
'pretty_version' => 'dev-master', |
| 5 |
'version' => 'dev-master', |
| 6 |
'reference' => 'd13ebfa8745b6ed3d47b0aecbd0a5c714e7cfe8f', |
| 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.4', |
| 15 |
'version' => '1.0.4.0', |
| 16 |
'reference' => 'd9d9ba849b808a38bb23532e7585c4186bc086cd', |
| 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.42', |
| 24 |
'version' => '0.2.42.0', |
| 25 |
'reference' => '41cee308506cd448b1b97167c1a3d125805611d2', |
| 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.10', |
| 42 |
'version' => '1.1.10.0', |
| 43 |
'reference' => '19c97500928f43f020baadb7d5c5477b0ebd9184', |
| 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.29', |
| 51 |
'version' => '1.2.29.0', |
| 52 |
'reference' => '1f40eee644665f760475d0fb8c727301007e0e93', |
| 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' => 'd13ebfa8745b6ed3d47b0aecbd0a5c714e7cfe8f', |
| 83 |
'type' => 'project', |
| 84 |
'install_path' => __DIR__ . '/../../', |
| 85 |
'aliases' => array(), |
| 86 |
'dev_requirement' => false, |
| 87 |
), |
| 88 |
), |
| 89 |
); |
| 90 |
|