ClassLoader.php
3 years ago
InstalledVersions.php
3 years ago
LICENSE
3 years ago
autoload_classmap.php
3 years ago
autoload_files.php
3 years ago
autoload_namespaces.php
3 years ago
autoload_psr4.php
3 years ago
autoload_real.php
3 years ago
autoload_static.php
3 years ago
installed.json
3 years ago
installed.php
3 years ago
platform_check.php
3 years ago
installed.json
2473 lines
| 1 | { |
| 2 | "packages": [ |
| 3 | { |
| 4 | "name": "andrewmead\/wordpress-proper", |
| 5 | "version": "1.0.0", |
| 6 | "version_normalized": "1.0.0.0", |
| 7 | "source": { |
| 8 | "type": "git", |
| 9 | "url": "https:\/\/github.com\/andrewjmead\/wordpress-proper.git", |
| 10 | "reference": "5d2578c955f6b53dcec7be352a8e2565e0a7de48" |
| 11 | }, |
| 12 | "dist": { |
| 13 | "type": "zip", |
| 14 | "url": "https:\/\/api.github.com\/repos\/andrewjmead\/wordpress-proper\/zipball\/5d2578c955f6b53dcec7be352a8e2565e0a7de48", |
| 15 | "reference": "5d2578c955f6b53dcec7be352a8e2565e0a7de48", |
| 16 | "shasum": "" |
| 17 | }, |
| 18 | "require-dev": { |
| 19 | "phpunit\/phpunit": "9", |
| 20 | "yoast\/phpunit-polyfills": "^1.0" |
| 21 | }, |
| 22 | "time": "2023-05-23T17:02:22+00:00", |
| 23 | "type": "library", |
| 24 | "installation-source": "dist", |
| 25 | "autoload": { |
| 26 | "psr-4": { |
| 27 | "IAWP_SCOPED\\Proper\\": "source\/" |
| 28 | } |
| 29 | }, |
| 30 | "notification-url": "https:\/\/packagist.org\/downloads\/", |
| 31 | "license": [ |
| 32 | "MIT" |
| 33 | ], |
| 34 | "authors": [ |
| 35 | { |
| 36 | "name": "Andrew Mead", |
| 37 | "homepage": "https:\/\/mead.io" |
| 38 | } |
| 39 | ], |
| 40 | "description": "A set of classes you may find useful for WordPress development", |
| 41 | "support": { |
| 42 | "issues": "https:\/\/github.com\/andrewjmead\/wordpress-proper\/issues", |
| 43 | "source": "https:\/\/github.com\/andrewjmead\/wordpress-proper\/tree\/1.0.0" |
| 44 | }, |
| 45 | "install-path": "..\/andrewmead\/wordpress-proper" |
| 46 | }, |
| 47 | { |
| 48 | "name": "doctrine\/inflector", |
| 49 | "version": "2.0.6", |
| 50 | "version_normalized": "2.0.6.0", |
| 51 | "source": { |
| 52 | "type": "git", |
| 53 | "url": "https:\/\/github.com\/doctrine\/inflector.git", |
| 54 | "reference": "d9d313a36c872fd6ee06d9a6cbcf713eaa40f024" |
| 55 | }, |
| 56 | "dist": { |
| 57 | "type": "zip", |
| 58 | "url": "https:\/\/api.github.com\/repos\/doctrine\/inflector\/zipball\/d9d313a36c872fd6ee06d9a6cbcf713eaa40f024", |
| 59 | "reference": "d9d313a36c872fd6ee06d9a6cbcf713eaa40f024", |
| 60 | "shasum": "" |
| 61 | }, |
| 62 | "require": { |
| 63 | "php": "^7.2 || ^8.0" |
| 64 | }, |
| 65 | "require-dev": { |
| 66 | "doctrine\/coding-standard": "^10", |
| 67 | "phpstan\/phpstan": "^1.8", |
| 68 | "phpstan\/phpstan-phpunit": "^1.1", |
| 69 | "phpstan\/phpstan-strict-rules": "^1.3", |
| 70 | "phpunit\/phpunit": "^8.5 || ^9.5", |
| 71 | "vimeo\/psalm": "^4.25" |
| 72 | }, |
| 73 | "time": "2022-10-20T09:10:12+00:00", |
| 74 | "type": "library", |
| 75 | "installation-source": "dist", |
| 76 | "autoload": { |
| 77 | "psr-4": { |
| 78 | "IAWP_SCOPED\\Doctrine\\Inflector\\": "lib\/Doctrine\/Inflector" |
| 79 | } |
| 80 | }, |
| 81 | "notification-url": "https:\/\/packagist.org\/downloads\/", |
| 82 | "license": [ |
| 83 | "MIT" |
| 84 | ], |
| 85 | "authors": [ |
| 86 | { |
| 87 | "name": "Guilherme Blanco", |
| 88 | "email": "guilhermeblanco@gmail.com" |
| 89 | }, |
| 90 | { |
| 91 | "name": "Roman Borschel", |
| 92 | "email": "roman@code-factory.org" |
| 93 | }, |
| 94 | { |
| 95 | "name": "Benjamin Eberlei", |
| 96 | "email": "kontakt@beberlei.de" |
| 97 | }, |
| 98 | { |
| 99 | "name": "Jonathan Wage", |
| 100 | "email": "jonwage@gmail.com" |
| 101 | }, |
| 102 | { |
| 103 | "name": "Johannes Schmitt", |
| 104 | "email": "schmittjoh@gmail.com" |
| 105 | } |
| 106 | ], |
| 107 | "description": "PHP Doctrine Inflector is a small library that can perform string manipulations with regard to upper\/lowercase and singular\/plural forms of words.", |
| 108 | "homepage": "https:\/\/www.doctrine-project.org\/projects\/inflector.html", |
| 109 | "keywords": [ |
| 110 | "inflection", |
| 111 | "inflector", |
| 112 | "lowercase", |
| 113 | "manipulation", |
| 114 | "php", |
| 115 | "plural", |
| 116 | "singular", |
| 117 | "strings", |
| 118 | "uppercase", |
| 119 | "words" |
| 120 | ], |
| 121 | "support": { |
| 122 | "issues": "https:\/\/github.com\/doctrine\/inflector\/issues", |
| 123 | "source": "https:\/\/github.com\/doctrine\/inflector\/tree\/2.0.6" |
| 124 | }, |
| 125 | "funding": [ |
| 126 | { |
| 127 | "url": "https:\/\/www.doctrine-project.org\/sponsorship.html", |
| 128 | "type": "custom" |
| 129 | }, |
| 130 | { |
| 131 | "url": "https:\/\/www.patreon.com\/phpdoctrine", |
| 132 | "type": "patreon" |
| 133 | }, |
| 134 | { |
| 135 | "url": "https:\/\/tidelift.com\/funding\/github\/packagist\/doctrine%2Finflector", |
| 136 | "type": "tidelift" |
| 137 | } |
| 138 | ], |
| 139 | "install-path": "..\/doctrine\/inflector" |
| 140 | }, |
| 141 | { |
| 142 | "name": "dompdf\/dompdf", |
| 143 | "version": "v2.0.3", |
| 144 | "version_normalized": "2.0.3.0", |
| 145 | "source": { |
| 146 | "type": "git", |
| 147 | "url": "https:\/\/github.com\/dompdf\/dompdf.git", |
| 148 | "reference": "e8d2d5e37e8b0b30f0732a011295ab80680d7e85" |
| 149 | }, |
| 150 | "dist": { |
| 151 | "type": "zip", |
| 152 | "url": "https:\/\/api.github.com\/repos\/dompdf\/dompdf\/zipball\/e8d2d5e37e8b0b30f0732a011295ab80680d7e85", |
| 153 | "reference": "e8d2d5e37e8b0b30f0732a011295ab80680d7e85", |
| 154 | "shasum": "" |
| 155 | }, |
| 156 | "require": { |
| 157 | "ext-dom": "*", |
| 158 | "ext-mbstring": "*", |
| 159 | "masterminds\/html5": "^2.0", |
| 160 | "phenx\/php-font-lib": ">=0.5.4 <1.0.0", |
| 161 | "phenx\/php-svg-lib": ">=0.3.3 <1.0.0", |
| 162 | "php": "^7.1 || ^8.0" |
| 163 | }, |
| 164 | "require-dev": { |
| 165 | "ext-json": "*", |
| 166 | "ext-zip": "*", |
| 167 | "mockery\/mockery": "^1.3", |
| 168 | "phpunit\/phpunit": "^7.5 || ^8 || ^9", |
| 169 | "squizlabs\/php_codesniffer": "^3.5" |
| 170 | }, |
| 171 | "suggest": { |
| 172 | "ext-gd": "Needed to process images", |
| 173 | "ext-gmagick": "Improves image processing performance", |
| 174 | "ext-imagick": "Improves image processing performance", |
| 175 | "ext-zlib": "Needed for pdf stream compression" |
| 176 | }, |
| 177 | "time": "2023-02-07T12:51:48+00:00", |
| 178 | "type": "library", |
| 179 | "installation-source": "dist", |
| 180 | "autoload": { |
| 181 | "psr-4": { |
| 182 | "IAWP_SCOPED\\Dompdf\\": "src\/" |
| 183 | }, |
| 184 | "classmap": [ |
| 185 | "lib\/" |
| 186 | ] |
| 187 | }, |
| 188 | "notification-url": "https:\/\/packagist.org\/downloads\/", |
| 189 | "license": [ |
| 190 | "LGPL-2.1" |
| 191 | ], |
| 192 | "authors": [ |
| 193 | { |
| 194 | "name": "The Dompdf Community", |
| 195 | "homepage": "https:\/\/github.com\/dompdf\/dompdf\/blob\/master\/AUTHORS.md" |
| 196 | } |
| 197 | ], |
| 198 | "description": "DOMPDF is a CSS 2.1 compliant HTML to PDF converter", |
| 199 | "homepage": "https:\/\/github.com\/dompdf\/dompdf", |
| 200 | "support": { |
| 201 | "issues": "https:\/\/github.com\/dompdf\/dompdf\/issues", |
| 202 | "source": "https:\/\/github.com\/dompdf\/dompdf\/tree\/v2.0.3" |
| 203 | }, |
| 204 | "install-path": "..\/dompdf\/dompdf" |
| 205 | }, |
| 206 | { |
| 207 | "name": "illuminate\/collections", |
| 208 | "version": "v8.83.27", |
| 209 | "version_normalized": "8.83.27.0", |
| 210 | "source": { |
| 211 | "type": "git", |
| 212 | "url": "https:\/\/github.com\/illuminate\/collections.git", |
| 213 | "reference": "705a4e1ef93cd492c45b9b3e7911cccc990a07f4" |
| 214 | }, |
| 215 | "dist": { |
| 216 | "type": "zip", |
| 217 | "url": "https:\/\/api.github.com\/repos\/illuminate\/collections\/zipball\/705a4e1ef93cd492c45b9b3e7911cccc990a07f4", |
| 218 | "reference": "705a4e1ef93cd492c45b9b3e7911cccc990a07f4", |
| 219 | "shasum": "" |
| 220 | }, |
| 221 | "require": { |
| 222 | "illuminate\/contracts": "^8.0", |
| 223 | "illuminate\/macroable": "^8.0", |
| 224 | "php": "^7.3|^8.0" |
| 225 | }, |
| 226 | "suggest": { |
| 227 | "symfony\/var-dumper": "Required to use the dump method (^5.4)." |
| 228 | }, |
| 229 | "time": "2022-06-23T15:29:49+00:00", |
| 230 | "type": "library", |
| 231 | "extra": { |
| 232 | "branch-alias": { |
| 233 | "dev-master": "8.x-dev" |
| 234 | } |
| 235 | }, |
| 236 | "installation-source": "dist", |
| 237 | "autoload": { |
| 238 | "files": [ |
| 239 | "helpers.php" |
| 240 | ], |
| 241 | "psr-4": { |
| 242 | "IAWP_SCOPED\\Illuminate\\Support\\": "" |
| 243 | } |
| 244 | }, |
| 245 | "notification-url": "https:\/\/packagist.org\/downloads\/", |
| 246 | "license": [ |
| 247 | "MIT" |
| 248 | ], |
| 249 | "authors": [ |
| 250 | { |
| 251 | "name": "Taylor Otwell", |
| 252 | "email": "taylor@laravel.com" |
| 253 | } |
| 254 | ], |
| 255 | "description": "The Illuminate Collections package.", |
| 256 | "homepage": "https:\/\/laravel.com", |
| 257 | "support": { |
| 258 | "issues": "https:\/\/github.com\/laravel\/framework\/issues", |
| 259 | "source": "https:\/\/github.com\/laravel\/framework" |
| 260 | }, |
| 261 | "install-path": "..\/illuminate\/collections" |
| 262 | }, |
| 263 | { |
| 264 | "name": "illuminate\/container", |
| 265 | "version": "v8.83.27", |
| 266 | "version_normalized": "8.83.27.0", |
| 267 | "source": { |
| 268 | "type": "git", |
| 269 | "url": "https:\/\/github.com\/illuminate\/container.git", |
| 270 | "reference": "14062628d05f75047c5a1360b9350028427d568e" |
| 271 | }, |
| 272 | "dist": { |
| 273 | "type": "zip", |
| 274 | "url": "https:\/\/api.github.com\/repos\/illuminate\/container\/zipball\/14062628d05f75047c5a1360b9350028427d568e", |
| 275 | "reference": "14062628d05f75047c5a1360b9350028427d568e", |
| 276 | "shasum": "" |
| 277 | }, |
| 278 | "require": { |
| 279 | "illuminate\/contracts": "^8.0", |
| 280 | "php": "^7.3|^8.0", |
| 281 | "psr\/container": "^1.0" |
| 282 | }, |
| 283 | "provide": { |
| 284 | "psr\/container-implementation": "1.0" |
| 285 | }, |
| 286 | "time": "2022-02-02T21:03:35+00:00", |
| 287 | "type": "library", |
| 288 | "extra": { |
| 289 | "branch-alias": { |
| 290 | "dev-master": "8.x-dev" |
| 291 | } |
| 292 | }, |
| 293 | "installation-source": "dist", |
| 294 | "autoload": { |
| 295 | "psr-4": { |
| 296 | "IAWP_SCOPED\\Illuminate\\Container\\": "" |
| 297 | } |
| 298 | }, |
| 299 | "notification-url": "https:\/\/packagist.org\/downloads\/", |
| 300 | "license": [ |
| 301 | "MIT" |
| 302 | ], |
| 303 | "authors": [ |
| 304 | { |
| 305 | "name": "Taylor Otwell", |
| 306 | "email": "taylor@laravel.com" |
| 307 | } |
| 308 | ], |
| 309 | "description": "The Illuminate Container package.", |
| 310 | "homepage": "https:\/\/laravel.com", |
| 311 | "support": { |
| 312 | "issues": "https:\/\/github.com\/laravel\/framework\/issues", |
| 313 | "source": "https:\/\/github.com\/laravel\/framework" |
| 314 | }, |
| 315 | "install-path": "..\/illuminate\/container" |
| 316 | }, |
| 317 | { |
| 318 | "name": "illuminate\/contracts", |
| 319 | "version": "v8.83.27", |
| 320 | "version_normalized": "8.83.27.0", |
| 321 | "source": { |
| 322 | "type": "git", |
| 323 | "url": "https:\/\/github.com\/illuminate\/contracts.git", |
| 324 | "reference": "5e0fd287a1b22a6b346a9f7cd484d8cf0234585d" |
| 325 | }, |
| 326 | "dist": { |
| 327 | "type": "zip", |
| 328 | "url": "https:\/\/api.github.com\/repos\/illuminate\/contracts\/zipball\/5e0fd287a1b22a6b346a9f7cd484d8cf0234585d", |
| 329 | "reference": "5e0fd287a1b22a6b346a9f7cd484d8cf0234585d", |
| 330 | "shasum": "" |
| 331 | }, |
| 332 | "require": { |
| 333 | "php": "^7.3|^8.0", |
| 334 | "psr\/container": "^1.0", |
| 335 | "psr\/simple-cache": "^1.0" |
| 336 | }, |
| 337 | "time": "2022-01-13T14:47:47+00:00", |
| 338 | "type": "library", |
| 339 | "extra": { |
| 340 | "branch-alias": { |
| 341 | "dev-master": "8.x-dev" |
| 342 | } |
| 343 | }, |
| 344 | "installation-source": "dist", |
| 345 | "autoload": { |
| 346 | "psr-4": { |
| 347 | "IAWP_SCOPED\\Illuminate\\Contracts\\": "" |
| 348 | } |
| 349 | }, |
| 350 | "notification-url": "https:\/\/packagist.org\/downloads\/", |
| 351 | "license": [ |
| 352 | "MIT" |
| 353 | ], |
| 354 | "authors": [ |
| 355 | { |
| 356 | "name": "Taylor Otwell", |
| 357 | "email": "taylor@laravel.com" |
| 358 | } |
| 359 | ], |
| 360 | "description": "The Illuminate Contracts package.", |
| 361 | "homepage": "https:\/\/laravel.com", |
| 362 | "support": { |
| 363 | "issues": "https:\/\/github.com\/laravel\/framework\/issues", |
| 364 | "source": "https:\/\/github.com\/laravel\/framework" |
| 365 | }, |
| 366 | "install-path": "..\/illuminate\/contracts" |
| 367 | }, |
| 368 | { |
| 369 | "name": "illuminate\/database", |
| 370 | "version": "v8.83.27", |
| 371 | "version_normalized": "8.83.27.0", |
| 372 | "source": { |
| 373 | "type": "git", |
| 374 | "url": "https:\/\/github.com\/illuminate\/database.git", |
| 375 | "reference": "1a5b0e4e6913415464fa2aab554a38b9e6fa44b1" |
| 376 | }, |
| 377 | "dist": { |
| 378 | "type": "zip", |
| 379 | "url": "https:\/\/api.github.com\/repos\/illuminate\/database\/zipball\/1a5b0e4e6913415464fa2aab554a38b9e6fa44b1", |
| 380 | "reference": "1a5b0e4e6913415464fa2aab554a38b9e6fa44b1", |
| 381 | "shasum": "" |
| 382 | }, |
| 383 | "require": { |
| 384 | "ext-json": "*", |
| 385 | "illuminate\/collections": "^8.0", |
| 386 | "illuminate\/container": "^8.0", |
| 387 | "illuminate\/contracts": "^8.0", |
| 388 | "illuminate\/macroable": "^8.0", |
| 389 | "illuminate\/support": "^8.0", |
| 390 | "php": "^7.3|^8.0", |
| 391 | "symfony\/console": "^5.4" |
| 392 | }, |
| 393 | "suggest": { |
| 394 | "doctrine\/dbal": "Required to rename columns and drop SQLite columns (^2.13.3|^3.1.4).", |
| 395 | "fakerphp\/faker": "Required to use the eloquent factory builder (^1.9.1).", |
| 396 | "illuminate\/console": "Required to use the database commands (^8.0).", |
| 397 | "illuminate\/events": "Required to use the observers with Eloquent (^8.0).", |
| 398 | "illuminate\/filesystem": "Required to use the migrations (^8.0).", |
| 399 | "illuminate\/pagination": "Required to paginate the result set (^8.0).", |
| 400 | "symfony\/finder": "Required to use Eloquent model factories (^5.4)." |
| 401 | }, |
| 402 | "time": "2022-08-31T16:16:06+00:00", |
| 403 | "type": "library", |
| 404 | "extra": { |
| 405 | "branch-alias": { |
| 406 | "dev-master": "8.x-dev" |
| 407 | } |
| 408 | }, |
| 409 | "installation-source": "dist", |
| 410 | "autoload": { |
| 411 | "psr-4": { |
| 412 | "IAWP_SCOPED\\Illuminate\\Database\\": "" |
| 413 | } |
| 414 | }, |
| 415 | "notification-url": "https:\/\/packagist.org\/downloads\/", |
| 416 | "license": [ |
| 417 | "MIT" |
| 418 | ], |
| 419 | "authors": [ |
| 420 | { |
| 421 | "name": "Taylor Otwell", |
| 422 | "email": "taylor@laravel.com" |
| 423 | } |
| 424 | ], |
| 425 | "description": "The Illuminate Database package.", |
| 426 | "homepage": "https:\/\/laravel.com", |
| 427 | "keywords": [ |
| 428 | "database", |
| 429 | "laravel", |
| 430 | "orm", |
| 431 | "sql" |
| 432 | ], |
| 433 | "support": { |
| 434 | "issues": "https:\/\/github.com\/laravel\/framework\/issues", |
| 435 | "source": "https:\/\/github.com\/laravel\/framework" |
| 436 | }, |
| 437 | "install-path": "..\/illuminate\/database" |
| 438 | }, |
| 439 | { |
| 440 | "name": "illuminate\/macroable", |
| 441 | "version": "v8.83.27", |
| 442 | "version_normalized": "8.83.27.0", |
| 443 | "source": { |
| 444 | "type": "git", |
| 445 | "url": "https:\/\/github.com\/illuminate\/macroable.git", |
| 446 | "reference": "aed81891a6e046fdee72edd497f822190f61c162" |
| 447 | }, |
| 448 | "dist": { |
| 449 | "type": "zip", |
| 450 | "url": "https:\/\/api.github.com\/repos\/illuminate\/macroable\/zipball\/aed81891a6e046fdee72edd497f822190f61c162", |
| 451 | "reference": "aed81891a6e046fdee72edd497f822190f61c162", |
| 452 | "shasum": "" |
| 453 | }, |
| 454 | "require": { |
| 455 | "php": "^7.3|^8.0" |
| 456 | }, |
| 457 | "time": "2021-11-16T13:57:03+00:00", |
| 458 | "type": "library", |
| 459 | "extra": { |
| 460 | "branch-alias": { |
| 461 | "dev-master": "8.x-dev" |
| 462 | } |
| 463 | }, |
| 464 | "installation-source": "dist", |
| 465 | "autoload": { |
| 466 | "psr-4": { |
| 467 | "IAWP_SCOPED\\Illuminate\\Support\\": "" |
| 468 | } |
| 469 | }, |
| 470 | "notification-url": "https:\/\/packagist.org\/downloads\/", |
| 471 | "license": [ |
| 472 | "MIT" |
| 473 | ], |
| 474 | "authors": [ |
| 475 | { |
| 476 | "name": "Taylor Otwell", |
| 477 | "email": "taylor@laravel.com" |
| 478 | } |
| 479 | ], |
| 480 | "description": "The Illuminate Macroable package.", |
| 481 | "homepage": "https:\/\/laravel.com", |
| 482 | "support": { |
| 483 | "issues": "https:\/\/github.com\/laravel\/framework\/issues", |
| 484 | "source": "https:\/\/github.com\/laravel\/framework" |
| 485 | }, |
| 486 | "install-path": "..\/illuminate\/macroable" |
| 487 | }, |
| 488 | { |
| 489 | "name": "illuminate\/support", |
| 490 | "version": "v8.83.27", |
| 491 | "version_normalized": "8.83.27.0", |
| 492 | "source": { |
| 493 | "type": "git", |
| 494 | "url": "https:\/\/github.com\/illuminate\/support.git", |
| 495 | "reference": "1c79242468d3bbd9a0f7477df34f9647dde2a09b" |
| 496 | }, |
| 497 | "dist": { |
| 498 | "type": "zip", |
| 499 | "url": "https:\/\/api.github.com\/repos\/illuminate\/support\/zipball\/1c79242468d3bbd9a0f7477df34f9647dde2a09b", |
| 500 | "reference": "1c79242468d3bbd9a0f7477df34f9647dde2a09b", |
| 501 | "shasum": "" |
| 502 | }, |
| 503 | "require": { |
| 504 | "doctrine\/inflector": "^1.4|^2.0", |
| 505 | "ext-json": "*", |
| 506 | "ext-mbstring": "*", |
| 507 | "illuminate\/collections": "^8.0", |
| 508 | "illuminate\/contracts": "^8.0", |
| 509 | "illuminate\/macroable": "^8.0", |
| 510 | "nesbot\/carbon": "^2.53.1", |
| 511 | "php": "^7.3|^8.0", |
| 512 | "voku\/portable-ascii": "^1.6.1" |
| 513 | }, |
| 514 | "conflict": { |
| 515 | "tightenco\/collect": "<5.5.33" |
| 516 | }, |
| 517 | "suggest": { |
| 518 | "illuminate\/filesystem": "Required to use the composer class (^8.0).", |
| 519 | "league\/commonmark": "Required to use Str::markdown() and Stringable::markdown() (^1.3|^2.0.2).", |
| 520 | "ramsey\/uuid": "Required to use Str::uuid() (^4.2.2).", |
| 521 | "symfony\/process": "Required to use the composer class (^5.4).", |
| 522 | "symfony\/var-dumper": "Required to use the dd function (^5.4).", |
| 523 | "vlucas\/phpdotenv": "Required to use the Env class and env helper (^5.4.1)." |
| 524 | }, |
| 525 | "time": "2022-09-21T21:30:03+00:00", |
| 526 | "type": "library", |
| 527 | "extra": { |
| 528 | "branch-alias": { |
| 529 | "dev-master": "8.x-dev" |
| 530 | } |
| 531 | }, |
| 532 | "installation-source": "dist", |
| 533 | "autoload": { |
| 534 | "files": [ |
| 535 | "helpers.php" |
| 536 | ], |
| 537 | "psr-4": { |
| 538 | "IAWP_SCOPED\\Illuminate\\Support\\": "" |
| 539 | } |
| 540 | }, |
| 541 | "notification-url": "https:\/\/packagist.org\/downloads\/", |
| 542 | "license": [ |
| 543 | "MIT" |
| 544 | ], |
| 545 | "authors": [ |
| 546 | { |
| 547 | "name": "Taylor Otwell", |
| 548 | "email": "taylor@laravel.com" |
| 549 | } |
| 550 | ], |
| 551 | "description": "The Illuminate Support package.", |
| 552 | "homepage": "https:\/\/laravel.com", |
| 553 | "support": { |
| 554 | "issues": "https:\/\/github.com\/laravel\/framework\/issues", |
| 555 | "source": "https:\/\/github.com\/laravel\/framework" |
| 556 | }, |
| 557 | "install-path": "..\/illuminate\/support" |
| 558 | }, |
| 559 | { |
| 560 | "name": "league\/plates", |
| 561 | "version": "v3.5.0", |
| 562 | "version_normalized": "3.5.0.0", |
| 563 | "source": { |
| 564 | "type": "git", |
| 565 | "url": "https:\/\/github.com\/thephpleague\/plates.git", |
| 566 | "reference": "a6a3238e46c6e19af7318fdc36bfbe49b0620231" |
| 567 | }, |
| 568 | "dist": { |
| 569 | "type": "zip", |
| 570 | "url": "https:\/\/api.github.com\/repos\/thephpleague\/plates\/zipball\/a6a3238e46c6e19af7318fdc36bfbe49b0620231", |
| 571 | "reference": "a6a3238e46c6e19af7318fdc36bfbe49b0620231", |
| 572 | "shasum": "" |
| 573 | }, |
| 574 | "require": { |
| 575 | "php": "^7.0|^8.0" |
| 576 | }, |
| 577 | "require-dev": { |
| 578 | "mikey179\/vfsstream": "^1.6", |
| 579 | "phpunit\/phpunit": "^9.5", |
| 580 | "squizlabs\/php_codesniffer": "^3.5" |
| 581 | }, |
| 582 | "time": "2023-01-16T20:25:45+00:00", |
| 583 | "type": "library", |
| 584 | "extra": { |
| 585 | "branch-alias": { |
| 586 | "dev-master": "3.0-dev" |
| 587 | } |
| 588 | }, |
| 589 | "installation-source": "dist", |
| 590 | "autoload": { |
| 591 | "psr-4": { |
| 592 | "IAWP_SCOPED\\League\\Plates\\": "src" |
| 593 | } |
| 594 | }, |
| 595 | "notification-url": "https:\/\/packagist.org\/downloads\/", |
| 596 | "license": [ |
| 597 | "MIT" |
| 598 | ], |
| 599 | "authors": [ |
| 600 | { |
| 601 | "name": "Jonathan Reinink", |
| 602 | "email": "jonathan@reinink.ca", |
| 603 | "role": "Developer" |
| 604 | }, |
| 605 | { |
| 606 | "name": "RJ Garcia", |
| 607 | "email": "ragboyjr@icloud.com", |
| 608 | "role": "Developer" |
| 609 | } |
| 610 | ], |
| 611 | "description": "Plates, the native PHP template system that's fast, easy to use and easy to extend.", |
| 612 | "homepage": "https:\/\/platesphp.com", |
| 613 | "keywords": [ |
| 614 | "league", |
| 615 | "package", |
| 616 | "templates", |
| 617 | "templating", |
| 618 | "views" |
| 619 | ], |
| 620 | "support": { |
| 621 | "issues": "https:\/\/github.com\/thephpleague\/plates\/issues", |
| 622 | "source": "https:\/\/github.com\/thephpleague\/plates\/tree\/v3.5.0" |
| 623 | }, |
| 624 | "install-path": "..\/league\/plates" |
| 625 | }, |
| 626 | { |
| 627 | "name": "league\/uri", |
| 628 | "version": "6.5.0", |
| 629 | "version_normalized": "6.5.0.0", |
| 630 | "source": { |
| 631 | "type": "git", |
| 632 | "url": "https:\/\/github.com\/thephpleague\/uri.git", |
| 633 | "reference": "c68ca445abb04817d740ddd6d0b3551826ef0c5a" |
| 634 | }, |
| 635 | "dist": { |
| 636 | "type": "zip", |
| 637 | "url": "https:\/\/api.github.com\/repos\/thephpleague\/uri\/zipball\/c68ca445abb04817d740ddd6d0b3551826ef0c5a", |
| 638 | "reference": "c68ca445abb04817d740ddd6d0b3551826ef0c5a", |
| 639 | "shasum": "" |
| 640 | }, |
| 641 | "require": { |
| 642 | "ext-json": "*", |
| 643 | "league\/uri-interfaces": "^2.3", |
| 644 | "php": "^7.3 || ^8.0", |
| 645 | "psr\/http-message": "^1.0" |
| 646 | }, |
| 647 | "conflict": { |
| 648 | "league\/uri-schemes": "^1.0" |
| 649 | }, |
| 650 | "require-dev": { |
| 651 | "friendsofphp\/php-cs-fixer": "^2.19 || ^3.0", |
| 652 | "phpstan\/phpstan": "^0.12.90", |
| 653 | "phpstan\/phpstan-phpunit": "^0.12.22", |
| 654 | "phpstan\/phpstan-strict-rules": "^0.12.11", |
| 655 | "phpunit\/phpunit": "^8.0 || ^9.0", |
| 656 | "psr\/http-factory": "^1.0" |
| 657 | }, |
| 658 | "suggest": { |
| 659 | "ext-fileinfo": "Needed to create Data URI from a filepath", |
| 660 | "ext-intl": "Needed to improve host validation", |
| 661 | "league\/uri-components": "Needed to easily manipulate URI objects", |
| 662 | "psr\/http-factory": "Needed to use the URI factory" |
| 663 | }, |
| 664 | "time": "2021-08-27T09:54:07+00:00", |
| 665 | "type": "library", |
| 666 | "extra": { |
| 667 | "branch-alias": { |
| 668 | "dev-master": "6.x-dev" |
| 669 | } |
| 670 | }, |
| 671 | "installation-source": "dist", |
| 672 | "autoload": { |
| 673 | "psr-4": { |
| 674 | "IAWP_SCOPED\\League\\Uri\\": "src" |
| 675 | } |
| 676 | }, |
| 677 | "notification-url": "https:\/\/packagist.org\/downloads\/", |
| 678 | "license": [ |
| 679 | "MIT" |
| 680 | ], |
| 681 | "authors": [ |
| 682 | { |
| 683 | "name": "Ignace Nyamagana Butera", |
| 684 | "email": "nyamsprod@gmail.com", |
| 685 | "homepage": "https:\/\/nyamsprod.com" |
| 686 | } |
| 687 | ], |
| 688 | "description": "URI manipulation library", |
| 689 | "homepage": "http:\/\/uri.thephpleague.com", |
| 690 | "keywords": [ |
| 691 | "data-uri", |
| 692 | "file-uri", |
| 693 | "ftp", |
| 694 | "hostname", |
| 695 | "http", |
| 696 | "https", |
| 697 | "middleware", |
| 698 | "parse_str", |
| 699 | "parse_url", |
| 700 | "psr-7", |
| 701 | "query-string", |
| 702 | "querystring", |
| 703 | "rfc3986", |
| 704 | "rfc3987", |
| 705 | "rfc6570", |
| 706 | "uri", |
| 707 | "uri-template", |
| 708 | "url", |
| 709 | "ws" |
| 710 | ], |
| 711 | "support": { |
| 712 | "docs": "https:\/\/uri.thephpleague.com", |
| 713 | "forum": "https:\/\/thephpleague.slack.com", |
| 714 | "issues": "https:\/\/github.com\/thephpleague\/uri\/issues", |
| 715 | "source": "https:\/\/github.com\/thephpleague\/uri\/tree\/6.5.0" |
| 716 | }, |
| 717 | "funding": [ |
| 718 | { |
| 719 | "url": "https:\/\/github.com\/sponsors\/nyamsprod", |
| 720 | "type": "github" |
| 721 | } |
| 722 | ], |
| 723 | "install-path": "..\/league\/uri" |
| 724 | }, |
| 725 | { |
| 726 | "name": "league\/uri-interfaces", |
| 727 | "version": "2.3.0", |
| 728 | "version_normalized": "2.3.0.0", |
| 729 | "source": { |
| 730 | "type": "git", |
| 731 | "url": "https:\/\/github.com\/thephpleague\/uri-interfaces.git", |
| 732 | "reference": "00e7e2943f76d8cb50c7dfdc2f6dee356e15e383" |
| 733 | }, |
| 734 | "dist": { |
| 735 | "type": "zip", |
| 736 | "url": "https:\/\/api.github.com\/repos\/thephpleague\/uri-interfaces\/zipball\/00e7e2943f76d8cb50c7dfdc2f6dee356e15e383", |
| 737 | "reference": "00e7e2943f76d8cb50c7dfdc2f6dee356e15e383", |
| 738 | "shasum": "" |
| 739 | }, |
| 740 | "require": { |
| 741 | "ext-json": "*", |
| 742 | "php": "^7.2 || ^8.0" |
| 743 | }, |
| 744 | "require-dev": { |
| 745 | "friendsofphp\/php-cs-fixer": "^2.19", |
| 746 | "phpstan\/phpstan": "^0.12.90", |
| 747 | "phpstan\/phpstan-phpunit": "^0.12.19", |
| 748 | "phpstan\/phpstan-strict-rules": "^0.12.9", |
| 749 | "phpunit\/phpunit": "^8.5.15 || ^9.5" |
| 750 | }, |
| 751 | "suggest": { |
| 752 | "ext-intl": "to use the IDNA feature", |
| 753 | "symfony\/intl": "to use the IDNA feature via Symfony Polyfill" |
| 754 | }, |
| 755 | "time": "2021-06-28T04:27:21+00:00", |
| 756 | "type": "library", |
| 757 | "extra": { |
| 758 | "branch-alias": { |
| 759 | "dev-master": "2.x-dev" |
| 760 | } |
| 761 | }, |
| 762 | "installation-source": "dist", |
| 763 | "autoload": { |
| 764 | "psr-4": { |
| 765 | "IAWP_SCOPED\\League\\Uri\\": "src\/" |
| 766 | } |
| 767 | }, |
| 768 | "notification-url": "https:\/\/packagist.org\/downloads\/", |
| 769 | "license": [ |
| 770 | "MIT" |
| 771 | ], |
| 772 | "authors": [ |
| 773 | { |
| 774 | "name": "Ignace Nyamagana Butera", |
| 775 | "email": "nyamsprod@gmail.com", |
| 776 | "homepage": "https:\/\/nyamsprod.com" |
| 777 | } |
| 778 | ], |
| 779 | "description": "Common interface for URI representation", |
| 780 | "homepage": "http:\/\/github.com\/thephpleague\/uri-interfaces", |
| 781 | "keywords": [ |
| 782 | "rfc3986", |
| 783 | "rfc3987", |
| 784 | "uri", |
| 785 | "url" |
| 786 | ], |
| 787 | "support": { |
| 788 | "issues": "https:\/\/github.com\/thephpleague\/uri-interfaces\/issues", |
| 789 | "source": "https:\/\/github.com\/thephpleague\/uri-interfaces\/tree\/2.3.0" |
| 790 | }, |
| 791 | "funding": [ |
| 792 | { |
| 793 | "url": "https:\/\/github.com\/sponsors\/nyamsprod", |
| 794 | "type": "github" |
| 795 | } |
| 796 | ], |
| 797 | "install-path": "..\/league\/uri-interfaces" |
| 798 | }, |
| 799 | { |
| 800 | "name": "masterminds\/html5", |
| 801 | "version": "2.8.0", |
| 802 | "version_normalized": "2.8.0.0", |
| 803 | "source": { |
| 804 | "type": "git", |
| 805 | "url": "https:\/\/github.com\/Masterminds\/html5-php.git", |
| 806 | "reference": "3c5d5a56d56f48a1ca08a0670f0f80c1dad368f3" |
| 807 | }, |
| 808 | "dist": { |
| 809 | "type": "zip", |
| 810 | "url": "https:\/\/api.github.com\/repos\/Masterminds\/html5-php\/zipball\/3c5d5a56d56f48a1ca08a0670f0f80c1dad368f3", |
| 811 | "reference": "3c5d5a56d56f48a1ca08a0670f0f80c1dad368f3", |
| 812 | "shasum": "" |
| 813 | }, |
| 814 | "require": { |
| 815 | "ext-dom": "*", |
| 816 | "php": ">=5.3.0" |
| 817 | }, |
| 818 | "require-dev": { |
| 819 | "phpunit\/phpunit": "^4.8.35 || ^5.7.21 || ^6 || ^7 || ^8" |
| 820 | }, |
| 821 | "time": "2023-04-26T07:27:39+00:00", |
| 822 | "type": "library", |
| 823 | "extra": { |
| 824 | "branch-alias": { |
| 825 | "dev-master": "2.7-dev" |
| 826 | } |
| 827 | }, |
| 828 | "installation-source": "dist", |
| 829 | "autoload": { |
| 830 | "psr-4": { |
| 831 | "IAWP_SCOPED\\Masterminds\\": "src" |
| 832 | } |
| 833 | }, |
| 834 | "notification-url": "https:\/\/packagist.org\/downloads\/", |
| 835 | "license": [ |
| 836 | "MIT" |
| 837 | ], |
| 838 | "authors": [ |
| 839 | { |
| 840 | "name": "Matt Butcher", |
| 841 | "email": "technosophos@gmail.com" |
| 842 | }, |
| 843 | { |
| 844 | "name": "Matt Farina", |
| 845 | "email": "matt@mattfarina.com" |
| 846 | }, |
| 847 | { |
| 848 | "name": "Asmir Mustafic", |
| 849 | "email": "goetas@gmail.com" |
| 850 | } |
| 851 | ], |
| 852 | "description": "An HTML5 parser and serializer.", |
| 853 | "homepage": "http:\/\/masterminds.github.io\/html5-php", |
| 854 | "keywords": [ |
| 855 | "HTML5", |
| 856 | "dom", |
| 857 | "html", |
| 858 | "parser", |
| 859 | "querypath", |
| 860 | "serializer", |
| 861 | "xml" |
| 862 | ], |
| 863 | "support": { |
| 864 | "issues": "https:\/\/github.com\/Masterminds\/html5-php\/issues", |
| 865 | "source": "https:\/\/github.com\/Masterminds\/html5-php\/tree\/2.8.0" |
| 866 | }, |
| 867 | "install-path": "..\/masterminds\/html5" |
| 868 | }, |
| 869 | { |
| 870 | "name": "maxmind-db\/reader", |
| 871 | "version": "v1.11.0", |
| 872 | "version_normalized": "1.11.0.0", |
| 873 | "source": { |
| 874 | "type": "git", |
| 875 | "url": "https:\/\/github.com\/maxmind\/MaxMind-DB-Reader-php.git", |
| 876 | "reference": "b1f3c0699525336d09cc5161a2861268d9f2ae5b" |
| 877 | }, |
| 878 | "dist": { |
| 879 | "type": "zip", |
| 880 | "url": "https:\/\/api.github.com\/repos\/maxmind\/MaxMind-DB-Reader-php\/zipball\/b1f3c0699525336d09cc5161a2861268d9f2ae5b", |
| 881 | "reference": "b1f3c0699525336d09cc5161a2861268d9f2ae5b", |
| 882 | "shasum": "" |
| 883 | }, |
| 884 | "require": { |
| 885 | "php": ">=7.2" |
| 886 | }, |
| 887 | "conflict": { |
| 888 | "ext-maxminddb": "<1.10.1,>=2.0.0" |
| 889 | }, |
| 890 | "require-dev": { |
| 891 | "friendsofphp\/php-cs-fixer": "3.*", |
| 892 | "php-coveralls\/php-coveralls": "^2.1", |
| 893 | "phpstan\/phpstan": "*", |
| 894 | "phpunit\/phpcov": ">=6.0.0", |
| 895 | "phpunit\/phpunit": ">=8.0.0,<10.0.0", |
| 896 | "squizlabs\/php_codesniffer": "3.*" |
| 897 | }, |
| 898 | "suggest": { |
| 899 | "ext-bcmath": "bcmath or gmp is required for decoding larger integers with the pure PHP decoder", |
| 900 | "ext-gmp": "bcmath or gmp is required for decoding larger integers with the pure PHP decoder", |
| 901 | "ext-maxminddb": "A C-based database decoder that provides significantly faster lookups" |
| 902 | }, |
| 903 | "time": "2021-10-18T15:23:10+00:00", |
| 904 | "type": "library", |
| 905 | "installation-source": "dist", |
| 906 | "autoload": { |
| 907 | "psr-4": { |
| 908 | "IAWP_SCOPED\\MaxMind\\Db\\": "src\/MaxMind\/Db" |
| 909 | } |
| 910 | }, |
| 911 | "notification-url": "https:\/\/packagist.org\/downloads\/", |
| 912 | "license": [ |
| 913 | "Apache-2.0" |
| 914 | ], |
| 915 | "authors": [ |
| 916 | { |
| 917 | "name": "Gregory J. Oschwald", |
| 918 | "email": "goschwald@maxmind.com", |
| 919 | "homepage": "https:\/\/www.maxmind.com\/" |
| 920 | } |
| 921 | ], |
| 922 | "description": "MaxMind DB Reader API", |
| 923 | "homepage": "https:\/\/github.com\/maxmind\/MaxMind-DB-Reader-php", |
| 924 | "keywords": [ |
| 925 | "database", |
| 926 | "geoip", |
| 927 | "geoip2", |
| 928 | "geolocation", |
| 929 | "maxmind" |
| 930 | ], |
| 931 | "support": { |
| 932 | "issues": "https:\/\/github.com\/maxmind\/MaxMind-DB-Reader-php\/issues", |
| 933 | "source": "https:\/\/github.com\/maxmind\/MaxMind-DB-Reader-php\/tree\/v1.11.0" |
| 934 | }, |
| 935 | "install-path": "..\/maxmind-db\/reader" |
| 936 | }, |
| 937 | { |
| 938 | "name": "nesbot\/carbon", |
| 939 | "version": "2.66.0", |
| 940 | "version_normalized": "2.66.0.0", |
| 941 | "source": { |
| 942 | "type": "git", |
| 943 | "url": "https:\/\/github.com\/briannesbitt\/Carbon.git", |
| 944 | "reference": "496712849902241f04902033b0441b269effe001" |
| 945 | }, |
| 946 | "dist": { |
| 947 | "type": "zip", |
| 948 | "url": "https:\/\/api.github.com\/repos\/briannesbitt\/Carbon\/zipball\/496712849902241f04902033b0441b269effe001", |
| 949 | "reference": "496712849902241f04902033b0441b269effe001", |
| 950 | "shasum": "" |
| 951 | }, |
| 952 | "require": { |
| 953 | "ext-json": "*", |
| 954 | "php": "^7.1.8 || ^8.0", |
| 955 | "symfony\/polyfill-mbstring": "^1.0", |
| 956 | "symfony\/polyfill-php80": "^1.16", |
| 957 | "symfony\/translation": "^3.4 || ^4.0 || ^5.0 || ^6.0" |
| 958 | }, |
| 959 | "require-dev": { |
| 960 | "doctrine\/dbal": "^2.0 || ^3.1.4", |
| 961 | "doctrine\/orm": "^2.7", |
| 962 | "friendsofphp\/php-cs-fixer": "^3.0", |
| 963 | "kylekatarnls\/multi-tester": "^2.0", |
| 964 | "ondrejmirtes\/better-reflection": "*", |
| 965 | "phpmd\/phpmd": "^2.9", |
| 966 | "phpstan\/extension-installer": "^1.0", |
| 967 | "phpstan\/phpstan": "^0.12.99 || ^1.7.14", |
| 968 | "phpunit\/php-file-iterator": "^2.0.5 || ^3.0.6", |
| 969 | "phpunit\/phpunit": "^7.5.20 || ^8.5.26 || ^9.5.20", |
| 970 | "squizlabs\/php_codesniffer": "^3.4" |
| 971 | }, |
| 972 | "time": "2023-01-29T18:53:47+00:00", |
| 973 | "bin": [ |
| 974 | "bin\/carbon" |
| 975 | ], |
| 976 | "type": "library", |
| 977 | "extra": { |
| 978 | "branch-alias": { |
| 979 | "dev-3.x": "3.x-dev", |
| 980 | "dev-master": "2.x-dev" |
| 981 | }, |
| 982 | "laravel": { |
| 983 | "providers": [ |
| 984 | "IAWP_SCOPED\\Carbon\\Laravel\\ServiceProvider" |
| 985 | ] |
| 986 | }, |
| 987 | "phpstan": { |
| 988 | "includes": [ |
| 989 | "extension.neon" |
| 990 | ] |
| 991 | } |
| 992 | }, |
| 993 | "installation-source": "dist", |
| 994 | "autoload": { |
| 995 | "psr-4": { |
| 996 | "IAWP_SCOPED\\Carbon\\": "src\/Carbon\/" |
| 997 | } |
| 998 | }, |
| 999 | "notification-url": "https:\/\/packagist.org\/downloads\/", |
| 1000 | "license": [ |
| 1001 | "MIT" |
| 1002 | ], |
| 1003 | "authors": [ |
| 1004 | { |
| 1005 | "name": "Brian Nesbitt", |
| 1006 | "email": "brian@nesbot.com", |
| 1007 | "homepage": "https:\/\/markido.com" |
| 1008 | }, |
| 1009 | { |
| 1010 | "name": "kylekatarnls", |
| 1011 | "homepage": "https:\/\/github.com\/kylekatarnls" |
| 1012 | } |
| 1013 | ], |
| 1014 | "description": "An API extension for DateTime that supports 281 different languages.", |
| 1015 | "homepage": "https:\/\/carbon.nesbot.com", |
| 1016 | "keywords": [ |
| 1017 | "date", |
| 1018 | "datetime", |
| 1019 | "time" |
| 1020 | ], |
| 1021 | "support": { |
| 1022 | "docs": "https:\/\/carbon.nesbot.com\/docs", |
| 1023 | "issues": "https:\/\/github.com\/briannesbitt\/Carbon\/issues", |
| 1024 | "source": "https:\/\/github.com\/briannesbitt\/Carbon" |
| 1025 | }, |
| 1026 | "funding": [ |
| 1027 | { |
| 1028 | "url": "https:\/\/github.com\/sponsors\/kylekatarnls", |
| 1029 | "type": "github" |
| 1030 | }, |
| 1031 | { |
| 1032 | "url": "https:\/\/opencollective.com\/Carbon#sponsor", |
| 1033 | "type": "opencollective" |
| 1034 | }, |
| 1035 | { |
| 1036 | "url": "https:\/\/tidelift.com\/subscription\/pkg\/packagist-nesbot-carbon?utm_source=packagist-nesbot-carbon&utm_medium=referral&utm_campaign=readme", |
| 1037 | "type": "tidelift" |
| 1038 | } |
| 1039 | ], |
| 1040 | "install-path": "..\/nesbot\/carbon" |
| 1041 | }, |
| 1042 | { |
| 1043 | "name": "phenx\/php-font-lib", |
| 1044 | "version": "0.5.4", |
| 1045 | "version_normalized": "0.5.4.0", |
| 1046 | "source": { |
| 1047 | "type": "git", |
| 1048 | "url": "https:\/\/github.com\/dompdf\/php-font-lib.git", |
| 1049 | "reference": "dd448ad1ce34c63d09baccd05415e361300c35b4" |
| 1050 | }, |
| 1051 | "dist": { |
| 1052 | "type": "zip", |
| 1053 | "url": "https:\/\/api.github.com\/repos\/dompdf\/php-font-lib\/zipball\/dd448ad1ce34c63d09baccd05415e361300c35b4", |
| 1054 | "reference": "dd448ad1ce34c63d09baccd05415e361300c35b4", |
| 1055 | "shasum": "" |
| 1056 | }, |
| 1057 | "require": { |
| 1058 | "ext-mbstring": "*" |
| 1059 | }, |
| 1060 | "require-dev": { |
| 1061 | "symfony\/phpunit-bridge": "^3 || ^4 || ^5" |
| 1062 | }, |
| 1063 | "time": "2021-12-17T19:44:54+00:00", |
| 1064 | "type": "library", |
| 1065 | "installation-source": "dist", |
| 1066 | "autoload": { |
| 1067 | "psr-4": { |
| 1068 | "IAWP_SCOPED\\FontLib\\": "src\/FontLib" |
| 1069 | } |
| 1070 | }, |
| 1071 | "notification-url": "https:\/\/packagist.org\/downloads\/", |
| 1072 | "license": [ |
| 1073 | "LGPL-3.0" |
| 1074 | ], |
| 1075 | "authors": [ |
| 1076 | { |
| 1077 | "name": "Fabien M\u00e9nager", |
| 1078 | "email": "fabien.menager@gmail.com" |
| 1079 | } |
| 1080 | ], |
| 1081 | "description": "A library to read, parse, export and make subsets of different types of font files.", |
| 1082 | "homepage": "https:\/\/github.com\/PhenX\/php-font-lib", |
| 1083 | "support": { |
| 1084 | "issues": "https:\/\/github.com\/dompdf\/php-font-lib\/issues", |
| 1085 | "source": "https:\/\/github.com\/dompdf\/php-font-lib\/tree\/0.5.4" |
| 1086 | }, |
| 1087 | "install-path": "..\/phenx\/php-font-lib" |
| 1088 | }, |
| 1089 | { |
| 1090 | "name": "phenx\/php-svg-lib", |
| 1091 | "version": "0.5.0", |
| 1092 | "version_normalized": "0.5.0.0", |
| 1093 | "source": { |
| 1094 | "type": "git", |
| 1095 | "url": "https:\/\/github.com\/dompdf\/php-svg-lib.git", |
| 1096 | "reference": "76876c6cf3080bcb6f249d7d59705108166a6685" |
| 1097 | }, |
| 1098 | "dist": { |
| 1099 | "type": "zip", |
| 1100 | "url": "https:\/\/api.github.com\/repos\/dompdf\/php-svg-lib\/zipball\/76876c6cf3080bcb6f249d7d59705108166a6685", |
| 1101 | "reference": "76876c6cf3080bcb6f249d7d59705108166a6685", |
| 1102 | "shasum": "" |
| 1103 | }, |
| 1104 | "require": { |
| 1105 | "ext-mbstring": "*", |
| 1106 | "php": "^7.1 || ^8.0", |
| 1107 | "sabberworm\/php-css-parser": "^8.4" |
| 1108 | }, |
| 1109 | "require-dev": { |
| 1110 | "phpunit\/phpunit": "^7.5 || ^8.5 || ^9.5" |
| 1111 | }, |
| 1112 | "time": "2022-09-06T12:16:56+00:00", |
| 1113 | "type": "library", |
| 1114 | "installation-source": "dist", |
| 1115 | "autoload": { |
| 1116 | "psr-4": { |
| 1117 | "IAWP_SCOPED\\Svg\\": "src\/Svg" |
| 1118 | } |
| 1119 | }, |
| 1120 | "notification-url": "https:\/\/packagist.org\/downloads\/", |
| 1121 | "license": [ |
| 1122 | "LGPL-3.0" |
| 1123 | ], |
| 1124 | "authors": [ |
| 1125 | { |
| 1126 | "name": "Fabien M\u00e9nager", |
| 1127 | "email": "fabien.menager@gmail.com" |
| 1128 | } |
| 1129 | ], |
| 1130 | "description": "A library to read, parse and export to PDF SVG files.", |
| 1131 | "homepage": "https:\/\/github.com\/PhenX\/php-svg-lib", |
| 1132 | "support": { |
| 1133 | "issues": "https:\/\/github.com\/dompdf\/php-svg-lib\/issues", |
| 1134 | "source": "https:\/\/github.com\/dompdf\/php-svg-lib\/tree\/0.5.0" |
| 1135 | }, |
| 1136 | "install-path": "..\/phenx\/php-svg-lib" |
| 1137 | }, |
| 1138 | { |
| 1139 | "name": "psr\/container", |
| 1140 | "version": "1.1.1", |
| 1141 | "version_normalized": "1.1.1.0", |
| 1142 | "source": { |
| 1143 | "type": "git", |
| 1144 | "url": "https:\/\/github.com\/php-fig\/container.git", |
| 1145 | "reference": "8622567409010282b7aeebe4bb841fe98b58dcaf" |
| 1146 | }, |
| 1147 | "dist": { |
| 1148 | "type": "zip", |
| 1149 | "url": "https:\/\/api.github.com\/repos\/php-fig\/container\/zipball\/8622567409010282b7aeebe4bb841fe98b58dcaf", |
| 1150 | "reference": "8622567409010282b7aeebe4bb841fe98b58dcaf", |
| 1151 | "shasum": "" |
| 1152 | }, |
| 1153 | "require": { |
| 1154 | "php": ">=7.2.0" |
| 1155 | }, |
| 1156 | "time": "2021-03-05T17:36:06+00:00", |
| 1157 | "type": "library", |
| 1158 | "installation-source": "dist", |
| 1159 | "autoload": { |
| 1160 | "psr-4": { |
| 1161 | "IAWP_SCOPED\\Psr\\Container\\": "src\/" |
| 1162 | } |
| 1163 | }, |
| 1164 | "notification-url": "https:\/\/packagist.org\/downloads\/", |
| 1165 | "license": [ |
| 1166 | "MIT" |
| 1167 | ], |
| 1168 | "authors": [ |
| 1169 | { |
| 1170 | "name": "PHP-FIG", |
| 1171 | "homepage": "https:\/\/www.php-fig.org\/" |
| 1172 | } |
| 1173 | ], |
| 1174 | "description": "Common Container Interface (PHP FIG PSR-11)", |
| 1175 | "homepage": "https:\/\/github.com\/php-fig\/container", |
| 1176 | "keywords": [ |
| 1177 | "PSR-11", |
| 1178 | "container", |
| 1179 | "container-interface", |
| 1180 | "container-interop", |
| 1181 | "psr" |
| 1182 | ], |
| 1183 | "support": { |
| 1184 | "issues": "https:\/\/github.com\/php-fig\/container\/issues", |
| 1185 | "source": "https:\/\/github.com\/php-fig\/container\/tree\/1.1.1" |
| 1186 | }, |
| 1187 | "install-path": "..\/psr\/container" |
| 1188 | }, |
| 1189 | { |
| 1190 | "name": "psr\/http-message", |
| 1191 | "version": "1.1", |
| 1192 | "version_normalized": "1.1.0.0", |
| 1193 | "source": { |
| 1194 | "type": "git", |
| 1195 | "url": "https:\/\/github.com\/php-fig\/http-message.git", |
| 1196 | "reference": "cb6ce4845ce34a8ad9e68117c10ee90a29919eba" |
| 1197 | }, |
| 1198 | "dist": { |
| 1199 | "type": "zip", |
| 1200 | "url": "https:\/\/api.github.com\/repos\/php-fig\/http-message\/zipball\/cb6ce4845ce34a8ad9e68117c10ee90a29919eba", |
| 1201 | "reference": "cb6ce4845ce34a8ad9e68117c10ee90a29919eba", |
| 1202 | "shasum": "" |
| 1203 | }, |
| 1204 | "require": { |
| 1205 | "php": "^7.2 || ^8.0" |
| 1206 | }, |
| 1207 | "time": "2023-04-04T09:50:52+00:00", |
| 1208 | "type": "library", |
| 1209 | "extra": { |
| 1210 | "branch-alias": { |
| 1211 | "dev-master": "1.1.x-dev" |
| 1212 | } |
| 1213 | }, |
| 1214 | "installation-source": "dist", |
| 1215 | "autoload": { |
| 1216 | "psr-4": { |
| 1217 | "IAWP_SCOPED\\Psr\\Http\\Message\\": "src\/" |
| 1218 | } |
| 1219 | }, |
| 1220 | "notification-url": "https:\/\/packagist.org\/downloads\/", |
| 1221 | "license": [ |
| 1222 | "MIT" |
| 1223 | ], |
| 1224 | "authors": [ |
| 1225 | { |
| 1226 | "name": "PHP-FIG", |
| 1227 | "homepage": "http:\/\/www.php-fig.org\/" |
| 1228 | } |
| 1229 | ], |
| 1230 | "description": "Common interface for HTTP messages", |
| 1231 | "homepage": "https:\/\/github.com\/php-fig\/http-message", |
| 1232 | "keywords": [ |
| 1233 | "http", |
| 1234 | "http-message", |
| 1235 | "psr", |
| 1236 | "psr-7", |
| 1237 | "request", |
| 1238 | "response" |
| 1239 | ], |
| 1240 | "support": { |
| 1241 | "source": "https:\/\/github.com\/php-fig\/http-message\/tree\/1.1" |
| 1242 | }, |
| 1243 | "install-path": "..\/psr\/http-message" |
| 1244 | }, |
| 1245 | { |
| 1246 | "name": "psr\/simple-cache", |
| 1247 | "version": "1.0.1", |
| 1248 | "version_normalized": "1.0.1.0", |
| 1249 | "source": { |
| 1250 | "type": "git", |
| 1251 | "url": "https:\/\/github.com\/php-fig\/simple-cache.git", |
| 1252 | "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b" |
| 1253 | }, |
| 1254 | "dist": { |
| 1255 | "type": "zip", |
| 1256 | "url": "https:\/\/api.github.com\/repos\/php-fig\/simple-cache\/zipball\/408d5eafb83c57f6365a3ca330ff23aa4a5fa39b", |
| 1257 | "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b", |
| 1258 | "shasum": "" |
| 1259 | }, |
| 1260 | "require": { |
| 1261 | "php": ">=5.3.0" |
| 1262 | }, |
| 1263 | "time": "2017-10-23T01:57:42+00:00", |
| 1264 | "type": "library", |
| 1265 | "extra": { |
| 1266 | "branch-alias": { |
| 1267 | "dev-master": "1.0.x-dev" |
| 1268 | } |
| 1269 | }, |
| 1270 | "installation-source": "dist", |
| 1271 | "autoload": { |
| 1272 | "psr-4": { |
| 1273 | "IAWP_SCOPED\\Psr\\SimpleCache\\": "src\/" |
| 1274 | } |
| 1275 | }, |
| 1276 | "notification-url": "https:\/\/packagist.org\/downloads\/", |
| 1277 | "license": [ |
| 1278 | "MIT" |
| 1279 | ], |
| 1280 | "authors": [ |
| 1281 | { |
| 1282 | "name": "PHP-FIG", |
| 1283 | "homepage": "http:\/\/www.php-fig.org\/" |
| 1284 | } |
| 1285 | ], |
| 1286 | "description": "Common interfaces for simple caching", |
| 1287 | "keywords": [ |
| 1288 | "cache", |
| 1289 | "caching", |
| 1290 | "psr", |
| 1291 | "psr-16", |
| 1292 | "simple-cache" |
| 1293 | ], |
| 1294 | "support": { |
| 1295 | "source": "https:\/\/github.com\/php-fig\/simple-cache\/tree\/master" |
| 1296 | }, |
| 1297 | "install-path": "..\/psr\/simple-cache" |
| 1298 | }, |
| 1299 | { |
| 1300 | "name": "sabberworm\/php-css-parser", |
| 1301 | "version": "8.4.0", |
| 1302 | "version_normalized": "8.4.0.0", |
| 1303 | "source": { |
| 1304 | "type": "git", |
| 1305 | "url": "https:\/\/github.com\/sabberworm\/PHP-CSS-Parser.git", |
| 1306 | "reference": "e41d2140031d533348b2192a83f02d8dd8a71d30" |
| 1307 | }, |
| 1308 | "dist": { |
| 1309 | "type": "zip", |
| 1310 | "url": "https:\/\/api.github.com\/repos\/sabberworm\/PHP-CSS-Parser\/zipball\/e41d2140031d533348b2192a83f02d8dd8a71d30", |
| 1311 | "reference": "e41d2140031d533348b2192a83f02d8dd8a71d30", |
| 1312 | "shasum": "" |
| 1313 | }, |
| 1314 | "require": { |
| 1315 | "ext-iconv": "*", |
| 1316 | "php": ">=5.6.20" |
| 1317 | }, |
| 1318 | "require-dev": { |
| 1319 | "codacy\/coverage": "^1.4", |
| 1320 | "phpunit\/phpunit": "^4.8.36" |
| 1321 | }, |
| 1322 | "suggest": { |
| 1323 | "ext-mbstring": "for parsing UTF-8 CSS" |
| 1324 | }, |
| 1325 | "time": "2021-12-11T13:40:54+00:00", |
| 1326 | "type": "library", |
| 1327 | "installation-source": "dist", |
| 1328 | "autoload": { |
| 1329 | "psr-4": { |
| 1330 | "IAWP_SCOPED\\Sabberworm\\CSS\\": "src\/" |
| 1331 | } |
| 1332 | }, |
| 1333 | "notification-url": "https:\/\/packagist.org\/downloads\/", |
| 1334 | "license": [ |
| 1335 | "MIT" |
| 1336 | ], |
| 1337 | "authors": [ |
| 1338 | { |
| 1339 | "name": "Raphael Schweikert" |
| 1340 | } |
| 1341 | ], |
| 1342 | "description": "Parser for CSS Files written in PHP", |
| 1343 | "homepage": "https:\/\/www.sabberworm.com\/blog\/2010\/6\/10\/php-css-parser", |
| 1344 | "keywords": [ |
| 1345 | "css", |
| 1346 | "parser", |
| 1347 | "stylesheet" |
| 1348 | ], |
| 1349 | "support": { |
| 1350 | "issues": "https:\/\/github.com\/sabberworm\/PHP-CSS-Parser\/issues", |
| 1351 | "source": "https:\/\/github.com\/sabberworm\/PHP-CSS-Parser\/tree\/8.4.0" |
| 1352 | }, |
| 1353 | "install-path": "..\/sabberworm\/php-css-parser" |
| 1354 | }, |
| 1355 | { |
| 1356 | "name": "symfony\/console", |
| 1357 | "version": "v5.4.23", |
| 1358 | "version_normalized": "5.4.23.0", |
| 1359 | "source": { |
| 1360 | "type": "git", |
| 1361 | "url": "https:\/\/github.com\/symfony\/console.git", |
| 1362 | "reference": "90f21e27d0d88ce38720556dd164d4a1e4c3934c" |
| 1363 | }, |
| 1364 | "dist": { |
| 1365 | "type": "zip", |
| 1366 | "url": "https:\/\/api.github.com\/repos\/symfony\/console\/zipball\/90f21e27d0d88ce38720556dd164d4a1e4c3934c", |
| 1367 | "reference": "90f21e27d0d88ce38720556dd164d4a1e4c3934c", |
| 1368 | "shasum": "" |
| 1369 | }, |
| 1370 | "require": { |
| 1371 | "php": ">=7.2.5", |
| 1372 | "symfony\/deprecation-contracts": "^2.1|^3", |
| 1373 | "symfony\/polyfill-mbstring": "~1.0", |
| 1374 | "symfony\/polyfill-php73": "^1.9", |
| 1375 | "symfony\/polyfill-php80": "^1.16", |
| 1376 | "symfony\/service-contracts": "^1.1|^2|^3", |
| 1377 | "symfony\/string": "^5.1|^6.0" |
| 1378 | }, |
| 1379 | "conflict": { |
| 1380 | "psr\/log": ">=3", |
| 1381 | "symfony\/dependency-injection": "<4.4", |
| 1382 | "symfony\/dotenv": "<5.1", |
| 1383 | "symfony\/event-dispatcher": "<4.4", |
| 1384 | "symfony\/lock": "<4.4", |
| 1385 | "symfony\/process": "<4.4" |
| 1386 | }, |
| 1387 | "provide": { |
| 1388 | "psr\/log-implementation": "1.0|2.0" |
| 1389 | }, |
| 1390 | "require-dev": { |
| 1391 | "psr\/log": "^1|^2", |
| 1392 | "symfony\/config": "^4.4|^5.0|^6.0", |
| 1393 | "symfony\/dependency-injection": "^4.4|^5.0|^6.0", |
| 1394 | "symfony\/event-dispatcher": "^4.4|^5.0|^6.0", |
| 1395 | "symfony\/lock": "^4.4|^5.0|^6.0", |
| 1396 | "symfony\/process": "^4.4|^5.0|^6.0", |
| 1397 | "symfony\/var-dumper": "^4.4|^5.0|^6.0" |
| 1398 | }, |
| 1399 | "suggest": { |
| 1400 | "psr\/log": "For using the console logger", |
| 1401 | "symfony\/event-dispatcher": "", |
| 1402 | "symfony\/lock": "", |
| 1403 | "symfony\/process": "" |
| 1404 | }, |
| 1405 | "time": "2023-04-24T18:47:29+00:00", |
| 1406 | "type": "library", |
| 1407 | "installation-source": "dist", |
| 1408 | "autoload": { |
| 1409 | "psr-4": { |
| 1410 | "IAWP_SCOPED\\Symfony\\Component\\Console\\": "" |
| 1411 | }, |
| 1412 | "exclude-from-classmap": [ |
| 1413 | "\/Tests\/" |
| 1414 | ] |
| 1415 | }, |
| 1416 | "notification-url": "https:\/\/packagist.org\/downloads\/", |
| 1417 | "license": [ |
| 1418 | "MIT" |
| 1419 | ], |
| 1420 | "authors": [ |
| 1421 | { |
| 1422 | "name": "Fabien Potencier", |
| 1423 | "email": "fabien@symfony.com" |
| 1424 | }, |
| 1425 | { |
| 1426 | "name": "Symfony Community", |
| 1427 | "homepage": "https:\/\/symfony.com\/contributors" |
| 1428 | } |
| 1429 | ], |
| 1430 | "description": "Eases the creation of beautiful and testable command line interfaces", |
| 1431 | "homepage": "https:\/\/symfony.com", |
| 1432 | "keywords": [ |
| 1433 | "cli", |
| 1434 | "command-line", |
| 1435 | "console", |
| 1436 | "terminal" |
| 1437 | ], |
| 1438 | "support": { |
| 1439 | "source": "https:\/\/github.com\/symfony\/console\/tree\/v5.4.23" |
| 1440 | }, |
| 1441 | "funding": [ |
| 1442 | { |
| 1443 | "url": "https:\/\/symfony.com\/sponsor", |
| 1444 | "type": "custom" |
| 1445 | }, |
| 1446 | { |
| 1447 | "url": "https:\/\/github.com\/fabpot", |
| 1448 | "type": "github" |
| 1449 | }, |
| 1450 | { |
| 1451 | "url": "https:\/\/tidelift.com\/funding\/github\/packagist\/symfony\/symfony", |
| 1452 | "type": "tidelift" |
| 1453 | } |
| 1454 | ], |
| 1455 | "install-path": "..\/symfony\/console" |
| 1456 | }, |
| 1457 | { |
| 1458 | "name": "symfony\/deprecation-contracts", |
| 1459 | "version": "v2.5.2", |
| 1460 | "version_normalized": "2.5.2.0", |
| 1461 | "source": { |
| 1462 | "type": "git", |
| 1463 | "url": "https:\/\/github.com\/symfony\/deprecation-contracts.git", |
| 1464 | "reference": "e8b495ea28c1d97b5e0c121748d6f9b53d075c66" |
| 1465 | }, |
| 1466 | "dist": { |
| 1467 | "type": "zip", |
| 1468 | "url": "https:\/\/api.github.com\/repos\/symfony\/deprecation-contracts\/zipball\/e8b495ea28c1d97b5e0c121748d6f9b53d075c66", |
| 1469 | "reference": "e8b495ea28c1d97b5e0c121748d6f9b53d075c66", |
| 1470 | "shasum": "" |
| 1471 | }, |
| 1472 | "require": { |
| 1473 | "php": ">=7.1" |
| 1474 | }, |
| 1475 | "time": "2022-01-02T09:53:40+00:00", |
| 1476 | "type": "library", |
| 1477 | "extra": { |
| 1478 | "branch-alias": { |
| 1479 | "dev-main": "2.5-dev" |
| 1480 | }, |
| 1481 | "thanks": { |
| 1482 | "name": "symfony\/contracts", |
| 1483 | "url": "https:\/\/github.com\/symfony\/contracts" |
| 1484 | } |
| 1485 | }, |
| 1486 | "installation-source": "dist", |
| 1487 | "autoload": { |
| 1488 | "files": [ |
| 1489 | "function.php" |
| 1490 | ] |
| 1491 | }, |
| 1492 | "notification-url": "https:\/\/packagist.org\/downloads\/", |
| 1493 | "license": [ |
| 1494 | "MIT" |
| 1495 | ], |
| 1496 | "authors": [ |
| 1497 | { |
| 1498 | "name": "Nicolas Grekas", |
| 1499 | "email": "p@tchwork.com" |
| 1500 | }, |
| 1501 | { |
| 1502 | "name": "Symfony Community", |
| 1503 | "homepage": "https:\/\/symfony.com\/contributors" |
| 1504 | } |
| 1505 | ], |
| 1506 | "description": "A generic function and convention to trigger deprecation notices", |
| 1507 | "homepage": "https:\/\/symfony.com", |
| 1508 | "support": { |
| 1509 | "source": "https:\/\/github.com\/symfony\/deprecation-contracts\/tree\/v2.5.2" |
| 1510 | }, |
| 1511 | "funding": [ |
| 1512 | { |
| 1513 | "url": "https:\/\/symfony.com\/sponsor", |
| 1514 | "type": "custom" |
| 1515 | }, |
| 1516 | { |
| 1517 | "url": "https:\/\/github.com\/fabpot", |
| 1518 | "type": "github" |
| 1519 | }, |
| 1520 | { |
| 1521 | "url": "https:\/\/tidelift.com\/funding\/github\/packagist\/symfony\/symfony", |
| 1522 | "type": "tidelift" |
| 1523 | } |
| 1524 | ], |
| 1525 | "install-path": "..\/symfony\/deprecation-contracts" |
| 1526 | }, |
| 1527 | { |
| 1528 | "name": "symfony\/polyfill-ctype", |
| 1529 | "version": "v1.27.0", |
| 1530 | "version_normalized": "1.27.0.0", |
| 1531 | "source": { |
| 1532 | "type": "git", |
| 1533 | "url": "https:\/\/github.com\/symfony\/polyfill-ctype.git", |
| 1534 | "reference": "5bbc823adecdae860bb64756d639ecfec17b050a" |
| 1535 | }, |
| 1536 | "dist": { |
| 1537 | "type": "zip", |
| 1538 | "url": "https:\/\/api.github.com\/repos\/symfony\/polyfill-ctype\/zipball\/5bbc823adecdae860bb64756d639ecfec17b050a", |
| 1539 | "reference": "5bbc823adecdae860bb64756d639ecfec17b050a", |
| 1540 | "shasum": "" |
| 1541 | }, |
| 1542 | "require": { |
| 1543 | "php": ">=7.1" |
| 1544 | }, |
| 1545 | "provide": { |
| 1546 | "ext-ctype": "*" |
| 1547 | }, |
| 1548 | "suggest": { |
| 1549 | "ext-ctype": "For best performance" |
| 1550 | }, |
| 1551 | "time": "2022-11-03T14:55:06+00:00", |
| 1552 | "type": "library", |
| 1553 | "extra": { |
| 1554 | "branch-alias": { |
| 1555 | "dev-main": "1.27-dev" |
| 1556 | }, |
| 1557 | "thanks": { |
| 1558 | "name": "symfony\/polyfill", |
| 1559 | "url": "https:\/\/github.com\/symfony\/polyfill" |
| 1560 | } |
| 1561 | }, |
| 1562 | "installation-source": "dist", |
| 1563 | "autoload": { |
| 1564 | "files": [ |
| 1565 | "bootstrap.php" |
| 1566 | ], |
| 1567 | "psr-4": { |
| 1568 | "Symfony\\Polyfill\\Ctype\\": "" |
| 1569 | } |
| 1570 | }, |
| 1571 | "notification-url": "https:\/\/packagist.org\/downloads\/", |
| 1572 | "license": [ |
| 1573 | "MIT" |
| 1574 | ], |
| 1575 | "authors": [ |
| 1576 | { |
| 1577 | "name": "Gert de Pagter", |
| 1578 | "email": "BackEndTea@gmail.com" |
| 1579 | }, |
| 1580 | { |
| 1581 | "name": "Symfony Community", |
| 1582 | "homepage": "https:\/\/symfony.com\/contributors" |
| 1583 | } |
| 1584 | ], |
| 1585 | "description": "Symfony polyfill for ctype functions", |
| 1586 | "homepage": "https:\/\/symfony.com", |
| 1587 | "keywords": [ |
| 1588 | "compatibility", |
| 1589 | "ctype", |
| 1590 | "polyfill", |
| 1591 | "portable" |
| 1592 | ], |
| 1593 | "support": { |
| 1594 | "source": "https:\/\/github.com\/symfony\/polyfill-ctype\/tree\/v1.27.0" |
| 1595 | }, |
| 1596 | "funding": [ |
| 1597 | { |
| 1598 | "url": "https:\/\/symfony.com\/sponsor", |
| 1599 | "type": "custom" |
| 1600 | }, |
| 1601 | { |
| 1602 | "url": "https:\/\/github.com\/fabpot", |
| 1603 | "type": "github" |
| 1604 | }, |
| 1605 | { |
| 1606 | "url": "https:\/\/tidelift.com\/funding\/github\/packagist\/symfony\/symfony", |
| 1607 | "type": "tidelift" |
| 1608 | } |
| 1609 | ], |
| 1610 | "install-path": "..\/symfony\/polyfill-ctype" |
| 1611 | }, |
| 1612 | { |
| 1613 | "name": "symfony\/polyfill-intl-grapheme", |
| 1614 | "version": "v1.27.0", |
| 1615 | "version_normalized": "1.27.0.0", |
| 1616 | "source": { |
| 1617 | "type": "git", |
| 1618 | "url": "https:\/\/github.com\/symfony\/polyfill-intl-grapheme.git", |
| 1619 | "reference": "511a08c03c1960e08a883f4cffcacd219b758354" |
| 1620 | }, |
| 1621 | "dist": { |
| 1622 | "type": "zip", |
| 1623 | "url": "https:\/\/api.github.com\/repos\/symfony\/polyfill-intl-grapheme\/zipball\/511a08c03c1960e08a883f4cffcacd219b758354", |
| 1624 | "reference": "511a08c03c1960e08a883f4cffcacd219b758354", |
| 1625 | "shasum": "" |
| 1626 | }, |
| 1627 | "require": { |
| 1628 | "php": ">=7.1" |
| 1629 | }, |
| 1630 | "suggest": { |
| 1631 | "ext-intl": "For best performance" |
| 1632 | }, |
| 1633 | "time": "2022-11-03T14:55:06+00:00", |
| 1634 | "type": "library", |
| 1635 | "extra": { |
| 1636 | "branch-alias": { |
| 1637 | "dev-main": "1.27-dev" |
| 1638 | }, |
| 1639 | "thanks": { |
| 1640 | "name": "symfony\/polyfill", |
| 1641 | "url": "https:\/\/github.com\/symfony\/polyfill" |
| 1642 | } |
| 1643 | }, |
| 1644 | "installation-source": "dist", |
| 1645 | "autoload": { |
| 1646 | "files": [ |
| 1647 | "bootstrap.php" |
| 1648 | ], |
| 1649 | "psr-4": { |
| 1650 | "Symfony\\Polyfill\\Intl\\Grapheme\\": "" |
| 1651 | } |
| 1652 | }, |
| 1653 | "notification-url": "https:\/\/packagist.org\/downloads\/", |
| 1654 | "license": [ |
| 1655 | "MIT" |
| 1656 | ], |
| 1657 | "authors": [ |
| 1658 | { |
| 1659 | "name": "Nicolas Grekas", |
| 1660 | "email": "p@tchwork.com" |
| 1661 | }, |
| 1662 | { |
| 1663 | "name": "Symfony Community", |
| 1664 | "homepage": "https:\/\/symfony.com\/contributors" |
| 1665 | } |
| 1666 | ], |
| 1667 | "description": "Symfony polyfill for intl's grapheme_* functions", |
| 1668 | "homepage": "https:\/\/symfony.com", |
| 1669 | "keywords": [ |
| 1670 | "compatibility", |
| 1671 | "grapheme", |
| 1672 | "intl", |
| 1673 | "polyfill", |
| 1674 | "portable", |
| 1675 | "shim" |
| 1676 | ], |
| 1677 | "support": { |
| 1678 | "source": "https:\/\/github.com\/symfony\/polyfill-intl-grapheme\/tree\/v1.27.0" |
| 1679 | }, |
| 1680 | "funding": [ |
| 1681 | { |
| 1682 | "url": "https:\/\/symfony.com\/sponsor", |
| 1683 | "type": "custom" |
| 1684 | }, |
| 1685 | { |
| 1686 | "url": "https:\/\/github.com\/fabpot", |
| 1687 | "type": "github" |
| 1688 | }, |
| 1689 | { |
| 1690 | "url": "https:\/\/tidelift.com\/funding\/github\/packagist\/symfony\/symfony", |
| 1691 | "type": "tidelift" |
| 1692 | } |
| 1693 | ], |
| 1694 | "install-path": "..\/symfony\/polyfill-intl-grapheme" |
| 1695 | }, |
| 1696 | { |
| 1697 | "name": "symfony\/polyfill-intl-normalizer", |
| 1698 | "version": "v1.27.0", |
| 1699 | "version_normalized": "1.27.0.0", |
| 1700 | "source": { |
| 1701 | "type": "git", |
| 1702 | "url": "https:\/\/github.com\/symfony\/polyfill-intl-normalizer.git", |
| 1703 | "reference": "19bd1e4fcd5b91116f14d8533c57831ed00571b6" |
| 1704 | }, |
| 1705 | "dist": { |
| 1706 | "type": "zip", |
| 1707 | "url": "https:\/\/api.github.com\/repos\/symfony\/polyfill-intl-normalizer\/zipball\/19bd1e4fcd5b91116f14d8533c57831ed00571b6", |
| 1708 | "reference": "19bd1e4fcd5b91116f14d8533c57831ed00571b6", |
| 1709 | "shasum": "" |
| 1710 | }, |
| 1711 | "require": { |
| 1712 | "php": ">=7.1" |
| 1713 | }, |
| 1714 | "suggest": { |
| 1715 | "ext-intl": "For best performance" |
| 1716 | }, |
| 1717 | "time": "2022-11-03T14:55:06+00:00", |
| 1718 | "type": "library", |
| 1719 | "extra": { |
| 1720 | "branch-alias": { |
| 1721 | "dev-main": "1.27-dev" |
| 1722 | }, |
| 1723 | "thanks": { |
| 1724 | "name": "symfony\/polyfill", |
| 1725 | "url": "https:\/\/github.com\/symfony\/polyfill" |
| 1726 | } |
| 1727 | }, |
| 1728 | "installation-source": "dist", |
| 1729 | "autoload": { |
| 1730 | "files": [ |
| 1731 | "bootstrap.php" |
| 1732 | ], |
| 1733 | "psr-4": { |
| 1734 | "Symfony\\Polyfill\\Intl\\Normalizer\\": "" |
| 1735 | }, |
| 1736 | "classmap": [ |
| 1737 | "Resources\/stubs" |
| 1738 | ] |
| 1739 | }, |
| 1740 | "notification-url": "https:\/\/packagist.org\/downloads\/", |
| 1741 | "license": [ |
| 1742 | "MIT" |
| 1743 | ], |
| 1744 | "authors": [ |
| 1745 | { |
| 1746 | "name": "Nicolas Grekas", |
| 1747 | "email": "p@tchwork.com" |
| 1748 | }, |
| 1749 | { |
| 1750 | "name": "Symfony Community", |
| 1751 | "homepage": "https:\/\/symfony.com\/contributors" |
| 1752 | } |
| 1753 | ], |
| 1754 | "description": "Symfony polyfill for intl's Normalizer class and related functions", |
| 1755 | "homepage": "https:\/\/symfony.com", |
| 1756 | "keywords": [ |
| 1757 | "compatibility", |
| 1758 | "intl", |
| 1759 | "normalizer", |
| 1760 | "polyfill", |
| 1761 | "portable", |
| 1762 | "shim" |
| 1763 | ], |
| 1764 | "support": { |
| 1765 | "source": "https:\/\/github.com\/symfony\/polyfill-intl-normalizer\/tree\/v1.27.0" |
| 1766 | }, |
| 1767 | "funding": [ |
| 1768 | { |
| 1769 | "url": "https:\/\/symfony.com\/sponsor", |
| 1770 | "type": "custom" |
| 1771 | }, |
| 1772 | { |
| 1773 | "url": "https:\/\/github.com\/fabpot", |
| 1774 | "type": "github" |
| 1775 | }, |
| 1776 | { |
| 1777 | "url": "https:\/\/tidelift.com\/funding\/github\/packagist\/symfony\/symfony", |
| 1778 | "type": "tidelift" |
| 1779 | } |
| 1780 | ], |
| 1781 | "install-path": "..\/symfony\/polyfill-intl-normalizer" |
| 1782 | }, |
| 1783 | { |
| 1784 | "name": "symfony\/polyfill-mbstring", |
| 1785 | "version": "v1.27.0", |
| 1786 | "version_normalized": "1.27.0.0", |
| 1787 | "source": { |
| 1788 | "type": "git", |
| 1789 | "url": "https:\/\/github.com\/symfony\/polyfill-mbstring.git", |
| 1790 | "reference": "8ad114f6b39e2c98a8b0e3bd907732c207c2b534" |
| 1791 | }, |
| 1792 | "dist": { |
| 1793 | "type": "zip", |
| 1794 | "url": "https:\/\/api.github.com\/repos\/symfony\/polyfill-mbstring\/zipball\/8ad114f6b39e2c98a8b0e3bd907732c207c2b534", |
| 1795 | "reference": "8ad114f6b39e2c98a8b0e3bd907732c207c2b534", |
| 1796 | "shasum": "" |
| 1797 | }, |
| 1798 | "require": { |
| 1799 | "php": ">=7.1" |
| 1800 | }, |
| 1801 | "provide": { |
| 1802 | "ext-mbstring": "*" |
| 1803 | }, |
| 1804 | "suggest": { |
| 1805 | "ext-mbstring": "For best performance" |
| 1806 | }, |
| 1807 | "time": "2022-11-03T14:55:06+00:00", |
| 1808 | "type": "library", |
| 1809 | "extra": { |
| 1810 | "branch-alias": { |
| 1811 | "dev-main": "1.27-dev" |
| 1812 | }, |
| 1813 | "thanks": { |
| 1814 | "name": "symfony\/polyfill", |
| 1815 | "url": "https:\/\/github.com\/symfony\/polyfill" |
| 1816 | } |
| 1817 | }, |
| 1818 | "installation-source": "dist", |
| 1819 | "autoload": { |
| 1820 | "files": [ |
| 1821 | "bootstrap.php" |
| 1822 | ], |
| 1823 | "psr-4": { |
| 1824 | "Symfony\\Polyfill\\Mbstring\\": "" |
| 1825 | } |
| 1826 | }, |
| 1827 | "notification-url": "https:\/\/packagist.org\/downloads\/", |
| 1828 | "license": [ |
| 1829 | "MIT" |
| 1830 | ], |
| 1831 | "authors": [ |
| 1832 | { |
| 1833 | "name": "Nicolas Grekas", |
| 1834 | "email": "p@tchwork.com" |
| 1835 | }, |
| 1836 | { |
| 1837 | "name": "Symfony Community", |
| 1838 | "homepage": "https:\/\/symfony.com\/contributors" |
| 1839 | } |
| 1840 | ], |
| 1841 | "description": "Symfony polyfill for the Mbstring extension", |
| 1842 | "homepage": "https:\/\/symfony.com", |
| 1843 | "keywords": [ |
| 1844 | "compatibility", |
| 1845 | "mbstring", |
| 1846 | "polyfill", |
| 1847 | "portable", |
| 1848 | "shim" |
| 1849 | ], |
| 1850 | "support": { |
| 1851 | "source": "https:\/\/github.com\/symfony\/polyfill-mbstring\/tree\/v1.27.0" |
| 1852 | }, |
| 1853 | "funding": [ |
| 1854 | { |
| 1855 | "url": "https:\/\/symfony.com\/sponsor", |
| 1856 | "type": "custom" |
| 1857 | }, |
| 1858 | { |
| 1859 | "url": "https:\/\/github.com\/fabpot", |
| 1860 | "type": "github" |
| 1861 | }, |
| 1862 | { |
| 1863 | "url": "https:\/\/tidelift.com\/funding\/github\/packagist\/symfony\/symfony", |
| 1864 | "type": "tidelift" |
| 1865 | } |
| 1866 | ], |
| 1867 | "install-path": "..\/symfony\/polyfill-mbstring" |
| 1868 | }, |
| 1869 | { |
| 1870 | "name": "symfony\/polyfill-php73", |
| 1871 | "version": "v1.27.0", |
| 1872 | "version_normalized": "1.27.0.0", |
| 1873 | "source": { |
| 1874 | "type": "git", |
| 1875 | "url": "https:\/\/github.com\/symfony\/polyfill-php73.git", |
| 1876 | "reference": "9e8ecb5f92152187c4799efd3c96b78ccab18ff9" |
| 1877 | }, |
| 1878 | "dist": { |
| 1879 | "type": "zip", |
| 1880 | "url": "https:\/\/api.github.com\/repos\/symfony\/polyfill-php73\/zipball\/9e8ecb5f92152187c4799efd3c96b78ccab18ff9", |
| 1881 | "reference": "9e8ecb5f92152187c4799efd3c96b78ccab18ff9", |
| 1882 | "shasum": "" |
| 1883 | }, |
| 1884 | "require": { |
| 1885 | "php": ">=7.1" |
| 1886 | }, |
| 1887 | "time": "2022-11-03T14:55:06+00:00", |
| 1888 | "type": "library", |
| 1889 | "extra": { |
| 1890 | "branch-alias": { |
| 1891 | "dev-main": "1.27-dev" |
| 1892 | }, |
| 1893 | "thanks": { |
| 1894 | "name": "symfony\/polyfill", |
| 1895 | "url": "https:\/\/github.com\/symfony\/polyfill" |
| 1896 | } |
| 1897 | }, |
| 1898 | "installation-source": "dist", |
| 1899 | "autoload": { |
| 1900 | "files": [ |
| 1901 | "bootstrap.php" |
| 1902 | ], |
| 1903 | "psr-4": { |
| 1904 | "Symfony\\Polyfill\\Php73\\": "" |
| 1905 | }, |
| 1906 | "classmap": [ |
| 1907 | "Resources\/stubs" |
| 1908 | ] |
| 1909 | }, |
| 1910 | "notification-url": "https:\/\/packagist.org\/downloads\/", |
| 1911 | "license": [ |
| 1912 | "MIT" |
| 1913 | ], |
| 1914 | "authors": [ |
| 1915 | { |
| 1916 | "name": "Nicolas Grekas", |
| 1917 | "email": "p@tchwork.com" |
| 1918 | }, |
| 1919 | { |
| 1920 | "name": "Symfony Community", |
| 1921 | "homepage": "https:\/\/symfony.com\/contributors" |
| 1922 | } |
| 1923 | ], |
| 1924 | "description": "Symfony polyfill backporting some PHP 7.3+ features to lower PHP versions", |
| 1925 | "homepage": "https:\/\/symfony.com", |
| 1926 | "keywords": [ |
| 1927 | "compatibility", |
| 1928 | "polyfill", |
| 1929 | "portable", |
| 1930 | "shim" |
| 1931 | ], |
| 1932 | "support": { |
| 1933 | "source": "https:\/\/github.com\/symfony\/polyfill-php73\/tree\/v1.27.0" |
| 1934 | }, |
| 1935 | "funding": [ |
| 1936 | { |
| 1937 | "url": "https:\/\/symfony.com\/sponsor", |
| 1938 | "type": "custom" |
| 1939 | }, |
| 1940 | { |
| 1941 | "url": "https:\/\/github.com\/fabpot", |
| 1942 | "type": "github" |
| 1943 | }, |
| 1944 | { |
| 1945 | "url": "https:\/\/tidelift.com\/funding\/github\/packagist\/symfony\/symfony", |
| 1946 | "type": "tidelift" |
| 1947 | } |
| 1948 | ], |
| 1949 | "install-path": "..\/symfony\/polyfill-php73" |
| 1950 | }, |
| 1951 | { |
| 1952 | "name": "symfony\/polyfill-php80", |
| 1953 | "version": "v1.27.0", |
| 1954 | "version_normalized": "1.27.0.0", |
| 1955 | "source": { |
| 1956 | "type": "git", |
| 1957 | "url": "https:\/\/github.com\/symfony\/polyfill-php80.git", |
| 1958 | "reference": "7a6ff3f1959bb01aefccb463a0f2cd3d3d2fd936" |
| 1959 | }, |
| 1960 | "dist": { |
| 1961 | "type": "zip", |
| 1962 | "url": "https:\/\/api.github.com\/repos\/symfony\/polyfill-php80\/zipball\/7a6ff3f1959bb01aefccb463a0f2cd3d3d2fd936", |
| 1963 | "reference": "7a6ff3f1959bb01aefccb463a0f2cd3d3d2fd936", |
| 1964 | "shasum": "" |
| 1965 | }, |
| 1966 | "require": { |
| 1967 | "php": ">=7.1" |
| 1968 | }, |
| 1969 | "time": "2022-11-03T14:55:06+00:00", |
| 1970 | "type": "library", |
| 1971 | "extra": { |
| 1972 | "branch-alias": { |
| 1973 | "dev-main": "1.27-dev" |
| 1974 | }, |
| 1975 | "thanks": { |
| 1976 | "name": "symfony\/polyfill", |
| 1977 | "url": "https:\/\/github.com\/symfony\/polyfill" |
| 1978 | } |
| 1979 | }, |
| 1980 | "installation-source": "dist", |
| 1981 | "autoload": { |
| 1982 | "files": [ |
| 1983 | "bootstrap.php" |
| 1984 | ], |
| 1985 | "psr-4": { |
| 1986 | "Symfony\\Polyfill\\Php80\\": "" |
| 1987 | }, |
| 1988 | "classmap": [ |
| 1989 | "Resources\/stubs" |
| 1990 | ] |
| 1991 | }, |
| 1992 | "notification-url": "https:\/\/packagist.org\/downloads\/", |
| 1993 | "license": [ |
| 1994 | "MIT" |
| 1995 | ], |
| 1996 | "authors": [ |
| 1997 | { |
| 1998 | "name": "Ion Bazan", |
| 1999 | "email": "ion.bazan@gmail.com" |
| 2000 | }, |
| 2001 | { |
| 2002 | "name": "Nicolas Grekas", |
| 2003 | "email": "p@tchwork.com" |
| 2004 | }, |
| 2005 | { |
| 2006 | "name": "Symfony Community", |
| 2007 | "homepage": "https:\/\/symfony.com\/contributors" |
| 2008 | } |
| 2009 | ], |
| 2010 | "description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions", |
| 2011 | "homepage": "https:\/\/symfony.com", |
| 2012 | "keywords": [ |
| 2013 | "compatibility", |
| 2014 | "polyfill", |
| 2015 | "portable", |
| 2016 | "shim" |
| 2017 | ], |
| 2018 | "support": { |
| 2019 | "source": "https:\/\/github.com\/symfony\/polyfill-php80\/tree\/v1.27.0" |
| 2020 | }, |
| 2021 | "funding": [ |
| 2022 | { |
| 2023 | "url": "https:\/\/symfony.com\/sponsor", |
| 2024 | "type": "custom" |
| 2025 | }, |
| 2026 | { |
| 2027 | "url": "https:\/\/github.com\/fabpot", |
| 2028 | "type": "github" |
| 2029 | }, |
| 2030 | { |
| 2031 | "url": "https:\/\/tidelift.com\/funding\/github\/packagist\/symfony\/symfony", |
| 2032 | "type": "tidelift" |
| 2033 | } |
| 2034 | ], |
| 2035 | "install-path": "..\/symfony\/polyfill-php80" |
| 2036 | }, |
| 2037 | { |
| 2038 | "name": "symfony\/service-contracts", |
| 2039 | "version": "v2.5.2", |
| 2040 | "version_normalized": "2.5.2.0", |
| 2041 | "source": { |
| 2042 | "type": "git", |
| 2043 | "url": "https:\/\/github.com\/symfony\/service-contracts.git", |
| 2044 | "reference": "4b426aac47d6427cc1a1d0f7e2ac724627f5966c" |
| 2045 | }, |
| 2046 | "dist": { |
| 2047 | "type": "zip", |
| 2048 | "url": "https:\/\/api.github.com\/repos\/symfony\/service-contracts\/zipball\/4b426aac47d6427cc1a1d0f7e2ac724627f5966c", |
| 2049 | "reference": "4b426aac47d6427cc1a1d0f7e2ac724627f5966c", |
| 2050 | "shasum": "" |
| 2051 | }, |
| 2052 | "require": { |
| 2053 | "php": ">=7.2.5", |
| 2054 | "psr\/container": "^1.1", |
| 2055 | "symfony\/deprecation-contracts": "^2.1|^3" |
| 2056 | }, |
| 2057 | "conflict": { |
| 2058 | "ext-psr": "<1.1|>=2" |
| 2059 | }, |
| 2060 | "suggest": { |
| 2061 | "symfony\/service-implementation": "" |
| 2062 | }, |
| 2063 | "time": "2022-05-30T19:17:29+00:00", |
| 2064 | "type": "library", |
| 2065 | "extra": { |
| 2066 | "branch-alias": { |
| 2067 | "dev-main": "2.5-dev" |
| 2068 | }, |
| 2069 | "thanks": { |
| 2070 | "name": "symfony\/contracts", |
| 2071 | "url": "https:\/\/github.com\/symfony\/contracts" |
| 2072 | } |
| 2073 | }, |
| 2074 | "installation-source": "dist", |
| 2075 | "autoload": { |
| 2076 | "psr-4": { |
| 2077 | "IAWP_SCOPED\\Symfony\\Contracts\\Service\\": "" |
| 2078 | } |
| 2079 | }, |
| 2080 | "notification-url": "https:\/\/packagist.org\/downloads\/", |
| 2081 | "license": [ |
| 2082 | "MIT" |
| 2083 | ], |
| 2084 | "authors": [ |
| 2085 | { |
| 2086 | "name": "Nicolas Grekas", |
| 2087 | "email": "p@tchwork.com" |
| 2088 | }, |
| 2089 | { |
| 2090 | "name": "Symfony Community", |
| 2091 | "homepage": "https:\/\/symfony.com\/contributors" |
| 2092 | } |
| 2093 | ], |
| 2094 | "description": "Generic abstractions related to writing services", |
| 2095 | "homepage": "https:\/\/symfony.com", |
| 2096 | "keywords": [ |
| 2097 | "abstractions", |
| 2098 | "contracts", |
| 2099 | "decoupling", |
| 2100 | "interfaces", |
| 2101 | "interoperability", |
| 2102 | "standards" |
| 2103 | ], |
| 2104 | "support": { |
| 2105 | "source": "https:\/\/github.com\/symfony\/service-contracts\/tree\/v2.5.2" |
| 2106 | }, |
| 2107 | "funding": [ |
| 2108 | { |
| 2109 | "url": "https:\/\/symfony.com\/sponsor", |
| 2110 | "type": "custom" |
| 2111 | }, |
| 2112 | { |
| 2113 | "url": "https:\/\/github.com\/fabpot", |
| 2114 | "type": "github" |
| 2115 | }, |
| 2116 | { |
| 2117 | "url": "https:\/\/tidelift.com\/funding\/github\/packagist\/symfony\/symfony", |
| 2118 | "type": "tidelift" |
| 2119 | } |
| 2120 | ], |
| 2121 | "install-path": "..\/symfony\/service-contracts" |
| 2122 | }, |
| 2123 | { |
| 2124 | "name": "symfony\/string", |
| 2125 | "version": "v5.4.22", |
| 2126 | "version_normalized": "5.4.22.0", |
| 2127 | "source": { |
| 2128 | "type": "git", |
| 2129 | "url": "https:\/\/github.com\/symfony\/string.git", |
| 2130 | "reference": "8036a4c76c0dd29e60b6a7cafcacc50cf088ea62" |
| 2131 | }, |
| 2132 | "dist": { |
| 2133 | "type": "zip", |
| 2134 | "url": "https:\/\/api.github.com\/repos\/symfony\/string\/zipball\/8036a4c76c0dd29e60b6a7cafcacc50cf088ea62", |
| 2135 | "reference": "8036a4c76c0dd29e60b6a7cafcacc50cf088ea62", |
| 2136 | "shasum": "" |
| 2137 | }, |
| 2138 | "require": { |
| 2139 | "php": ">=7.2.5", |
| 2140 | "symfony\/polyfill-ctype": "~1.8", |
| 2141 | "symfony\/polyfill-intl-grapheme": "~1.0", |
| 2142 | "symfony\/polyfill-intl-normalizer": "~1.0", |
| 2143 | "symfony\/polyfill-mbstring": "~1.0", |
| 2144 | "symfony\/polyfill-php80": "~1.15" |
| 2145 | }, |
| 2146 | "conflict": { |
| 2147 | "symfony\/translation-contracts": ">=3.0" |
| 2148 | }, |
| 2149 | "require-dev": { |
| 2150 | "symfony\/error-handler": "^4.4|^5.0|^6.0", |
| 2151 | "symfony\/http-client": "^4.4|^5.0|^6.0", |
| 2152 | "symfony\/translation-contracts": "^1.1|^2", |
| 2153 | "symfony\/var-exporter": "^4.4|^5.0|^6.0" |
| 2154 | }, |
| 2155 | "time": "2023-03-14T06:11:53+00:00", |
| 2156 | "type": "library", |
| 2157 | "installation-source": "dist", |
| 2158 | "autoload": { |
| 2159 | "files": [ |
| 2160 | "Resources\/functions.php" |
| 2161 | ], |
| 2162 | "psr-4": { |
| 2163 | "IAWP_SCOPED\\Symfony\\Component\\String\\": "" |
| 2164 | }, |
| 2165 | "exclude-from-classmap": [ |
| 2166 | "\/Tests\/" |
| 2167 | ] |
| 2168 | }, |
| 2169 | "notification-url": "https:\/\/packagist.org\/downloads\/", |
| 2170 | "license": [ |
| 2171 | "MIT" |
| 2172 | ], |
| 2173 | "authors": [ |
| 2174 | { |
| 2175 | "name": "Nicolas Grekas", |
| 2176 | "email": "p@tchwork.com" |
| 2177 | }, |
| 2178 | { |
| 2179 | "name": "Symfony Community", |
| 2180 | "homepage": "https:\/\/symfony.com\/contributors" |
| 2181 | } |
| 2182 | ], |
| 2183 | "description": "Provides an object-oriented API to strings and deals with bytes, UTF-8 code points and grapheme clusters in a unified way", |
| 2184 | "homepage": "https:\/\/symfony.com", |
| 2185 | "keywords": [ |
| 2186 | "grapheme", |
| 2187 | "i18n", |
| 2188 | "string", |
| 2189 | "unicode", |
| 2190 | "utf-8", |
| 2191 | "utf8" |
| 2192 | ], |
| 2193 | "support": { |
| 2194 | "source": "https:\/\/github.com\/symfony\/string\/tree\/v5.4.22" |
| 2195 | }, |
| 2196 | "funding": [ |
| 2197 | { |
| 2198 | "url": "https:\/\/symfony.com\/sponsor", |
| 2199 | "type": "custom" |
| 2200 | }, |
| 2201 | { |
| 2202 | "url": "https:\/\/github.com\/fabpot", |
| 2203 | "type": "github" |
| 2204 | }, |
| 2205 | { |
| 2206 | "url": "https:\/\/tidelift.com\/funding\/github\/packagist\/symfony\/symfony", |
| 2207 | "type": "tidelift" |
| 2208 | } |
| 2209 | ], |
| 2210 | "install-path": "..\/symfony\/string" |
| 2211 | }, |
| 2212 | { |
| 2213 | "name": "symfony\/translation", |
| 2214 | "version": "v5.4.22", |
| 2215 | "version_normalized": "5.4.22.0", |
| 2216 | "source": { |
| 2217 | "type": "git", |
| 2218 | "url": "https:\/\/github.com\/symfony\/translation.git", |
| 2219 | "reference": "9a401392f01bc385aa42760eff481d213a0cc2ba" |
| 2220 | }, |
| 2221 | "dist": { |
| 2222 | "type": "zip", |
| 2223 | "url": "https:\/\/api.github.com\/repos\/symfony\/translation\/zipball\/9a401392f01bc385aa42760eff481d213a0cc2ba", |
| 2224 | "reference": "9a401392f01bc385aa42760eff481d213a0cc2ba", |
| 2225 | "shasum": "" |
| 2226 | }, |
| 2227 | "require": { |
| 2228 | "php": ">=7.2.5", |
| 2229 | "symfony\/deprecation-contracts": "^2.1|^3", |
| 2230 | "symfony\/polyfill-mbstring": "~1.0", |
| 2231 | "symfony\/polyfill-php80": "^1.16", |
| 2232 | "symfony\/translation-contracts": "^2.3" |
| 2233 | }, |
| 2234 | "conflict": { |
| 2235 | "symfony\/config": "<4.4", |
| 2236 | "symfony\/console": "<5.3", |
| 2237 | "symfony\/dependency-injection": "<5.0", |
| 2238 | "symfony\/http-kernel": "<5.0", |
| 2239 | "symfony\/twig-bundle": "<5.0", |
| 2240 | "symfony\/yaml": "<4.4" |
| 2241 | }, |
| 2242 | "provide": { |
| 2243 | "symfony\/translation-implementation": "2.3" |
| 2244 | }, |
| 2245 | "require-dev": { |
| 2246 | "psr\/log": "^1|^2|^3", |
| 2247 | "symfony\/config": "^4.4|^5.0|^6.0", |
| 2248 | "symfony\/console": "^5.4|^6.0", |
| 2249 | "symfony\/dependency-injection": "^5.0|^6.0", |
| 2250 | "symfony\/finder": "^4.4|^5.0|^6.0", |
| 2251 | "symfony\/http-client-contracts": "^1.1|^2.0|^3.0", |
| 2252 | "symfony\/http-kernel": "^5.0|^6.0", |
| 2253 | "symfony\/intl": "^4.4|^5.0|^6.0", |
| 2254 | "symfony\/polyfill-intl-icu": "^1.21", |
| 2255 | "symfony\/service-contracts": "^1.1.2|^2|^3", |
| 2256 | "symfony\/yaml": "^4.4|^5.0|^6.0" |
| 2257 | }, |
| 2258 | "suggest": { |
| 2259 | "psr\/log-implementation": "To use logging capability in translator", |
| 2260 | "symfony\/config": "", |
| 2261 | "symfony\/yaml": "" |
| 2262 | }, |
| 2263 | "time": "2023-03-27T16:07:23+00:00", |
| 2264 | "type": "library", |
| 2265 | "installation-source": "dist", |
| 2266 | "autoload": { |
| 2267 | "files": [ |
| 2268 | "Resources\/functions.php" |
| 2269 | ], |
| 2270 | "psr-4": { |
| 2271 | "IAWP_SCOPED\\Symfony\\Component\\Translation\\": "" |
| 2272 | }, |
| 2273 | "exclude-from-classmap": [ |
| 2274 | "\/Tests\/" |
| 2275 | ] |
| 2276 | }, |
| 2277 | "notification-url": "https:\/\/packagist.org\/downloads\/", |
| 2278 | "license": [ |
| 2279 | "MIT" |
| 2280 | ], |
| 2281 | "authors": [ |
| 2282 | { |
| 2283 | "name": "Fabien Potencier", |
| 2284 | "email": "fabien@symfony.com" |
| 2285 | }, |
| 2286 | { |
| 2287 | "name": "Symfony Community", |
| 2288 | "homepage": "https:\/\/symfony.com\/contributors" |
| 2289 | } |
| 2290 | ], |
| 2291 | "description": "Provides tools to internationalize your application", |
| 2292 | "homepage": "https:\/\/symfony.com", |
| 2293 | "support": { |
| 2294 | "source": "https:\/\/github.com\/symfony\/translation\/tree\/v5.4.22" |
| 2295 | }, |
| 2296 | "funding": [ |
| 2297 | { |
| 2298 | "url": "https:\/\/symfony.com\/sponsor", |
| 2299 | "type": "custom" |
| 2300 | }, |
| 2301 | { |
| 2302 | "url": "https:\/\/github.com\/fabpot", |
| 2303 | "type": "github" |
| 2304 | }, |
| 2305 | { |
| 2306 | "url": "https:\/\/tidelift.com\/funding\/github\/packagist\/symfony\/symfony", |
| 2307 | "type": "tidelift" |
| 2308 | } |
| 2309 | ], |
| 2310 | "install-path": "..\/symfony\/translation" |
| 2311 | }, |
| 2312 | { |
| 2313 | "name": "symfony\/translation-contracts", |
| 2314 | "version": "v2.5.2", |
| 2315 | "version_normalized": "2.5.2.0", |
| 2316 | "source": { |
| 2317 | "type": "git", |
| 2318 | "url": "https:\/\/github.com\/symfony\/translation-contracts.git", |
| 2319 | "reference": "136b19dd05cdf0709db6537d058bcab6dd6e2dbe" |
| 2320 | }, |
| 2321 | "dist": { |
| 2322 | "type": "zip", |
| 2323 | "url": "https:\/\/api.github.com\/repos\/symfony\/translation-contracts\/zipball\/136b19dd05cdf0709db6537d058bcab6dd6e2dbe", |
| 2324 | "reference": "136b19dd05cdf0709db6537d058bcab6dd6e2dbe", |
| 2325 | "shasum": "" |
| 2326 | }, |
| 2327 | "require": { |
| 2328 | "php": ">=7.2.5" |
| 2329 | }, |
| 2330 | "suggest": { |
| 2331 | "symfony\/translation-implementation": "" |
| 2332 | }, |
| 2333 | "time": "2022-06-27T16:58:25+00:00", |
| 2334 | "type": "library", |
| 2335 | "extra": { |
| 2336 | "branch-alias": { |
| 2337 | "dev-main": "2.5-dev" |
| 2338 | }, |
| 2339 | "thanks": { |
| 2340 | "name": "symfony\/contracts", |
| 2341 | "url": "https:\/\/github.com\/symfony\/contracts" |
| 2342 | } |
| 2343 | }, |
| 2344 | "installation-source": "dist", |
| 2345 | "autoload": { |
| 2346 | "psr-4": { |
| 2347 | "IAWP_SCOPED\\Symfony\\Contracts\\Translation\\": "" |
| 2348 | } |
| 2349 | }, |
| 2350 | "notification-url": "https:\/\/packagist.org\/downloads\/", |
| 2351 | "license": [ |
| 2352 | "MIT" |
| 2353 | ], |
| 2354 | "authors": [ |
| 2355 | { |
| 2356 | "name": "Nicolas Grekas", |
| 2357 | "email": "p@tchwork.com" |
| 2358 | }, |
| 2359 | { |
| 2360 | "name": "Symfony Community", |
| 2361 | "homepage": "https:\/\/symfony.com\/contributors" |
| 2362 | } |
| 2363 | ], |
| 2364 | "description": "Generic abstractions related to translation", |
| 2365 | "homepage": "https:\/\/symfony.com", |
| 2366 | "keywords": [ |
| 2367 | "abstractions", |
| 2368 | "contracts", |
| 2369 | "decoupling", |
| 2370 | "interfaces", |
| 2371 | "interoperability", |
| 2372 | "standards" |
| 2373 | ], |
| 2374 | "support": { |
| 2375 | "source": "https:\/\/github.com\/symfony\/translation-contracts\/tree\/v2.5.2" |
| 2376 | }, |
| 2377 | "funding": [ |
| 2378 | { |
| 2379 | "url": "https:\/\/symfony.com\/sponsor", |
| 2380 | "type": "custom" |
| 2381 | }, |
| 2382 | { |
| 2383 | "url": "https:\/\/github.com\/fabpot", |
| 2384 | "type": "github" |
| 2385 | }, |
| 2386 | { |
| 2387 | "url": "https:\/\/tidelift.com\/funding\/github\/packagist\/symfony\/symfony", |
| 2388 | "type": "tidelift" |
| 2389 | } |
| 2390 | ], |
| 2391 | "install-path": "..\/symfony\/translation-contracts" |
| 2392 | }, |
| 2393 | { |
| 2394 | "name": "voku\/portable-ascii", |
| 2395 | "version": "1.6.1", |
| 2396 | "version_normalized": "1.6.1.0", |
| 2397 | "source": { |
| 2398 | "type": "git", |
| 2399 | "url": "https:\/\/github.com\/voku\/portable-ascii.git", |
| 2400 | "reference": "87337c91b9dfacee02452244ee14ab3c43bc485a" |
| 2401 | }, |
| 2402 | "dist": { |
| 2403 | "type": "zip", |
| 2404 | "url": "https:\/\/api.github.com\/repos\/voku\/portable-ascii\/zipball\/87337c91b9dfacee02452244ee14ab3c43bc485a", |
| 2405 | "reference": "87337c91b9dfacee02452244ee14ab3c43bc485a", |
| 2406 | "shasum": "" |
| 2407 | }, |
| 2408 | "require": { |
| 2409 | "php": ">=7.0.0" |
| 2410 | }, |
| 2411 | "require-dev": { |
| 2412 | "phpunit\/phpunit": "~6.0 || ~7.0 || ~9.0" |
| 2413 | }, |
| 2414 | "suggest": { |
| 2415 | "ext-intl": "Use Intl for transliterator_transliterate() support" |
| 2416 | }, |
| 2417 | "time": "2022-01-24T18:55:24+00:00", |
| 2418 | "type": "library", |
| 2419 | "installation-source": "dist", |
| 2420 | "autoload": { |
| 2421 | "psr-4": { |
| 2422 | "IAWP_SCOPED\\voku\\": "src\/voku\/" |
| 2423 | } |
| 2424 | }, |
| 2425 | "notification-url": "https:\/\/packagist.org\/downloads\/", |
| 2426 | "license": [ |
| 2427 | "MIT" |
| 2428 | ], |
| 2429 | "authors": [ |
| 2430 | { |
| 2431 | "name": "Lars Moelleken", |
| 2432 | "homepage": "http:\/\/www.moelleken.org\/" |
| 2433 | } |
| 2434 | ], |
| 2435 | "description": "Portable ASCII library - performance optimized (ascii) string functions for php.", |
| 2436 | "homepage": "https:\/\/github.com\/voku\/portable-ascii", |
| 2437 | "keywords": [ |
| 2438 | "ascii", |
| 2439 | "clean", |
| 2440 | "php" |
| 2441 | ], |
| 2442 | "support": { |
| 2443 | "issues": "https:\/\/github.com\/voku\/portable-ascii\/issues", |
| 2444 | "source": "https:\/\/github.com\/voku\/portable-ascii\/tree\/1.6.1" |
| 2445 | }, |
| 2446 | "funding": [ |
| 2447 | { |
| 2448 | "url": "https:\/\/www.paypal.me\/moelleken", |
| 2449 | "type": "custom" |
| 2450 | }, |
| 2451 | { |
| 2452 | "url": "https:\/\/github.com\/voku", |
| 2453 | "type": "github" |
| 2454 | }, |
| 2455 | { |
| 2456 | "url": "https:\/\/opencollective.com\/portable-ascii", |
| 2457 | "type": "open_collective" |
| 2458 | }, |
| 2459 | { |
| 2460 | "url": "https:\/\/www.patreon.com\/voku", |
| 2461 | "type": "patreon" |
| 2462 | }, |
| 2463 | { |
| 2464 | "url": "https:\/\/tidelift.com\/funding\/github\/packagist\/voku\/portable-ascii", |
| 2465 | "type": "tidelift" |
| 2466 | } |
| 2467 | ], |
| 2468 | "install-path": "..\/voku\/portable-ascii" |
| 2469 | } |
| 2470 | ], |
| 2471 | "dev": false, |
| 2472 | "dev-package-names": [] |
| 2473 | } |