| 1 |
{ |
| 2 |
"packages": [ |
| 3 |
{ |
| 4 |
"name": "coenjacobs/mozart", |
| 5 |
"version": "0.7.1", |
| 6 |
"version_normalized": "0.7.1.0", |
| 7 |
"source": { |
| 8 |
"type": "git", |
| 9 |
"url": "https://github.com/coenjacobs/mozart.git", |
| 10 |
"reference": "dbcdeb992d20d9c8914eef090f9a0d684bb1102c" |
| 11 |
}, |
| 12 |
"dist": { |
| 13 |
"type": "zip", |
| 14 |
"url": "https://api.github.com/repos/coenjacobs/mozart/zipball/dbcdeb992d20d9c8914eef090f9a0d684bb1102c", |
| 15 |
"reference": "dbcdeb992d20d9c8914eef090f9a0d684bb1102c", |
| 16 |
"shasum": "" |
| 17 |
}, |
| 18 |
"require": { |
| 19 |
"league/flysystem": "^1.0", |
| 20 |
"php": "^7.3|^8.0", |
| 21 |
"symfony/console": "^4|^5", |
| 22 |
"symfony/finder": "^4|^5" |
| 23 |
}, |
| 24 |
"require-dev": { |
| 25 |
"mheap/phpunit-github-actions-printer": "^1.4", |
| 26 |
"phpunit/phpunit": "^8.5", |
| 27 |
"squizlabs/php_codesniffer": "^3.5", |
| 28 |
"vimeo/psalm": "^4.4" |
| 29 |
}, |
| 30 |
"time": "2021-02-02T21:37:03+00:00", |
| 31 |
"bin": [ |
| 32 |
"bin/mozart" |
| 33 |
], |
| 34 |
"type": "library", |
| 35 |
"installation-source": "dist", |
| 36 |
"autoload": { |
| 37 |
"psr-4": { |
| 38 |
"CoenJacobs\\Mozart\\": "src/" |
| 39 |
} |
| 40 |
}, |
| 41 |
"notification-url": "https://packagist.org/downloads/", |
| 42 |
"license": [ |
| 43 |
"MIT" |
| 44 |
], |
| 45 |
"authors": [ |
| 46 |
{ |
| 47 |
"name": "Coen Jacobs", |
| 48 |
"email": "coenjacobs@gmail.com" |
| 49 |
} |
| 50 |
], |
| 51 |
"description": "Composes all dependencies as a package inside a WordPress plugin", |
| 52 |
"support": { |
| 53 |
"issues": "https://github.com/coenjacobs/mozart/issues", |
| 54 |
"source": "https://github.com/coenjacobs/mozart/tree/0.7.1" |
| 55 |
}, |
| 56 |
"funding": [ |
| 57 |
{ |
| 58 |
"url": "https://github.com/coenjacobs", |
| 59 |
"type": "github" |
| 60 |
} |
| 61 |
], |
| 62 |
"install-path": "../coenjacobs/mozart" |
| 63 |
}, |
| 64 |
{ |
| 65 |
"name": "jeremeamia/superclosure", |
| 66 |
"version": "2.4.0", |
| 67 |
"version_normalized": "2.4.0.0", |
| 68 |
"source": { |
| 69 |
"type": "git", |
| 70 |
"url": "https://github.com/jeremeamia/super_closure.git", |
| 71 |
"reference": "5707d5821b30b9a07acfb4d76949784aaa0e9ce9" |
| 72 |
}, |
| 73 |
"dist": { |
| 74 |
"type": "zip", |
| 75 |
"url": "https://api.github.com/repos/jeremeamia/super_closure/zipball/5707d5821b30b9a07acfb4d76949784aaa0e9ce9", |
| 76 |
"reference": "5707d5821b30b9a07acfb4d76949784aaa0e9ce9", |
| 77 |
"shasum": "" |
| 78 |
}, |
| 79 |
"require": { |
| 80 |
"nikic/php-parser": "^1.2|^2.0|^3.0|^4.0", |
| 81 |
"php": ">=5.4", |
| 82 |
"symfony/polyfill-php56": "^1.0" |
| 83 |
}, |
| 84 |
"require-dev": { |
| 85 |
"phpunit/phpunit": "^4.0|^5.0" |
| 86 |
}, |
| 87 |
"time": "2018-03-21T22:21:57+00:00", |
| 88 |
"type": "library", |
| 89 |
"extra": { |
| 90 |
"branch-alias": { |
| 91 |
"dev-master": "2.4-dev" |
| 92 |
} |
| 93 |
}, |
| 94 |
"installation-source": "dist", |
| 95 |
"autoload": { |
| 96 |
"psr-4": { |
| 97 |
"SuperClosure\\": "src/" |
| 98 |
} |
| 99 |
}, |
| 100 |
"notification-url": "https://packagist.org/downloads/", |
| 101 |
"license": [ |
| 102 |
"MIT" |
| 103 |
], |
| 104 |
"authors": [ |
| 105 |
{ |
| 106 |
"name": "Jeremy Lindblom", |
| 107 |
"email": "jeremeamia@gmail.com", |
| 108 |
"homepage": "https://github.com/jeremeamia", |
| 109 |
"role": "Developer" |
| 110 |
} |
| 111 |
], |
| 112 |
"description": "Serialize Closure objects, including their context and binding", |
| 113 |
"homepage": "https://github.com/jeremeamia/super_closure", |
| 114 |
"keywords": [ |
| 115 |
"closure", |
| 116 |
"function", |
| 117 |
"lambda", |
| 118 |
"parser", |
| 119 |
"serializable", |
| 120 |
"serialize", |
| 121 |
"tokenizer" |
| 122 |
], |
| 123 |
"support": { |
| 124 |
"issues": "https://github.com/jeremeamia/super_closure/issues", |
| 125 |
"source": "https://github.com/jeremeamia/super_closure/tree/master" |
| 126 |
}, |
| 127 |
"abandoned": "opis/closure", |
| 128 |
"install-path": "../jeremeamia/superclosure" |
| 129 |
}, |
| 130 |
{ |
| 131 |
"name": "league/flysystem", |
| 132 |
"version": "1.1.10", |
| 133 |
"version_normalized": "1.1.10.0", |
| 134 |
"source": { |
| 135 |
"type": "git", |
| 136 |
"url": "https://github.com/thephpleague/flysystem.git", |
| 137 |
"reference": "3239285c825c152bcc315fe0e87d6b55f5972ed1" |
| 138 |
}, |
| 139 |
"dist": { |
| 140 |
"type": "zip", |
| 141 |
"url": "https://api.github.com/repos/thephpleague/flysystem/zipball/3239285c825c152bcc315fe0e87d6b55f5972ed1", |
| 142 |
"reference": "3239285c825c152bcc315fe0e87d6b55f5972ed1", |
| 143 |
"shasum": "" |
| 144 |
}, |
| 145 |
"require": { |
| 146 |
"ext-fileinfo": "*", |
| 147 |
"league/mime-type-detection": "^1.3", |
| 148 |
"php": "^7.2.5 || ^8.0" |
| 149 |
}, |
| 150 |
"conflict": { |
| 151 |
"league/flysystem-sftp": "<1.0.6" |
| 152 |
}, |
| 153 |
"require-dev": { |
| 154 |
"phpspec/prophecy": "^1.11.1", |
| 155 |
"phpunit/phpunit": "^8.5.8" |
| 156 |
}, |
| 157 |
"suggest": { |
| 158 |
"ext-ftp": "Allows you to use FTP server storage", |
| 159 |
"ext-openssl": "Allows you to use FTPS server storage", |
| 160 |
"league/flysystem-aws-s3-v2": "Allows you to use S3 storage with AWS SDK v2", |
| 161 |
"league/flysystem-aws-s3-v3": "Allows you to use S3 storage with AWS SDK v3", |
| 162 |
"league/flysystem-azure": "Allows you to use Windows Azure Blob storage", |
| 163 |
"league/flysystem-cached-adapter": "Flysystem adapter decorator for metadata caching", |
| 164 |
"league/flysystem-eventable-filesystem": "Allows you to use EventableFilesystem", |
| 165 |
"league/flysystem-rackspace": "Allows you to use Rackspace Cloud Files", |
| 166 |
"league/flysystem-sftp": "Allows you to use SFTP server storage via phpseclib", |
| 167 |
"league/flysystem-webdav": "Allows you to use WebDAV storage", |
| 168 |
"league/flysystem-ziparchive": "Allows you to use ZipArchive adapter", |
| 169 |
"spatie/flysystem-dropbox": "Allows you to use Dropbox storage", |
| 170 |
"srmklive/flysystem-dropbox-v2": "Allows you to use Dropbox storage for PHP 5 applications" |
| 171 |
}, |
| 172 |
"time": "2022-10-04T09:16:37+00:00", |
| 173 |
"type": "library", |
| 174 |
"extra": { |
| 175 |
"branch-alias": { |
| 176 |
"dev-master": "1.1-dev" |
| 177 |
} |
| 178 |
}, |
| 179 |
"installation-source": "dist", |
| 180 |
"autoload": { |
| 181 |
"psr-4": { |
| 182 |
"League\\Flysystem\\": "src/" |
| 183 |
} |
| 184 |
}, |
| 185 |
"notification-url": "https://packagist.org/downloads/", |
| 186 |
"license": [ |
| 187 |
"MIT" |
| 188 |
], |
| 189 |
"authors": [ |
| 190 |
{ |
| 191 |
"name": "Frank de Jonge", |
| 192 |
"email": "info@frenky.net" |
| 193 |
} |
| 194 |
], |
| 195 |
"description": "Filesystem abstraction: Many filesystems, one API.", |
| 196 |
"keywords": [ |
| 197 |
"Cloud Files", |
| 198 |
"WebDAV", |
| 199 |
"abstraction", |
| 200 |
"aws", |
| 201 |
"cloud", |
| 202 |
"copy.com", |
| 203 |
"dropbox", |
| 204 |
"file systems", |
| 205 |
"files", |
| 206 |
"filesystem", |
| 207 |
"filesystems", |
| 208 |
"ftp", |
| 209 |
"rackspace", |
| 210 |
"remote", |
| 211 |
"s3", |
| 212 |
"sftp", |
| 213 |
"storage" |
| 214 |
], |
| 215 |
"support": { |
| 216 |
"issues": "https://github.com/thephpleague/flysystem/issues", |
| 217 |
"source": "https://github.com/thephpleague/flysystem/tree/1.1.10" |
| 218 |
}, |
| 219 |
"funding": [ |
| 220 |
{ |
| 221 |
"url": "https://offset.earth/frankdejonge", |
| 222 |
"type": "other" |
| 223 |
} |
| 224 |
], |
| 225 |
"install-path": "../league/flysystem" |
| 226 |
}, |
| 227 |
{ |
| 228 |
"name": "league/mime-type-detection", |
| 229 |
"version": "1.15.0", |
| 230 |
"version_normalized": "1.15.0.0", |
| 231 |
"source": { |
| 232 |
"type": "git", |
| 233 |
"url": "https://github.com/thephpleague/mime-type-detection.git", |
| 234 |
"reference": "ce0f4d1e8a6f4eb0ddff33f57c69c50fd09f4301" |
| 235 |
}, |
| 236 |
"dist": { |
| 237 |
"type": "zip", |
| 238 |
"url": "https://api.github.com/repos/thephpleague/mime-type-detection/zipball/ce0f4d1e8a6f4eb0ddff33f57c69c50fd09f4301", |
| 239 |
"reference": "ce0f4d1e8a6f4eb0ddff33f57c69c50fd09f4301", |
| 240 |
"shasum": "" |
| 241 |
}, |
| 242 |
"require": { |
| 243 |
"ext-fileinfo": "*", |
| 244 |
"php": "^7.4 || ^8.0" |
| 245 |
}, |
| 246 |
"require-dev": { |
| 247 |
"friendsofphp/php-cs-fixer": "^3.2", |
| 248 |
"phpstan/phpstan": "^0.12.68", |
| 249 |
"phpunit/phpunit": "^8.5.8 || ^9.3 || ^10.0" |
| 250 |
}, |
| 251 |
"time": "2024-01-28T23:22:08+00:00", |
| 252 |
"type": "library", |
| 253 |
"installation-source": "dist", |
| 254 |
"autoload": { |
| 255 |
"psr-4": { |
| 256 |
"League\\MimeTypeDetection\\": "src" |
| 257 |
} |
| 258 |
}, |
| 259 |
"notification-url": "https://packagist.org/downloads/", |
| 260 |
"license": [ |
| 261 |
"MIT" |
| 262 |
], |
| 263 |
"authors": [ |
| 264 |
{ |
| 265 |
"name": "Frank de Jonge", |
| 266 |
"email": "info@frankdejonge.nl" |
| 267 |
} |
| 268 |
], |
| 269 |
"description": "Mime-type detection for Flysystem", |
| 270 |
"support": { |
| 271 |
"issues": "https://github.com/thephpleague/mime-type-detection/issues", |
| 272 |
"source": "https://github.com/thephpleague/mime-type-detection/tree/1.15.0" |
| 273 |
}, |
| 274 |
"funding": [ |
| 275 |
{ |
| 276 |
"url": "https://github.com/frankdejonge", |
| 277 |
"type": "github" |
| 278 |
}, |
| 279 |
{ |
| 280 |
"url": "https://tidelift.com/funding/github/packagist/league/flysystem", |
| 281 |
"type": "tidelift" |
| 282 |
} |
| 283 |
], |
| 284 |
"install-path": "../league/mime-type-detection" |
| 285 |
}, |
| 286 |
{ |
| 287 |
"name": "nikic/php-parser", |
| 288 |
"version": "v3.1.5", |
| 289 |
"version_normalized": "3.1.5.0", |
| 290 |
"source": { |
| 291 |
"type": "git", |
| 292 |
"url": "https://github.com/nikic/PHP-Parser.git", |
| 293 |
"reference": "bb87e28e7d7b8d9a7fda231d37457c9210faf6ce" |
| 294 |
}, |
| 295 |
"dist": { |
| 296 |
"type": "zip", |
| 297 |
"url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/bb87e28e7d7b8d9a7fda231d37457c9210faf6ce", |
| 298 |
"reference": "bb87e28e7d7b8d9a7fda231d37457c9210faf6ce", |
| 299 |
"shasum": "" |
| 300 |
}, |
| 301 |
"require": { |
| 302 |
"ext-tokenizer": "*", |
| 303 |
"php": ">=5.5" |
| 304 |
}, |
| 305 |
"require-dev": { |
| 306 |
"phpunit/phpunit": "~4.0|~5.0" |
| 307 |
}, |
| 308 |
"time": "2018-02-28T20:30:58+00:00", |
| 309 |
"bin": [ |
| 310 |
"bin/php-parse" |
| 311 |
], |
| 312 |
"type": "library", |
| 313 |
"extra": { |
| 314 |
"branch-alias": { |
| 315 |
"dev-master": "3.0-dev" |
| 316 |
} |
| 317 |
}, |
| 318 |
"installation-source": "dist", |
| 319 |
"autoload": { |
| 320 |
"psr-4": { |
| 321 |
"PhpParser\\": "lib/PhpParser" |
| 322 |
} |
| 323 |
}, |
| 324 |
"notification-url": "https://packagist.org/downloads/", |
| 325 |
"license": [ |
| 326 |
"BSD-3-Clause" |
| 327 |
], |
| 328 |
"authors": [ |
| 329 |
{ |
| 330 |
"name": "Nikita Popov" |
| 331 |
} |
| 332 |
], |
| 333 |
"description": "A PHP parser written in PHP", |
| 334 |
"keywords": [ |
| 335 |
"parser", |
| 336 |
"php" |
| 337 |
], |
| 338 |
"support": { |
| 339 |
"issues": "https://github.com/nikic/PHP-Parser/issues", |
| 340 |
"source": "https://github.com/nikic/PHP-Parser/tree/v3.1.5" |
| 341 |
}, |
| 342 |
"install-path": "../nikic/php-parser" |
| 343 |
}, |
| 344 |
{ |
| 345 |
"name": "php-di/invoker", |
| 346 |
"version": "2.3.4", |
| 347 |
"version_normalized": "2.3.4.0", |
| 348 |
"source": { |
| 349 |
"type": "git", |
| 350 |
"url": "https://github.com/PHP-DI/Invoker.git", |
| 351 |
"reference": "33234b32dafa8eb69202f950a1fc92055ed76a86" |
| 352 |
}, |
| 353 |
"dist": { |
| 354 |
"type": "zip", |
| 355 |
"url": "https://api.github.com/repos/PHP-DI/Invoker/zipball/33234b32dafa8eb69202f950a1fc92055ed76a86", |
| 356 |
"reference": "33234b32dafa8eb69202f950a1fc92055ed76a86", |
| 357 |
"shasum": "" |
| 358 |
}, |
| 359 |
"require": { |
| 360 |
"php": ">=7.3", |
| 361 |
"psr/container": "^1.0|^2.0" |
| 362 |
}, |
| 363 |
"require-dev": { |
| 364 |
"athletic/athletic": "~0.1.8", |
| 365 |
"mnapoli/hard-mode": "~0.3.0", |
| 366 |
"phpunit/phpunit": "^9.0" |
| 367 |
}, |
| 368 |
"time": "2023-09-08T09:24:21+00:00", |
| 369 |
"type": "library", |
| 370 |
"installation-source": "dist", |
| 371 |
"autoload": { |
| 372 |
"psr-4": { |
| 373 |
"Invoker\\": "src/" |
| 374 |
} |
| 375 |
}, |
| 376 |
"notification-url": "https://packagist.org/downloads/", |
| 377 |
"license": [ |
| 378 |
"MIT" |
| 379 |
], |
| 380 |
"description": "Generic and extensible callable invoker", |
| 381 |
"homepage": "https://github.com/PHP-DI/Invoker", |
| 382 |
"keywords": [ |
| 383 |
"callable", |
| 384 |
"dependency", |
| 385 |
"dependency-injection", |
| 386 |
"injection", |
| 387 |
"invoke", |
| 388 |
"invoker" |
| 389 |
], |
| 390 |
"support": { |
| 391 |
"issues": "https://github.com/PHP-DI/Invoker/issues", |
| 392 |
"source": "https://github.com/PHP-DI/Invoker/tree/2.3.4" |
| 393 |
}, |
| 394 |
"funding": [ |
| 395 |
{ |
| 396 |
"url": "https://github.com/mnapoli", |
| 397 |
"type": "github" |
| 398 |
} |
| 399 |
], |
| 400 |
"install-path": "../php-di/invoker" |
| 401 |
}, |
| 402 |
{ |
| 403 |
"name": "php-di/php-di", |
| 404 |
"version": "6.0.0", |
| 405 |
"version_normalized": "6.0.0.0", |
| 406 |
"source": { |
| 407 |
"type": "git", |
| 408 |
"url": "https://github.com/PHP-DI/PHP-DI.git", |
| 409 |
"reference": "4773f7644b0c98ebfc22a1368e519ab5ac2e076c" |
| 410 |
}, |
| 411 |
"dist": { |
| 412 |
"type": "zip", |
| 413 |
"url": "https://api.github.com/repos/PHP-DI/PHP-DI/zipball/4773f7644b0c98ebfc22a1368e519ab5ac2e076c", |
| 414 |
"reference": "4773f7644b0c98ebfc22a1368e519ab5ac2e076c", |
| 415 |
"shasum": "" |
| 416 |
}, |
| 417 |
"require": { |
| 418 |
"jeremeamia/superclosure": "^2.0", |
| 419 |
"nikic/php-parser": "^2.0|^3.0", |
| 420 |
"php": ">=7.0.0", |
| 421 |
"php-di/invoker": "^2.0", |
| 422 |
"php-di/phpdoc-reader": "^2.0.1", |
| 423 |
"psr/container": "^1.0" |
| 424 |
}, |
| 425 |
"provide": { |
| 426 |
"psr/container-implementation": "^1.0" |
| 427 |
}, |
| 428 |
"require-dev": { |
| 429 |
"doctrine/annotations": "~1.2", |
| 430 |
"friendsofphp/php-cs-fixer": "^2.4", |
| 431 |
"mnapoli/phpunit-easymock": "~1.0", |
| 432 |
"ocramius/proxy-manager": "~2.0.2", |
| 433 |
"phpunit/phpunit": "~6.4" |
| 434 |
}, |
| 435 |
"suggest": { |
| 436 |
"doctrine/annotations": "Install it if you want to use annotations (version ~1.2)", |
| 437 |
"ocramius/proxy-manager": "Install it if you want to use lazy injection (version ~2.0)" |
| 438 |
}, |
| 439 |
"time": "2018-02-20T07:27:46+00:00", |
| 440 |
"type": "library", |
| 441 |
"installation-source": "dist", |
| 442 |
"autoload": { |
| 443 |
"files": [ |
| 444 |
"src/functions.php" |
| 445 |
], |
| 446 |
"psr-4": { |
| 447 |
"DI\\": "src/" |
| 448 |
} |
| 449 |
}, |
| 450 |
"notification-url": "https://packagist.org/downloads/", |
| 451 |
"license": [ |
| 452 |
"MIT" |
| 453 |
], |
| 454 |
"description": "The dependency injection container for humans", |
| 455 |
"homepage": "http://php-di.org/", |
| 456 |
"keywords": [ |
| 457 |
"PSR-11", |
| 458 |
"container", |
| 459 |
"container-interop", |
| 460 |
"dependency injection", |
| 461 |
"di", |
| 462 |
"ioc", |
| 463 |
"psr11" |
| 464 |
], |
| 465 |
"support": { |
| 466 |
"issues": "https://github.com/PHP-DI/PHP-DI/issues", |
| 467 |
"source": "https://github.com/PHP-DI/PHP-DI/tree/master" |
| 468 |
}, |
| 469 |
"install-path": "../php-di/php-di" |
| 470 |
}, |
| 471 |
{ |
| 472 |
"name": "php-di/phpdoc-reader", |
| 473 |
"version": "2.2.1", |
| 474 |
"version_normalized": "2.2.1.0", |
| 475 |
"source": { |
| 476 |
"type": "git", |
| 477 |
"url": "https://github.com/PHP-DI/PhpDocReader.git", |
| 478 |
"reference": "66daff34cbd2627740ffec9469ffbac9f8c8185c" |
| 479 |
}, |
| 480 |
"dist": { |
| 481 |
"type": "zip", |
| 482 |
"url": "https://api.github.com/repos/PHP-DI/PhpDocReader/zipball/66daff34cbd2627740ffec9469ffbac9f8c8185c", |
| 483 |
"reference": "66daff34cbd2627740ffec9469ffbac9f8c8185c", |
| 484 |
"shasum": "" |
| 485 |
}, |
| 486 |
"require": { |
| 487 |
"php": ">=7.2.0" |
| 488 |
}, |
| 489 |
"require-dev": { |
| 490 |
"mnapoli/hard-mode": "~0.3.0", |
| 491 |
"phpunit/phpunit": "^8.5|^9.0" |
| 492 |
}, |
| 493 |
"time": "2020-10-12T12:39:22+00:00", |
| 494 |
"type": "library", |
| 495 |
"installation-source": "dist", |
| 496 |
"autoload": { |
| 497 |
"psr-4": { |
| 498 |
"PhpDocReader\\": "src/PhpDocReader" |
| 499 |
} |
| 500 |
}, |
| 501 |
"notification-url": "https://packagist.org/downloads/", |
| 502 |
"license": [ |
| 503 |
"MIT" |
| 504 |
], |
| 505 |
"description": "PhpDocReader parses @var and @param values in PHP docblocks (supports namespaced class names with the same resolution rules as PHP)", |
| 506 |
"keywords": [ |
| 507 |
"phpdoc", |
| 508 |
"reflection" |
| 509 |
], |
| 510 |
"support": { |
| 511 |
"issues": "https://github.com/PHP-DI/PhpDocReader/issues", |
| 512 |
"source": "https://github.com/PHP-DI/PhpDocReader/tree/2.2.1" |
| 513 |
}, |
| 514 |
"install-path": "../php-di/phpdoc-reader" |
| 515 |
}, |
| 516 |
{ |
| 517 |
"name": "priyomukul/wp-notice", |
| 518 |
"version": "v3.x-dev", |
| 519 |
"version_normalized": "3.9999999.9999999.9999999-dev", |
| 520 |
"source": { |
| 521 |
"type": "git", |
| 522 |
"url": "git@github.com:priyomukul/wp-notice.git", |
| 523 |
"reference": "3e1a8baec94938e055199e3c6d1206b8f1d07e3e" |
| 524 |
}, |
| 525 |
"dist": { |
| 526 |
"type": "zip", |
| 527 |
"url": "https://api.github.com/repos/priyomukul/wp-notice/zipball/3e1a8baec94938e055199e3c6d1206b8f1d07e3e", |
| 528 |
"reference": "3e1a8baec94938e055199e3c6d1206b8f1d07e3e", |
| 529 |
"shasum": "" |
| 530 |
}, |
| 531 |
"time": "2024-07-07T07:57:14+00:00", |
| 532 |
"type": "library", |
| 533 |
"installation-source": "dist", |
| 534 |
"autoload": { |
| 535 |
"psr-4": { |
| 536 |
"PriyoMukul\\WPNotice\\": "src/" |
| 537 |
} |
| 538 |
}, |
| 539 |
"authors": [ |
| 540 |
{ |
| 541 |
"name": "Priyo Mukul", |
| 542 |
"email": "17237437+priyomukul@users.noreply.github.com" |
| 543 |
} |
| 544 |
], |
| 545 |
"support": { |
| 546 |
"source": "https://github.com/priyomukul/wp-notice/tree/v3", |
| 547 |
"issues": "https://github.com/priyomukul/wp-notice/issues" |
| 548 |
}, |
| 549 |
"install-path": "../priyomukul/wp-notice" |
| 550 |
}, |
| 551 |
{ |
| 552 |
"name": "psr/container", |
| 553 |
"version": "1.1.2", |
| 554 |
"version_normalized": "1.1.2.0", |
| 555 |
"source": { |
| 556 |
"type": "git", |
| 557 |
"url": "https://github.com/php-fig/container.git", |
| 558 |
"reference": "513e0666f7216c7459170d56df27dfcefe1689ea" |
| 559 |
}, |
| 560 |
"dist": { |
| 561 |
"type": "zip", |
| 562 |
"url": "https://api.github.com/repos/php-fig/container/zipball/513e0666f7216c7459170d56df27dfcefe1689ea", |
| 563 |
"reference": "513e0666f7216c7459170d56df27dfcefe1689ea", |
| 564 |
"shasum": "" |
| 565 |
}, |
| 566 |
"require": { |
| 567 |
"php": ">=7.4.0" |
| 568 |
}, |
| 569 |
"time": "2021-11-05T16:50:12+00:00", |
| 570 |
"type": "library", |
| 571 |
"installation-source": "dist", |
| 572 |
"autoload": { |
| 573 |
"psr-4": { |
| 574 |
"Psr\\Container\\": "src/" |
| 575 |
} |
| 576 |
}, |
| 577 |
"notification-url": "https://packagist.org/downloads/", |
| 578 |
"license": [ |
| 579 |
"MIT" |
| 580 |
], |
| 581 |
"authors": [ |
| 582 |
{ |
| 583 |
"name": "PHP-FIG", |
| 584 |
"homepage": "https://www.php-fig.org/" |
| 585 |
} |
| 586 |
], |
| 587 |
"description": "Common Container Interface (PHP FIG PSR-11)", |
| 588 |
"homepage": "https://github.com/php-fig/container", |
| 589 |
"keywords": [ |
| 590 |
"PSR-11", |
| 591 |
"container", |
| 592 |
"container-interface", |
| 593 |
"container-interop", |
| 594 |
"psr" |
| 595 |
], |
| 596 |
"support": { |
| 597 |
"issues": "https://github.com/php-fig/container/issues", |
| 598 |
"source": "https://github.com/php-fig/container/tree/1.1.2" |
| 599 |
}, |
| 600 |
"install-path": "../psr/container" |
| 601 |
}, |
| 602 |
{ |
| 603 |
"name": "symfony/console", |
| 604 |
"version": "v5.4.41", |
| 605 |
"version_normalized": "5.4.41.0", |
| 606 |
"source": { |
| 607 |
"type": "git", |
| 608 |
"url": "https://github.com/symfony/console.git", |
| 609 |
"reference": "6473d441a913cb997123b59ff2dbe3d1cf9e11ba" |
| 610 |
}, |
| 611 |
"dist": { |
| 612 |
"type": "zip", |
| 613 |
"url": "https://api.github.com/repos/symfony/console/zipball/6473d441a913cb997123b59ff2dbe3d1cf9e11ba", |
| 614 |
"reference": "6473d441a913cb997123b59ff2dbe3d1cf9e11ba", |
| 615 |
"shasum": "" |
| 616 |
}, |
| 617 |
"require": { |
| 618 |
"php": ">=7.2.5", |
| 619 |
"symfony/deprecation-contracts": "^2.1|^3", |
| 620 |
"symfony/polyfill-mbstring": "~1.0", |
| 621 |
"symfony/polyfill-php73": "^1.9", |
| 622 |
"symfony/polyfill-php80": "^1.16", |
| 623 |
"symfony/service-contracts": "^1.1|^2|^3", |
| 624 |
"symfony/string": "^5.1|^6.0" |
| 625 |
}, |
| 626 |
"conflict": { |
| 627 |
"psr/log": ">=3", |
| 628 |
"symfony/dependency-injection": "<4.4", |
| 629 |
"symfony/dotenv": "<5.1", |
| 630 |
"symfony/event-dispatcher": "<4.4", |
| 631 |
"symfony/lock": "<4.4", |
| 632 |
"symfony/process": "<4.4" |
| 633 |
}, |
| 634 |
"provide": { |
| 635 |
"psr/log-implementation": "1.0|2.0" |
| 636 |
}, |
| 637 |
"require-dev": { |
| 638 |
"psr/log": "^1|^2", |
| 639 |
"symfony/config": "^4.4|^5.0|^6.0", |
| 640 |
"symfony/dependency-injection": "^4.4|^5.0|^6.0", |
| 641 |
"symfony/event-dispatcher": "^4.4|^5.0|^6.0", |
| 642 |
"symfony/lock": "^4.4|^5.0|^6.0", |
| 643 |
"symfony/process": "^4.4|^5.0|^6.0", |
| 644 |
"symfony/var-dumper": "^4.4|^5.0|^6.0" |
| 645 |
}, |
| 646 |
"suggest": { |
| 647 |
"psr/log": "For using the console logger", |
| 648 |
"symfony/event-dispatcher": "", |
| 649 |
"symfony/lock": "", |
| 650 |
"symfony/process": "" |
| 651 |
}, |
| 652 |
"time": "2024-06-28T07:48:55+00:00", |
| 653 |
"type": "library", |
| 654 |
"installation-source": "dist", |
| 655 |
"autoload": { |
| 656 |
"psr-4": { |
| 657 |
"Symfony\\Component\\Console\\": "" |
| 658 |
}, |
| 659 |
"exclude-from-classmap": [ |
| 660 |
"/Tests/" |
| 661 |
] |
| 662 |
}, |
| 663 |
"notification-url": "https://packagist.org/downloads/", |
| 664 |
"license": [ |
| 665 |
"MIT" |
| 666 |
], |
| 667 |
"authors": [ |
| 668 |
{ |
| 669 |
"name": "Fabien Potencier", |
| 670 |
"email": "fabien@symfony.com" |
| 671 |
}, |
| 672 |
{ |
| 673 |
"name": "Symfony Community", |
| 674 |
"homepage": "https://symfony.com/contributors" |
| 675 |
} |
| 676 |
], |
| 677 |
"description": "Eases the creation of beautiful and testable command line interfaces", |
| 678 |
"homepage": "https://symfony.com", |
| 679 |
"keywords": [ |
| 680 |
"cli", |
| 681 |
"command-line", |
| 682 |
"console", |
| 683 |
"terminal" |
| 684 |
], |
| 685 |
"support": { |
| 686 |
"source": "https://github.com/symfony/console/tree/v5.4.41" |
| 687 |
}, |
| 688 |
"funding": [ |
| 689 |
{ |
| 690 |
"url": "https://symfony.com/sponsor", |
| 691 |
"type": "custom" |
| 692 |
}, |
| 693 |
{ |
| 694 |
"url": "https://github.com/fabpot", |
| 695 |
"type": "github" |
| 696 |
}, |
| 697 |
{ |
| 698 |
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony", |
| 699 |
"type": "tidelift" |
| 700 |
} |
| 701 |
], |
| 702 |
"install-path": "../symfony/console" |
| 703 |
}, |
| 704 |
{ |
| 705 |
"name": "symfony/deprecation-contracts", |
| 706 |
"version": "v3.5.0", |
| 707 |
"version_normalized": "3.5.0.0", |
| 708 |
"source": { |
| 709 |
"type": "git", |
| 710 |
"url": "https://github.com/symfony/deprecation-contracts.git", |
| 711 |
"reference": "0e0d29ce1f20deffb4ab1b016a7257c4f1e789a1" |
| 712 |
}, |
| 713 |
"dist": { |
| 714 |
"type": "zip", |
| 715 |
"url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/0e0d29ce1f20deffb4ab1b016a7257c4f1e789a1", |
| 716 |
"reference": "0e0d29ce1f20deffb4ab1b016a7257c4f1e789a1", |
| 717 |
"shasum": "" |
| 718 |
}, |
| 719 |
"require": { |
| 720 |
"php": ">=8.1" |
| 721 |
}, |
| 722 |
"time": "2024-04-18T09:32:20+00:00", |
| 723 |
"type": "library", |
| 724 |
"extra": { |
| 725 |
"branch-alias": { |
| 726 |
"dev-main": "3.5-dev" |
| 727 |
}, |
| 728 |
"thanks": { |
| 729 |
"name": "symfony/contracts", |
| 730 |
"url": "https://github.com/symfony/contracts" |
| 731 |
} |
| 732 |
}, |
| 733 |
"installation-source": "dist", |
| 734 |
"autoload": { |
| 735 |
"files": [ |
| 736 |
"function.php" |
| 737 |
] |
| 738 |
}, |
| 739 |
"notification-url": "https://packagist.org/downloads/", |
| 740 |
"license": [ |
| 741 |
"MIT" |
| 742 |
], |
| 743 |
"authors": [ |
| 744 |
{ |
| 745 |
"name": "Nicolas Grekas", |
| 746 |
"email": "p@tchwork.com" |
| 747 |
}, |
| 748 |
{ |
| 749 |
"name": "Symfony Community", |
| 750 |
"homepage": "https://symfony.com/contributors" |
| 751 |
} |
| 752 |
], |
| 753 |
"description": "A generic function and convention to trigger deprecation notices", |
| 754 |
"homepage": "https://symfony.com", |
| 755 |
"support": { |
| 756 |
"source": "https://github.com/symfony/deprecation-contracts/tree/v3.5.0" |
| 757 |
}, |
| 758 |
"funding": [ |
| 759 |
{ |
| 760 |
"url": "https://symfony.com/sponsor", |
| 761 |
"type": "custom" |
| 762 |
}, |
| 763 |
{ |
| 764 |
"url": "https://github.com/fabpot", |
| 765 |
"type": "github" |
| 766 |
}, |
| 767 |
{ |
| 768 |
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony", |
| 769 |
"type": "tidelift" |
| 770 |
} |
| 771 |
], |
| 772 |
"install-path": "../symfony/deprecation-contracts" |
| 773 |
}, |
| 774 |
{ |
| 775 |
"name": "symfony/finder", |
| 776 |
"version": "v5.4.40", |
| 777 |
"version_normalized": "5.4.40.0", |
| 778 |
"source": { |
| 779 |
"type": "git", |
| 780 |
"url": "https://github.com/symfony/finder.git", |
| 781 |
"reference": "f51cff4687547641c7d8180d74932ab40b2205ce" |
| 782 |
}, |
| 783 |
"dist": { |
| 784 |
"type": "zip", |
| 785 |
"url": "https://api.github.com/repos/symfony/finder/zipball/f51cff4687547641c7d8180d74932ab40b2205ce", |
| 786 |
"reference": "f51cff4687547641c7d8180d74932ab40b2205ce", |
| 787 |
"shasum": "" |
| 788 |
}, |
| 789 |
"require": { |
| 790 |
"php": ">=7.2.5", |
| 791 |
"symfony/deprecation-contracts": "^2.1|^3", |
| 792 |
"symfony/polyfill-php80": "^1.16" |
| 793 |
}, |
| 794 |
"time": "2024-05-31T14:33:22+00:00", |
| 795 |
"type": "library", |
| 796 |
"installation-source": "dist", |
| 797 |
"autoload": { |
| 798 |
"psr-4": { |
| 799 |
"Symfony\\Component\\Finder\\": "" |
| 800 |
}, |
| 801 |
"exclude-from-classmap": [ |
| 802 |
"/Tests/" |
| 803 |
] |
| 804 |
}, |
| 805 |
"notification-url": "https://packagist.org/downloads/", |
| 806 |
"license": [ |
| 807 |
"MIT" |
| 808 |
], |
| 809 |
"authors": [ |
| 810 |
{ |
| 811 |
"name": "Fabien Potencier", |
| 812 |
"email": "fabien@symfony.com" |
| 813 |
}, |
| 814 |
{ |
| 815 |
"name": "Symfony Community", |
| 816 |
"homepage": "https://symfony.com/contributors" |
| 817 |
} |
| 818 |
], |
| 819 |
"description": "Finds files and directories via an intuitive fluent interface", |
| 820 |
"homepage": "https://symfony.com", |
| 821 |
"support": { |
| 822 |
"source": "https://github.com/symfony/finder/tree/v5.4.40" |
| 823 |
}, |
| 824 |
"funding": [ |
| 825 |
{ |
| 826 |
"url": "https://symfony.com/sponsor", |
| 827 |
"type": "custom" |
| 828 |
}, |
| 829 |
{ |
| 830 |
"url": "https://github.com/fabpot", |
| 831 |
"type": "github" |
| 832 |
}, |
| 833 |
{ |
| 834 |
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony", |
| 835 |
"type": "tidelift" |
| 836 |
} |
| 837 |
], |
| 838 |
"install-path": "../symfony/finder" |
| 839 |
}, |
| 840 |
{ |
| 841 |
"name": "symfony/polyfill-ctype", |
| 842 |
"version": "v1.30.0", |
| 843 |
"version_normalized": "1.30.0.0", |
| 844 |
"source": { |
| 845 |
"type": "git", |
| 846 |
"url": "https://github.com/symfony/polyfill-ctype.git", |
| 847 |
"reference": "0424dff1c58f028c451efff2045f5d92410bd540" |
| 848 |
}, |
| 849 |
"dist": { |
| 850 |
"type": "zip", |
| 851 |
"url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/0424dff1c58f028c451efff2045f5d92410bd540", |
| 852 |
"reference": "0424dff1c58f028c451efff2045f5d92410bd540", |
| 853 |
"shasum": "" |
| 854 |
}, |
| 855 |
"require": { |
| 856 |
"php": ">=7.1" |
| 857 |
}, |
| 858 |
"provide": { |
| 859 |
"ext-ctype": "*" |
| 860 |
}, |
| 861 |
"suggest": { |
| 862 |
"ext-ctype": "For best performance" |
| 863 |
}, |
| 864 |
"time": "2024-05-31T15:07:36+00:00", |
| 865 |
"type": "library", |
| 866 |
"extra": { |
| 867 |
"thanks": { |
| 868 |
"name": "symfony/polyfill", |
| 869 |
"url": "https://github.com/symfony/polyfill" |
| 870 |
} |
| 871 |
}, |
| 872 |
"installation-source": "dist", |
| 873 |
"autoload": { |
| 874 |
"files": [ |
| 875 |
"bootstrap.php" |
| 876 |
], |
| 877 |
"psr-4": { |
| 878 |
"Symfony\\Polyfill\\Ctype\\": "" |
| 879 |
} |
| 880 |
}, |
| 881 |
"notification-url": "https://packagist.org/downloads/", |
| 882 |
"license": [ |
| 883 |
"MIT" |
| 884 |
], |
| 885 |
"authors": [ |
| 886 |
{ |
| 887 |
"name": "Gert de Pagter", |
| 888 |
"email": "BackEndTea@gmail.com" |
| 889 |
}, |
| 890 |
{ |
| 891 |
"name": "Symfony Community", |
| 892 |
"homepage": "https://symfony.com/contributors" |
| 893 |
} |
| 894 |
], |
| 895 |
"description": "Symfony polyfill for ctype functions", |
| 896 |
"homepage": "https://symfony.com", |
| 897 |
"keywords": [ |
| 898 |
"compatibility", |
| 899 |
"ctype", |
| 900 |
"polyfill", |
| 901 |
"portable" |
| 902 |
], |
| 903 |
"support": { |
| 904 |
"source": "https://github.com/symfony/polyfill-ctype/tree/v1.30.0" |
| 905 |
}, |
| 906 |
"funding": [ |
| 907 |
{ |
| 908 |
"url": "https://symfony.com/sponsor", |
| 909 |
"type": "custom" |
| 910 |
}, |
| 911 |
{ |
| 912 |
"url": "https://github.com/fabpot", |
| 913 |
"type": "github" |
| 914 |
}, |
| 915 |
{ |
| 916 |
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony", |
| 917 |
"type": "tidelift" |
| 918 |
} |
| 919 |
], |
| 920 |
"install-path": "../symfony/polyfill-ctype" |
| 921 |
}, |
| 922 |
{ |
| 923 |
"name": "symfony/polyfill-intl-grapheme", |
| 924 |
"version": "v1.30.0", |
| 925 |
"version_normalized": "1.30.0.0", |
| 926 |
"source": { |
| 927 |
"type": "git", |
| 928 |
"url": "https://github.com/symfony/polyfill-intl-grapheme.git", |
| 929 |
"reference": "64647a7c30b2283f5d49b874d84a18fc22054b7a" |
| 930 |
}, |
| 931 |
"dist": { |
| 932 |
"type": "zip", |
| 933 |
"url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/64647a7c30b2283f5d49b874d84a18fc22054b7a", |
| 934 |
"reference": "64647a7c30b2283f5d49b874d84a18fc22054b7a", |
| 935 |
"shasum": "" |
| 936 |
}, |
| 937 |
"require": { |
| 938 |
"php": ">=7.1" |
| 939 |
}, |
| 940 |
"suggest": { |
| 941 |
"ext-intl": "For best performance" |
| 942 |
}, |
| 943 |
"time": "2024-05-31T15:07:36+00:00", |
| 944 |
"type": "library", |
| 945 |
"extra": { |
| 946 |
"thanks": { |
| 947 |
"name": "symfony/polyfill", |
| 948 |
"url": "https://github.com/symfony/polyfill" |
| 949 |
} |
| 950 |
}, |
| 951 |
"installation-source": "dist", |
| 952 |
"autoload": { |
| 953 |
"files": [ |
| 954 |
"bootstrap.php" |
| 955 |
], |
| 956 |
"psr-4": { |
| 957 |
"Symfony\\Polyfill\\Intl\\Grapheme\\": "" |
| 958 |
} |
| 959 |
}, |
| 960 |
"notification-url": "https://packagist.org/downloads/", |
| 961 |
"license": [ |
| 962 |
"MIT" |
| 963 |
], |
| 964 |
"authors": [ |
| 965 |
{ |
| 966 |
"name": "Nicolas Grekas", |
| 967 |
"email": "p@tchwork.com" |
| 968 |
}, |
| 969 |
{ |
| 970 |
"name": "Symfony Community", |
| 971 |
"homepage": "https://symfony.com/contributors" |
| 972 |
} |
| 973 |
], |
| 974 |
"description": "Symfony polyfill for intl's grapheme_* functions", |
| 975 |
"homepage": "https://symfony.com", |
| 976 |
"keywords": [ |
| 977 |
"compatibility", |
| 978 |
"grapheme", |
| 979 |
"intl", |
| 980 |
"polyfill", |
| 981 |
"portable", |
| 982 |
"shim" |
| 983 |
], |
| 984 |
"support": { |
| 985 |
"source": "https://github.com/symfony/polyfill-intl-grapheme/tree/v1.30.0" |
| 986 |
}, |
| 987 |
"funding": [ |
| 988 |
{ |
| 989 |
"url": "https://symfony.com/sponsor", |
| 990 |
"type": "custom" |
| 991 |
}, |
| 992 |
{ |
| 993 |
"url": "https://github.com/fabpot", |
| 994 |
"type": "github" |
| 995 |
}, |
| 996 |
{ |
| 997 |
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony", |
| 998 |
"type": "tidelift" |
| 999 |
} |
| 1000 |
], |
| 1001 |
"install-path": "../symfony/polyfill-intl-grapheme" |
| 1002 |
}, |
| 1003 |
{ |
| 1004 |
"name": "symfony/polyfill-intl-normalizer", |
| 1005 |
"version": "v1.30.0", |
| 1006 |
"version_normalized": "1.30.0.0", |
| 1007 |
"source": { |
| 1008 |
"type": "git", |
| 1009 |
"url": "https://github.com/symfony/polyfill-intl-normalizer.git", |
| 1010 |
"reference": "a95281b0be0d9ab48050ebd988b967875cdb9fdb" |
| 1011 |
}, |
| 1012 |
"dist": { |
| 1013 |
"type": "zip", |
| 1014 |
"url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/a95281b0be0d9ab48050ebd988b967875cdb9fdb", |
| 1015 |
"reference": "a95281b0be0d9ab48050ebd988b967875cdb9fdb", |
| 1016 |
"shasum": "" |
| 1017 |
}, |
| 1018 |
"require": { |
| 1019 |
"php": ">=7.1" |
| 1020 |
}, |
| 1021 |
"suggest": { |
| 1022 |
"ext-intl": "For best performance" |
| 1023 |
}, |
| 1024 |
"time": "2024-05-31T15:07:36+00:00", |
| 1025 |
"type": "library", |
| 1026 |
"extra": { |
| 1027 |
"thanks": { |
| 1028 |
"name": "symfony/polyfill", |
| 1029 |
"url": "https://github.com/symfony/polyfill" |
| 1030 |
} |
| 1031 |
}, |
| 1032 |
"installation-source": "dist", |
| 1033 |
"autoload": { |
| 1034 |
"files": [ |
| 1035 |
"bootstrap.php" |
| 1036 |
], |
| 1037 |
"psr-4": { |
| 1038 |
"Symfony\\Polyfill\\Intl\\Normalizer\\": "" |
| 1039 |
}, |
| 1040 |
"classmap": [ |
| 1041 |
"Resources/stubs" |
| 1042 |
] |
| 1043 |
}, |
| 1044 |
"notification-url": "https://packagist.org/downloads/", |
| 1045 |
"license": [ |
| 1046 |
"MIT" |
| 1047 |
], |
| 1048 |
"authors": [ |
| 1049 |
{ |
| 1050 |
"name": "Nicolas Grekas", |
| 1051 |
"email": "p@tchwork.com" |
| 1052 |
}, |
| 1053 |
{ |
| 1054 |
"name": "Symfony Community", |
| 1055 |
"homepage": "https://symfony.com/contributors" |
| 1056 |
} |
| 1057 |
], |
| 1058 |
"description": "Symfony polyfill for intl's Normalizer class and related functions", |
| 1059 |
"homepage": "https://symfony.com", |
| 1060 |
"keywords": [ |
| 1061 |
"compatibility", |
| 1062 |
"intl", |
| 1063 |
"normalizer", |
| 1064 |
"polyfill", |
| 1065 |
"portable", |
| 1066 |
"shim" |
| 1067 |
], |
| 1068 |
"support": { |
| 1069 |
"source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.30.0" |
| 1070 |
}, |
| 1071 |
"funding": [ |
| 1072 |
{ |
| 1073 |
"url": "https://symfony.com/sponsor", |
| 1074 |
"type": "custom" |
| 1075 |
}, |
| 1076 |
{ |
| 1077 |
"url": "https://github.com/fabpot", |
| 1078 |
"type": "github" |
| 1079 |
}, |
| 1080 |
{ |
| 1081 |
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony", |
| 1082 |
"type": "tidelift" |
| 1083 |
} |
| 1084 |
], |
| 1085 |
"install-path": "../symfony/polyfill-intl-normalizer" |
| 1086 |
}, |
| 1087 |
{ |
| 1088 |
"name": "symfony/polyfill-mbstring", |
| 1089 |
"version": "v1.30.0", |
| 1090 |
"version_normalized": "1.30.0.0", |
| 1091 |
"source": { |
| 1092 |
"type": "git", |
| 1093 |
"url": "https://github.com/symfony/polyfill-mbstring.git", |
| 1094 |
"reference": "fd22ab50000ef01661e2a31d850ebaa297f8e03c" |
| 1095 |
}, |
| 1096 |
"dist": { |
| 1097 |
"type": "zip", |
| 1098 |
"url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/fd22ab50000ef01661e2a31d850ebaa297f8e03c", |
| 1099 |
"reference": "fd22ab50000ef01661e2a31d850ebaa297f8e03c", |
| 1100 |
"shasum": "" |
| 1101 |
}, |
| 1102 |
"require": { |
| 1103 |
"php": ">=7.1" |
| 1104 |
}, |
| 1105 |
"provide": { |
| 1106 |
"ext-mbstring": "*" |
| 1107 |
}, |
| 1108 |
"suggest": { |
| 1109 |
"ext-mbstring": "For best performance" |
| 1110 |
}, |
| 1111 |
"time": "2024-06-19T12:30:46+00:00", |
| 1112 |
"type": "library", |
| 1113 |
"extra": { |
| 1114 |
"thanks": { |
| 1115 |
"name": "symfony/polyfill", |
| 1116 |
"url": "https://github.com/symfony/polyfill" |
| 1117 |
} |
| 1118 |
}, |
| 1119 |
"installation-source": "dist", |
| 1120 |
"autoload": { |
| 1121 |
"files": [ |
| 1122 |
"bootstrap.php" |
| 1123 |
], |
| 1124 |
"psr-4": { |
| 1125 |
"Symfony\\Polyfill\\Mbstring\\": "" |
| 1126 |
} |
| 1127 |
}, |
| 1128 |
"notification-url": "https://packagist.org/downloads/", |
| 1129 |
"license": [ |
| 1130 |
"MIT" |
| 1131 |
], |
| 1132 |
"authors": [ |
| 1133 |
{ |
| 1134 |
"name": "Nicolas Grekas", |
| 1135 |
"email": "p@tchwork.com" |
| 1136 |
}, |
| 1137 |
{ |
| 1138 |
"name": "Symfony Community", |
| 1139 |
"homepage": "https://symfony.com/contributors" |
| 1140 |
} |
| 1141 |
], |
| 1142 |
"description": "Symfony polyfill for the Mbstring extension", |
| 1143 |
"homepage": "https://symfony.com", |
| 1144 |
"keywords": [ |
| 1145 |
"compatibility", |
| 1146 |
"mbstring", |
| 1147 |
"polyfill", |
| 1148 |
"portable", |
| 1149 |
"shim" |
| 1150 |
], |
| 1151 |
"support": { |
| 1152 |
"source": "https://github.com/symfony/polyfill-mbstring/tree/v1.30.0" |
| 1153 |
}, |
| 1154 |
"funding": [ |
| 1155 |
{ |
| 1156 |
"url": "https://symfony.com/sponsor", |
| 1157 |
"type": "custom" |
| 1158 |
}, |
| 1159 |
{ |
| 1160 |
"url": "https://github.com/fabpot", |
| 1161 |
"type": "github" |
| 1162 |
}, |
| 1163 |
{ |
| 1164 |
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony", |
| 1165 |
"type": "tidelift" |
| 1166 |
} |
| 1167 |
], |
| 1168 |
"install-path": "../symfony/polyfill-mbstring" |
| 1169 |
}, |
| 1170 |
{ |
| 1171 |
"name": "symfony/polyfill-php56", |
| 1172 |
"version": "v1.20.0", |
| 1173 |
"version_normalized": "1.20.0.0", |
| 1174 |
"source": { |
| 1175 |
"type": "git", |
| 1176 |
"url": "https://github.com/symfony/polyfill-php56.git", |
| 1177 |
"reference": "54b8cd7e6c1643d78d011f3be89f3ef1f9f4c675" |
| 1178 |
}, |
| 1179 |
"dist": { |
| 1180 |
"type": "zip", |
| 1181 |
"url": "https://api.github.com/repos/symfony/polyfill-php56/zipball/54b8cd7e6c1643d78d011f3be89f3ef1f9f4c675", |
| 1182 |
"reference": "54b8cd7e6c1643d78d011f3be89f3ef1f9f4c675", |
| 1183 |
"shasum": "" |
| 1184 |
}, |
| 1185 |
"require": { |
| 1186 |
"php": ">=7.1" |
| 1187 |
}, |
| 1188 |
"time": "2020-10-23T14:02:19+00:00", |
| 1189 |
"type": "metapackage", |
| 1190 |
"extra": { |
| 1191 |
"branch-alias": { |
| 1192 |
"dev-main": "1.20-dev" |
| 1193 |
}, |
| 1194 |
"thanks": { |
| 1195 |
"name": "symfony/polyfill", |
| 1196 |
"url": "https://github.com/symfony/polyfill" |
| 1197 |
} |
| 1198 |
}, |
| 1199 |
"notification-url": "https://packagist.org/downloads/", |
| 1200 |
"license": [ |
| 1201 |
"MIT" |
| 1202 |
], |
| 1203 |
"authors": [ |
| 1204 |
{ |
| 1205 |
"name": "Nicolas Grekas", |
| 1206 |
"email": "p@tchwork.com" |
| 1207 |
}, |
| 1208 |
{ |
| 1209 |
"name": "Symfony Community", |
| 1210 |
"homepage": "https://symfony.com/contributors" |
| 1211 |
} |
| 1212 |
], |
| 1213 |
"description": "Symfony polyfill backporting some PHP 5.6+ features to lower PHP versions", |
| 1214 |
"homepage": "https://symfony.com", |
| 1215 |
"keywords": [ |
| 1216 |
"compatibility", |
| 1217 |
"polyfill", |
| 1218 |
"portable", |
| 1219 |
"shim" |
| 1220 |
], |
| 1221 |
"support": { |
| 1222 |
"source": "https://github.com/symfony/polyfill-php56/tree/v1.20.0" |
| 1223 |
}, |
| 1224 |
"funding": [ |
| 1225 |
{ |
| 1226 |
"url": "https://symfony.com/sponsor", |
| 1227 |
"type": "custom" |
| 1228 |
}, |
| 1229 |
{ |
| 1230 |
"url": "https://github.com/fabpot", |
| 1231 |
"type": "github" |
| 1232 |
}, |
| 1233 |
{ |
| 1234 |
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony", |
| 1235 |
"type": "tidelift" |
| 1236 |
} |
| 1237 |
], |
| 1238 |
"install-path": null |
| 1239 |
}, |
| 1240 |
{ |
| 1241 |
"name": "symfony/polyfill-php73", |
| 1242 |
"version": "v1.30.0", |
| 1243 |
"version_normalized": "1.30.0.0", |
| 1244 |
"source": { |
| 1245 |
"type": "git", |
| 1246 |
"url": "https://github.com/symfony/polyfill-php73.git", |
| 1247 |
"reference": "ec444d3f3f6505bb28d11afa41e75faadebc10a1" |
| 1248 |
}, |
| 1249 |
"dist": { |
| 1250 |
"type": "zip", |
| 1251 |
"url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/ec444d3f3f6505bb28d11afa41e75faadebc10a1", |
| 1252 |
"reference": "ec444d3f3f6505bb28d11afa41e75faadebc10a1", |
| 1253 |
"shasum": "" |
| 1254 |
}, |
| 1255 |
"require": { |
| 1256 |
"php": ">=7.1" |
| 1257 |
}, |
| 1258 |
"time": "2024-05-31T15:07:36+00:00", |
| 1259 |
"type": "library", |
| 1260 |
"extra": { |
| 1261 |
"thanks": { |
| 1262 |
"name": "symfony/polyfill", |
| 1263 |
"url": "https://github.com/symfony/polyfill" |
| 1264 |
} |
| 1265 |
}, |
| 1266 |
"installation-source": "dist", |
| 1267 |
"autoload": { |
| 1268 |
"files": [ |
| 1269 |
"bootstrap.php" |
| 1270 |
], |
| 1271 |
"psr-4": { |
| 1272 |
"Symfony\\Polyfill\\Php73\\": "" |
| 1273 |
}, |
| 1274 |
"classmap": [ |
| 1275 |
"Resources/stubs" |
| 1276 |
] |
| 1277 |
}, |
| 1278 |
"notification-url": "https://packagist.org/downloads/", |
| 1279 |
"license": [ |
| 1280 |
"MIT" |
| 1281 |
], |
| 1282 |
"authors": [ |
| 1283 |
{ |
| 1284 |
"name": "Nicolas Grekas", |
| 1285 |
"email": "p@tchwork.com" |
| 1286 |
}, |
| 1287 |
{ |
| 1288 |
"name": "Symfony Community", |
| 1289 |
"homepage": "https://symfony.com/contributors" |
| 1290 |
} |
| 1291 |
], |
| 1292 |
"description": "Symfony polyfill backporting some PHP 7.3+ features to lower PHP versions", |
| 1293 |
"homepage": "https://symfony.com", |
| 1294 |
"keywords": [ |
| 1295 |
"compatibility", |
| 1296 |
"polyfill", |
| 1297 |
"portable", |
| 1298 |
"shim" |
| 1299 |
], |
| 1300 |
"support": { |
| 1301 |
"source": "https://github.com/symfony/polyfill-php73/tree/v1.30.0" |
| 1302 |
}, |
| 1303 |
"funding": [ |
| 1304 |
{ |
| 1305 |
"url": "https://symfony.com/sponsor", |
| 1306 |
"type": "custom" |
| 1307 |
}, |
| 1308 |
{ |
| 1309 |
"url": "https://github.com/fabpot", |
| 1310 |
"type": "github" |
| 1311 |
}, |
| 1312 |
{ |
| 1313 |
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony", |
| 1314 |
"type": "tidelift" |
| 1315 |
} |
| 1316 |
], |
| 1317 |
"install-path": "../symfony/polyfill-php73" |
| 1318 |
}, |
| 1319 |
{ |
| 1320 |
"name": "symfony/polyfill-php80", |
| 1321 |
"version": "v1.30.0", |
| 1322 |
"version_normalized": "1.30.0.0", |
| 1323 |
"source": { |
| 1324 |
"type": "git", |
| 1325 |
"url": "https://github.com/symfony/polyfill-php80.git", |
| 1326 |
"reference": "77fa7995ac1b21ab60769b7323d600a991a90433" |
| 1327 |
}, |
| 1328 |
"dist": { |
| 1329 |
"type": "zip", |
| 1330 |
"url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/77fa7995ac1b21ab60769b7323d600a991a90433", |
| 1331 |
"reference": "77fa7995ac1b21ab60769b7323d600a991a90433", |
| 1332 |
"shasum": "" |
| 1333 |
}, |
| 1334 |
"require": { |
| 1335 |
"php": ">=7.1" |
| 1336 |
}, |
| 1337 |
"time": "2024-05-31T15:07:36+00:00", |
| 1338 |
"type": "library", |
| 1339 |
"extra": { |
| 1340 |
"thanks": { |
| 1341 |
"name": "symfony/polyfill", |
| 1342 |
"url": "https://github.com/symfony/polyfill" |
| 1343 |
} |
| 1344 |
}, |
| 1345 |
"installation-source": "dist", |
| 1346 |
"autoload": { |
| 1347 |
"files": [ |
| 1348 |
"bootstrap.php" |
| 1349 |
], |
| 1350 |
"psr-4": { |
| 1351 |
"Symfony\\Polyfill\\Php80\\": "" |
| 1352 |
}, |
| 1353 |
"classmap": [ |
| 1354 |
"Resources/stubs" |
| 1355 |
] |
| 1356 |
}, |
| 1357 |
"notification-url": "https://packagist.org/downloads/", |
| 1358 |
"license": [ |
| 1359 |
"MIT" |
| 1360 |
], |
| 1361 |
"authors": [ |
| 1362 |
{ |
| 1363 |
"name": "Ion Bazan", |
| 1364 |
"email": "ion.bazan@gmail.com" |
| 1365 |
}, |
| 1366 |
{ |
| 1367 |
"name": "Nicolas Grekas", |
| 1368 |
"email": "p@tchwork.com" |
| 1369 |
}, |
| 1370 |
{ |
| 1371 |
"name": "Symfony Community", |
| 1372 |
"homepage": "https://symfony.com/contributors" |
| 1373 |
} |
| 1374 |
], |
| 1375 |
"description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions", |
| 1376 |
"homepage": "https://symfony.com", |
| 1377 |
"keywords": [ |
| 1378 |
"compatibility", |
| 1379 |
"polyfill", |
| 1380 |
"portable", |
| 1381 |
"shim" |
| 1382 |
], |
| 1383 |
"support": { |
| 1384 |
"source": "https://github.com/symfony/polyfill-php80/tree/v1.30.0" |
| 1385 |
}, |
| 1386 |
"funding": [ |
| 1387 |
{ |
| 1388 |
"url": "https://symfony.com/sponsor", |
| 1389 |
"type": "custom" |
| 1390 |
}, |
| 1391 |
{ |
| 1392 |
"url": "https://github.com/fabpot", |
| 1393 |
"type": "github" |
| 1394 |
}, |
| 1395 |
{ |
| 1396 |
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony", |
| 1397 |
"type": "tidelift" |
| 1398 |
} |
| 1399 |
], |
| 1400 |
"install-path": "../symfony/polyfill-php80" |
| 1401 |
}, |
| 1402 |
{ |
| 1403 |
"name": "symfony/service-contracts", |
| 1404 |
"version": "v3.5.0", |
| 1405 |
"version_normalized": "3.5.0.0", |
| 1406 |
"source": { |
| 1407 |
"type": "git", |
| 1408 |
"url": "https://github.com/symfony/service-contracts.git", |
| 1409 |
"reference": "bd1d9e59a81d8fa4acdcea3f617c581f7475a80f" |
| 1410 |
}, |
| 1411 |
"dist": { |
| 1412 |
"type": "zip", |
| 1413 |
"url": "https://api.github.com/repos/symfony/service-contracts/zipball/bd1d9e59a81d8fa4acdcea3f617c581f7475a80f", |
| 1414 |
"reference": "bd1d9e59a81d8fa4acdcea3f617c581f7475a80f", |
| 1415 |
"shasum": "" |
| 1416 |
}, |
| 1417 |
"require": { |
| 1418 |
"php": ">=8.1", |
| 1419 |
"psr/container": "^1.1|^2.0", |
| 1420 |
"symfony/deprecation-contracts": "^2.5|^3" |
| 1421 |
}, |
| 1422 |
"conflict": { |
| 1423 |
"ext-psr": "<1.1|>=2" |
| 1424 |
}, |
| 1425 |
"time": "2024-04-18T09:32:20+00:00", |
| 1426 |
"type": "library", |
| 1427 |
"extra": { |
| 1428 |
"branch-alias": { |
| 1429 |
"dev-main": "3.5-dev" |
| 1430 |
}, |
| 1431 |
"thanks": { |
| 1432 |
"name": "symfony/contracts", |
| 1433 |
"url": "https://github.com/symfony/contracts" |
| 1434 |
} |
| 1435 |
}, |
| 1436 |
"installation-source": "dist", |
| 1437 |
"autoload": { |
| 1438 |
"psr-4": { |
| 1439 |
"Symfony\\Contracts\\Service\\": "" |
| 1440 |
}, |
| 1441 |
"exclude-from-classmap": [ |
| 1442 |
"/Test/" |
| 1443 |
] |
| 1444 |
}, |
| 1445 |
"notification-url": "https://packagist.org/downloads/", |
| 1446 |
"license": [ |
| 1447 |
"MIT" |
| 1448 |
], |
| 1449 |
"authors": [ |
| 1450 |
{ |
| 1451 |
"name": "Nicolas Grekas", |
| 1452 |
"email": "p@tchwork.com" |
| 1453 |
}, |
| 1454 |
{ |
| 1455 |
"name": "Symfony Community", |
| 1456 |
"homepage": "https://symfony.com/contributors" |
| 1457 |
} |
| 1458 |
], |
| 1459 |
"description": "Generic abstractions related to writing services", |
| 1460 |
"homepage": "https://symfony.com", |
| 1461 |
"keywords": [ |
| 1462 |
"abstractions", |
| 1463 |
"contracts", |
| 1464 |
"decoupling", |
| 1465 |
"interfaces", |
| 1466 |
"interoperability", |
| 1467 |
"standards" |
| 1468 |
], |
| 1469 |
"support": { |
| 1470 |
"source": "https://github.com/symfony/service-contracts/tree/v3.5.0" |
| 1471 |
}, |
| 1472 |
"funding": [ |
| 1473 |
{ |
| 1474 |
"url": "https://symfony.com/sponsor", |
| 1475 |
"type": "custom" |
| 1476 |
}, |
| 1477 |
{ |
| 1478 |
"url": "https://github.com/fabpot", |
| 1479 |
"type": "github" |
| 1480 |
}, |
| 1481 |
{ |
| 1482 |
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony", |
| 1483 |
"type": "tidelift" |
| 1484 |
} |
| 1485 |
], |
| 1486 |
"install-path": "../symfony/service-contracts" |
| 1487 |
}, |
| 1488 |
{ |
| 1489 |
"name": "symfony/string", |
| 1490 |
"version": "v6.4.9", |
| 1491 |
"version_normalized": "6.4.9.0", |
| 1492 |
"source": { |
| 1493 |
"type": "git", |
| 1494 |
"url": "https://github.com/symfony/string.git", |
| 1495 |
"reference": "76792dbd99690a5ebef8050d9206c60c59e681d7" |
| 1496 |
}, |
| 1497 |
"dist": { |
| 1498 |
"type": "zip", |
| 1499 |
"url": "https://api.github.com/repos/symfony/string/zipball/76792dbd99690a5ebef8050d9206c60c59e681d7", |
| 1500 |
"reference": "76792dbd99690a5ebef8050d9206c60c59e681d7", |
| 1501 |
"shasum": "" |
| 1502 |
}, |
| 1503 |
"require": { |
| 1504 |
"php": ">=8.1", |
| 1505 |
"symfony/polyfill-ctype": "~1.8", |
| 1506 |
"symfony/polyfill-intl-grapheme": "~1.0", |
| 1507 |
"symfony/polyfill-intl-normalizer": "~1.0", |
| 1508 |
"symfony/polyfill-mbstring": "~1.0" |
| 1509 |
}, |
| 1510 |
"conflict": { |
| 1511 |
"symfony/translation-contracts": "<2.5" |
| 1512 |
}, |
| 1513 |
"require-dev": { |
| 1514 |
"symfony/error-handler": "^5.4|^6.0|^7.0", |
| 1515 |
"symfony/http-client": "^5.4|^6.0|^7.0", |
| 1516 |
"symfony/intl": "^6.2|^7.0", |
| 1517 |
"symfony/translation-contracts": "^2.5|^3.0", |
| 1518 |
"symfony/var-exporter": "^5.4|^6.0|^7.0" |
| 1519 |
}, |
| 1520 |
"time": "2024-06-28T09:25:38+00:00", |
| 1521 |
"type": "library", |
| 1522 |
"installation-source": "dist", |
| 1523 |
"autoload": { |
| 1524 |
"files": [ |
| 1525 |
"Resources/functions.php" |
| 1526 |
], |
| 1527 |
"psr-4": { |
| 1528 |
"Symfony\\Component\\String\\": "" |
| 1529 |
}, |
| 1530 |
"exclude-from-classmap": [ |
| 1531 |
"/Tests/" |
| 1532 |
] |
| 1533 |
}, |
| 1534 |
"notification-url": "https://packagist.org/downloads/", |
| 1535 |
"license": [ |
| 1536 |
"MIT" |
| 1537 |
], |
| 1538 |
"authors": [ |
| 1539 |
{ |
| 1540 |
"name": "Nicolas Grekas", |
| 1541 |
"email": "p@tchwork.com" |
| 1542 |
}, |
| 1543 |
{ |
| 1544 |
"name": "Symfony Community", |
| 1545 |
"homepage": "https://symfony.com/contributors" |
| 1546 |
} |
| 1547 |
], |
| 1548 |
"description": "Provides an object-oriented API to strings and deals with bytes, UTF-8 code points and grapheme clusters in a unified way", |
| 1549 |
"homepage": "https://symfony.com", |
| 1550 |
"keywords": [ |
| 1551 |
"grapheme", |
| 1552 |
"i18n", |
| 1553 |
"string", |
| 1554 |
"unicode", |
| 1555 |
"utf-8", |
| 1556 |
"utf8" |
| 1557 |
], |
| 1558 |
"support": { |
| 1559 |
"source": "https://github.com/symfony/string/tree/v6.4.9" |
| 1560 |
}, |
| 1561 |
"funding": [ |
| 1562 |
{ |
| 1563 |
"url": "https://symfony.com/sponsor", |
| 1564 |
"type": "custom" |
| 1565 |
}, |
| 1566 |
{ |
| 1567 |
"url": "https://github.com/fabpot", |
| 1568 |
"type": "github" |
| 1569 |
}, |
| 1570 |
{ |
| 1571 |
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony", |
| 1572 |
"type": "tidelift" |
| 1573 |
} |
| 1574 |
], |
| 1575 |
"install-path": "../symfony/string" |
| 1576 |
} |
| 1577 |
], |
| 1578 |
"dev": true, |
| 1579 |
"dev-package-names": [ |
| 1580 |
"coenjacobs/mozart", |
| 1581 |
"league/flysystem", |
| 1582 |
"league/mime-type-detection", |
| 1583 |
"symfony/console", |
| 1584 |
"symfony/deprecation-contracts", |
| 1585 |
"symfony/finder", |
| 1586 |
"symfony/polyfill-ctype", |
| 1587 |
"symfony/polyfill-intl-grapheme", |
| 1588 |
"symfony/polyfill-intl-normalizer", |
| 1589 |
"symfony/polyfill-mbstring", |
| 1590 |
"symfony/polyfill-php73", |
| 1591 |
"symfony/polyfill-php80", |
| 1592 |
"symfony/service-contracts", |
| 1593 |
"symfony/string" |
| 1594 |
] |
| 1595 |
} |
| 1596 |
|