ClassLoader.php
4 years ago
InstalledVersions.php
4 years ago
LICENSE
4 years ago
autoload_classmap.php
4 years ago
autoload_files.php
4 years ago
autoload_namespaces.php
4 years ago
autoload_psr4.php
4 years ago
autoload_real.php
4 years ago
autoload_static.php
4 years ago
installed.json
4 years ago
installed.php
4 years ago
platform_check.php
4 years ago
installed.json
486 lines
| 1 | { |
| 2 | "packages": [ |
| 3 | { |
| 4 | "name": "league/uri", |
| 5 | "version": "6.5.0", |
| 6 | "version_normalized": "6.5.0.0", |
| 7 | "source": { |
| 8 | "type": "git", |
| 9 | "url": "https://github.com/thephpleague/uri.git", |
| 10 | "reference": "c68ca445abb04817d740ddd6d0b3551826ef0c5a" |
| 11 | }, |
| 12 | "dist": { |
| 13 | "type": "zip", |
| 14 | "url": "https://api.github.com/repos/thephpleague/uri/zipball/c68ca445abb04817d740ddd6d0b3551826ef0c5a", |
| 15 | "reference": "c68ca445abb04817d740ddd6d0b3551826ef0c5a", |
| 16 | "shasum": "" |
| 17 | }, |
| 18 | "require": { |
| 19 | "ext-json": "*", |
| 20 | "league/uri-interfaces": "^2.3", |
| 21 | "php": "^7.3 || ^8.0", |
| 22 | "psr/http-message": "^1.0" |
| 23 | }, |
| 24 | "conflict": { |
| 25 | "league/uri-schemes": "^1.0" |
| 26 | }, |
| 27 | "require-dev": { |
| 28 | "friendsofphp/php-cs-fixer": "^2.19 || ^3.0", |
| 29 | "phpstan/phpstan": "^0.12.90", |
| 30 | "phpstan/phpstan-phpunit": "^0.12.22", |
| 31 | "phpstan/phpstan-strict-rules": "^0.12.11", |
| 32 | "phpunit/phpunit": "^8.0 || ^9.0", |
| 33 | "psr/http-factory": "^1.0" |
| 34 | }, |
| 35 | "suggest": { |
| 36 | "ext-fileinfo": "Needed to create Data URI from a filepath", |
| 37 | "ext-intl": "Needed to improve host validation", |
| 38 | "league/uri-components": "Needed to easily manipulate URI objects", |
| 39 | "psr/http-factory": "Needed to use the URI factory" |
| 40 | }, |
| 41 | "time": "2021-08-27T09:54:07+00:00", |
| 42 | "type": "library", |
| 43 | "extra": { |
| 44 | "branch-alias": { |
| 45 | "dev-master": "6.x-dev" |
| 46 | } |
| 47 | }, |
| 48 | "installation-source": "dist", |
| 49 | "autoload": { |
| 50 | "psr-4": { |
| 51 | "League\\Uri\\": "src" |
| 52 | } |
| 53 | }, |
| 54 | "notification-url": "https://packagist.org/downloads/", |
| 55 | "license": [ |
| 56 | "MIT" |
| 57 | ], |
| 58 | "authors": [ |
| 59 | { |
| 60 | "name": "Ignace Nyamagana Butera", |
| 61 | "email": "nyamsprod@gmail.com", |
| 62 | "homepage": "https://nyamsprod.com" |
| 63 | } |
| 64 | ], |
| 65 | "description": "URI manipulation library", |
| 66 | "homepage": "http://uri.thephpleague.com", |
| 67 | "keywords": [ |
| 68 | "data-uri", |
| 69 | "file-uri", |
| 70 | "ftp", |
| 71 | "hostname", |
| 72 | "http", |
| 73 | "https", |
| 74 | "middleware", |
| 75 | "parse_str", |
| 76 | "parse_url", |
| 77 | "psr-7", |
| 78 | "query-string", |
| 79 | "querystring", |
| 80 | "rfc3986", |
| 81 | "rfc3987", |
| 82 | "rfc6570", |
| 83 | "uri", |
| 84 | "uri-template", |
| 85 | "url", |
| 86 | "ws" |
| 87 | ], |
| 88 | "support": { |
| 89 | "docs": "https://uri.thephpleague.com", |
| 90 | "forum": "https://thephpleague.slack.com", |
| 91 | "issues": "https://github.com/thephpleague/uri/issues", |
| 92 | "source": "https://github.com/thephpleague/uri/tree/6.5.0" |
| 93 | }, |
| 94 | "funding": [ |
| 95 | { |
| 96 | "url": "https://github.com/sponsors/nyamsprod", |
| 97 | "type": "github" |
| 98 | } |
| 99 | ], |
| 100 | "install-path": "../league/uri" |
| 101 | }, |
| 102 | { |
| 103 | "name": "league/uri-interfaces", |
| 104 | "version": "2.3.0", |
| 105 | "version_normalized": "2.3.0.0", |
| 106 | "source": { |
| 107 | "type": "git", |
| 108 | "url": "https://github.com/thephpleague/uri-interfaces.git", |
| 109 | "reference": "00e7e2943f76d8cb50c7dfdc2f6dee356e15e383" |
| 110 | }, |
| 111 | "dist": { |
| 112 | "type": "zip", |
| 113 | "url": "https://api.github.com/repos/thephpleague/uri-interfaces/zipball/00e7e2943f76d8cb50c7dfdc2f6dee356e15e383", |
| 114 | "reference": "00e7e2943f76d8cb50c7dfdc2f6dee356e15e383", |
| 115 | "shasum": "" |
| 116 | }, |
| 117 | "require": { |
| 118 | "ext-json": "*", |
| 119 | "php": "^7.2 || ^8.0" |
| 120 | }, |
| 121 | "require-dev": { |
| 122 | "friendsofphp/php-cs-fixer": "^2.19", |
| 123 | "phpstan/phpstan": "^0.12.90", |
| 124 | "phpstan/phpstan-phpunit": "^0.12.19", |
| 125 | "phpstan/phpstan-strict-rules": "^0.12.9", |
| 126 | "phpunit/phpunit": "^8.5.15 || ^9.5" |
| 127 | }, |
| 128 | "suggest": { |
| 129 | "ext-intl": "to use the IDNA feature", |
| 130 | "symfony/intl": "to use the IDNA feature via Symfony Polyfill" |
| 131 | }, |
| 132 | "time": "2021-06-28T04:27:21+00:00", |
| 133 | "type": "library", |
| 134 | "extra": { |
| 135 | "branch-alias": { |
| 136 | "dev-master": "2.x-dev" |
| 137 | } |
| 138 | }, |
| 139 | "installation-source": "dist", |
| 140 | "autoload": { |
| 141 | "psr-4": { |
| 142 | "League\\Uri\\": "src/" |
| 143 | } |
| 144 | }, |
| 145 | "notification-url": "https://packagist.org/downloads/", |
| 146 | "license": [ |
| 147 | "MIT" |
| 148 | ], |
| 149 | "authors": [ |
| 150 | { |
| 151 | "name": "Ignace Nyamagana Butera", |
| 152 | "email": "nyamsprod@gmail.com", |
| 153 | "homepage": "https://nyamsprod.com" |
| 154 | } |
| 155 | ], |
| 156 | "description": "Common interface for URI representation", |
| 157 | "homepage": "http://github.com/thephpleague/uri-interfaces", |
| 158 | "keywords": [ |
| 159 | "rfc3986", |
| 160 | "rfc3987", |
| 161 | "uri", |
| 162 | "url" |
| 163 | ], |
| 164 | "support": { |
| 165 | "issues": "https://github.com/thephpleague/uri-interfaces/issues", |
| 166 | "source": "https://github.com/thephpleague/uri-interfaces/tree/2.3.0" |
| 167 | }, |
| 168 | "funding": [ |
| 169 | { |
| 170 | "url": "https://github.com/sponsors/nyamsprod", |
| 171 | "type": "github" |
| 172 | } |
| 173 | ], |
| 174 | "install-path": "../league/uri-interfaces" |
| 175 | }, |
| 176 | { |
| 177 | "name": "psr/http-message", |
| 178 | "version": "1.0.1", |
| 179 | "version_normalized": "1.0.1.0", |
| 180 | "source": { |
| 181 | "type": "git", |
| 182 | "url": "https://github.com/php-fig/http-message.git", |
| 183 | "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363" |
| 184 | }, |
| 185 | "dist": { |
| 186 | "type": "zip", |
| 187 | "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363", |
| 188 | "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363", |
| 189 | "shasum": "" |
| 190 | }, |
| 191 | "require": { |
| 192 | "php": ">=5.3.0" |
| 193 | }, |
| 194 | "time": "2016-08-06T14:39:51+00:00", |
| 195 | "type": "library", |
| 196 | "extra": { |
| 197 | "branch-alias": { |
| 198 | "dev-master": "1.0.x-dev" |
| 199 | } |
| 200 | }, |
| 201 | "installation-source": "dist", |
| 202 | "autoload": { |
| 203 | "psr-4": { |
| 204 | "Psr\\Http\\Message\\": "src/" |
| 205 | } |
| 206 | }, |
| 207 | "notification-url": "https://packagist.org/downloads/", |
| 208 | "license": [ |
| 209 | "MIT" |
| 210 | ], |
| 211 | "authors": [ |
| 212 | { |
| 213 | "name": "PHP-FIG", |
| 214 | "homepage": "http://www.php-fig.org/" |
| 215 | } |
| 216 | ], |
| 217 | "description": "Common interface for HTTP messages", |
| 218 | "homepage": "https://github.com/php-fig/http-message", |
| 219 | "keywords": [ |
| 220 | "http", |
| 221 | "http-message", |
| 222 | "psr", |
| 223 | "psr-7", |
| 224 | "request", |
| 225 | "response" |
| 226 | ], |
| 227 | "support": { |
| 228 | "source": "https://github.com/php-fig/http-message/tree/master" |
| 229 | }, |
| 230 | "install-path": "../psr/http-message" |
| 231 | }, |
| 232 | { |
| 233 | "name": "symfony/polyfill-ctype", |
| 234 | "version": "v1.25.0", |
| 235 | "version_normalized": "1.25.0.0", |
| 236 | "source": { |
| 237 | "type": "git", |
| 238 | "url": "https://github.com/symfony/polyfill-ctype.git", |
| 239 | "reference": "30885182c981ab175d4d034db0f6f469898070ab" |
| 240 | }, |
| 241 | "dist": { |
| 242 | "type": "zip", |
| 243 | "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/30885182c981ab175d4d034db0f6f469898070ab", |
| 244 | "reference": "30885182c981ab175d4d034db0f6f469898070ab", |
| 245 | "shasum": "" |
| 246 | }, |
| 247 | "require": { |
| 248 | "php": ">=7.1" |
| 249 | }, |
| 250 | "provide": { |
| 251 | "ext-ctype": "*" |
| 252 | }, |
| 253 | "suggest": { |
| 254 | "ext-ctype": "For best performance" |
| 255 | }, |
| 256 | "time": "2021-10-20T20:35:02+00:00", |
| 257 | "type": "library", |
| 258 | "extra": { |
| 259 | "branch-alias": { |
| 260 | "dev-main": "1.23-dev" |
| 261 | }, |
| 262 | "thanks": { |
| 263 | "name": "symfony/polyfill", |
| 264 | "url": "https://github.com/symfony/polyfill" |
| 265 | } |
| 266 | }, |
| 267 | "installation-source": "dist", |
| 268 | "autoload": { |
| 269 | "files": [ |
| 270 | "bootstrap.php" |
| 271 | ], |
| 272 | "psr-4": { |
| 273 | "Symfony\\Polyfill\\Ctype\\": "" |
| 274 | } |
| 275 | }, |
| 276 | "notification-url": "https://packagist.org/downloads/", |
| 277 | "license": [ |
| 278 | "MIT" |
| 279 | ], |
| 280 | "authors": [ |
| 281 | { |
| 282 | "name": "Gert de Pagter", |
| 283 | "email": "BackEndTea@gmail.com" |
| 284 | }, |
| 285 | { |
| 286 | "name": "Symfony Community", |
| 287 | "homepage": "https://symfony.com/contributors" |
| 288 | } |
| 289 | ], |
| 290 | "description": "Symfony polyfill for ctype functions", |
| 291 | "homepage": "https://symfony.com", |
| 292 | "keywords": [ |
| 293 | "compatibility", |
| 294 | "ctype", |
| 295 | "polyfill", |
| 296 | "portable" |
| 297 | ], |
| 298 | "support": { |
| 299 | "source": "https://github.com/symfony/polyfill-ctype/tree/v1.25.0" |
| 300 | }, |
| 301 | "funding": [ |
| 302 | { |
| 303 | "url": "https://symfony.com/sponsor", |
| 304 | "type": "custom" |
| 305 | }, |
| 306 | { |
| 307 | "url": "https://github.com/fabpot", |
| 308 | "type": "github" |
| 309 | }, |
| 310 | { |
| 311 | "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", |
| 312 | "type": "tidelift" |
| 313 | } |
| 314 | ], |
| 315 | "install-path": "../symfony/polyfill-ctype" |
| 316 | }, |
| 317 | { |
| 318 | "name": "symfony/polyfill-mbstring", |
| 319 | "version": "v1.25.0", |
| 320 | "version_normalized": "1.25.0.0", |
| 321 | "source": { |
| 322 | "type": "git", |
| 323 | "url": "https://github.com/symfony/polyfill-mbstring.git", |
| 324 | "reference": "0abb51d2f102e00a4eefcf46ba7fec406d245825" |
| 325 | }, |
| 326 | "dist": { |
| 327 | "type": "zip", |
| 328 | "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/0abb51d2f102e00a4eefcf46ba7fec406d245825", |
| 329 | "reference": "0abb51d2f102e00a4eefcf46ba7fec406d245825", |
| 330 | "shasum": "" |
| 331 | }, |
| 332 | "require": { |
| 333 | "php": ">=7.1" |
| 334 | }, |
| 335 | "provide": { |
| 336 | "ext-mbstring": "*" |
| 337 | }, |
| 338 | "suggest": { |
| 339 | "ext-mbstring": "For best performance" |
| 340 | }, |
| 341 | "time": "2021-11-30T18:21:41+00:00", |
| 342 | "type": "library", |
| 343 | "extra": { |
| 344 | "branch-alias": { |
| 345 | "dev-main": "1.23-dev" |
| 346 | }, |
| 347 | "thanks": { |
| 348 | "name": "symfony/polyfill", |
| 349 | "url": "https://github.com/symfony/polyfill" |
| 350 | } |
| 351 | }, |
| 352 | "installation-source": "dist", |
| 353 | "autoload": { |
| 354 | "files": [ |
| 355 | "bootstrap.php" |
| 356 | ], |
| 357 | "psr-4": { |
| 358 | "Symfony\\Polyfill\\Mbstring\\": "" |
| 359 | } |
| 360 | }, |
| 361 | "notification-url": "https://packagist.org/downloads/", |
| 362 | "license": [ |
| 363 | "MIT" |
| 364 | ], |
| 365 | "authors": [ |
| 366 | { |
| 367 | "name": "Nicolas Grekas", |
| 368 | "email": "p@tchwork.com" |
| 369 | }, |
| 370 | { |
| 371 | "name": "Symfony Community", |
| 372 | "homepage": "https://symfony.com/contributors" |
| 373 | } |
| 374 | ], |
| 375 | "description": "Symfony polyfill for the Mbstring extension", |
| 376 | "homepage": "https://symfony.com", |
| 377 | "keywords": [ |
| 378 | "compatibility", |
| 379 | "mbstring", |
| 380 | "polyfill", |
| 381 | "portable", |
| 382 | "shim" |
| 383 | ], |
| 384 | "support": { |
| 385 | "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.25.0" |
| 386 | }, |
| 387 | "funding": [ |
| 388 | { |
| 389 | "url": "https://symfony.com/sponsor", |
| 390 | "type": "custom" |
| 391 | }, |
| 392 | { |
| 393 | "url": "https://github.com/fabpot", |
| 394 | "type": "github" |
| 395 | }, |
| 396 | { |
| 397 | "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", |
| 398 | "type": "tidelift" |
| 399 | } |
| 400 | ], |
| 401 | "install-path": "../symfony/polyfill-mbstring" |
| 402 | }, |
| 403 | { |
| 404 | "name": "twig/twig", |
| 405 | "version": "v3.3.10", |
| 406 | "version_normalized": "3.3.10.0", |
| 407 | "source": { |
| 408 | "type": "git", |
| 409 | "url": "https://github.com/twigphp/Twig.git", |
| 410 | "reference": "8442df056c51b706793adf80a9fd363406dd3674" |
| 411 | }, |
| 412 | "dist": { |
| 413 | "type": "zip", |
| 414 | "url": "https://api.github.com/repos/twigphp/Twig/zipball/8442df056c51b706793adf80a9fd363406dd3674", |
| 415 | "reference": "8442df056c51b706793adf80a9fd363406dd3674", |
| 416 | "shasum": "" |
| 417 | }, |
| 418 | "require": { |
| 419 | "php": ">=7.2.5", |
| 420 | "symfony/polyfill-ctype": "^1.8", |
| 421 | "symfony/polyfill-mbstring": "^1.3" |
| 422 | }, |
| 423 | "require-dev": { |
| 424 | "psr/container": "^1.0", |
| 425 | "symfony/phpunit-bridge": "^4.4.9|^5.0.9|^6.0" |
| 426 | }, |
| 427 | "time": "2022-04-06T06:47:41+00:00", |
| 428 | "type": "library", |
| 429 | "extra": { |
| 430 | "branch-alias": { |
| 431 | "dev-master": "3.3-dev" |
| 432 | } |
| 433 | }, |
| 434 | "installation-source": "dist", |
| 435 | "autoload": { |
| 436 | "psr-4": { |
| 437 | "Twig\\": "src/" |
| 438 | } |
| 439 | }, |
| 440 | "notification-url": "https://packagist.org/downloads/", |
| 441 | "license": [ |
| 442 | "BSD-3-Clause" |
| 443 | ], |
| 444 | "authors": [ |
| 445 | { |
| 446 | "name": "Fabien Potencier", |
| 447 | "email": "fabien@symfony.com", |
| 448 | "homepage": "http://fabien.potencier.org", |
| 449 | "role": "Lead Developer" |
| 450 | }, |
| 451 | { |
| 452 | "name": "Twig Team", |
| 453 | "role": "Contributors" |
| 454 | }, |
| 455 | { |
| 456 | "name": "Armin Ronacher", |
| 457 | "email": "armin.ronacher@active-4.com", |
| 458 | "role": "Project Founder" |
| 459 | } |
| 460 | ], |
| 461 | "description": "Twig, the flexible, fast, and secure template language for PHP", |
| 462 | "homepage": "https://twig.symfony.com", |
| 463 | "keywords": [ |
| 464 | "templating" |
| 465 | ], |
| 466 | "support": { |
| 467 | "issues": "https://github.com/twigphp/Twig/issues", |
| 468 | "source": "https://github.com/twigphp/Twig/tree/v3.3.10" |
| 469 | }, |
| 470 | "funding": [ |
| 471 | { |
| 472 | "url": "https://github.com/fabpot", |
| 473 | "type": "github" |
| 474 | }, |
| 475 | { |
| 476 | "url": "https://tidelift.com/funding/github/packagist/twig/twig", |
| 477 | "type": "tidelift" |
| 478 | } |
| 479 | ], |
| 480 | "install-path": "../twig/twig" |
| 481 | } |
| 482 | ], |
| 483 | "dev": false, |
| 484 | "dev-package-names": [] |
| 485 | } |
| 486 |