| 1 |
<?php return array( |
| 2 |
'root' => array( |
| 3 |
'name' => 'dotcamp/tableberg', |
| 4 |
'pretty_version' => 'dev-develop', |
| 5 |
'version' => 'dev-develop', |
| 6 |
'reference' => 'ded9662005d02e93483ff79b3d407221e424273d', |
| 7 |
'type' => 'library', |
| 8 |
'install_path' => __DIR__ . '/../../', |
| 9 |
'aliases' => array(), |
| 10 |
'dev' => true, |
| 11 |
), |
| 12 |
'versions' => array( |
| 13 |
'dotcamp/tableberg' => array( |
| 14 |
'pretty_version' => 'dev-develop', |
| 15 |
'version' => 'dev-develop', |
| 16 |
'reference' => 'ded9662005d02e93483ff79b3d407221e424273d', |
| 17 |
'type' => 'library', |
| 18 |
'install_path' => __DIR__ . '/../../', |
| 19 |
'aliases' => array(), |
| 20 |
'dev_requirement' => false, |
| 21 |
), |
| 22 |
'phpcompatibility/php-compatibility' => array( |
| 23 |
'pretty_version' => '9.3.5', |
| 24 |
'version' => '9.3.5.0', |
| 25 |
'reference' => '9fb324479acf6f39452e0655d2429cc0d3914243', |
| 26 |
'type' => 'phpcodesniffer-standard', |
| 27 |
'install_path' => __DIR__ . '/../phpcompatibility/php-compatibility', |
| 28 |
'aliases' => array(), |
| 29 |
'dev_requirement' => true, |
| 30 |
), |
| 31 |
'squizlabs/php_codesniffer' => array( |
| 32 |
'pretty_version' => '3.7.2', |
| 33 |
'version' => '3.7.2.0', |
| 34 |
'reference' => 'ed8e00df0a83aa96acf703f8c2979ff33341f879', |
| 35 |
'type' => 'library', |
| 36 |
'install_path' => __DIR__ . '/../squizlabs/php_codesniffer', |
| 37 |
'aliases' => array(), |
| 38 |
'dev_requirement' => true, |
| 39 |
), |
| 40 |
'wp-coding-standards/wpcs' => array( |
| 41 |
'pretty_version' => '2.3.0', |
| 42 |
'version' => '2.3.0.0', |
| 43 |
'reference' => '7da1894633f168fe244afc6de00d141f27517b62', |
| 44 |
'type' => 'phpcodesniffer-standard', |
| 45 |
'install_path' => __DIR__ . '/../wp-coding-standards/wpcs', |
| 46 |
'aliases' => array(), |
| 47 |
'dev_requirement' => true, |
| 48 |
), |
| 49 |
), |
| 50 |
); |
| 51 |
|