ClassLoader.php
2 years ago
InstalledVersions.php
1 year ago
LICENSE
3 years ago
autoload_classmap.php
3 years ago
autoload_files.php
10 months ago
autoload_namespaces.php
3 years ago
autoload_psr4.php
10 months ago
autoload_real.php
10 months ago
autoload_static.php
10 months ago
installed.json
10 months ago
installed.php
10 months ago
installed.php
69 lines
| 1 | <?php return array( |
| 2 | 'root' => array( |
| 3 | 'name' => '__root__', |
| 4 | 'pretty_version' => 'dev-master', |
| 5 | 'version' => 'dev-master', |
| 6 | 'reference' => '56c67ff1b8b5af8c3c20dea9b8fb66b75e21474c', |
| 7 | 'type' => 'library', |
| 8 | 'install_path' => __DIR__ . '/../../', |
| 9 | 'aliases' => array(), |
| 10 | 'dev' => true, |
| 11 | ), |
| 12 | 'versions' => array( |
| 13 | '__root__' => array( |
| 14 | 'pretty_version' => 'dev-master', |
| 15 | 'version' => 'dev-master', |
| 16 | 'reference' => '56c67ff1b8b5af8c3c20dea9b8fb66b75e21474c', |
| 17 | 'type' => 'library', |
| 18 | 'install_path' => __DIR__ . '/../../', |
| 19 | 'aliases' => array(), |
| 20 | 'dev_requirement' => false, |
| 21 | ), |
| 22 | 'erusev/parsedown' => array( |
| 23 | 'pretty_version' => '1.7.4', |
| 24 | 'version' => '1.7.4.0', |
| 25 | 'reference' => 'cb17b6477dfff935958ba01325f2e8a2bfa6dab3', |
| 26 | 'type' => 'library', |
| 27 | 'install_path' => __DIR__ . '/../erusev/parsedown', |
| 28 | 'aliases' => array(), |
| 29 | 'dev_requirement' => false, |
| 30 | ), |
| 31 | 'psr/container' => array( |
| 32 | 'pretty_version' => '2.0.2', |
| 33 | 'version' => '2.0.2.0', |
| 34 | 'reference' => 'c71ecc56dfe541dbd90c5360474fbc405f8d5963', |
| 35 | 'type' => 'library', |
| 36 | 'install_path' => __DIR__ . '/../psr/container', |
| 37 | 'aliases' => array(), |
| 38 | 'dev_requirement' => false, |
| 39 | ), |
| 40 | 'symfony/deprecation-contracts' => array( |
| 41 | 'pretty_version' => 'v3.6.0', |
| 42 | 'version' => '3.6.0.0', |
| 43 | 'reference' => '63afe740e99a13ba87ec199bb07bbdee937a5b62', |
| 44 | 'type' => 'library', |
| 45 | 'install_path' => __DIR__ . '/../symfony/deprecation-contracts', |
| 46 | 'aliases' => array(), |
| 47 | 'dev_requirement' => false, |
| 48 | ), |
| 49 | 'symfony/service-contracts' => array( |
| 50 | 'pretty_version' => 'v3.6.0', |
| 51 | 'version' => '3.6.0.0', |
| 52 | 'reference' => 'f021b05a130d35510bd6b25fe9053c2a8a15d5d4', |
| 53 | 'type' => 'library', |
| 54 | 'install_path' => __DIR__ . '/../symfony/service-contracts', |
| 55 | 'aliases' => array(), |
| 56 | 'dev_requirement' => false, |
| 57 | ), |
| 58 | 'yethee/tiktoken' => array( |
| 59 | 'pretty_version' => '0.4.0', |
| 60 | 'version' => '0.4.0.0', |
| 61 | 'reference' => 'f512721b4d4e960313e9218306c8be0660b07b1f', |
| 62 | 'type' => 'library', |
| 63 | 'install_path' => __DIR__ . '/../yethee/tiktoken', |
| 64 | 'aliases' => array(), |
| 65 | 'dev_requirement' => false, |
| 66 | ), |
| 67 | ), |
| 68 | ); |
| 69 |