ClassLoader.php
5 years ago
LICENSE
5 years ago
autoload_classmap.php
5 years ago
autoload_files.php
5 years ago
autoload_namespaces.php
5 years ago
autoload_psr4.php
5 years ago
autoload_real.php
5 years ago
autoload_static.php
5 years ago
installed.json
5 years ago
installed.json
1225 lines
| 1 | [ |
| 2 | { |
| 3 | "name": "coenjacobs/mozart", |
| 4 | "version": "0.6.0-beta-3", |
| 5 | "version_normalized": "0.6.0.0-beta3", |
| 6 | "source": { |
| 7 | "type": "git", |
| 8 | "url": "https://github.com/coenjacobs/mozart.git", |
| 9 | "reference": "965d698d76639587b26c878b22f4373c32f3d9ee" |
| 10 | }, |
| 11 | "dist": { |
| 12 | "type": "zip", |
| 13 | "url": "https://api.github.com/repos/coenjacobs/mozart/zipball/965d698d76639587b26c878b22f4373c32f3d9ee", |
| 14 | "reference": "965d698d76639587b26c878b22f4373c32f3d9ee", |
| 15 | "shasum": "" |
| 16 | }, |
| 17 | "require": { |
| 18 | "league/flysystem": "^1.0", |
| 19 | "php": "^7.2", |
| 20 | "symfony/console": "^4|^5", |
| 21 | "symfony/finder": "^4|^5" |
| 22 | }, |
| 23 | "require-dev": { |
| 24 | "phpunit/phpunit": "^8.5", |
| 25 | "squizlabs/php_codesniffer": "^3.5" |
| 26 | }, |
| 27 | "time": "2020-06-02T06:54:01+00:00", |
| 28 | "bin": [ |
| 29 | "bin/mozart" |
| 30 | ], |
| 31 | "type": "library", |
| 32 | "installation-source": "dist", |
| 33 | "autoload": { |
| 34 | "psr-4": { |
| 35 | "CoenJacobs\\Mozart\\": "src/" |
| 36 | } |
| 37 | }, |
| 38 | "notification-url": "https://packagist.org/downloads/", |
| 39 | "license": [ |
| 40 | "MIT" |
| 41 | ], |
| 42 | "authors": [ |
| 43 | { |
| 44 | "name": "Coen Jacobs", |
| 45 | "email": "coenjacobs@gmail.com" |
| 46 | } |
| 47 | ], |
| 48 | "description": "Composes all dependencies as a package inside a WordPress plugin", |
| 49 | "funding": [ |
| 50 | { |
| 51 | "url": "https://github.com/coenjacobs", |
| 52 | "type": "github" |
| 53 | } |
| 54 | ] |
| 55 | }, |
| 56 | { |
| 57 | "name": "container-interop/container-interop", |
| 58 | "version": "1.2.0", |
| 59 | "version_normalized": "1.2.0.0", |
| 60 | "source": { |
| 61 | "type": "git", |
| 62 | "url": "https://github.com/container-interop/container-interop.git", |
| 63 | "reference": "79cbf1341c22ec75643d841642dd5d6acd83bdb8" |
| 64 | }, |
| 65 | "dist": { |
| 66 | "type": "zip", |
| 67 | "url": "https://api.github.com/repos/container-interop/container-interop/zipball/79cbf1341c22ec75643d841642dd5d6acd83bdb8", |
| 68 | "reference": "79cbf1341c22ec75643d841642dd5d6acd83bdb8", |
| 69 | "shasum": "" |
| 70 | }, |
| 71 | "require": { |
| 72 | "psr/container": "^1.0" |
| 73 | }, |
| 74 | "time": "2017-02-14T19:40:03+00:00", |
| 75 | "type": "library", |
| 76 | "installation-source": "dist", |
| 77 | "autoload": { |
| 78 | "psr-4": { |
| 79 | "Interop\\Container\\": "src/Interop/Container/" |
| 80 | } |
| 81 | }, |
| 82 | "notification-url": "https://packagist.org/downloads/", |
| 83 | "license": [ |
| 84 | "MIT" |
| 85 | ], |
| 86 | "description": "Promoting the interoperability of container objects (DIC, SL, etc.)", |
| 87 | "homepage": "https://github.com/container-interop/container-interop", |
| 88 | "abandoned": "psr/container" |
| 89 | }, |
| 90 | { |
| 91 | "name": "league/flysystem", |
| 92 | "version": "1.1.3", |
| 93 | "version_normalized": "1.1.3.0", |
| 94 | "source": { |
| 95 | "type": "git", |
| 96 | "url": "https://github.com/thephpleague/flysystem.git", |
| 97 | "reference": "9be3b16c877d477357c015cec057548cf9b2a14a" |
| 98 | }, |
| 99 | "dist": { |
| 100 | "type": "zip", |
| 101 | "url": "https://api.github.com/repos/thephpleague/flysystem/zipball/9be3b16c877d477357c015cec057548cf9b2a14a", |
| 102 | "reference": "9be3b16c877d477357c015cec057548cf9b2a14a", |
| 103 | "shasum": "" |
| 104 | }, |
| 105 | "require": { |
| 106 | "ext-fileinfo": "*", |
| 107 | "league/mime-type-detection": "^1.3", |
| 108 | "php": "^7.2.5 || ^8.0" |
| 109 | }, |
| 110 | "conflict": { |
| 111 | "league/flysystem-sftp": "<1.0.6" |
| 112 | }, |
| 113 | "require-dev": { |
| 114 | "phpspec/prophecy": "^1.11.1", |
| 115 | "phpunit/phpunit": "^8.5.8" |
| 116 | }, |
| 117 | "suggest": { |
| 118 | "ext-fileinfo": "Required for MimeType", |
| 119 | "ext-ftp": "Allows you to use FTP server storage", |
| 120 | "ext-openssl": "Allows you to use FTPS server storage", |
| 121 | "league/flysystem-aws-s3-v2": "Allows you to use S3 storage with AWS SDK v2", |
| 122 | "league/flysystem-aws-s3-v3": "Allows you to use S3 storage with AWS SDK v3", |
| 123 | "league/flysystem-azure": "Allows you to use Windows Azure Blob storage", |
| 124 | "league/flysystem-cached-adapter": "Flysystem adapter decorator for metadata caching", |
| 125 | "league/flysystem-eventable-filesystem": "Allows you to use EventableFilesystem", |
| 126 | "league/flysystem-rackspace": "Allows you to use Rackspace Cloud Files", |
| 127 | "league/flysystem-sftp": "Allows you to use SFTP server storage via phpseclib", |
| 128 | "league/flysystem-webdav": "Allows you to use WebDAV storage", |
| 129 | "league/flysystem-ziparchive": "Allows you to use ZipArchive adapter", |
| 130 | "spatie/flysystem-dropbox": "Allows you to use Dropbox storage", |
| 131 | "srmklive/flysystem-dropbox-v2": "Allows you to use Dropbox storage for PHP 5 applications" |
| 132 | }, |
| 133 | "time": "2020-08-23T07:39:11+00:00", |
| 134 | "type": "library", |
| 135 | "extra": { |
| 136 | "branch-alias": { |
| 137 | "dev-master": "1.1-dev" |
| 138 | } |
| 139 | }, |
| 140 | "installation-source": "dist", |
| 141 | "autoload": { |
| 142 | "psr-4": { |
| 143 | "League\\Flysystem\\": "src/" |
| 144 | } |
| 145 | }, |
| 146 | "notification-url": "https://packagist.org/downloads/", |
| 147 | "license": [ |
| 148 | "MIT" |
| 149 | ], |
| 150 | "authors": [ |
| 151 | { |
| 152 | "name": "Frank de Jonge", |
| 153 | "email": "info@frenky.net" |
| 154 | } |
| 155 | ], |
| 156 | "description": "Filesystem abstraction: Many filesystems, one API.", |
| 157 | "keywords": [ |
| 158 | "Cloud Files", |
| 159 | "WebDAV", |
| 160 | "abstraction", |
| 161 | "aws", |
| 162 | "cloud", |
| 163 | "copy.com", |
| 164 | "dropbox", |
| 165 | "file systems", |
| 166 | "files", |
| 167 | "filesystem", |
| 168 | "filesystems", |
| 169 | "ftp", |
| 170 | "rackspace", |
| 171 | "remote", |
| 172 | "s3", |
| 173 | "sftp", |
| 174 | "storage" |
| 175 | ], |
| 176 | "funding": [ |
| 177 | { |
| 178 | "url": "https://offset.earth/frankdejonge", |
| 179 | "type": "other" |
| 180 | } |
| 181 | ] |
| 182 | }, |
| 183 | { |
| 184 | "name": "league/mime-type-detection", |
| 185 | "version": "1.5.1", |
| 186 | "version_normalized": "1.5.1.0", |
| 187 | "source": { |
| 188 | "type": "git", |
| 189 | "url": "https://github.com/thephpleague/mime-type-detection.git", |
| 190 | "reference": "353f66d7555d8a90781f6f5e7091932f9a4250aa" |
| 191 | }, |
| 192 | "dist": { |
| 193 | "type": "zip", |
| 194 | "url": "https://api.github.com/repos/thephpleague/mime-type-detection/zipball/353f66d7555d8a90781f6f5e7091932f9a4250aa", |
| 195 | "reference": "353f66d7555d8a90781f6f5e7091932f9a4250aa", |
| 196 | "shasum": "" |
| 197 | }, |
| 198 | "require": { |
| 199 | "ext-fileinfo": "*", |
| 200 | "php": "^7.2 || ^8.0" |
| 201 | }, |
| 202 | "require-dev": { |
| 203 | "phpstan/phpstan": "^0.12.36", |
| 204 | "phpunit/phpunit": "^8.5.8" |
| 205 | }, |
| 206 | "time": "2020-10-18T11:50:25+00:00", |
| 207 | "type": "library", |
| 208 | "installation-source": "dist", |
| 209 | "autoload": { |
| 210 | "psr-4": { |
| 211 | "League\\MimeTypeDetection\\": "src" |
| 212 | } |
| 213 | }, |
| 214 | "notification-url": "https://packagist.org/downloads/", |
| 215 | "license": [ |
| 216 | "MIT" |
| 217 | ], |
| 218 | "authors": [ |
| 219 | { |
| 220 | "name": "Frank de Jonge", |
| 221 | "email": "info@frankdejonge.nl" |
| 222 | } |
| 223 | ], |
| 224 | "description": "Mime-type detection for Flysystem", |
| 225 | "funding": [ |
| 226 | { |
| 227 | "url": "https://github.com/frankdejonge", |
| 228 | "type": "github" |
| 229 | }, |
| 230 | { |
| 231 | "url": "https://tidelift.com/funding/github/packagist/league/flysystem", |
| 232 | "type": "tidelift" |
| 233 | } |
| 234 | ] |
| 235 | }, |
| 236 | { |
| 237 | "name": "php-di/invoker", |
| 238 | "version": "1.3.3", |
| 239 | "version_normalized": "1.3.3.0", |
| 240 | "source": { |
| 241 | "type": "git", |
| 242 | "url": "https://github.com/PHP-DI/Invoker.git", |
| 243 | "reference": "1f4ca63b9abc66109e53b255e465d0ddb5c2e3f7" |
| 244 | }, |
| 245 | "dist": { |
| 246 | "type": "zip", |
| 247 | "url": "https://api.github.com/repos/PHP-DI/Invoker/zipball/1f4ca63b9abc66109e53b255e465d0ddb5c2e3f7", |
| 248 | "reference": "1f4ca63b9abc66109e53b255e465d0ddb5c2e3f7", |
| 249 | "shasum": "" |
| 250 | }, |
| 251 | "require": { |
| 252 | "container-interop/container-interop": "~1.1" |
| 253 | }, |
| 254 | "require-dev": { |
| 255 | "athletic/athletic": "~0.1.8", |
| 256 | "phpunit/phpunit": "~4.5" |
| 257 | }, |
| 258 | "time": "2016-07-14T13:09:58+00:00", |
| 259 | "type": "library", |
| 260 | "installation-source": "dist", |
| 261 | "autoload": { |
| 262 | "psr-4": { |
| 263 | "Invoker\\": "src/" |
| 264 | } |
| 265 | }, |
| 266 | "notification-url": "https://packagist.org/downloads/", |
| 267 | "license": [ |
| 268 | "MIT" |
| 269 | ], |
| 270 | "description": "Generic and extensible callable invoker", |
| 271 | "homepage": "https://github.com/PHP-DI/Invoker", |
| 272 | "keywords": [ |
| 273 | "callable", |
| 274 | "dependency", |
| 275 | "dependency-injection", |
| 276 | "injection", |
| 277 | "invoke", |
| 278 | "invoker" |
| 279 | ] |
| 280 | }, |
| 281 | { |
| 282 | "name": "php-di/php-di", |
| 283 | "version": "5.0.0", |
| 284 | "version_normalized": "5.0.0.0", |
| 285 | "source": { |
| 286 | "type": "git", |
| 287 | "url": "https://github.com/PHP-DI/PHP-DI.git", |
| 288 | "reference": "c3bbc0d334b888ec8baa75f95b4900ee17b18fa7" |
| 289 | }, |
| 290 | "dist": { |
| 291 | "type": "zip", |
| 292 | "url": "https://api.github.com/repos/PHP-DI/PHP-DI/zipball/c3bbc0d334b888ec8baa75f95b4900ee17b18fa7", |
| 293 | "reference": "c3bbc0d334b888ec8baa75f95b4900ee17b18fa7", |
| 294 | "shasum": "" |
| 295 | }, |
| 296 | "require": { |
| 297 | "container-interop/container-interop": "~1.0", |
| 298 | "php": ">=5.4.0", |
| 299 | "php-di/invoker": "~1.0", |
| 300 | "php-di/phpdoc-reader": "~2.0" |
| 301 | }, |
| 302 | "require-dev": { |
| 303 | "doctrine/annotations": "~1.2", |
| 304 | "doctrine/cache": "~1.0", |
| 305 | "mnapoli/phpunit-easymock": "~0.1.4", |
| 306 | "ocramius/proxy-manager": "~1.0", |
| 307 | "phpunit/phpunit": "~4.5" |
| 308 | }, |
| 309 | "suggest": { |
| 310 | "doctrine/annotations": "Install it if you want to use annotations (version ~1.2)", |
| 311 | "doctrine/cache": "Install it if you want to use the cache (version ~1.0)", |
| 312 | "ocramius/proxy-manager": "Install it if you want to use lazy injection (version ~1.0)" |
| 313 | }, |
| 314 | "time": "2015-06-10T06:16:52+00:00", |
| 315 | "type": "library", |
| 316 | "installation-source": "dist", |
| 317 | "autoload": { |
| 318 | "psr-4": { |
| 319 | "DI\\": "src/DI/" |
| 320 | }, |
| 321 | "files": [ |
| 322 | "src/DI/functions.php" |
| 323 | ] |
| 324 | }, |
| 325 | "notification-url": "https://packagist.org/downloads/", |
| 326 | "license": [ |
| 327 | "MIT" |
| 328 | ], |
| 329 | "description": "The dependency injection container for humans", |
| 330 | "homepage": "http://php-di.org/", |
| 331 | "keywords": [ |
| 332 | "container", |
| 333 | "dependency injection", |
| 334 | "di" |
| 335 | ] |
| 336 | }, |
| 337 | { |
| 338 | "name": "php-di/phpdoc-reader", |
| 339 | "version": "2.2.1", |
| 340 | "version_normalized": "2.2.1.0", |
| 341 | "source": { |
| 342 | "type": "git", |
| 343 | "url": "https://github.com/PHP-DI/PhpDocReader.git", |
| 344 | "reference": "66daff34cbd2627740ffec9469ffbac9f8c8185c" |
| 345 | }, |
| 346 | "dist": { |
| 347 | "type": "zip", |
| 348 | "url": "https://api.github.com/repos/PHP-DI/PhpDocReader/zipball/66daff34cbd2627740ffec9469ffbac9f8c8185c", |
| 349 | "reference": "66daff34cbd2627740ffec9469ffbac9f8c8185c", |
| 350 | "shasum": "" |
| 351 | }, |
| 352 | "require": { |
| 353 | "php": ">=7.2.0" |
| 354 | }, |
| 355 | "require-dev": { |
| 356 | "mnapoli/hard-mode": "~0.3.0", |
| 357 | "phpunit/phpunit": "^8.5|^9.0" |
| 358 | }, |
| 359 | "time": "2020-10-12T12:39:22+00:00", |
| 360 | "type": "library", |
| 361 | "installation-source": "dist", |
| 362 | "autoload": { |
| 363 | "psr-4": { |
| 364 | "PhpDocReader\\": "src/PhpDocReader" |
| 365 | } |
| 366 | }, |
| 367 | "notification-url": "https://packagist.org/downloads/", |
| 368 | "license": [ |
| 369 | "MIT" |
| 370 | ], |
| 371 | "description": "PhpDocReader parses @var and @param values in PHP docblocks (supports namespaced class names with the same resolution rules as PHP)", |
| 372 | "keywords": [ |
| 373 | "phpdoc", |
| 374 | "reflection" |
| 375 | ] |
| 376 | }, |
| 377 | { |
| 378 | "name": "psr/container", |
| 379 | "version": "1.0.0", |
| 380 | "version_normalized": "1.0.0.0", |
| 381 | "source": { |
| 382 | "type": "git", |
| 383 | "url": "https://github.com/php-fig/container.git", |
| 384 | "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f" |
| 385 | }, |
| 386 | "dist": { |
| 387 | "type": "zip", |
| 388 | "url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f", |
| 389 | "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f", |
| 390 | "shasum": "" |
| 391 | }, |
| 392 | "require": { |
| 393 | "php": ">=5.3.0" |
| 394 | }, |
| 395 | "time": "2017-02-14T16:28:37+00:00", |
| 396 | "type": "library", |
| 397 | "extra": { |
| 398 | "branch-alias": { |
| 399 | "dev-master": "1.0.x-dev" |
| 400 | } |
| 401 | }, |
| 402 | "installation-source": "dist", |
| 403 | "autoload": { |
| 404 | "psr-4": { |
| 405 | "Psr\\Container\\": "src/" |
| 406 | } |
| 407 | }, |
| 408 | "notification-url": "https://packagist.org/downloads/", |
| 409 | "license": [ |
| 410 | "MIT" |
| 411 | ], |
| 412 | "authors": [ |
| 413 | { |
| 414 | "name": "PHP-FIG", |
| 415 | "homepage": "http://www.php-fig.org/" |
| 416 | } |
| 417 | ], |
| 418 | "description": "Common Container Interface (PHP FIG PSR-11)", |
| 419 | "homepage": "https://github.com/php-fig/container", |
| 420 | "keywords": [ |
| 421 | "PSR-11", |
| 422 | "container", |
| 423 | "container-interface", |
| 424 | "container-interop", |
| 425 | "psr" |
| 426 | ] |
| 427 | }, |
| 428 | { |
| 429 | "name": "symfony/console", |
| 430 | "version": "v5.2.1", |
| 431 | "version_normalized": "5.2.1.0", |
| 432 | "source": { |
| 433 | "type": "git", |
| 434 | "url": "https://github.com/symfony/console.git", |
| 435 | "reference": "47c02526c532fb381374dab26df05e7313978976" |
| 436 | }, |
| 437 | "dist": { |
| 438 | "type": "zip", |
| 439 | "url": "https://api.github.com/repos/symfony/console/zipball/47c02526c532fb381374dab26df05e7313978976", |
| 440 | "reference": "47c02526c532fb381374dab26df05e7313978976", |
| 441 | "shasum": "" |
| 442 | }, |
| 443 | "require": { |
| 444 | "php": ">=7.2.5", |
| 445 | "symfony/polyfill-mbstring": "~1.0", |
| 446 | "symfony/polyfill-php73": "^1.8", |
| 447 | "symfony/polyfill-php80": "^1.15", |
| 448 | "symfony/service-contracts": "^1.1|^2", |
| 449 | "symfony/string": "^5.1" |
| 450 | }, |
| 451 | "conflict": { |
| 452 | "symfony/dependency-injection": "<4.4", |
| 453 | "symfony/dotenv": "<5.1", |
| 454 | "symfony/event-dispatcher": "<4.4", |
| 455 | "symfony/lock": "<4.4", |
| 456 | "symfony/process": "<4.4" |
| 457 | }, |
| 458 | "provide": { |
| 459 | "psr/log-implementation": "1.0" |
| 460 | }, |
| 461 | "require-dev": { |
| 462 | "psr/log": "~1.0", |
| 463 | "symfony/config": "^4.4|^5.0", |
| 464 | "symfony/dependency-injection": "^4.4|^5.0", |
| 465 | "symfony/event-dispatcher": "^4.4|^5.0", |
| 466 | "symfony/lock": "^4.4|^5.0", |
| 467 | "symfony/process": "^4.4|^5.0", |
| 468 | "symfony/var-dumper": "^4.4|^5.0" |
| 469 | }, |
| 470 | "suggest": { |
| 471 | "psr/log": "For using the console logger", |
| 472 | "symfony/event-dispatcher": "", |
| 473 | "symfony/lock": "", |
| 474 | "symfony/process": "" |
| 475 | }, |
| 476 | "time": "2020-12-18T08:03:05+00:00", |
| 477 | "type": "library", |
| 478 | "installation-source": "dist", |
| 479 | "autoload": { |
| 480 | "psr-4": { |
| 481 | "Symfony\\Component\\Console\\": "" |
| 482 | }, |
| 483 | "exclude-from-classmap": [ |
| 484 | "/Tests/" |
| 485 | ] |
| 486 | }, |
| 487 | "notification-url": "https://packagist.org/downloads/", |
| 488 | "license": [ |
| 489 | "MIT" |
| 490 | ], |
| 491 | "authors": [ |
| 492 | { |
| 493 | "name": "Fabien Potencier", |
| 494 | "email": "fabien@symfony.com" |
| 495 | }, |
| 496 | { |
| 497 | "name": "Symfony Community", |
| 498 | "homepage": "https://symfony.com/contributors" |
| 499 | } |
| 500 | ], |
| 501 | "description": "Symfony Console Component", |
| 502 | "homepage": "https://symfony.com", |
| 503 | "keywords": [ |
| 504 | "cli", |
| 505 | "command line", |
| 506 | "console", |
| 507 | "terminal" |
| 508 | ], |
| 509 | "funding": [ |
| 510 | { |
| 511 | "url": "https://symfony.com/sponsor", |
| 512 | "type": "custom" |
| 513 | }, |
| 514 | { |
| 515 | "url": "https://github.com/fabpot", |
| 516 | "type": "github" |
| 517 | }, |
| 518 | { |
| 519 | "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", |
| 520 | "type": "tidelift" |
| 521 | } |
| 522 | ] |
| 523 | }, |
| 524 | { |
| 525 | "name": "symfony/finder", |
| 526 | "version": "v5.2.1", |
| 527 | "version_normalized": "5.2.1.0", |
| 528 | "source": { |
| 529 | "type": "git", |
| 530 | "url": "https://github.com/symfony/finder.git", |
| 531 | "reference": "0b9231a5922fd7287ba5b411893c0ecd2733e5ba" |
| 532 | }, |
| 533 | "dist": { |
| 534 | "type": "zip", |
| 535 | "url": "https://api.github.com/repos/symfony/finder/zipball/0b9231a5922fd7287ba5b411893c0ecd2733e5ba", |
| 536 | "reference": "0b9231a5922fd7287ba5b411893c0ecd2733e5ba", |
| 537 | "shasum": "" |
| 538 | }, |
| 539 | "require": { |
| 540 | "php": ">=7.2.5" |
| 541 | }, |
| 542 | "time": "2020-12-08T17:02:38+00:00", |
| 543 | "type": "library", |
| 544 | "installation-source": "dist", |
| 545 | "autoload": { |
| 546 | "psr-4": { |
| 547 | "Symfony\\Component\\Finder\\": "" |
| 548 | }, |
| 549 | "exclude-from-classmap": [ |
| 550 | "/Tests/" |
| 551 | ] |
| 552 | }, |
| 553 | "notification-url": "https://packagist.org/downloads/", |
| 554 | "license": [ |
| 555 | "MIT" |
| 556 | ], |
| 557 | "authors": [ |
| 558 | { |
| 559 | "name": "Fabien Potencier", |
| 560 | "email": "fabien@symfony.com" |
| 561 | }, |
| 562 | { |
| 563 | "name": "Symfony Community", |
| 564 | "homepage": "https://symfony.com/contributors" |
| 565 | } |
| 566 | ], |
| 567 | "description": "Symfony Finder Component", |
| 568 | "homepage": "https://symfony.com", |
| 569 | "funding": [ |
| 570 | { |
| 571 | "url": "https://symfony.com/sponsor", |
| 572 | "type": "custom" |
| 573 | }, |
| 574 | { |
| 575 | "url": "https://github.com/fabpot", |
| 576 | "type": "github" |
| 577 | }, |
| 578 | { |
| 579 | "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", |
| 580 | "type": "tidelift" |
| 581 | } |
| 582 | ] |
| 583 | }, |
| 584 | { |
| 585 | "name": "symfony/polyfill-ctype", |
| 586 | "version": "v1.22.0", |
| 587 | "version_normalized": "1.22.0.0", |
| 588 | "source": { |
| 589 | "type": "git", |
| 590 | "url": "https://github.com/symfony/polyfill-ctype.git", |
| 591 | "reference": "c6c942b1ac76c82448322025e084cadc56048b4e" |
| 592 | }, |
| 593 | "dist": { |
| 594 | "type": "zip", |
| 595 | "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/c6c942b1ac76c82448322025e084cadc56048b4e", |
| 596 | "reference": "c6c942b1ac76c82448322025e084cadc56048b4e", |
| 597 | "shasum": "" |
| 598 | }, |
| 599 | "require": { |
| 600 | "php": ">=7.1" |
| 601 | }, |
| 602 | "suggest": { |
| 603 | "ext-ctype": "For best performance" |
| 604 | }, |
| 605 | "time": "2021-01-07T16:49:33+00:00", |
| 606 | "type": "library", |
| 607 | "extra": { |
| 608 | "branch-alias": { |
| 609 | "dev-main": "1.22-dev" |
| 610 | }, |
| 611 | "thanks": { |
| 612 | "name": "symfony/polyfill", |
| 613 | "url": "https://github.com/symfony/polyfill" |
| 614 | } |
| 615 | }, |
| 616 | "installation-source": "dist", |
| 617 | "autoload": { |
| 618 | "psr-4": { |
| 619 | "Symfony\\Polyfill\\Ctype\\": "" |
| 620 | }, |
| 621 | "files": [ |
| 622 | "bootstrap.php" |
| 623 | ] |
| 624 | }, |
| 625 | "notification-url": "https://packagist.org/downloads/", |
| 626 | "license": [ |
| 627 | "MIT" |
| 628 | ], |
| 629 | "authors": [ |
| 630 | { |
| 631 | "name": "Gert de Pagter", |
| 632 | "email": "BackEndTea@gmail.com" |
| 633 | }, |
| 634 | { |
| 635 | "name": "Symfony Community", |
| 636 | "homepage": "https://symfony.com/contributors" |
| 637 | } |
| 638 | ], |
| 639 | "description": "Symfony polyfill for ctype functions", |
| 640 | "homepage": "https://symfony.com", |
| 641 | "keywords": [ |
| 642 | "compatibility", |
| 643 | "ctype", |
| 644 | "polyfill", |
| 645 | "portable" |
| 646 | ], |
| 647 | "funding": [ |
| 648 | { |
| 649 | "url": "https://symfony.com/sponsor", |
| 650 | "type": "custom" |
| 651 | }, |
| 652 | { |
| 653 | "url": "https://github.com/fabpot", |
| 654 | "type": "github" |
| 655 | }, |
| 656 | { |
| 657 | "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", |
| 658 | "type": "tidelift" |
| 659 | } |
| 660 | ] |
| 661 | }, |
| 662 | { |
| 663 | "name": "symfony/polyfill-intl-grapheme", |
| 664 | "version": "v1.22.0", |
| 665 | "version_normalized": "1.22.0.0", |
| 666 | "source": { |
| 667 | "type": "git", |
| 668 | "url": "https://github.com/symfony/polyfill-intl-grapheme.git", |
| 669 | "reference": "267a9adeb8ecb8071040a740930e077cdfb987af" |
| 670 | }, |
| 671 | "dist": { |
| 672 | "type": "zip", |
| 673 | "url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/267a9adeb8ecb8071040a740930e077cdfb987af", |
| 674 | "reference": "267a9adeb8ecb8071040a740930e077cdfb987af", |
| 675 | "shasum": "" |
| 676 | }, |
| 677 | "require": { |
| 678 | "php": ">=7.1" |
| 679 | }, |
| 680 | "suggest": { |
| 681 | "ext-intl": "For best performance" |
| 682 | }, |
| 683 | "time": "2021-01-07T16:49:33+00:00", |
| 684 | "type": "library", |
| 685 | "extra": { |
| 686 | "branch-alias": { |
| 687 | "dev-main": "1.22-dev" |
| 688 | }, |
| 689 | "thanks": { |
| 690 | "name": "symfony/polyfill", |
| 691 | "url": "https://github.com/symfony/polyfill" |
| 692 | } |
| 693 | }, |
| 694 | "installation-source": "dist", |
| 695 | "autoload": { |
| 696 | "psr-4": { |
| 697 | "Symfony\\Polyfill\\Intl\\Grapheme\\": "" |
| 698 | }, |
| 699 | "files": [ |
| 700 | "bootstrap.php" |
| 701 | ] |
| 702 | }, |
| 703 | "notification-url": "https://packagist.org/downloads/", |
| 704 | "license": [ |
| 705 | "MIT" |
| 706 | ], |
| 707 | "authors": [ |
| 708 | { |
| 709 | "name": "Nicolas Grekas", |
| 710 | "email": "p@tchwork.com" |
| 711 | }, |
| 712 | { |
| 713 | "name": "Symfony Community", |
| 714 | "homepage": "https://symfony.com/contributors" |
| 715 | } |
| 716 | ], |
| 717 | "description": "Symfony polyfill for intl's grapheme_* functions", |
| 718 | "homepage": "https://symfony.com", |
| 719 | "keywords": [ |
| 720 | "compatibility", |
| 721 | "grapheme", |
| 722 | "intl", |
| 723 | "polyfill", |
| 724 | "portable", |
| 725 | "shim" |
| 726 | ], |
| 727 | "funding": [ |
| 728 | { |
| 729 | "url": "https://symfony.com/sponsor", |
| 730 | "type": "custom" |
| 731 | }, |
| 732 | { |
| 733 | "url": "https://github.com/fabpot", |
| 734 | "type": "github" |
| 735 | }, |
| 736 | { |
| 737 | "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", |
| 738 | "type": "tidelift" |
| 739 | } |
| 740 | ] |
| 741 | }, |
| 742 | { |
| 743 | "name": "symfony/polyfill-intl-normalizer", |
| 744 | "version": "v1.22.0", |
| 745 | "version_normalized": "1.22.0.0", |
| 746 | "source": { |
| 747 | "type": "git", |
| 748 | "url": "https://github.com/symfony/polyfill-intl-normalizer.git", |
| 749 | "reference": "6e971c891537eb617a00bb07a43d182a6915faba" |
| 750 | }, |
| 751 | "dist": { |
| 752 | "type": "zip", |
| 753 | "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/6e971c891537eb617a00bb07a43d182a6915faba", |
| 754 | "reference": "6e971c891537eb617a00bb07a43d182a6915faba", |
| 755 | "shasum": "" |
| 756 | }, |
| 757 | "require": { |
| 758 | "php": ">=7.1" |
| 759 | }, |
| 760 | "suggest": { |
| 761 | "ext-intl": "For best performance" |
| 762 | }, |
| 763 | "time": "2021-01-07T17:09:11+00:00", |
| 764 | "type": "library", |
| 765 | "extra": { |
| 766 | "branch-alias": { |
| 767 | "dev-main": "1.22-dev" |
| 768 | }, |
| 769 | "thanks": { |
| 770 | "name": "symfony/polyfill", |
| 771 | "url": "https://github.com/symfony/polyfill" |
| 772 | } |
| 773 | }, |
| 774 | "installation-source": "dist", |
| 775 | "autoload": { |
| 776 | "psr-4": { |
| 777 | "Symfony\\Polyfill\\Intl\\Normalizer\\": "" |
| 778 | }, |
| 779 | "files": [ |
| 780 | "bootstrap.php" |
| 781 | ], |
| 782 | "classmap": [ |
| 783 | "Resources/stubs" |
| 784 | ] |
| 785 | }, |
| 786 | "notification-url": "https://packagist.org/downloads/", |
| 787 | "license": [ |
| 788 | "MIT" |
| 789 | ], |
| 790 | "authors": [ |
| 791 | { |
| 792 | "name": "Nicolas Grekas", |
| 793 | "email": "p@tchwork.com" |
| 794 | }, |
| 795 | { |
| 796 | "name": "Symfony Community", |
| 797 | "homepage": "https://symfony.com/contributors" |
| 798 | } |
| 799 | ], |
| 800 | "description": "Symfony polyfill for intl's Normalizer class and related functions", |
| 801 | "homepage": "https://symfony.com", |
| 802 | "keywords": [ |
| 803 | "compatibility", |
| 804 | "intl", |
| 805 | "normalizer", |
| 806 | "polyfill", |
| 807 | "portable", |
| 808 | "shim" |
| 809 | ], |
| 810 | "funding": [ |
| 811 | { |
| 812 | "url": "https://symfony.com/sponsor", |
| 813 | "type": "custom" |
| 814 | }, |
| 815 | { |
| 816 | "url": "https://github.com/fabpot", |
| 817 | "type": "github" |
| 818 | }, |
| 819 | { |
| 820 | "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", |
| 821 | "type": "tidelift" |
| 822 | } |
| 823 | ] |
| 824 | }, |
| 825 | { |
| 826 | "name": "symfony/polyfill-mbstring", |
| 827 | "version": "v1.22.0", |
| 828 | "version_normalized": "1.22.0.0", |
| 829 | "source": { |
| 830 | "type": "git", |
| 831 | "url": "https://github.com/symfony/polyfill-mbstring.git", |
| 832 | "reference": "f377a3dd1fde44d37b9831d68dc8dea3ffd28e13" |
| 833 | }, |
| 834 | "dist": { |
| 835 | "type": "zip", |
| 836 | "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/f377a3dd1fde44d37b9831d68dc8dea3ffd28e13", |
| 837 | "reference": "f377a3dd1fde44d37b9831d68dc8dea3ffd28e13", |
| 838 | "shasum": "" |
| 839 | }, |
| 840 | "require": { |
| 841 | "php": ">=7.1" |
| 842 | }, |
| 843 | "suggest": { |
| 844 | "ext-mbstring": "For best performance" |
| 845 | }, |
| 846 | "time": "2021-01-07T16:49:33+00:00", |
| 847 | "type": "library", |
| 848 | "extra": { |
| 849 | "branch-alias": { |
| 850 | "dev-main": "1.22-dev" |
| 851 | }, |
| 852 | "thanks": { |
| 853 | "name": "symfony/polyfill", |
| 854 | "url": "https://github.com/symfony/polyfill" |
| 855 | } |
| 856 | }, |
| 857 | "installation-source": "dist", |
| 858 | "autoload": { |
| 859 | "psr-4": { |
| 860 | "Symfony\\Polyfill\\Mbstring\\": "" |
| 861 | }, |
| 862 | "files": [ |
| 863 | "bootstrap.php" |
| 864 | ] |
| 865 | }, |
| 866 | "notification-url": "https://packagist.org/downloads/", |
| 867 | "license": [ |
| 868 | "MIT" |
| 869 | ], |
| 870 | "authors": [ |
| 871 | { |
| 872 | "name": "Nicolas Grekas", |
| 873 | "email": "p@tchwork.com" |
| 874 | }, |
| 875 | { |
| 876 | "name": "Symfony Community", |
| 877 | "homepage": "https://symfony.com/contributors" |
| 878 | } |
| 879 | ], |
| 880 | "description": "Symfony polyfill for the Mbstring extension", |
| 881 | "homepage": "https://symfony.com", |
| 882 | "keywords": [ |
| 883 | "compatibility", |
| 884 | "mbstring", |
| 885 | "polyfill", |
| 886 | "portable", |
| 887 | "shim" |
| 888 | ], |
| 889 | "funding": [ |
| 890 | { |
| 891 | "url": "https://symfony.com/sponsor", |
| 892 | "type": "custom" |
| 893 | }, |
| 894 | { |
| 895 | "url": "https://github.com/fabpot", |
| 896 | "type": "github" |
| 897 | }, |
| 898 | { |
| 899 | "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", |
| 900 | "type": "tidelift" |
| 901 | } |
| 902 | ] |
| 903 | }, |
| 904 | { |
| 905 | "name": "symfony/polyfill-php73", |
| 906 | "version": "v1.22.0", |
| 907 | "version_normalized": "1.22.0.0", |
| 908 | "source": { |
| 909 | "type": "git", |
| 910 | "url": "https://github.com/symfony/polyfill-php73.git", |
| 911 | "reference": "a678b42e92f86eca04b7fa4c0f6f19d097fb69e2" |
| 912 | }, |
| 913 | "dist": { |
| 914 | "type": "zip", |
| 915 | "url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/a678b42e92f86eca04b7fa4c0f6f19d097fb69e2", |
| 916 | "reference": "a678b42e92f86eca04b7fa4c0f6f19d097fb69e2", |
| 917 | "shasum": "" |
| 918 | }, |
| 919 | "require": { |
| 920 | "php": ">=7.1" |
| 921 | }, |
| 922 | "time": "2021-01-07T16:49:33+00:00", |
| 923 | "type": "library", |
| 924 | "extra": { |
| 925 | "branch-alias": { |
| 926 | "dev-main": "1.22-dev" |
| 927 | }, |
| 928 | "thanks": { |
| 929 | "name": "symfony/polyfill", |
| 930 | "url": "https://github.com/symfony/polyfill" |
| 931 | } |
| 932 | }, |
| 933 | "installation-source": "dist", |
| 934 | "autoload": { |
| 935 | "psr-4": { |
| 936 | "Symfony\\Polyfill\\Php73\\": "" |
| 937 | }, |
| 938 | "files": [ |
| 939 | "bootstrap.php" |
| 940 | ], |
| 941 | "classmap": [ |
| 942 | "Resources/stubs" |
| 943 | ] |
| 944 | }, |
| 945 | "notification-url": "https://packagist.org/downloads/", |
| 946 | "license": [ |
| 947 | "MIT" |
| 948 | ], |
| 949 | "authors": [ |
| 950 | { |
| 951 | "name": "Nicolas Grekas", |
| 952 | "email": "p@tchwork.com" |
| 953 | }, |
| 954 | { |
| 955 | "name": "Symfony Community", |
| 956 | "homepage": "https://symfony.com/contributors" |
| 957 | } |
| 958 | ], |
| 959 | "description": "Symfony polyfill backporting some PHP 7.3+ features to lower PHP versions", |
| 960 | "homepage": "https://symfony.com", |
| 961 | "keywords": [ |
| 962 | "compatibility", |
| 963 | "polyfill", |
| 964 | "portable", |
| 965 | "shim" |
| 966 | ], |
| 967 | "funding": [ |
| 968 | { |
| 969 | "url": "https://symfony.com/sponsor", |
| 970 | "type": "custom" |
| 971 | }, |
| 972 | { |
| 973 | "url": "https://github.com/fabpot", |
| 974 | "type": "github" |
| 975 | }, |
| 976 | { |
| 977 | "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", |
| 978 | "type": "tidelift" |
| 979 | } |
| 980 | ] |
| 981 | }, |
| 982 | { |
| 983 | "name": "symfony/polyfill-php80", |
| 984 | "version": "v1.22.0", |
| 985 | "version_normalized": "1.22.0.0", |
| 986 | "source": { |
| 987 | "type": "git", |
| 988 | "url": "https://github.com/symfony/polyfill-php80.git", |
| 989 | "reference": "dc3063ba22c2a1fd2f45ed856374d79114998f91" |
| 990 | }, |
| 991 | "dist": { |
| 992 | "type": "zip", |
| 993 | "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/dc3063ba22c2a1fd2f45ed856374d79114998f91", |
| 994 | "reference": "dc3063ba22c2a1fd2f45ed856374d79114998f91", |
| 995 | "shasum": "" |
| 996 | }, |
| 997 | "require": { |
| 998 | "php": ">=7.1" |
| 999 | }, |
| 1000 | "time": "2021-01-07T16:49:33+00:00", |
| 1001 | "type": "library", |
| 1002 | "extra": { |
| 1003 | "branch-alias": { |
| 1004 | "dev-main": "1.22-dev" |
| 1005 | }, |
| 1006 | "thanks": { |
| 1007 | "name": "symfony/polyfill", |
| 1008 | "url": "https://github.com/symfony/polyfill" |
| 1009 | } |
| 1010 | }, |
| 1011 | "installation-source": "dist", |
| 1012 | "autoload": { |
| 1013 | "psr-4": { |
| 1014 | "Symfony\\Polyfill\\Php80\\": "" |
| 1015 | }, |
| 1016 | "files": [ |
| 1017 | "bootstrap.php" |
| 1018 | ], |
| 1019 | "classmap": [ |
| 1020 | "Resources/stubs" |
| 1021 | ] |
| 1022 | }, |
| 1023 | "notification-url": "https://packagist.org/downloads/", |
| 1024 | "license": [ |
| 1025 | "MIT" |
| 1026 | ], |
| 1027 | "authors": [ |
| 1028 | { |
| 1029 | "name": "Ion Bazan", |
| 1030 | "email": "ion.bazan@gmail.com" |
| 1031 | }, |
| 1032 | { |
| 1033 | "name": "Nicolas Grekas", |
| 1034 | "email": "p@tchwork.com" |
| 1035 | }, |
| 1036 | { |
| 1037 | "name": "Symfony Community", |
| 1038 | "homepage": "https://symfony.com/contributors" |
| 1039 | } |
| 1040 | ], |
| 1041 | "description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions", |
| 1042 | "homepage": "https://symfony.com", |
| 1043 | "keywords": [ |
| 1044 | "compatibility", |
| 1045 | "polyfill", |
| 1046 | "portable", |
| 1047 | "shim" |
| 1048 | ], |
| 1049 | "funding": [ |
| 1050 | { |
| 1051 | "url": "https://symfony.com/sponsor", |
| 1052 | "type": "custom" |
| 1053 | }, |
| 1054 | { |
| 1055 | "url": "https://github.com/fabpot", |
| 1056 | "type": "github" |
| 1057 | }, |
| 1058 | { |
| 1059 | "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", |
| 1060 | "type": "tidelift" |
| 1061 | } |
| 1062 | ] |
| 1063 | }, |
| 1064 | { |
| 1065 | "name": "symfony/service-contracts", |
| 1066 | "version": "v2.2.0", |
| 1067 | "version_normalized": "2.2.0.0", |
| 1068 | "source": { |
| 1069 | "type": "git", |
| 1070 | "url": "https://github.com/symfony/service-contracts.git", |
| 1071 | "reference": "d15da7ba4957ffb8f1747218be9e1a121fd298a1" |
| 1072 | }, |
| 1073 | "dist": { |
| 1074 | "type": "zip", |
| 1075 | "url": "https://api.github.com/repos/symfony/service-contracts/zipball/d15da7ba4957ffb8f1747218be9e1a121fd298a1", |
| 1076 | "reference": "d15da7ba4957ffb8f1747218be9e1a121fd298a1", |
| 1077 | "shasum": "" |
| 1078 | }, |
| 1079 | "require": { |
| 1080 | "php": ">=7.2.5", |
| 1081 | "psr/container": "^1.0" |
| 1082 | }, |
| 1083 | "suggest": { |
| 1084 | "symfony/service-implementation": "" |
| 1085 | }, |
| 1086 | "time": "2020-09-07T11:33:47+00:00", |
| 1087 | "type": "library", |
| 1088 | "extra": { |
| 1089 | "branch-alias": { |
| 1090 | "dev-master": "2.2-dev" |
| 1091 | }, |
| 1092 | "thanks": { |
| 1093 | "name": "symfony/contracts", |
| 1094 | "url": "https://github.com/symfony/contracts" |
| 1095 | } |
| 1096 | }, |
| 1097 | "installation-source": "dist", |
| 1098 | "autoload": { |
| 1099 | "psr-4": { |
| 1100 | "Symfony\\Contracts\\Service\\": "" |
| 1101 | } |
| 1102 | }, |
| 1103 | "notification-url": "https://packagist.org/downloads/", |
| 1104 | "license": [ |
| 1105 | "MIT" |
| 1106 | ], |
| 1107 | "authors": [ |
| 1108 | { |
| 1109 | "name": "Nicolas Grekas", |
| 1110 | "email": "p@tchwork.com" |
| 1111 | }, |
| 1112 | { |
| 1113 | "name": "Symfony Community", |
| 1114 | "homepage": "https://symfony.com/contributors" |
| 1115 | } |
| 1116 | ], |
| 1117 | "description": "Generic abstractions related to writing services", |
| 1118 | "homepage": "https://symfony.com", |
| 1119 | "keywords": [ |
| 1120 | "abstractions", |
| 1121 | "contracts", |
| 1122 | "decoupling", |
| 1123 | "interfaces", |
| 1124 | "interoperability", |
| 1125 | "standards" |
| 1126 | ], |
| 1127 | "funding": [ |
| 1128 | { |
| 1129 | "url": "https://symfony.com/sponsor", |
| 1130 | "type": "custom" |
| 1131 | }, |
| 1132 | { |
| 1133 | "url": "https://github.com/fabpot", |
| 1134 | "type": "github" |
| 1135 | }, |
| 1136 | { |
| 1137 | "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", |
| 1138 | "type": "tidelift" |
| 1139 | } |
| 1140 | ] |
| 1141 | }, |
| 1142 | { |
| 1143 | "name": "symfony/string", |
| 1144 | "version": "v5.2.1", |
| 1145 | "version_normalized": "5.2.1.0", |
| 1146 | "source": { |
| 1147 | "type": "git", |
| 1148 | "url": "https://github.com/symfony/string.git", |
| 1149 | "reference": "5bd67751d2e3f7d6f770c9154b8fbcb2aa05f7ed" |
| 1150 | }, |
| 1151 | "dist": { |
| 1152 | "type": "zip", |
| 1153 | "url": "https://api.github.com/repos/symfony/string/zipball/5bd67751d2e3f7d6f770c9154b8fbcb2aa05f7ed", |
| 1154 | "reference": "5bd67751d2e3f7d6f770c9154b8fbcb2aa05f7ed", |
| 1155 | "shasum": "" |
| 1156 | }, |
| 1157 | "require": { |
| 1158 | "php": ">=7.2.5", |
| 1159 | "symfony/polyfill-ctype": "~1.8", |
| 1160 | "symfony/polyfill-intl-grapheme": "~1.0", |
| 1161 | "symfony/polyfill-intl-normalizer": "~1.0", |
| 1162 | "symfony/polyfill-mbstring": "~1.0", |
| 1163 | "symfony/polyfill-php80": "~1.15" |
| 1164 | }, |
| 1165 | "require-dev": { |
| 1166 | "symfony/error-handler": "^4.4|^5.0", |
| 1167 | "symfony/http-client": "^4.4|^5.0", |
| 1168 | "symfony/translation-contracts": "^1.1|^2", |
| 1169 | "symfony/var-exporter": "^4.4|^5.0" |
| 1170 | }, |
| 1171 | "time": "2020-12-05T07:33:16+00:00", |
| 1172 | "type": "library", |
| 1173 | "installation-source": "dist", |
| 1174 | "autoload": { |
| 1175 | "psr-4": { |
| 1176 | "Symfony\\Component\\String\\": "" |
| 1177 | }, |
| 1178 | "files": [ |
| 1179 | "Resources/functions.php" |
| 1180 | ], |
| 1181 | "exclude-from-classmap": [ |
| 1182 | "/Tests/" |
| 1183 | ] |
| 1184 | }, |
| 1185 | "notification-url": "https://packagist.org/downloads/", |
| 1186 | "license": [ |
| 1187 | "MIT" |
| 1188 | ], |
| 1189 | "authors": [ |
| 1190 | { |
| 1191 | "name": "Nicolas Grekas", |
| 1192 | "email": "p@tchwork.com" |
| 1193 | }, |
| 1194 | { |
| 1195 | "name": "Symfony Community", |
| 1196 | "homepage": "https://symfony.com/contributors" |
| 1197 | } |
| 1198 | ], |
| 1199 | "description": "Symfony String component", |
| 1200 | "homepage": "https://symfony.com", |
| 1201 | "keywords": [ |
| 1202 | "grapheme", |
| 1203 | "i18n", |
| 1204 | "string", |
| 1205 | "unicode", |
| 1206 | "utf-8", |
| 1207 | "utf8" |
| 1208 | ], |
| 1209 | "funding": [ |
| 1210 | { |
| 1211 | "url": "https://symfony.com/sponsor", |
| 1212 | "type": "custom" |
| 1213 | }, |
| 1214 | { |
| 1215 | "url": "https://github.com/fabpot", |
| 1216 | "type": "github" |
| 1217 | }, |
| 1218 | { |
| 1219 | "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", |
| 1220 | "type": "tidelift" |
| 1221 | } |
| 1222 | ] |
| 1223 | } |
| 1224 | ] |
| 1225 |