| 1 |
<?php return array( |
| 2 |
'root' => array( |
| 3 |
'name' => 'mlsimport/mlsimport-plugin', |
| 4 |
'pretty_version' => '1.0.0+no-version-set', |
| 5 |
'version' => '1.0.0.0', |
| 6 |
'reference' => NULL, |
| 7 |
'type' => 'library', |
| 8 |
'install_path' => __DIR__ . '/../../', |
| 9 |
'aliases' => array(), |
| 10 |
'dev' => true, |
| 11 |
), |
| 12 |
'versions' => array( |
| 13 |
'dealerdirect/phpcodesniffer-composer-installer' => array( |
| 14 |
'pretty_version' => 'v1.0.0', |
| 15 |
'version' => '1.0.0.0', |
| 16 |
'reference' => '4be43904336affa5c2f70744a348312336afd0da', |
| 17 |
'type' => 'composer-plugin', |
| 18 |
'install_path' => __DIR__ . '/../dealerdirect/phpcodesniffer-composer-installer', |
| 19 |
'aliases' => array(), |
| 20 |
'dev_requirement' => true, |
| 21 |
), |
| 22 |
'mlsimport/mlsimport-plugin' => array( |
| 23 |
'pretty_version' => '1.0.0+no-version-set', |
| 24 |
'version' => '1.0.0.0', |
| 25 |
'reference' => NULL, |
| 26 |
'type' => 'library', |
| 27 |
'install_path' => __DIR__ . '/../../', |
| 28 |
'aliases' => array(), |
| 29 |
'dev_requirement' => false, |
| 30 |
), |
| 31 |
'phpcsstandards/phpcsextra' => array( |
| 32 |
'pretty_version' => '1.2.1', |
| 33 |
'version' => '1.2.1.0', |
| 34 |
'reference' => '11d387c6642b6e4acaf0bd9bf5203b8cca1ec489', |
| 35 |
'type' => 'phpcodesniffer-standard', |
| 36 |
'install_path' => __DIR__ . '/../phpcsstandards/phpcsextra', |
| 37 |
'aliases' => array(), |
| 38 |
'dev_requirement' => true, |
| 39 |
), |
| 40 |
'phpcsstandards/phpcsutils' => array( |
| 41 |
'pretty_version' => '1.0.10', |
| 42 |
'version' => '1.0.10.0', |
| 43 |
'reference' => '51609a5b89f928e0c463d6df80eb38eff1eaf544', |
| 44 |
'type' => 'phpcodesniffer-standard', |
| 45 |
'install_path' => __DIR__ . '/../phpcsstandards/phpcsutils', |
| 46 |
'aliases' => array(), |
| 47 |
'dev_requirement' => true, |
| 48 |
), |
| 49 |
'squizlabs/php_codesniffer' => array( |
| 50 |
'pretty_version' => '3.9.0', |
| 51 |
'version' => '3.9.0.0', |
| 52 |
'reference' => 'd63cee4890a8afaf86a22e51ad4d97c91dd4579b', |
| 53 |
'type' => 'library', |
| 54 |
'install_path' => __DIR__ . '/../squizlabs/php_codesniffer', |
| 55 |
'aliases' => array(), |
| 56 |
'dev_requirement' => true, |
| 57 |
), |
| 58 |
'woocommerce/action-scheduler' => array( |
| 59 |
'pretty_version' => '3.7.2', |
| 60 |
'version' => '3.7.2.0', |
| 61 |
'reference' => 'cb3c7854b31a285b46964931425fef6f485be145', |
| 62 |
'type' => 'wordpress-plugin', |
| 63 |
'install_path' => __DIR__ . '/../woocommerce/action-scheduler', |
| 64 |
'aliases' => array(), |
| 65 |
'dev_requirement' => false, |
| 66 |
), |
| 67 |
'wp-coding-standards/wpcs' => array( |
| 68 |
'pretty_version' => '3.0.1', |
| 69 |
'version' => '3.0.1.0', |
| 70 |
'reference' => 'b4caf9689f1a0e4a4c632679a44e638c1c67aff1', |
| 71 |
'type' => 'phpcodesniffer-standard', |
| 72 |
'install_path' => __DIR__ . '/../wp-coding-standards/wpcs', |
| 73 |
'aliases' => array(), |
| 74 |
'dev_requirement' => true, |
| 75 |
), |
| 76 |
), |
| 77 |
); |
| 78 |
|