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