| @@ -1,32 +1,41 @@ | ||
| 1 | -<?php return array( | |
| 2 | - 'root' => array( | |
| 3 | - 'name' => 'dotcamp/tableberg', | |
| 4 | - 'pretty_version' => 'dev-develop', | |
| 5 | - 'version' => 'dev-develop', | |
| 6 | - 'reference' => '887d1377286cfca13d1148e101882d8701b1316b', | |
| 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' => '887d1377286cfca13d1148e101882d8701b1316b', | |
| 17 | - 'type' => 'library', | |
| 18 | - 'install_path' => __DIR__ . '/../../', | |
| 19 | - 'aliases' => array(), | |
| 20 | - 'dev_requirement' => false, | |
| 21 | - ), | |
| 22 | - 'php-stubs/wordpress-stubs' => array( | |
| 23 | - 'pretty_version' => 'v6.4.1', | |
| 24 | - 'version' => '6.4.1.0', | |
| 25 | - 'reference' => '6d6063cf9464a306ca2a0529705d41312b08500b', | |
| 26 | - 'type' => 'library', | |
| 27 | - 'install_path' => __DIR__ . '/../php-stubs/wordpress-stubs', | |
| 28 | - 'aliases' => array(), | |
| 29 | - 'dev_requirement' => true, | |
| 30 | - ), | |
| 31 | - ), | |
| 32 | -); | |
| 1 | +<?php return array( | |
| 2 | + 'root' => array( | |
| 3 | + 'name' => 'dotcamp/tableberg', | |
| 4 | + 'pretty_version' => 'dev-master', | |
| 5 | + 'version' => 'dev-master', | |
| 6 | + 'reference' => '295f7f717c5960f534922772cc12c4c211370473', | |
| 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-master', | |
| 15 | + 'version' => 'dev-master', | |
| 16 | + 'reference' => '295f7f717c5960f534922772cc12c4c211370473', | |
| 17 | + 'type' => 'library', | |
| 18 | + 'install_path' => __DIR__ . '/../../', | |
| 19 | + 'aliases' => array(), | |
| 20 | + 'dev_requirement' => false, | |
| 21 | + ), | |
| 22 | + 'freemius/wordpress-sdk' => array( | |
| 23 | + 'pretty_version' => '2.13.4', | |
| 24 | + 'version' => '2.13.4.0', | |
| 25 | + 'reference' => 'fa43eb92ae9dffa0d9f5ae11b5a1739bd7222308', | |
| 26 | + 'type' => 'library', | |
| 27 | + 'install_path' => __DIR__ . '/../freemius', | |
| 28 | + 'aliases' => array(), | |
| 29 | + 'dev_requirement' => false, | |
| 30 | + ), | |
| 31 | + 'php-stubs/wordpress-stubs' => array( | |
| 32 | + 'pretty_version' => 'v6.9.1', | |
| 33 | + 'version' => '6.9.1.0', | |
| 34 | + 'reference' => 'f12220f303e0d7c0844c0e5e957b0c3cee48d2f7', | |
| 35 | + 'type' => 'library', | |
| 36 | + 'install_path' => __DIR__ . '/../php-stubs/wordpress-stubs', | |
| 37 | + 'aliases' => array(), | |
| 38 | + 'dev_requirement' => true, | |
| 39 | + ), | |
| 40 | + ), | |
| 41 | +); | |