vendor/composer
ClassLoader.php
16.0 KB
3 years ago
InstalledVersions.php
17.0 KB
1 year ago
LICENSE
1.0 KB
3 years ago
autoload_classmap.php
39.8 KB
1 month ago
autoload_files.php
511 B
2 years ago
autoload_namespaces.php
199 B
2 years ago
autoload_psr4.php
714 B
4 months ago
autoload_real.php
1.6 KB
1 month ago
autoload_static.php
46.6 KB
1 month ago
installed.json
22.5 KB
3 months ago
installed.php
3.8 KB
1 month ago
installed.json in WCPOS – Point of Sale (POS) plugin for WooCommerce 1.9.17, at vendor/composer/installed.json
| 1 | { |
| 2 | "packages": [ |
| 3 | { |
| 4 | "name": "brick/math", |
| 5 | "version": "0.9.3", |
| 6 | "version_normalized": "0.9.3.0", |
| 7 | "source": { |
| 8 | "type": "git", |
| 9 | "url": "https://github.com/brick/math.git", |
| 10 | "reference": "ca57d18f028f84f777b2168cd1911b0dee2343ae" |
| 11 | }, |
| 12 | "dist": { |
| 13 | "type": "zip", |
| 14 | "url": "https://api.github.com/repos/brick/math/zipball/ca57d18f028f84f777b2168cd1911b0dee2343ae", |
| 15 | "reference": "ca57d18f028f84f777b2168cd1911b0dee2343ae", |
| 16 | "shasum": "" |
| 17 | }, |
| 18 | "require": { |
| 19 | "ext-json": "*", |
| 20 | "php": "^7.1 || ^8.0" |
| 21 | }, |
| 22 | "require-dev": { |
| 23 | "php-coveralls/php-coveralls": "^2.2", |
| 24 | "phpunit/phpunit": "^7.5.15 || ^8.5 || ^9.0", |
| 25 | "vimeo/psalm": "4.9.2" |
| 26 | }, |
| 27 | "time": "2021-08-15T20:50:18+00:00", |
| 28 | "type": "library", |
| 29 | "installation-source": "dist", |
| 30 | "autoload": { |
| 31 | "psr-4": { |
| 32 | "Brick\\Math\\": "src/" |
| 33 | } |
| 34 | }, |
| 35 | "notification-url": "https://packagist.org/downloads/", |
| 36 | "license": [ |
| 37 | "MIT" |
| 38 | ], |
| 39 | "description": "Arbitrary-precision arithmetic library", |
| 40 | "keywords": [ |
| 41 | "Arbitrary-precision", |
| 42 | "BigInteger", |
| 43 | "BigRational", |
| 44 | "arithmetic", |
| 45 | "bigdecimal", |
| 46 | "bignum", |
| 47 | "brick", |
| 48 | "math" |
| 49 | ], |
| 50 | "support": { |
| 51 | "issues": "https://github.com/brick/math/issues", |
| 52 | "source": "https://github.com/brick/math/tree/0.9.3" |
| 53 | }, |
| 54 | "funding": [ |
| 55 | { |
| 56 | "url": "https://github.com/BenMorel", |
| 57 | "type": "github" |
| 58 | }, |
| 59 | { |
| 60 | "url": "https://tidelift.com/funding/github/packagist/brick/math", |
| 61 | "type": "tidelift" |
| 62 | } |
| 63 | ], |
| 64 | "install-path": "../brick/math" |
| 65 | }, |
| 66 | { |
| 67 | "name": "erusev/parsedown", |
| 68 | "version": "1.8.0", |
| 69 | "version_normalized": "1.8.0.0", |
| 70 | "source": { |
| 71 | "type": "git", |
| 72 | "url": "https://github.com/erusev/parsedown.git", |
| 73 | "reference": "96baaad00f71ba04d76e45b4620f54d3beabd6f7" |
| 74 | }, |
| 75 | "dist": { |
| 76 | "type": "zip", |
| 77 | "url": "https://api.github.com/repos/erusev/parsedown/zipball/96baaad00f71ba04d76e45b4620f54d3beabd6f7", |
| 78 | "reference": "96baaad00f71ba04d76e45b4620f54d3beabd6f7", |
| 79 | "shasum": "" |
| 80 | }, |
| 81 | "require": { |
| 82 | "ext-mbstring": "*", |
| 83 | "php": ">=7.1" |
| 84 | }, |
| 85 | "require-dev": { |
| 86 | "phpunit/phpunit": "^7.5|^8.5|^9.6" |
| 87 | }, |
| 88 | "time": "2026-02-16T11:41:01+00:00", |
| 89 | "type": "library", |
| 90 | "installation-source": "dist", |
| 91 | "autoload": { |
| 92 | "psr-0": { |
| 93 | "Parsedown": "" |
| 94 | } |
| 95 | }, |
| 96 | "notification-url": "https://packagist.org/downloads/", |
| 97 | "license": [ |
| 98 | "MIT" |
| 99 | ], |
| 100 | "authors": [ |
| 101 | { |
| 102 | "name": "Emanuil Rusev", |
| 103 | "email": "hello@erusev.com", |
| 104 | "homepage": "http://erusev.com" |
| 105 | } |
| 106 | ], |
| 107 | "description": "Parser for Markdown.", |
| 108 | "homepage": "http://parsedown.org", |
| 109 | "keywords": [ |
| 110 | "markdown", |
| 111 | "parser" |
| 112 | ], |
| 113 | "support": { |
| 114 | "issues": "https://github.com/erusev/parsedown/issues", |
| 115 | "source": "https://github.com/erusev/parsedown/tree/1.8.0" |
| 116 | }, |
| 117 | "funding": [ |
| 118 | { |
| 119 | "url": "https://github.com/erusev", |
| 120 | "type": "github" |
| 121 | } |
| 122 | ], |
| 123 | "install-path": "../erusev/parsedown" |
| 124 | }, |
| 125 | { |
| 126 | "name": "mustache/mustache", |
| 127 | "version": "v3.2.0", |
| 128 | "version_normalized": "3.2.0.0", |
| 129 | "source": { |
| 130 | "type": "git", |
| 131 | "url": "https://github.com/bobthecow/mustache.php.git", |
| 132 | "reference": "bd4fb2e45ac2df0570c0f4da6898054a950d1ed0" |
| 133 | }, |
| 134 | "dist": { |
| 135 | "type": "zip", |
| 136 | "url": "https://api.github.com/repos/bobthecow/mustache.php/zipball/bd4fb2e45ac2df0570c0f4da6898054a950d1ed0", |
| 137 | "reference": "bd4fb2e45ac2df0570c0f4da6898054a950d1ed0", |
| 138 | "shasum": "" |
| 139 | }, |
| 140 | "require": { |
| 141 | "php": ">=5.6" |
| 142 | }, |
| 143 | "require-dev": { |
| 144 | "friendsofphp/php-cs-fixer": "~2.19.3", |
| 145 | "yoast/phpunit-polyfills": "^2.0" |
| 146 | }, |
| 147 | "time": "2026-05-10T04:13:08+00:00", |
| 148 | "type": "library", |
| 149 | "installation-source": "dist", |
| 150 | "autoload": { |
| 151 | "psr-4": { |
| 152 | "Mustache\\": "src/" |
| 153 | }, |
| 154 | "classmap": [ |
| 155 | "src/compat.php" |
| 156 | ] |
| 157 | }, |
| 158 | "notification-url": "https://packagist.org/downloads/", |
| 159 | "license": [ |
| 160 | "MIT" |
| 161 | ], |
| 162 | "authors": [ |
| 163 | { |
| 164 | "name": "Justin Hileman", |
| 165 | "email": "justin@justinhileman.info", |
| 166 | "homepage": "http://justinhileman.com" |
| 167 | } |
| 168 | ], |
| 169 | "description": "A Mustache implementation in PHP.", |
| 170 | "homepage": "https://github.com/bobthecow/mustache.php", |
| 171 | "keywords": [ |
| 172 | "mustache", |
| 173 | "templating" |
| 174 | ], |
| 175 | "support": { |
| 176 | "issues": "https://github.com/bobthecow/mustache.php/issues", |
| 177 | "source": "https://github.com/bobthecow/mustache.php/tree/v3.2.0" |
| 178 | }, |
| 179 | "install-path": "../mustache/mustache" |
| 180 | }, |
| 181 | { |
| 182 | "name": "ramsey/collection", |
| 183 | "version": "1.3.0", |
| 184 | "version_normalized": "1.3.0.0", |
| 185 | "source": { |
| 186 | "type": "git", |
| 187 | "url": "https://github.com/ramsey/collection.git", |
| 188 | "reference": "ad7475d1c9e70b190ecffc58f2d989416af339b4" |
| 189 | }, |
| 190 | "dist": { |
| 191 | "type": "zip", |
| 192 | "url": "https://api.github.com/repos/ramsey/collection/zipball/ad7475d1c9e70b190ecffc58f2d989416af339b4", |
| 193 | "reference": "ad7475d1c9e70b190ecffc58f2d989416af339b4", |
| 194 | "shasum": "" |
| 195 | }, |
| 196 | "require": { |
| 197 | "php": "^7.4 || ^8.0", |
| 198 | "symfony/polyfill-php81": "^1.23" |
| 199 | }, |
| 200 | "require-dev": { |
| 201 | "captainhook/plugin-composer": "^5.3", |
| 202 | "ergebnis/composer-normalize": "^2.28.3", |
| 203 | "fakerphp/faker": "^1.21", |
| 204 | "hamcrest/hamcrest-php": "^2.0", |
| 205 | "jangregor/phpstan-prophecy": "^1.0", |
| 206 | "mockery/mockery": "^1.5", |
| 207 | "php-parallel-lint/php-console-highlighter": "^1.0", |
| 208 | "php-parallel-lint/php-parallel-lint": "^1.3", |
| 209 | "phpcsstandards/phpcsutils": "^1.0.0-rc1", |
| 210 | "phpspec/prophecy-phpunit": "^2.0", |
| 211 | "phpstan/extension-installer": "^1.2", |
| 212 | "phpstan/phpstan": "^1.9", |
| 213 | "phpstan/phpstan-mockery": "^1.1", |
| 214 | "phpstan/phpstan-phpunit": "^1.3", |
| 215 | "phpunit/phpunit": "^9.5", |
| 216 | "psalm/plugin-mockery": "^1.1", |
| 217 | "psalm/plugin-phpunit": "^0.18.4", |
| 218 | "ramsey/coding-standard": "^2.0.3", |
| 219 | "ramsey/conventional-commits": "^1.3", |
| 220 | "vimeo/psalm": "^5.4" |
| 221 | }, |
| 222 | "time": "2022-12-27T19:12:24+00:00", |
| 223 | "type": "library", |
| 224 | "extra": { |
| 225 | "captainhook": { |
| 226 | "force-install": true |
| 227 | }, |
| 228 | "ramsey/conventional-commits": { |
| 229 | "configFile": "conventional-commits.json" |
| 230 | } |
| 231 | }, |
| 232 | "installation-source": "dist", |
| 233 | "autoload": { |
| 234 | "psr-4": { |
| 235 | "Ramsey\\Collection\\": "src/" |
| 236 | } |
| 237 | }, |
| 238 | "notification-url": "https://packagist.org/downloads/", |
| 239 | "license": [ |
| 240 | "MIT" |
| 241 | ], |
| 242 | "authors": [ |
| 243 | { |
| 244 | "name": "Ben Ramsey", |
| 245 | "email": "ben@benramsey.com", |
| 246 | "homepage": "https://benramsey.com" |
| 247 | } |
| 248 | ], |
| 249 | "description": "A PHP library for representing and manipulating collections.", |
| 250 | "keywords": [ |
| 251 | "array", |
| 252 | "collection", |
| 253 | "hash", |
| 254 | "map", |
| 255 | "queue", |
| 256 | "set" |
| 257 | ], |
| 258 | "support": { |
| 259 | "issues": "https://github.com/ramsey/collection/issues", |
| 260 | "source": "https://github.com/ramsey/collection/tree/1.3.0" |
| 261 | }, |
| 262 | "funding": [ |
| 263 | { |
| 264 | "url": "https://github.com/ramsey", |
| 265 | "type": "github" |
| 266 | }, |
| 267 | { |
| 268 | "url": "https://tidelift.com/funding/github/packagist/ramsey/collection", |
| 269 | "type": "tidelift" |
| 270 | } |
| 271 | ], |
| 272 | "install-path": "../ramsey/collection" |
| 273 | }, |
| 274 | { |
| 275 | "name": "ramsey/uuid", |
| 276 | "version": "4.2.3", |
| 277 | "version_normalized": "4.2.3.0", |
| 278 | "source": { |
| 279 | "type": "git", |
| 280 | "url": "https://github.com/ramsey/uuid.git", |
| 281 | "reference": "fc9bb7fb5388691fd7373cd44dcb4d63bbcf24df" |
| 282 | }, |
| 283 | "dist": { |
| 284 | "type": "zip", |
| 285 | "url": "https://api.github.com/repos/ramsey/uuid/zipball/fc9bb7fb5388691fd7373cd44dcb4d63bbcf24df", |
| 286 | "reference": "fc9bb7fb5388691fd7373cd44dcb4d63bbcf24df", |
| 287 | "shasum": "" |
| 288 | }, |
| 289 | "require": { |
| 290 | "brick/math": "^0.8 || ^0.9", |
| 291 | "ext-json": "*", |
| 292 | "php": "^7.2 || ^8.0", |
| 293 | "ramsey/collection": "^1.0", |
| 294 | "symfony/polyfill-ctype": "^1.8", |
| 295 | "symfony/polyfill-php80": "^1.14" |
| 296 | }, |
| 297 | "replace": { |
| 298 | "rhumsaa/uuid": "self.version" |
| 299 | }, |
| 300 | "require-dev": { |
| 301 | "captainhook/captainhook": "^5.10", |
| 302 | "captainhook/plugin-composer": "^5.3", |
| 303 | "dealerdirect/phpcodesniffer-composer-installer": "^0.7.0", |
| 304 | "doctrine/annotations": "^1.8", |
| 305 | "ergebnis/composer-normalize": "^2.15", |
| 306 | "mockery/mockery": "^1.3", |
| 307 | "moontoast/math": "^1.1", |
| 308 | "paragonie/random-lib": "^2", |
| 309 | "php-mock/php-mock": "^2.2", |
| 310 | "php-mock/php-mock-mockery": "^1.3", |
| 311 | "php-parallel-lint/php-parallel-lint": "^1.1", |
| 312 | "phpbench/phpbench": "^1.0", |
| 313 | "phpstan/extension-installer": "^1.0", |
| 314 | "phpstan/phpstan": "^0.12", |
| 315 | "phpstan/phpstan-mockery": "^0.12", |
| 316 | "phpstan/phpstan-phpunit": "^0.12", |
| 317 | "phpunit/phpunit": "^8.5 || ^9", |
| 318 | "slevomat/coding-standard": "^7.0", |
| 319 | "squizlabs/php_codesniffer": "^3.5", |
| 320 | "vimeo/psalm": "^4.9" |
| 321 | }, |
| 322 | "suggest": { |
| 323 | "ext-bcmath": "Enables faster math with arbitrary-precision integers using BCMath.", |
| 324 | "ext-ctype": "Enables faster processing of character classification using ctype functions.", |
| 325 | "ext-gmp": "Enables faster math with arbitrary-precision integers using GMP.", |
| 326 | "ext-uuid": "Enables the use of PeclUuidTimeGenerator and PeclUuidRandomGenerator.", |
| 327 | "paragonie/random-lib": "Provides RandomLib for use with the RandomLibAdapter", |
| 328 | "ramsey/uuid-doctrine": "Allows the use of Ramsey\\Uuid\\Uuid as Doctrine field type." |
| 329 | }, |
| 330 | "time": "2021-09-25T23:10:38+00:00", |
| 331 | "type": "library", |
| 332 | "extra": { |
| 333 | "captainhook": { |
| 334 | "force-install": true |
| 335 | }, |
| 336 | "branch-alias": { |
| 337 | "dev-main": "4.x-dev" |
| 338 | } |
| 339 | }, |
| 340 | "installation-source": "dist", |
| 341 | "autoload": { |
| 342 | "files": [ |
| 343 | "src/functions.php" |
| 344 | ], |
| 345 | "psr-4": { |
| 346 | "Ramsey\\Uuid\\": "src/" |
| 347 | } |
| 348 | }, |
| 349 | "notification-url": "https://packagist.org/downloads/", |
| 350 | "license": [ |
| 351 | "MIT" |
| 352 | ], |
| 353 | "description": "A PHP library for generating and working with universally unique identifiers (UUIDs).", |
| 354 | "keywords": [ |
| 355 | "guid", |
| 356 | "identifier", |
| 357 | "uuid" |
| 358 | ], |
| 359 | "support": { |
| 360 | "issues": "https://github.com/ramsey/uuid/issues", |
| 361 | "source": "https://github.com/ramsey/uuid/tree/4.2.3" |
| 362 | }, |
| 363 | "funding": [ |
| 364 | { |
| 365 | "url": "https://github.com/ramsey", |
| 366 | "type": "github" |
| 367 | }, |
| 368 | { |
| 369 | "url": "https://tidelift.com/funding/github/packagist/ramsey/uuid", |
| 370 | "type": "tidelift" |
| 371 | } |
| 372 | ], |
| 373 | "install-path": "../ramsey/uuid" |
| 374 | }, |
| 375 | { |
| 376 | "name": "symfony/polyfill-ctype", |
| 377 | "version": "v1.37.0", |
| 378 | "version_normalized": "1.37.0.0", |
| 379 | "source": { |
| 380 | "type": "git", |
| 381 | "url": "https://github.com/symfony/polyfill-ctype.git", |
| 382 | "reference": "141046a8f9477948ff284fa65be2095baafb94f2" |
| 383 | }, |
| 384 | "dist": { |
| 385 | "type": "zip", |
| 386 | "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/141046a8f9477948ff284fa65be2095baafb94f2", |
| 387 | "reference": "141046a8f9477948ff284fa65be2095baafb94f2", |
| 388 | "shasum": "" |
| 389 | }, |
| 390 | "require": { |
| 391 | "php": ">=7.2" |
| 392 | }, |
| 393 | "provide": { |
| 394 | "ext-ctype": "*" |
| 395 | }, |
| 396 | "suggest": { |
| 397 | "ext-ctype": "For best performance" |
| 398 | }, |
| 399 | "time": "2026-04-10T16:19:22+00:00", |
| 400 | "type": "library", |
| 401 | "extra": { |
| 402 | "thanks": { |
| 403 | "url": "https://github.com/symfony/polyfill", |
| 404 | "name": "symfony/polyfill" |
| 405 | } |
| 406 | }, |
| 407 | "installation-source": "dist", |
| 408 | "autoload": { |
| 409 | "files": [ |
| 410 | "bootstrap.php" |
| 411 | ], |
| 412 | "psr-4": { |
| 413 | "Symfony\\Polyfill\\Ctype\\": "" |
| 414 | } |
| 415 | }, |
| 416 | "notification-url": "https://packagist.org/downloads/", |
| 417 | "license": [ |
| 418 | "MIT" |
| 419 | ], |
| 420 | "authors": [ |
| 421 | { |
| 422 | "name": "Gert de Pagter", |
| 423 | "email": "BackEndTea@gmail.com" |
| 424 | }, |
| 425 | { |
| 426 | "name": "Symfony Community", |
| 427 | "homepage": "https://symfony.com/contributors" |
| 428 | } |
| 429 | ], |
| 430 | "description": "Symfony polyfill for ctype functions", |
| 431 | "homepage": "https://symfony.com", |
| 432 | "keywords": [ |
| 433 | "compatibility", |
| 434 | "ctype", |
| 435 | "polyfill", |
| 436 | "portable" |
| 437 | ], |
| 438 | "support": { |
| 439 | "source": "https://github.com/symfony/polyfill-ctype/tree/v1.37.0" |
| 440 | }, |
| 441 | "funding": [ |
| 442 | { |
| 443 | "url": "https://symfony.com/sponsor", |
| 444 | "type": "custom" |
| 445 | }, |
| 446 | { |
| 447 | "url": "https://github.com/fabpot", |
| 448 | "type": "github" |
| 449 | }, |
| 450 | { |
| 451 | "url": "https://github.com/nicolas-grekas", |
| 452 | "type": "github" |
| 453 | }, |
| 454 | { |
| 455 | "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", |
| 456 | "type": "tidelift" |
| 457 | } |
| 458 | ], |
| 459 | "install-path": "../symfony/polyfill-ctype" |
| 460 | }, |
| 461 | { |
| 462 | "name": "symfony/polyfill-php80", |
| 463 | "version": "v1.37.0", |
| 464 | "version_normalized": "1.37.0.0", |
| 465 | "source": { |
| 466 | "type": "git", |
| 467 | "url": "https://github.com/symfony/polyfill-php80.git", |
| 468 | "reference": "dfb55726c3a76ea3b6459fcfda1ec2d80a682411" |
| 469 | }, |
| 470 | "dist": { |
| 471 | "type": "zip", |
| 472 | "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/dfb55726c3a76ea3b6459fcfda1ec2d80a682411", |
| 473 | "reference": "dfb55726c3a76ea3b6459fcfda1ec2d80a682411", |
| 474 | "shasum": "" |
| 475 | }, |
| 476 | "require": { |
| 477 | "php": ">=7.2" |
| 478 | }, |
| 479 | "time": "2026-04-10T16:19:22+00:00", |
| 480 | "type": "library", |
| 481 | "extra": { |
| 482 | "thanks": { |
| 483 | "url": "https://github.com/symfony/polyfill", |
| 484 | "name": "symfony/polyfill" |
| 485 | } |
| 486 | }, |
| 487 | "installation-source": "dist", |
| 488 | "autoload": { |
| 489 | "files": [ |
| 490 | "bootstrap.php" |
| 491 | ], |
| 492 | "psr-4": { |
| 493 | "Symfony\\Polyfill\\Php80\\": "" |
| 494 | }, |
| 495 | "classmap": [ |
| 496 | "Resources/stubs" |
| 497 | ] |
| 498 | }, |
| 499 | "notification-url": "https://packagist.org/downloads/", |
| 500 | "license": [ |
| 501 | "MIT" |
| 502 | ], |
| 503 | "authors": [ |
| 504 | { |
| 505 | "name": "Ion Bazan", |
| 506 | "email": "ion.bazan@gmail.com" |
| 507 | }, |
| 508 | { |
| 509 | "name": "Nicolas Grekas", |
| 510 | "email": "p@tchwork.com" |
| 511 | }, |
| 512 | { |
| 513 | "name": "Symfony Community", |
| 514 | "homepage": "https://symfony.com/contributors" |
| 515 | } |
| 516 | ], |
| 517 | "description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions", |
| 518 | "homepage": "https://symfony.com", |
| 519 | "keywords": [ |
| 520 | "compatibility", |
| 521 | "polyfill", |
| 522 | "portable", |
| 523 | "shim" |
| 524 | ], |
| 525 | "support": { |
| 526 | "source": "https://github.com/symfony/polyfill-php80/tree/v1.37.0" |
| 527 | }, |
| 528 | "funding": [ |
| 529 | { |
| 530 | "url": "https://symfony.com/sponsor", |
| 531 | "type": "custom" |
| 532 | }, |
| 533 | { |
| 534 | "url": "https://github.com/fabpot", |
| 535 | "type": "github" |
| 536 | }, |
| 537 | { |
| 538 | "url": "https://github.com/nicolas-grekas", |
| 539 | "type": "github" |
| 540 | }, |
| 541 | { |
| 542 | "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", |
| 543 | "type": "tidelift" |
| 544 | } |
| 545 | ], |
| 546 | "install-path": "../symfony/polyfill-php80" |
| 547 | }, |
| 548 | { |
| 549 | "name": "symfony/polyfill-php81", |
| 550 | "version": "v1.38.1", |
| 551 | "version_normalized": "1.38.1.0", |
| 552 | "source": { |
| 553 | "type": "git", |
| 554 | "url": "https://github.com/symfony/polyfill-php81.git", |
| 555 | "reference": "6bfb9c766cacffbc8e118cb87217d08ed84e5cd7" |
| 556 | }, |
| 557 | "dist": { |
| 558 | "type": "zip", |
| 559 | "url": "https://api.github.com/repos/symfony/polyfill-php81/zipball/6bfb9c766cacffbc8e118cb87217d08ed84e5cd7", |
| 560 | "reference": "6bfb9c766cacffbc8e118cb87217d08ed84e5cd7", |
| 561 | "shasum": "" |
| 562 | }, |
| 563 | "require": { |
| 564 | "php": ">=7.2" |
| 565 | }, |
| 566 | "time": "2026-05-26T12:45:58+00:00", |
| 567 | "type": "library", |
| 568 | "extra": { |
| 569 | "thanks": { |
| 570 | "url": "https://github.com/symfony/polyfill", |
| 571 | "name": "symfony/polyfill" |
| 572 | } |
| 573 | }, |
| 574 | "installation-source": "dist", |
| 575 | "autoload": { |
| 576 | "files": [ |
| 577 | "bootstrap.php" |
| 578 | ], |
| 579 | "psr-4": { |
| 580 | "Symfony\\Polyfill\\Php81\\": "" |
| 581 | }, |
| 582 | "classmap": [ |
| 583 | "Resources/stubs" |
| 584 | ] |
| 585 | }, |
| 586 | "notification-url": "https://packagist.org/downloads/", |
| 587 | "license": [ |
| 588 | "MIT" |
| 589 | ], |
| 590 | "authors": [ |
| 591 | { |
| 592 | "name": "Nicolas Grekas", |
| 593 | "email": "p@tchwork.com" |
| 594 | }, |
| 595 | { |
| 596 | "name": "Symfony Community", |
| 597 | "homepage": "https://symfony.com/contributors" |
| 598 | } |
| 599 | ], |
| 600 | "description": "Symfony polyfill backporting some PHP 8.1+ features to lower PHP versions", |
| 601 | "homepage": "https://symfony.com", |
| 602 | "keywords": [ |
| 603 | "compatibility", |
| 604 | "polyfill", |
| 605 | "portable", |
| 606 | "shim" |
| 607 | ], |
| 608 | "support": { |
| 609 | "source": "https://github.com/symfony/polyfill-php81/tree/v1.38.1" |
| 610 | }, |
| 611 | "funding": [ |
| 612 | { |
| 613 | "url": "https://symfony.com/sponsor", |
| 614 | "type": "custom" |
| 615 | }, |
| 616 | { |
| 617 | "url": "https://github.com/fabpot", |
| 618 | "type": "github" |
| 619 | }, |
| 620 | { |
| 621 | "url": "https://github.com/nicolas-grekas", |
| 622 | "type": "github" |
| 623 | }, |
| 624 | { |
| 625 | "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", |
| 626 | "type": "tidelift" |
| 627 | } |
| 628 | ], |
| 629 | "install-path": "../symfony/polyfill-php81" |
| 630 | } |
| 631 | ], |
| 632 | "dev": false, |
| 633 | "dev-package-names": [] |
| 634 | } |
| 635 |