| 1 |
<?php return array( |
| 2 |
'root' => array( |
| 3 |
'name' => 'templately/templately', |
| 4 |
'pretty_version' => 'dev-latest', |
| 5 |
'version' => 'dev-latest', |
| 6 |
'reference' => 'de0746def02c4cf24983b5073b2cf003d708489c', |
| 7 |
'type' => 'library', |
| 8 |
'install_path' => __DIR__ . '/../../', |
| 9 |
'aliases' => array(), |
| 10 |
'dev' => false, |
| 11 |
), |
| 12 |
'versions' => array( |
| 13 |
'priyomukul/wp-notice' => array( |
| 14 |
'pretty_version' => 'dev-main', |
| 15 |
'version' => 'dev-main', |
| 16 |
'reference' => '393ec2b4c12e4974377d67e524ff1760e9e1b33d', |
| 17 |
'type' => 'library', |
| 18 |
'install_path' => __DIR__ . '/../priyomukul/wp-notice', |
| 19 |
'aliases' => array( |
| 20 |
0 => '9999999-dev', |
| 21 |
), |
| 22 |
'dev_requirement' => false, |
| 23 |
), |
| 24 |
'templately/templately' => array( |
| 25 |
'pretty_version' => 'dev-latest', |
| 26 |
'version' => 'dev-latest', |
| 27 |
'reference' => 'de0746def02c4cf24983b5073b2cf003d708489c', |
| 28 |
'type' => 'library', |
| 29 |
'install_path' => __DIR__ . '/../../', |
| 30 |
'aliases' => array(), |
| 31 |
'dev_requirement' => false, |
| 32 |
), |
| 33 |
), |
| 34 |
); |
| 35 |
|