| 1 |
<?php return array( |
| 2 |
'root' => array( |
| 3 |
'name' => 'yatra/yatra-plugin', |
| 4 |
'pretty_version' => 'dev-master', |
| 5 |
'version' => 'dev-master', |
| 6 |
'reference' => '6a8e4c1e472ab91b08e27d1098280853ea1d92e8', |
| 7 |
'type' => 'wordpress-plugin', |
| 8 |
'install_path' => __DIR__ . '/../../', |
| 9 |
'aliases' => array(), |
| 10 |
'dev' => false, |
| 11 |
), |
| 12 |
'versions' => array( |
| 13 |
'dompdf/dompdf' => array( |
| 14 |
'pretty_version' => 'v2.0.8', |
| 15 |
'version' => '2.0.8.0', |
| 16 |
'reference' => 'c20247574601700e1f7c8dab39310fca1964dc52', |
| 17 |
'type' => 'library', |
| 18 |
'install_path' => __DIR__ . '/../dompdf/dompdf', |
| 19 |
'aliases' => array(), |
| 20 |
'dev_requirement' => false, |
| 21 |
), |
| 22 |
'masterminds/html5' => array( |
| 23 |
'pretty_version' => '2.10.0', |
| 24 |
'version' => '2.10.0.0', |
| 25 |
'reference' => 'fcf91eb64359852f00d921887b219479b4f21251', |
| 26 |
'type' => 'library', |
| 27 |
'install_path' => __DIR__ . '/../masterminds/html5', |
| 28 |
'aliases' => array(), |
| 29 |
'dev_requirement' => false, |
| 30 |
), |
| 31 |
'phenx/php-font-lib' => array( |
| 32 |
'pretty_version' => '0.5.6', |
| 33 |
'version' => '0.5.6.0', |
| 34 |
'reference' => 'a1681e9793040740a405ac5b189275059e2a9863', |
| 35 |
'type' => 'library', |
| 36 |
'install_path' => __DIR__ . '/../phenx/php-font-lib', |
| 37 |
'aliases' => array(), |
| 38 |
'dev_requirement' => false, |
| 39 |
), |
| 40 |
'phenx/php-svg-lib' => array( |
| 41 |
'pretty_version' => '0.5.4', |
| 42 |
'version' => '0.5.4.0', |
| 43 |
'reference' => '46b25da81613a9cf43c83b2a8c2c1bdab27df691', |
| 44 |
'type' => 'library', |
| 45 |
'install_path' => __DIR__ . '/../phenx/php-svg-lib', |
| 46 |
'aliases' => array(), |
| 47 |
'dev_requirement' => false, |
| 48 |
), |
| 49 |
'sabberworm/php-css-parser' => array( |
| 50 |
'pretty_version' => 'v8.9.0', |
| 51 |
'version' => '8.9.0.0', |
| 52 |
'reference' => 'd8e916507b88e389e26d4ab03c904a082aa66bb9', |
| 53 |
'type' => 'library', |
| 54 |
'install_path' => __DIR__ . '/../sabberworm/php-css-parser', |
| 55 |
'aliases' => array(), |
| 56 |
'dev_requirement' => false, |
| 57 |
), |
| 58 |
'woocommerce/action-scheduler' => array( |
| 59 |
'pretty_version' => '3.9.3', |
| 60 |
'version' => '3.9.3.0', |
| 61 |
'reference' => 'c58cdbab17651303d406cd3b22cf9d75c71c986c', |
| 62 |
'type' => 'wordpress-plugin', |
| 63 |
'install_path' => __DIR__ . '/../woocommerce/action-scheduler', |
| 64 |
'aliases' => array(), |
| 65 |
'dev_requirement' => false, |
| 66 |
), |
| 67 |
'yatra/yatra-plugin' => array( |
| 68 |
'pretty_version' => 'dev-master', |
| 69 |
'version' => 'dev-master', |
| 70 |
'reference' => '6a8e4c1e472ab91b08e27d1098280853ea1d92e8', |
| 71 |
'type' => 'wordpress-plugin', |
| 72 |
'install_path' => __DIR__ . '/../../', |
| 73 |
'aliases' => array(), |
| 74 |
'dev_requirement' => false, |
| 75 |
), |
| 76 |
), |
| 77 |
); |
| 78 |
|