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.json
325 lines
| 1 | { |
| 2 | "packages": [ |
| 3 | { |
| 4 | "name": "erusev/parsedown", |
| 5 | "version": "1.7.4", |
| 6 | "version_normalized": "1.7.4.0", |
| 7 | "source": { |
| 8 | "type": "git", |
| 9 | "url": "https://github.com/erusev/parsedown.git", |
| 10 | "reference": "cb17b6477dfff935958ba01325f2e8a2bfa6dab3" |
| 11 | }, |
| 12 | "dist": { |
| 13 | "type": "zip", |
| 14 | "url": "https://api.github.com/repos/erusev/parsedown/zipball/cb17b6477dfff935958ba01325f2e8a2bfa6dab3", |
| 15 | "reference": "cb17b6477dfff935958ba01325f2e8a2bfa6dab3", |
| 16 | "shasum": "" |
| 17 | }, |
| 18 | "require": { |
| 19 | "ext-mbstring": "*", |
| 20 | "php": ">=5.3.0" |
| 21 | }, |
| 22 | "require-dev": { |
| 23 | "phpunit/phpunit": "^4.8.35" |
| 24 | }, |
| 25 | "time": "2019-12-30T22:54:17+00:00", |
| 26 | "type": "library", |
| 27 | "installation-source": "dist", |
| 28 | "autoload": { |
| 29 | "psr-0": { |
| 30 | "Parsedown": "" |
| 31 | } |
| 32 | }, |
| 33 | "notification-url": "https://packagist.org/downloads/", |
| 34 | "license": [ |
| 35 | "MIT" |
| 36 | ], |
| 37 | "authors": [ |
| 38 | { |
| 39 | "name": "Emanuil Rusev", |
| 40 | "email": "hello@erusev.com", |
| 41 | "homepage": "http://erusev.com" |
| 42 | } |
| 43 | ], |
| 44 | "description": "Parser for Markdown.", |
| 45 | "homepage": "http://parsedown.org", |
| 46 | "keywords": [ |
| 47 | "markdown", |
| 48 | "parser" |
| 49 | ], |
| 50 | "support": { |
| 51 | "issues": "https://github.com/erusev/parsedown/issues", |
| 52 | "source": "https://github.com/erusev/parsedown/tree/1.7.x" |
| 53 | }, |
| 54 | "install-path": "../erusev/parsedown" |
| 55 | }, |
| 56 | { |
| 57 | "name": "psr/container", |
| 58 | "version": "2.0.2", |
| 59 | "version_normalized": "2.0.2.0", |
| 60 | "source": { |
| 61 | "type": "git", |
| 62 | "url": "https://github.com/php-fig/container.git", |
| 63 | "reference": "c71ecc56dfe541dbd90c5360474fbc405f8d5963" |
| 64 | }, |
| 65 | "dist": { |
| 66 | "type": "zip", |
| 67 | "url": "https://api.github.com/repos/php-fig/container/zipball/c71ecc56dfe541dbd90c5360474fbc405f8d5963", |
| 68 | "reference": "c71ecc56dfe541dbd90c5360474fbc405f8d5963", |
| 69 | "shasum": "" |
| 70 | }, |
| 71 | "require": { |
| 72 | "php": ">=7.4.0" |
| 73 | }, |
| 74 | "time": "2021-11-05T16:47:00+00:00", |
| 75 | "type": "library", |
| 76 | "extra": { |
| 77 | "branch-alias": { |
| 78 | "dev-master": "2.0.x-dev" |
| 79 | } |
| 80 | }, |
| 81 | "installation-source": "dist", |
| 82 | "autoload": { |
| 83 | "psr-4": { |
| 84 | "Psr\\Container\\": "src/" |
| 85 | } |
| 86 | }, |
| 87 | "notification-url": "https://packagist.org/downloads/", |
| 88 | "license": [ |
| 89 | "MIT" |
| 90 | ], |
| 91 | "authors": [ |
| 92 | { |
| 93 | "name": "PHP-FIG", |
| 94 | "homepage": "https://www.php-fig.org/" |
| 95 | } |
| 96 | ], |
| 97 | "description": "Common Container Interface (PHP FIG PSR-11)", |
| 98 | "homepage": "https://github.com/php-fig/container", |
| 99 | "keywords": [ |
| 100 | "PSR-11", |
| 101 | "container", |
| 102 | "container-interface", |
| 103 | "container-interop", |
| 104 | "psr" |
| 105 | ], |
| 106 | "support": { |
| 107 | "issues": "https://github.com/php-fig/container/issues", |
| 108 | "source": "https://github.com/php-fig/container/tree/2.0.2" |
| 109 | }, |
| 110 | "install-path": "../psr/container" |
| 111 | }, |
| 112 | { |
| 113 | "name": "symfony/deprecation-contracts", |
| 114 | "version": "v3.6.0", |
| 115 | "version_normalized": "3.6.0.0", |
| 116 | "source": { |
| 117 | "type": "git", |
| 118 | "url": "https://github.com/symfony/deprecation-contracts.git", |
| 119 | "reference": "63afe740e99a13ba87ec199bb07bbdee937a5b62" |
| 120 | }, |
| 121 | "dist": { |
| 122 | "type": "zip", |
| 123 | "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/63afe740e99a13ba87ec199bb07bbdee937a5b62", |
| 124 | "reference": "63afe740e99a13ba87ec199bb07bbdee937a5b62", |
| 125 | "shasum": "" |
| 126 | }, |
| 127 | "require": { |
| 128 | "php": ">=8.1" |
| 129 | }, |
| 130 | "time": "2024-09-25T14:21:43+00:00", |
| 131 | "type": "library", |
| 132 | "extra": { |
| 133 | "thanks": { |
| 134 | "url": "https://github.com/symfony/contracts", |
| 135 | "name": "symfony/contracts" |
| 136 | }, |
| 137 | "branch-alias": { |
| 138 | "dev-main": "3.6-dev" |
| 139 | } |
| 140 | }, |
| 141 | "installation-source": "dist", |
| 142 | "autoload": { |
| 143 | "files": [ |
| 144 | "function.php" |
| 145 | ] |
| 146 | }, |
| 147 | "notification-url": "https://packagist.org/downloads/", |
| 148 | "license": [ |
| 149 | "MIT" |
| 150 | ], |
| 151 | "authors": [ |
| 152 | { |
| 153 | "name": "Nicolas Grekas", |
| 154 | "email": "p@tchwork.com" |
| 155 | }, |
| 156 | { |
| 157 | "name": "Symfony Community", |
| 158 | "homepage": "https://symfony.com/contributors" |
| 159 | } |
| 160 | ], |
| 161 | "description": "A generic function and convention to trigger deprecation notices", |
| 162 | "homepage": "https://symfony.com", |
| 163 | "support": { |
| 164 | "source": "https://github.com/symfony/deprecation-contracts/tree/v3.6.0" |
| 165 | }, |
| 166 | "funding": [ |
| 167 | { |
| 168 | "url": "https://symfony.com/sponsor", |
| 169 | "type": "custom" |
| 170 | }, |
| 171 | { |
| 172 | "url": "https://github.com/fabpot", |
| 173 | "type": "github" |
| 174 | }, |
| 175 | { |
| 176 | "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", |
| 177 | "type": "tidelift" |
| 178 | } |
| 179 | ], |
| 180 | "install-path": "../symfony/deprecation-contracts" |
| 181 | }, |
| 182 | { |
| 183 | "name": "symfony/service-contracts", |
| 184 | "version": "v3.6.0", |
| 185 | "version_normalized": "3.6.0.0", |
| 186 | "source": { |
| 187 | "type": "git", |
| 188 | "url": "https://github.com/symfony/service-contracts.git", |
| 189 | "reference": "f021b05a130d35510bd6b25fe9053c2a8a15d5d4" |
| 190 | }, |
| 191 | "dist": { |
| 192 | "type": "zip", |
| 193 | "url": "https://api.github.com/repos/symfony/service-contracts/zipball/f021b05a130d35510bd6b25fe9053c2a8a15d5d4", |
| 194 | "reference": "f021b05a130d35510bd6b25fe9053c2a8a15d5d4", |
| 195 | "shasum": "" |
| 196 | }, |
| 197 | "require": { |
| 198 | "php": ">=8.1", |
| 199 | "psr/container": "^1.1|^2.0", |
| 200 | "symfony/deprecation-contracts": "^2.5|^3" |
| 201 | }, |
| 202 | "conflict": { |
| 203 | "ext-psr": "<1.1|>=2" |
| 204 | }, |
| 205 | "time": "2025-04-25T09:37:31+00:00", |
| 206 | "type": "library", |
| 207 | "extra": { |
| 208 | "thanks": { |
| 209 | "url": "https://github.com/symfony/contracts", |
| 210 | "name": "symfony/contracts" |
| 211 | }, |
| 212 | "branch-alias": { |
| 213 | "dev-main": "3.6-dev" |
| 214 | } |
| 215 | }, |
| 216 | "installation-source": "dist", |
| 217 | "autoload": { |
| 218 | "psr-4": { |
| 219 | "Symfony\\Contracts\\Service\\": "" |
| 220 | }, |
| 221 | "exclude-from-classmap": [ |
| 222 | "/Test/" |
| 223 | ] |
| 224 | }, |
| 225 | "notification-url": "https://packagist.org/downloads/", |
| 226 | "license": [ |
| 227 | "MIT" |
| 228 | ], |
| 229 | "authors": [ |
| 230 | { |
| 231 | "name": "Nicolas Grekas", |
| 232 | "email": "p@tchwork.com" |
| 233 | }, |
| 234 | { |
| 235 | "name": "Symfony Community", |
| 236 | "homepage": "https://symfony.com/contributors" |
| 237 | } |
| 238 | ], |
| 239 | "description": "Generic abstractions related to writing services", |
| 240 | "homepage": "https://symfony.com", |
| 241 | "keywords": [ |
| 242 | "abstractions", |
| 243 | "contracts", |
| 244 | "decoupling", |
| 245 | "interfaces", |
| 246 | "interoperability", |
| 247 | "standards" |
| 248 | ], |
| 249 | "support": { |
| 250 | "source": "https://github.com/symfony/service-contracts/tree/v3.6.0" |
| 251 | }, |
| 252 | "funding": [ |
| 253 | { |
| 254 | "url": "https://symfony.com/sponsor", |
| 255 | "type": "custom" |
| 256 | }, |
| 257 | { |
| 258 | "url": "https://github.com/fabpot", |
| 259 | "type": "github" |
| 260 | }, |
| 261 | { |
| 262 | "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", |
| 263 | "type": "tidelift" |
| 264 | } |
| 265 | ], |
| 266 | "install-path": "../symfony/service-contracts" |
| 267 | }, |
| 268 | { |
| 269 | "name": "yethee/tiktoken", |
| 270 | "version": "0.4.0", |
| 271 | "version_normalized": "0.4.0.0", |
| 272 | "source": { |
| 273 | "type": "git", |
| 274 | "url": "https://github.com/yethee/tiktoken-php.git", |
| 275 | "reference": "f512721b4d4e960313e9218306c8be0660b07b1f" |
| 276 | }, |
| 277 | "dist": { |
| 278 | "type": "zip", |
| 279 | "url": "https://api.github.com/repos/yethee/tiktoken-php/zipball/f512721b4d4e960313e9218306c8be0660b07b1f", |
| 280 | "reference": "f512721b4d4e960313e9218306c8be0660b07b1f", |
| 281 | "shasum": "" |
| 282 | }, |
| 283 | "require": { |
| 284 | "php": "^8.1", |
| 285 | "symfony/service-contracts": "^2.5 || ^3.0" |
| 286 | }, |
| 287 | "require-dev": { |
| 288 | "doctrine/coding-standard": "^12.0", |
| 289 | "phpbench/phpbench": "^1.2", |
| 290 | "phpunit/phpunit": "^10.3", |
| 291 | "psalm/plugin-phpunit": "^0.19.0", |
| 292 | "vimeo/psalm": "5.23.1" |
| 293 | }, |
| 294 | "time": "2024-04-30T14:30:21+00:00", |
| 295 | "type": "library", |
| 296 | "installation-source": "dist", |
| 297 | "autoload": { |
| 298 | "psr-4": { |
| 299 | "Yethee\\Tiktoken\\": "src" |
| 300 | } |
| 301 | }, |
| 302 | "notification-url": "https://packagist.org/downloads/", |
| 303 | "license": [ |
| 304 | "MIT" |
| 305 | ], |
| 306 | "description": "PHP version of tiktoken", |
| 307 | "keywords": [ |
| 308 | "bpe", |
| 309 | "decode", |
| 310 | "encode", |
| 311 | "openai", |
| 312 | "tiktoken", |
| 313 | "tokenizer" |
| 314 | ], |
| 315 | "support": { |
| 316 | "issues": "https://github.com/yethee/tiktoken-php/issues", |
| 317 | "source": "https://github.com/yethee/tiktoken-php/tree/0.4.0" |
| 318 | }, |
| 319 | "install-path": "../yethee/tiktoken" |
| 320 | } |
| 321 | ], |
| 322 | "dev": true, |
| 323 | "dev-package-names": [] |
| 324 | } |
| 325 |