| 1 |
<?php return array( |
| 2 |
'root' => array( |
| 3 |
'name' => 'antonlukin/sharing-image', |
| 4 |
'pretty_version' => 'dev-develop', |
| 5 |
'version' => 'dev-develop', |
| 6 |
'reference' => 'b4de69e2c9ba0158f23679a67f2cef96b399d307', |
| 7 |
'type' => 'library', |
| 8 |
'install_path' => __DIR__ . '/../../', |
| 9 |
'aliases' => array(), |
| 10 |
'dev' => true, |
| 11 |
), |
| 12 |
'versions' => array( |
| 13 |
'antonlukin/poster-editor' => array( |
| 14 |
'pretty_version' => '5.16', |
| 15 |
'version' => '5.16.0.0', |
| 16 |
'reference' => '190fc123de1d8c4453481d413dfcf40bd58eb30d', |
| 17 |
'type' => 'library', |
| 18 |
'install_path' => __DIR__ . '/../antonlukin/poster-editor', |
| 19 |
'aliases' => array(), |
| 20 |
'dev_requirement' => false, |
| 21 |
), |
| 22 |
'antonlukin/sharing-image' => array( |
| 23 |
'pretty_version' => 'dev-develop', |
| 24 |
'version' => 'dev-develop', |
| 25 |
'reference' => 'b4de69e2c9ba0158f23679a67f2cef96b399d307', |
| 26 |
'type' => 'library', |
| 27 |
'install_path' => __DIR__ . '/../../', |
| 28 |
'aliases' => array(), |
| 29 |
'dev_requirement' => false, |
| 30 |
), |
| 31 |
'dealerdirect/phpcodesniffer-composer-installer' => array( |
| 32 |
'pretty_version' => 'v1.0.0', |
| 33 |
'version' => '1.0.0.0', |
| 34 |
'reference' => '4be43904336affa5c2f70744a348312336afd0da', |
| 35 |
'type' => 'composer-plugin', |
| 36 |
'install_path' => __DIR__ . '/../dealerdirect/phpcodesniffer-composer-installer', |
| 37 |
'aliases' => array(), |
| 38 |
'dev_requirement' => true, |
| 39 |
), |
| 40 |
'phpcsstandards/phpcsextra' => array( |
| 41 |
'pretty_version' => '1.2.1', |
| 42 |
'version' => '1.2.1.0', |
| 43 |
'reference' => '11d387c6642b6e4acaf0bd9bf5203b8cca1ec489', |
| 44 |
'type' => 'phpcodesniffer-standard', |
| 45 |
'install_path' => __DIR__ . '/../phpcsstandards/phpcsextra', |
| 46 |
'aliases' => array(), |
| 47 |
'dev_requirement' => true, |
| 48 |
), |
| 49 |
'phpcsstandards/phpcsutils' => array( |
| 50 |
'pretty_version' => '1.0.12', |
| 51 |
'version' => '1.0.12.0', |
| 52 |
'reference' => '87b233b00daf83fb70f40c9a28692be017ea7c6c', |
| 53 |
'type' => 'phpcodesniffer-standard', |
| 54 |
'install_path' => __DIR__ . '/../phpcsstandards/phpcsutils', |
| 55 |
'aliases' => array(), |
| 56 |
'dev_requirement' => true, |
| 57 |
), |
| 58 |
'squizlabs/php_codesniffer' => array( |
| 59 |
'pretty_version' => '3.10.1', |
| 60 |
'version' => '3.10.1.0', |
| 61 |
'reference' => '8f90f7a53ce271935282967f53d0894f8f1ff877', |
| 62 |
'type' => 'library', |
| 63 |
'install_path' => __DIR__ . '/../squizlabs/php_codesniffer', |
| 64 |
'aliases' => array(), |
| 65 |
'dev_requirement' => true, |
| 66 |
), |
| 67 |
'wp-coding-standards/wpcs' => array( |
| 68 |
'pretty_version' => 'dev-develop', |
| 69 |
'version' => 'dev-develop', |
| 70 |
'reference' => 'd77b0204f49e4b4a2bbac791e3bbfbfe603edf06', |
| 71 |
'type' => 'phpcodesniffer-standard', |
| 72 |
'install_path' => __DIR__ . '/../wp-coding-standards/wpcs', |
| 73 |
'aliases' => array( |
| 74 |
0 => '9999999-dev', |
| 75 |
), |
| 76 |
'dev_requirement' => true, |
| 77 |
), |
| 78 |
), |
| 79 |
); |
| 80 |
|