| 1 |
{ |
| 2 |
"_readme": [ |
| 3 |
"This file locks the dependencies of your project to a known state", |
| 4 |
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", |
| 5 |
"This file is @generated automatically" |
| 6 |
], |
| 7 |
"content-hash": "6de62aa86fe3583040bfe3a36136695a", |
| 8 |
"packages": [ |
| 9 |
{ |
| 10 |
"name": "guzzlehttp/guzzle", |
| 11 |
"version": "6.5.5", |
| 12 |
"source": { |
| 13 |
"type": "git", |
| 14 |
"url": "https://github.com/guzzle/guzzle.git", |
| 15 |
"reference": "9d4290de1cfd701f38099ef7e183b64b4b7b0c5e" |
| 16 |
}, |
| 17 |
"dist": { |
| 18 |
"type": "zip", |
| 19 |
"url": "https://api.github.com/repos/guzzle/guzzle/zipball/9d4290de1cfd701f38099ef7e183b64b4b7b0c5e", |
| 20 |
"reference": "9d4290de1cfd701f38099ef7e183b64b4b7b0c5e", |
| 21 |
"shasum": "" |
| 22 |
}, |
| 23 |
"require": { |
| 24 |
"ext-json": "*", |
| 25 |
"guzzlehttp/promises": "^1.0", |
| 26 |
"guzzlehttp/psr7": "^1.6.1", |
| 27 |
"php": ">=5.5", |
| 28 |
"symfony/polyfill-intl-idn": "^1.17.0" |
| 29 |
}, |
| 30 |
"require-dev": { |
| 31 |
"ext-curl": "*", |
| 32 |
"phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.4 || ^7.0", |
| 33 |
"psr/log": "^1.1" |
| 34 |
}, |
| 35 |
"suggest": { |
| 36 |
"psr/log": "Required for using the Log middleware" |
| 37 |
}, |
| 38 |
"type": "library", |
| 39 |
"extra": { |
| 40 |
"branch-alias": { |
| 41 |
"dev-master": "6.5-dev" |
| 42 |
} |
| 43 |
}, |
| 44 |
"autoload": { |
| 45 |
"files": [ |
| 46 |
"src/functions_include.php" |
| 47 |
], |
| 48 |
"psr-4": { |
| 49 |
"GuzzleHttp\\": "src/" |
| 50 |
} |
| 51 |
}, |
| 52 |
"notification-url": "https://packagist.org/downloads/", |
| 53 |
"license": [ |
| 54 |
"MIT" |
| 55 |
], |
| 56 |
"authors": [ |
| 57 |
{ |
| 58 |
"name": "Michael Dowling", |
| 59 |
"email": "mtdowling@gmail.com", |
| 60 |
"homepage": "https://github.com/mtdowling" |
| 61 |
} |
| 62 |
], |
| 63 |
"description": "Guzzle is a PHP HTTP client library", |
| 64 |
"homepage": "http://guzzlephp.org/", |
| 65 |
"keywords": [ |
| 66 |
"client", |
| 67 |
"curl", |
| 68 |
"framework", |
| 69 |
"http", |
| 70 |
"http client", |
| 71 |
"rest", |
| 72 |
"web service" |
| 73 |
], |
| 74 |
"support": { |
| 75 |
"issues": "https://github.com/guzzle/guzzle/issues", |
| 76 |
"source": "https://github.com/guzzle/guzzle/tree/6.5" |
| 77 |
}, |
| 78 |
"time": "2020-06-16T21:01:06+00:00" |
| 79 |
}, |
| 80 |
{ |
| 81 |
"name": "guzzlehttp/promises", |
| 82 |
"version": "1.5.3", |
| 83 |
"source": { |
| 84 |
"type": "git", |
| 85 |
"url": "https://github.com/guzzle/promises.git", |
| 86 |
"reference": "67ab6e18aaa14d753cc148911d273f6e6cb6721e" |
| 87 |
}, |
| 88 |
"dist": { |
| 89 |
"type": "zip", |
| 90 |
"url": "https://api.github.com/repos/guzzle/promises/zipball/67ab6e18aaa14d753cc148911d273f6e6cb6721e", |
| 91 |
"reference": "67ab6e18aaa14d753cc148911d273f6e6cb6721e", |
| 92 |
"shasum": "" |
| 93 |
}, |
| 94 |
"require": { |
| 95 |
"php": ">=5.5" |
| 96 |
}, |
| 97 |
"require-dev": { |
| 98 |
"symfony/phpunit-bridge": "^4.4 || ^5.1" |
| 99 |
}, |
| 100 |
"type": "library", |
| 101 |
"autoload": { |
| 102 |
"files": [ |
| 103 |
"src/functions_include.php" |
| 104 |
], |
| 105 |
"psr-4": { |
| 106 |
"GuzzleHttp\\Promise\\": "src/" |
| 107 |
} |
| 108 |
}, |
| 109 |
"notification-url": "https://packagist.org/downloads/", |
| 110 |
"license": [ |
| 111 |
"MIT" |
| 112 |
], |
| 113 |
"authors": [ |
| 114 |
{ |
| 115 |
"name": "Graham Campbell", |
| 116 |
"email": "hello@gjcampbell.co.uk", |
| 117 |
"homepage": "https://github.com/GrahamCampbell" |
| 118 |
}, |
| 119 |
{ |
| 120 |
"name": "Michael Dowling", |
| 121 |
"email": "mtdowling@gmail.com", |
| 122 |
"homepage": "https://github.com/mtdowling" |
| 123 |
}, |
| 124 |
{ |
| 125 |
"name": "Tobias Nyholm", |
| 126 |
"email": "tobias.nyholm@gmail.com", |
| 127 |
"homepage": "https://github.com/Nyholm" |
| 128 |
}, |
| 129 |
{ |
| 130 |
"name": "Tobias Schultze", |
| 131 |
"email": "webmaster@tubo-world.de", |
| 132 |
"homepage": "https://github.com/Tobion" |
| 133 |
} |
| 134 |
], |
| 135 |
"description": "Guzzle promises library", |
| 136 |
"keywords": [ |
| 137 |
"promise" |
| 138 |
], |
| 139 |
"support": { |
| 140 |
"issues": "https://github.com/guzzle/promises/issues", |
| 141 |
"source": "https://github.com/guzzle/promises/tree/1.5.3" |
| 142 |
}, |
| 143 |
"funding": [ |
| 144 |
{ |
| 145 |
"url": "https://github.com/GrahamCampbell", |
| 146 |
"type": "github" |
| 147 |
}, |
| 148 |
{ |
| 149 |
"url": "https://github.com/Nyholm", |
| 150 |
"type": "github" |
| 151 |
}, |
| 152 |
{ |
| 153 |
"url": "https://tidelift.com/funding/github/packagist/guzzlehttp/promises", |
| 154 |
"type": "tidelift" |
| 155 |
} |
| 156 |
], |
| 157 |
"time": "2023-05-21T12:31:43+00:00" |
| 158 |
}, |
| 159 |
{ |
| 160 |
"name": "guzzlehttp/psr7", |
| 161 |
"version": "1.9.1", |
| 162 |
"source": { |
| 163 |
"type": "git", |
| 164 |
"url": "https://github.com/guzzle/psr7.git", |
| 165 |
"reference": "e4490cabc77465aaee90b20cfc9a770f8c04be6b" |
| 166 |
}, |
| 167 |
"dist": { |
| 168 |
"type": "zip", |
| 169 |
"url": "https://api.github.com/repos/guzzle/psr7/zipball/e4490cabc77465aaee90b20cfc9a770f8c04be6b", |
| 170 |
"reference": "e4490cabc77465aaee90b20cfc9a770f8c04be6b", |
| 171 |
"shasum": "" |
| 172 |
}, |
| 173 |
"require": { |
| 174 |
"php": ">=5.4.0", |
| 175 |
"psr/http-message": "~1.0", |
| 176 |
"ralouphie/getallheaders": "^2.0.5 || ^3.0.0" |
| 177 |
}, |
| 178 |
"provide": { |
| 179 |
"psr/http-message-implementation": "1.0" |
| 180 |
}, |
| 181 |
"require-dev": { |
| 182 |
"ext-zlib": "*", |
| 183 |
"phpunit/phpunit": "~4.8.36 || ^5.7.27 || ^6.5.14 || ^7.5.20 || ^8.5.8 || ^9.3.10" |
| 184 |
}, |
| 185 |
"suggest": { |
| 186 |
"laminas/laminas-httphandlerrunner": "Emit PSR-7 responses" |
| 187 |
}, |
| 188 |
"type": "library", |
| 189 |
"autoload": { |
| 190 |
"files": [ |
| 191 |
"src/functions_include.php" |
| 192 |
], |
| 193 |
"psr-4": { |
| 194 |
"GuzzleHttp\\Psr7\\": "src/" |
| 195 |
} |
| 196 |
}, |
| 197 |
"notification-url": "https://packagist.org/downloads/", |
| 198 |
"license": [ |
| 199 |
"MIT" |
| 200 |
], |
| 201 |
"authors": [ |
| 202 |
{ |
| 203 |
"name": "Graham Campbell", |
| 204 |
"email": "hello@gjcampbell.co.uk", |
| 205 |
"homepage": "https://github.com/GrahamCampbell" |
| 206 |
}, |
| 207 |
{ |
| 208 |
"name": "Michael Dowling", |
| 209 |
"email": "mtdowling@gmail.com", |
| 210 |
"homepage": "https://github.com/mtdowling" |
| 211 |
}, |
| 212 |
{ |
| 213 |
"name": "George Mponos", |
| 214 |
"email": "gmponos@gmail.com", |
| 215 |
"homepage": "https://github.com/gmponos" |
| 216 |
}, |
| 217 |
{ |
| 218 |
"name": "Tobias Nyholm", |
| 219 |
"email": "tobias.nyholm@gmail.com", |
| 220 |
"homepage": "https://github.com/Nyholm" |
| 221 |
}, |
| 222 |
{ |
| 223 |
"name": "Márk Sági-Kazár", |
| 224 |
"email": "mark.sagikazar@gmail.com", |
| 225 |
"homepage": "https://github.com/sagikazarmark" |
| 226 |
}, |
| 227 |
{ |
| 228 |
"name": "Tobias Schultze", |
| 229 |
"email": "webmaster@tubo-world.de", |
| 230 |
"homepage": "https://github.com/Tobion" |
| 231 |
} |
| 232 |
], |
| 233 |
"description": "PSR-7 message implementation that also provides common utility methods", |
| 234 |
"keywords": [ |
| 235 |
"http", |
| 236 |
"message", |
| 237 |
"psr-7", |
| 238 |
"request", |
| 239 |
"response", |
| 240 |
"stream", |
| 241 |
"uri", |
| 242 |
"url" |
| 243 |
], |
| 244 |
"support": { |
| 245 |
"issues": "https://github.com/guzzle/psr7/issues", |
| 246 |
"source": "https://github.com/guzzle/psr7/tree/1.9.1" |
| 247 |
}, |
| 248 |
"funding": [ |
| 249 |
{ |
| 250 |
"url": "https://github.com/GrahamCampbell", |
| 251 |
"type": "github" |
| 252 |
}, |
| 253 |
{ |
| 254 |
"url": "https://github.com/Nyholm", |
| 255 |
"type": "github" |
| 256 |
}, |
| 257 |
{ |
| 258 |
"url": "https://tidelift.com/funding/github/packagist/guzzlehttp/psr7", |
| 259 |
"type": "tidelift" |
| 260 |
} |
| 261 |
], |
| 262 |
"time": "2023-04-17T16:00:37+00:00" |
| 263 |
}, |
| 264 |
{ |
| 265 |
"name": "latte/latte", |
| 266 |
"version": "v2.10.3", |
| 267 |
"source": { |
| 268 |
"type": "git", |
| 269 |
"url": "https://github.com/nette/latte.git", |
| 270 |
"reference": "dd2c58863e830c22a2c6b85af63f37b829d255df" |
| 271 |
}, |
| 272 |
"dist": { |
| 273 |
"type": "zip", |
| 274 |
"url": "https://api.github.com/repos/nette/latte/zipball/dd2c58863e830c22a2c6b85af63f37b829d255df", |
| 275 |
"reference": "dd2c58863e830c22a2c6b85af63f37b829d255df", |
| 276 |
"shasum": "" |
| 277 |
}, |
| 278 |
"require": { |
| 279 |
"ext-json": "*", |
| 280 |
"ext-tokenizer": "*", |
| 281 |
"php": ">=7.1 <8.1" |
| 282 |
}, |
| 283 |
"conflict": { |
| 284 |
"nette/application": "<2.4.1" |
| 285 |
}, |
| 286 |
"require-dev": { |
| 287 |
"nette/php-generator": "^3.3.4", |
| 288 |
"nette/tester": "~2.0", |
| 289 |
"nette/utils": "^3.0", |
| 290 |
"phpstan/phpstan": "^0.12", |
| 291 |
"tracy/tracy": "^2.3" |
| 292 |
}, |
| 293 |
"suggest": { |
| 294 |
"ext-fileinfo": "to use filter |datastream", |
| 295 |
"ext-iconv": "to use filters |reverse, |substring", |
| 296 |
"ext-mbstring": "to use filters like lower, upper, capitalize, ...", |
| 297 |
"nette/php-generator": "to use tag {templatePrint}", |
| 298 |
"nette/utils": "to use filter |webalize" |
| 299 |
}, |
| 300 |
"type": "library", |
| 301 |
"extra": { |
| 302 |
"branch-alias": { |
| 303 |
"dev-master": "2.10-dev" |
| 304 |
} |
| 305 |
}, |
| 306 |
"autoload": { |
| 307 |
"classmap": [ |
| 308 |
"src/" |
| 309 |
] |
| 310 |
}, |
| 311 |
"notification-url": "https://packagist.org/downloads/", |
| 312 |
"license": [ |
| 313 |
"BSD-3-Clause", |
| 314 |
"GPL-2.0-only", |
| 315 |
"GPL-3.0-only" |
| 316 |
], |
| 317 |
"authors": [ |
| 318 |
{ |
| 319 |
"name": "David Grudl", |
| 320 |
"homepage": "https://davidgrudl.com" |
| 321 |
}, |
| 322 |
{ |
| 323 |
"name": "Nette Community", |
| 324 |
"homepage": "https://nette.org/contributors" |
| 325 |
} |
| 326 |
], |
| 327 |
"description": "☕ Latte: the intuitive and fast template engine for those who want the most secure PHP sites. Introduces context-sensitive escaping.", |
| 328 |
"homepage": "https://latte.nette.org", |
| 329 |
"keywords": [ |
| 330 |
"context-sensitive", |
| 331 |
"engine", |
| 332 |
"escaping", |
| 333 |
"html", |
| 334 |
"nette", |
| 335 |
"security", |
| 336 |
"template", |
| 337 |
"twig" |
| 338 |
], |
| 339 |
"support": { |
| 340 |
"issues": "https://github.com/nette/latte/issues", |
| 341 |
"source": "https://github.com/nette/latte/tree/v2.10.3" |
| 342 |
}, |
| 343 |
"time": "2021-02-22T11:17:13+00:00" |
| 344 |
}, |
| 345 |
{ |
| 346 |
"name": "nette/bootstrap", |
| 347 |
"version": "v3.1.1", |
| 348 |
"source": { |
| 349 |
"type": "git", |
| 350 |
"url": "https://github.com/nette/bootstrap.git", |
| 351 |
"reference": "efe6c30fc009451f59fe56f3b309eb85c48b2baf" |
| 352 |
}, |
| 353 |
"dist": { |
| 354 |
"type": "zip", |
| 355 |
"url": "https://api.github.com/repos/nette/bootstrap/zipball/efe6c30fc009451f59fe56f3b309eb85c48b2baf", |
| 356 |
"reference": "efe6c30fc009451f59fe56f3b309eb85c48b2baf", |
| 357 |
"shasum": "" |
| 358 |
}, |
| 359 |
"require": { |
| 360 |
"nette/di": "^3.0.5", |
| 361 |
"nette/utils": "^3.2.1", |
| 362 |
"php": ">=7.2 <8.1" |
| 363 |
}, |
| 364 |
"conflict": { |
| 365 |
"tracy/tracy": "<2.6" |
| 366 |
}, |
| 367 |
"require-dev": { |
| 368 |
"latte/latte": "^2.2", |
| 369 |
"nette/application": "^3.1", |
| 370 |
"nette/caching": "^3.0", |
| 371 |
"nette/database": "^3.0", |
| 372 |
"nette/forms": "^3.0", |
| 373 |
"nette/http": "^3.0", |
| 374 |
"nette/mail": "^3.0", |
| 375 |
"nette/robot-loader": "^3.0", |
| 376 |
"nette/safe-stream": "^2.2", |
| 377 |
"nette/security": "^3.0", |
| 378 |
"nette/tester": "^2.0", |
| 379 |
"phpstan/phpstan-nette": "^0.12", |
| 380 |
"tracy/tracy": "^2.6" |
| 381 |
}, |
| 382 |
"suggest": { |
| 383 |
"nette/robot-loader": "to use Configurator::createRobotLoader()", |
| 384 |
"tracy/tracy": "to use Configurator::enableTracy()" |
| 385 |
}, |
| 386 |
"type": "library", |
| 387 |
"extra": { |
| 388 |
"branch-alias": { |
| 389 |
"dev-master": "3.1-dev" |
| 390 |
} |
| 391 |
}, |
| 392 |
"autoload": { |
| 393 |
"classmap": [ |
| 394 |
"src/" |
| 395 |
] |
| 396 |
}, |
| 397 |
"notification-url": "https://packagist.org/downloads/", |
| 398 |
"license": [ |
| 399 |
"BSD-3-Clause", |
| 400 |
"GPL-2.0-only", |
| 401 |
"GPL-3.0-only" |
| 402 |
], |
| 403 |
"authors": [ |
| 404 |
{ |
| 405 |
"name": "David Grudl", |
| 406 |
"homepage": "https://davidgrudl.com" |
| 407 |
}, |
| 408 |
{ |
| 409 |
"name": "Nette Community", |
| 410 |
"homepage": "https://nette.org/contributors" |
| 411 |
} |
| 412 |
], |
| 413 |
"description": "� |
| 414 |
� Nette Bootstrap: the simple way to configure and bootstrap your Nette application.", |
| 415 |
"homepage": "https://nette.org", |
| 416 |
"keywords": [ |
| 417 |
"bootstrapping", |
| 418 |
"configurator", |
| 419 |
"nette" |
| 420 |
], |
| 421 |
"support": { |
| 422 |
"issues": "https://github.com/nette/bootstrap/issues", |
| 423 |
"source": "https://github.com/nette/bootstrap/tree/v3.1.1" |
| 424 |
}, |
| 425 |
"time": "2021-01-25T00:31:21+00:00" |
| 426 |
}, |
| 427 |
{ |
| 428 |
"name": "nette/component-model", |
| 429 |
"version": "v3.0.3", |
| 430 |
"source": { |
| 431 |
"type": "git", |
| 432 |
"url": "https://github.com/nette/component-model.git", |
| 433 |
"reference": "9d97c0e1916bbf8e306283ab187834501fd4b1f5" |
| 434 |
}, |
| 435 |
"dist": { |
| 436 |
"type": "zip", |
| 437 |
"url": "https://api.github.com/repos/nette/component-model/zipball/9d97c0e1916bbf8e306283ab187834501fd4b1f5", |
| 438 |
"reference": "9d97c0e1916bbf8e306283ab187834501fd4b1f5", |
| 439 |
"shasum": "" |
| 440 |
}, |
| 441 |
"require": { |
| 442 |
"nette/utils": "^2.5 || ^3.0 || ~4.0.0", |
| 443 |
"php": ">=7.1" |
| 444 |
}, |
| 445 |
"require-dev": { |
| 446 |
"nette/tester": "^2.0", |
| 447 |
"phpstan/phpstan": "^0.12", |
| 448 |
"tracy/tracy": "^2.3" |
| 449 |
}, |
| 450 |
"type": "library", |
| 451 |
"extra": { |
| 452 |
"branch-alias": { |
| 453 |
"dev-master": "3.0-dev" |
| 454 |
} |
| 455 |
}, |
| 456 |
"autoload": { |
| 457 |
"classmap": [ |
| 458 |
"src/" |
| 459 |
] |
| 460 |
}, |
| 461 |
"notification-url": "https://packagist.org/downloads/", |
| 462 |
"license": [ |
| 463 |
"BSD-3-Clause", |
| 464 |
"GPL-2.0-only", |
| 465 |
"GPL-3.0-only" |
| 466 |
], |
| 467 |
"authors": [ |
| 468 |
{ |
| 469 |
"name": "David Grudl", |
| 470 |
"homepage": "https://davidgrudl.com" |
| 471 |
}, |
| 472 |
{ |
| 473 |
"name": "Nette Community", |
| 474 |
"homepage": "https://nette.org/contributors" |
| 475 |
} |
| 476 |
], |
| 477 |
"description": "⚛ Nette Component Model", |
| 478 |
"homepage": "https://nette.org", |
| 479 |
"keywords": [ |
| 480 |
"components", |
| 481 |
"nette" |
| 482 |
], |
| 483 |
"support": { |
| 484 |
"issues": "https://github.com/nette/component-model/issues", |
| 485 |
"source": "https://github.com/nette/component-model/tree/v3.0.3" |
| 486 |
}, |
| 487 |
"time": "2023-01-09T20:16:05+00:00" |
| 488 |
}, |
| 489 |
{ |
| 490 |
"name": "nette/di", |
| 491 |
"version": "v3.0.8", |
| 492 |
"source": { |
| 493 |
"type": "git", |
| 494 |
"url": "https://github.com/nette/di.git", |
| 495 |
"reference": "1a3210f0f1f971db8a6e970c716c1cebd28b7ab0" |
| 496 |
}, |
| 497 |
"dist": { |
| 498 |
"type": "zip", |
| 499 |
"url": "https://api.github.com/repos/nette/di/zipball/1a3210f0f1f971db8a6e970c716c1cebd28b7ab0", |
| 500 |
"reference": "1a3210f0f1f971db8a6e970c716c1cebd28b7ab0", |
| 501 |
"shasum": "" |
| 502 |
}, |
| 503 |
"require": { |
| 504 |
"ext-tokenizer": "*", |
| 505 |
"nette/neon": "^3.0", |
| 506 |
"nette/php-generator": "^3.3.3", |
| 507 |
"nette/robot-loader": "^3.2", |
| 508 |
"nette/schema": "^1.1", |
| 509 |
"nette/utils": "^3.2", |
| 510 |
"php": ">=7.1 <8.1" |
| 511 |
}, |
| 512 |
"conflict": { |
| 513 |
"nette/bootstrap": "<3.0" |
| 514 |
}, |
| 515 |
"require-dev": { |
| 516 |
"nette/tester": "^2.2", |
| 517 |
"phpstan/phpstan": "^0.12", |
| 518 |
"tracy/tracy": "^2.3" |
| 519 |
}, |
| 520 |
"type": "library", |
| 521 |
"extra": { |
| 522 |
"branch-alias": { |
| 523 |
"dev-master": "3.0-dev" |
| 524 |
} |
| 525 |
}, |
| 526 |
"autoload": { |
| 527 |
"classmap": [ |
| 528 |
"src/" |
| 529 |
] |
| 530 |
}, |
| 531 |
"notification-url": "https://packagist.org/downloads/", |
| 532 |
"license": [ |
| 533 |
"BSD-3-Clause", |
| 534 |
"GPL-2.0-only", |
| 535 |
"GPL-3.0-only" |
| 536 |
], |
| 537 |
"authors": [ |
| 538 |
{ |
| 539 |
"name": "David Grudl", |
| 540 |
"homepage": "https://davidgrudl.com" |
| 541 |
}, |
| 542 |
{ |
| 543 |
"name": "Nette Community", |
| 544 |
"homepage": "https://nette.org/contributors" |
| 545 |
} |
| 546 |
], |
| 547 |
"description": "💎 Nette Dependency Injection Container: Flexible, compiled and full-featured DIC with perfectly usable autowiring and support for all new PHP features.", |
| 548 |
"homepage": "https://nette.org", |
| 549 |
"keywords": [ |
| 550 |
"compiled", |
| 551 |
"di", |
| 552 |
"dic", |
| 553 |
"factory", |
| 554 |
"ioc", |
| 555 |
"nette", |
| 556 |
"static" |
| 557 |
], |
| 558 |
"support": { |
| 559 |
"issues": "https://github.com/nette/di/issues", |
| 560 |
"source": "https://github.com/nette/di/tree/v3.0.8" |
| 561 |
}, |
| 562 |
"time": "2021-03-02T03:47:09+00:00" |
| 563 |
}, |
| 564 |
{ |
| 565 |
"name": "nette/finder", |
| 566 |
"version": "v2.6.0", |
| 567 |
"source": { |
| 568 |
"type": "git", |
| 569 |
"url": "https://github.com/nette/finder.git", |
| 570 |
"reference": "991aefb42860abeab8e003970c3809a9d83cb932" |
| 571 |
}, |
| 572 |
"dist": { |
| 573 |
"type": "zip", |
| 574 |
"url": "https://api.github.com/repos/nette/finder/zipball/991aefb42860abeab8e003970c3809a9d83cb932", |
| 575 |
"reference": "991aefb42860abeab8e003970c3809a9d83cb932", |
| 576 |
"shasum": "" |
| 577 |
}, |
| 578 |
"require": { |
| 579 |
"nette/utils": "^2.4 || ^3.0", |
| 580 |
"php": ">=7.1" |
| 581 |
}, |
| 582 |
"conflict": { |
| 583 |
"nette/nette": "<2.2" |
| 584 |
}, |
| 585 |
"require-dev": { |
| 586 |
"nette/tester": "^2.0", |
| 587 |
"phpstan/phpstan": "^0.12", |
| 588 |
"tracy/tracy": "^2.3" |
| 589 |
}, |
| 590 |
"type": "library", |
| 591 |
"extra": { |
| 592 |
"branch-alias": { |
| 593 |
"dev-master": "2.6-dev" |
| 594 |
} |
| 595 |
}, |
| 596 |
"autoload": { |
| 597 |
"classmap": [ |
| 598 |
"src/" |
| 599 |
] |
| 600 |
}, |
| 601 |
"notification-url": "https://packagist.org/downloads/", |
| 602 |
"license": [ |
| 603 |
"BSD-3-Clause", |
| 604 |
"GPL-2.0-only", |
| 605 |
"GPL-3.0-only" |
| 606 |
], |
| 607 |
"authors": [ |
| 608 |
{ |
| 609 |
"name": "David Grudl", |
| 610 |
"homepage": "https://davidgrudl.com" |
| 611 |
}, |
| 612 |
{ |
| 613 |
"name": "Nette Community", |
| 614 |
"homepage": "https://nette.org/contributors" |
| 615 |
} |
| 616 |
], |
| 617 |
"description": "🔍 Nette Finder: find files and directories with an intuitive API.", |
| 618 |
"homepage": "https://nette.org", |
| 619 |
"keywords": [ |
| 620 |
"filesystem", |
| 621 |
"glob", |
| 622 |
"iterator", |
| 623 |
"nette" |
| 624 |
], |
| 625 |
"support": { |
| 626 |
"issues": "https://github.com/nette/finder/issues", |
| 627 |
"source": "https://github.com/nette/finder/tree/v2.6.0" |
| 628 |
}, |
| 629 |
"time": "2022-10-13T01:31:15+00:00" |
| 630 |
}, |
| 631 |
{ |
| 632 |
"name": "nette/forms", |
| 633 |
"version": "v3.1.3", |
| 634 |
"source": { |
| 635 |
"type": "git", |
| 636 |
"url": "https://github.com/nette/forms.git", |
| 637 |
"reference": "bfbef39b1f07dc5cdfeb7dba4843ee086ca0c065" |
| 638 |
}, |
| 639 |
"dist": { |
| 640 |
"type": "zip", |
| 641 |
"url": "https://api.github.com/repos/nette/forms/zipball/bfbef39b1f07dc5cdfeb7dba4843ee086ca0c065", |
| 642 |
"reference": "bfbef39b1f07dc5cdfeb7dba4843ee086ca0c065", |
| 643 |
"shasum": "" |
| 644 |
}, |
| 645 |
"require": { |
| 646 |
"nette/component-model": "^3.0", |
| 647 |
"nette/http": "^3.1", |
| 648 |
"nette/utils": "^3.2.1", |
| 649 |
"php": ">=7.2 <8.1" |
| 650 |
}, |
| 651 |
"conflict": { |
| 652 |
"latte/latte": ">=3.0", |
| 653 |
"nette/di": "<3.0-stable" |
| 654 |
}, |
| 655 |
"require-dev": { |
| 656 |
"latte/latte": "^2.10.2", |
| 657 |
"nette/application": "^3.0", |
| 658 |
"nette/di": "^3.0", |
| 659 |
"nette/tester": "^2.0", |
| 660 |
"phpstan/phpstan-nette": "^0.12", |
| 661 |
"tracy/tracy": "^2.4" |
| 662 |
}, |
| 663 |
"type": "library", |
| 664 |
"extra": { |
| 665 |
"branch-alias": { |
| 666 |
"dev-master": "3.1-dev" |
| 667 |
} |
| 668 |
}, |
| 669 |
"autoload": { |
| 670 |
"classmap": [ |
| 671 |
"src/" |
| 672 |
] |
| 673 |
}, |
| 674 |
"notification-url": "https://packagist.org/downloads/", |
| 675 |
"license": [ |
| 676 |
"BSD-3-Clause", |
| 677 |
"GPL-2.0-only", |
| 678 |
"GPL-3.0-only" |
| 679 |
], |
| 680 |
"authors": [ |
| 681 |
{ |
| 682 |
"name": "David Grudl", |
| 683 |
"homepage": "https://davidgrudl.com" |
| 684 |
}, |
| 685 |
{ |
| 686 |
"name": "Nette Community", |
| 687 |
"homepage": "https://nette.org/contributors" |
| 688 |
} |
| 689 |
], |
| 690 |
"description": "📝 Nette Forms: generating, validating and processing secure forms in PHP. Handy API, fully customizable, server & client side validation and mature design.", |
| 691 |
"homepage": "https://nette.org", |
| 692 |
"keywords": [ |
| 693 |
"Forms", |
| 694 |
"bootstrap", |
| 695 |
"csrf", |
| 696 |
"javascript", |
| 697 |
"nette", |
| 698 |
"validation" |
| 699 |
], |
| 700 |
"support": { |
| 701 |
"issues": "https://github.com/nette/forms/issues", |
| 702 |
"source": "https://github.com/nette/forms/tree/v3.1.3" |
| 703 |
}, |
| 704 |
"time": "2021-03-03T22:13:44+00:00" |
| 705 |
}, |
| 706 |
{ |
| 707 |
"name": "nette/http", |
| 708 |
"version": "v3.2.2", |
| 709 |
"source": { |
| 710 |
"type": "git", |
| 711 |
"url": "https://github.com/nette/http.git", |
| 712 |
"reference": "9105c26de3dd47da5e7cf6b4132b5d871f835e25" |
| 713 |
}, |
| 714 |
"dist": { |
| 715 |
"type": "zip", |
| 716 |
"url": "https://api.github.com/repos/nette/http/zipball/9105c26de3dd47da5e7cf6b4132b5d871f835e25", |
| 717 |
"reference": "9105c26de3dd47da5e7cf6b4132b5d871f835e25", |
| 718 |
"shasum": "" |
| 719 |
}, |
| 720 |
"require": { |
| 721 |
"nette/utils": "^3.2.1 || ~4.0.0", |
| 722 |
"php": ">=7.2 <8.3" |
| 723 |
}, |
| 724 |
"conflict": { |
| 725 |
"nette/di": "<3.0.3", |
| 726 |
"nette/schema": "<1.2" |
| 727 |
}, |
| 728 |
"require-dev": { |
| 729 |
"nette/di": "^3.0", |
| 730 |
"nette/security": "^3.0", |
| 731 |
"nette/tester": "^2.4", |
| 732 |
"phpstan/phpstan": "^1.0", |
| 733 |
"tracy/tracy": "^2.8" |
| 734 |
}, |
| 735 |
"suggest": { |
| 736 |
"ext-fileinfo": "to detect type of uploaded files" |
| 737 |
}, |
| 738 |
"type": "library", |
| 739 |
"extra": { |
| 740 |
"branch-alias": { |
| 741 |
"dev-master": "3.2-dev" |
| 742 |
} |
| 743 |
}, |
| 744 |
"autoload": { |
| 745 |
"classmap": [ |
| 746 |
"src/" |
| 747 |
] |
| 748 |
}, |
| 749 |
"notification-url": "https://packagist.org/downloads/", |
| 750 |
"license": [ |
| 751 |
"BSD-3-Clause", |
| 752 |
"GPL-2.0-only", |
| 753 |
"GPL-3.0-only" |
| 754 |
], |
| 755 |
"authors": [ |
| 756 |
{ |
| 757 |
"name": "David Grudl", |
| 758 |
"homepage": "https://davidgrudl.com" |
| 759 |
}, |
| 760 |
{ |
| 761 |
"name": "Nette Community", |
| 762 |
"homepage": "https://nette.org/contributors" |
| 763 |
} |
| 764 |
], |
| 765 |
"description": "🌐 Nette Http: abstraction for HTTP request, response and session. Provides careful data sanitization and utility for URL and cookies manipulation.", |
| 766 |
"homepage": "https://nette.org", |
| 767 |
"keywords": [ |
| 768 |
"cookies", |
| 769 |
"http", |
| 770 |
"nette", |
| 771 |
"proxy", |
| 772 |
"request", |
| 773 |
"response", |
| 774 |
"security", |
| 775 |
"session", |
| 776 |
"url" |
| 777 |
], |
| 778 |
"support": { |
| 779 |
"issues": "https://github.com/nette/http/issues", |
| 780 |
"source": "https://github.com/nette/http/tree/v3.2.2" |
| 781 |
}, |
| 782 |
"time": "2023-03-18T14:55:56+00:00" |
| 783 |
}, |
| 784 |
{ |
| 785 |
"name": "nette/neon", |
| 786 |
"version": "v3.2.2", |
| 787 |
"source": { |
| 788 |
"type": "git", |
| 789 |
"url": "https://github.com/nette/neon.git", |
| 790 |
"reference": "e4ca6f4669121ca6876b1d048c612480e39a28d5" |
| 791 |
}, |
| 792 |
"dist": { |
| 793 |
"type": "zip", |
| 794 |
"url": "https://api.github.com/repos/nette/neon/zipball/e4ca6f4669121ca6876b1d048c612480e39a28d5", |
| 795 |
"reference": "e4ca6f4669121ca6876b1d048c612480e39a28d5", |
| 796 |
"shasum": "" |
| 797 |
}, |
| 798 |
"require": { |
| 799 |
"ext-json": "*", |
| 800 |
"php": ">=7.1" |
| 801 |
}, |
| 802 |
"require-dev": { |
| 803 |
"nette/tester": "^2.0", |
| 804 |
"phpstan/phpstan": "^0.12", |
| 805 |
"tracy/tracy": "^2.3" |
| 806 |
}, |
| 807 |
"type": "library", |
| 808 |
"extra": { |
| 809 |
"branch-alias": { |
| 810 |
"dev-master": "3.2-dev" |
| 811 |
} |
| 812 |
}, |
| 813 |
"autoload": { |
| 814 |
"classmap": [ |
| 815 |
"src/" |
| 816 |
] |
| 817 |
}, |
| 818 |
"notification-url": "https://packagist.org/downloads/", |
| 819 |
"license": [ |
| 820 |
"BSD-3-Clause", |
| 821 |
"GPL-2.0-only", |
| 822 |
"GPL-3.0-only" |
| 823 |
], |
| 824 |
"authors": [ |
| 825 |
{ |
| 826 |
"name": "David Grudl", |
| 827 |
"homepage": "https://davidgrudl.com" |
| 828 |
}, |
| 829 |
{ |
| 830 |
"name": "Nette Community", |
| 831 |
"homepage": "https://nette.org/contributors" |
| 832 |
} |
| 833 |
], |
| 834 |
"description": "🍸 Nette NEON: encodes and decodes NEON file format.", |
| 835 |
"homepage": "https://ne-on.org", |
| 836 |
"keywords": [ |
| 837 |
"export", |
| 838 |
"import", |
| 839 |
"neon", |
| 840 |
"nette", |
| 841 |
"yaml" |
| 842 |
], |
| 843 |
"support": { |
| 844 |
"issues": "https://github.com/nette/neon/issues", |
| 845 |
"source": "https://github.com/nette/neon/tree/v3.2.2" |
| 846 |
}, |
| 847 |
"time": "2021-02-28T12:30:32+00:00" |
| 848 |
}, |
| 849 |
{ |
| 850 |
"name": "nette/php-generator", |
| 851 |
"version": "v3.5.4", |
| 852 |
"source": { |
| 853 |
"type": "git", |
| 854 |
"url": "https://github.com/nette/php-generator.git", |
| 855 |
"reference": "59bb35ed6e8da95854fbf7b7d47dce6156b42915" |
| 856 |
}, |
| 857 |
"dist": { |
| 858 |
"type": "zip", |
| 859 |
"url": "https://api.github.com/repos/nette/php-generator/zipball/59bb35ed6e8da95854fbf7b7d47dce6156b42915", |
| 860 |
"reference": "59bb35ed6e8da95854fbf7b7d47dce6156b42915", |
| 861 |
"shasum": "" |
| 862 |
}, |
| 863 |
"require": { |
| 864 |
"nette/utils": "^3.1.2", |
| 865 |
"php": ">=7.1" |
| 866 |
}, |
| 867 |
"require-dev": { |
| 868 |
"nette/tester": "^2.0", |
| 869 |
"nikic/php-parser": "^4.4", |
| 870 |
"phpstan/phpstan": "^0.12", |
| 871 |
"tracy/tracy": "^2.3" |
| 872 |
}, |
| 873 |
"suggest": { |
| 874 |
"nikic/php-parser": "to use ClassType::withBodiesFrom() & GlobalFunction::withBodyFrom()" |
| 875 |
}, |
| 876 |
"type": "library", |
| 877 |
"extra": { |
| 878 |
"branch-alias": { |
| 879 |
"dev-master": "3.5-dev" |
| 880 |
} |
| 881 |
}, |
| 882 |
"autoload": { |
| 883 |
"classmap": [ |
| 884 |
"src/" |
| 885 |
] |
| 886 |
}, |
| 887 |
"notification-url": "https://packagist.org/downloads/", |
| 888 |
"license": [ |
| 889 |
"BSD-3-Clause", |
| 890 |
"GPL-2.0-only", |
| 891 |
"GPL-3.0-only" |
| 892 |
], |
| 893 |
"authors": [ |
| 894 |
{ |
| 895 |
"name": "David Grudl", |
| 896 |
"homepage": "https://davidgrudl.com" |
| 897 |
}, |
| 898 |
{ |
| 899 |
"name": "Nette Community", |
| 900 |
"homepage": "https://nette.org/contributors" |
| 901 |
} |
| 902 |
], |
| 903 |
"description": "🐘 Nette PHP Generator: generates neat PHP code for you. Supports new PHP 8.0 features.", |
| 904 |
"homepage": "https://nette.org", |
| 905 |
"keywords": [ |
| 906 |
"code", |
| 907 |
"nette", |
| 908 |
"php", |
| 909 |
"scaffolding" |
| 910 |
], |
| 911 |
"support": { |
| 912 |
"issues": "https://github.com/nette/php-generator/issues", |
| 913 |
"source": "https://github.com/nette/php-generator/tree/v3.5.4" |
| 914 |
}, |
| 915 |
"time": "2021-07-05T12:02:42+00:00" |
| 916 |
}, |
| 917 |
{ |
| 918 |
"name": "nette/robot-loader", |
| 919 |
"version": "v3.4.0", |
| 920 |
"source": { |
| 921 |
"type": "git", |
| 922 |
"url": "https://github.com/nette/robot-loader.git", |
| 923 |
"reference": "3973cf3970d1de7b30888fd10b92dac9e0c2fd82" |
| 924 |
}, |
| 925 |
"dist": { |
| 926 |
"type": "zip", |
| 927 |
"url": "https://api.github.com/repos/nette/robot-loader/zipball/3973cf3970d1de7b30888fd10b92dac9e0c2fd82", |
| 928 |
"reference": "3973cf3970d1de7b30888fd10b92dac9e0c2fd82", |
| 929 |
"shasum": "" |
| 930 |
}, |
| 931 |
"require": { |
| 932 |
"ext-tokenizer": "*", |
| 933 |
"nette/finder": "^2.5 || ^3.0", |
| 934 |
"nette/utils": "^3.0", |
| 935 |
"php": ">=7.1" |
| 936 |
}, |
| 937 |
"require-dev": { |
| 938 |
"nette/tester": "^2.0", |
| 939 |
"phpstan/phpstan": "^0.12", |
| 940 |
"tracy/tracy": "^2.3" |
| 941 |
}, |
| 942 |
"type": "library", |
| 943 |
"extra": { |
| 944 |
"branch-alias": { |
| 945 |
"dev-master": "3.4-dev" |
| 946 |
} |
| 947 |
}, |
| 948 |
"autoload": { |
| 949 |
"classmap": [ |
| 950 |
"src/" |
| 951 |
] |
| 952 |
}, |
| 953 |
"notification-url": "https://packagist.org/downloads/", |
| 954 |
"license": [ |
| 955 |
"BSD-3-Clause", |
| 956 |
"GPL-2.0-only", |
| 957 |
"GPL-3.0-only" |
| 958 |
], |
| 959 |
"authors": [ |
| 960 |
{ |
| 961 |
"name": "David Grudl", |
| 962 |
"homepage": "https://davidgrudl.com" |
| 963 |
}, |
| 964 |
{ |
| 965 |
"name": "Nette Community", |
| 966 |
"homepage": "https://nette.org/contributors" |
| 967 |
} |
| 968 |
], |
| 969 |
"description": "🍀 Nette RobotLoader: high performance and comfortable autoloader that will search and autoload classes within your application.", |
| 970 |
"homepage": "https://nette.org", |
| 971 |
"keywords": [ |
| 972 |
"autoload", |
| 973 |
"class", |
| 974 |
"interface", |
| 975 |
"nette", |
| 976 |
"trait" |
| 977 |
], |
| 978 |
"support": { |
| 979 |
"issues": "https://github.com/nette/robot-loader/issues", |
| 980 |
"source": "https://github.com/nette/robot-loader/tree/v3.4.0" |
| 981 |
}, |
| 982 |
"time": "2021-03-07T15:12:01+00:00" |
| 983 |
}, |
| 984 |
{ |
| 985 |
"name": "nette/schema", |
| 986 |
"version": "v1.2.3", |
| 987 |
"source": { |
| 988 |
"type": "git", |
| 989 |
"url": "https://github.com/nette/schema.git", |
| 990 |
"reference": "abbdbb70e0245d5f3bf77874cea1dfb0c930d06f" |
| 991 |
}, |
| 992 |
"dist": { |
| 993 |
"type": "zip", |
| 994 |
"url": "https://api.github.com/repos/nette/schema/zipball/abbdbb70e0245d5f3bf77874cea1dfb0c930d06f", |
| 995 |
"reference": "abbdbb70e0245d5f3bf77874cea1dfb0c930d06f", |
| 996 |
"shasum": "" |
| 997 |
}, |
| 998 |
"require": { |
| 999 |
"nette/utils": "^2.5.7 || ^3.1.5 || ^4.0", |
| 1000 |
"php": ">=7.1 <8.3" |
| 1001 |
}, |
| 1002 |
"require-dev": { |
| 1003 |
"nette/tester": "^2.3 || ^2.4", |
| 1004 |
"phpstan/phpstan-nette": "^1.0", |
| 1005 |
"tracy/tracy": "^2.7" |
| 1006 |
}, |
| 1007 |
"type": "library", |
| 1008 |
"extra": { |
| 1009 |
"branch-alias": { |
| 1010 |
"dev-master": "1.2-dev" |
| 1011 |
} |
| 1012 |
}, |
| 1013 |
"autoload": { |
| 1014 |
"classmap": [ |
| 1015 |
"src/" |
| 1016 |
] |
| 1017 |
}, |
| 1018 |
"notification-url": "https://packagist.org/downloads/", |
| 1019 |
"license": [ |
| 1020 |
"BSD-3-Clause", |
| 1021 |
"GPL-2.0-only", |
| 1022 |
"GPL-3.0-only" |
| 1023 |
], |
| 1024 |
"authors": [ |
| 1025 |
{ |
| 1026 |
"name": "David Grudl", |
| 1027 |
"homepage": "https://davidgrudl.com" |
| 1028 |
}, |
| 1029 |
{ |
| 1030 |
"name": "Nette Community", |
| 1031 |
"homepage": "https://nette.org/contributors" |
| 1032 |
} |
| 1033 |
], |
| 1034 |
"description": "📐 Nette Schema: validating data structures against a given Schema.", |
| 1035 |
"homepage": "https://nette.org", |
| 1036 |
"keywords": [ |
| 1037 |
"config", |
| 1038 |
"nette" |
| 1039 |
], |
| 1040 |
"support": { |
| 1041 |
"issues": "https://github.com/nette/schema/issues", |
| 1042 |
"source": "https://github.com/nette/schema/tree/v1.2.3" |
| 1043 |
}, |
| 1044 |
"time": "2022-10-13T01:24:26+00:00" |
| 1045 |
}, |
| 1046 |
{ |
| 1047 |
"name": "nette/utils", |
| 1048 |
"version": "v3.2.3", |
| 1049 |
"source": { |
| 1050 |
"type": "git", |
| 1051 |
"url": "https://github.com/nette/utils.git", |
| 1052 |
"reference": "5c36cc1ba9bb6abb8a9e425cf054e0c3fd5b9822" |
| 1053 |
}, |
| 1054 |
"dist": { |
| 1055 |
"type": "zip", |
| 1056 |
"url": "https://api.github.com/repos/nette/utils/zipball/5c36cc1ba9bb6abb8a9e425cf054e0c3fd5b9822", |
| 1057 |
"reference": "5c36cc1ba9bb6abb8a9e425cf054e0c3fd5b9822", |
| 1058 |
"shasum": "" |
| 1059 |
}, |
| 1060 |
"require": { |
| 1061 |
"php": ">=7.2 <8.1" |
| 1062 |
}, |
| 1063 |
"conflict": { |
| 1064 |
"nette/di": "<3.0.6" |
| 1065 |
}, |
| 1066 |
"require-dev": { |
| 1067 |
"nette/tester": "~2.0", |
| 1068 |
"phpstan/phpstan": "^0.12", |
| 1069 |
"tracy/tracy": "^2.3" |
| 1070 |
}, |
| 1071 |
"suggest": { |
| 1072 |
"ext-gd": "to use Image", |
| 1073 |
"ext-iconv": "to use Strings::webalize(), toAscii(), chr() and reverse()", |
| 1074 |
"ext-intl": "to use Strings::webalize(), toAscii(), normalize() and compare()", |
| 1075 |
"ext-json": "to use Nette\\Utils\\Json", |
| 1076 |
"ext-mbstring": "to use Strings::lower() etc...", |
| 1077 |
"ext-tokenizer": "to use Nette\\Utils\\Reflection::getUseStatements()", |
| 1078 |
"ext-xml": "to use Strings::length() etc. when mbstring is not available" |
| 1079 |
}, |
| 1080 |
"type": "library", |
| 1081 |
"extra": { |
| 1082 |
"branch-alias": { |
| 1083 |
"dev-master": "3.2-dev" |
| 1084 |
} |
| 1085 |
}, |
| 1086 |
"autoload": { |
| 1087 |
"classmap": [ |
| 1088 |
"src/" |
| 1089 |
] |
| 1090 |
}, |
| 1091 |
"notification-url": "https://packagist.org/downloads/", |
| 1092 |
"license": [ |
| 1093 |
"BSD-3-Clause", |
| 1094 |
"GPL-2.0-only", |
| 1095 |
"GPL-3.0-only" |
| 1096 |
], |
| 1097 |
"authors": [ |
| 1098 |
{ |
| 1099 |
"name": "David Grudl", |
| 1100 |
"homepage": "https://davidgrudl.com" |
| 1101 |
}, |
| 1102 |
{ |
| 1103 |
"name": "Nette Community", |
| 1104 |
"homepage": "https://nette.org/contributors" |
| 1105 |
} |
| 1106 |
], |
| 1107 |
"description": "🛠 Nette Utils: lightweight utilities for string & array manipulation, image handling, safe JSON encoding/decoding, validation, slug or strong password generating etc.", |
| 1108 |
"homepage": "https://nette.org", |
| 1109 |
"keywords": [ |
| 1110 |
"array", |
| 1111 |
"core", |
| 1112 |
"datetime", |
| 1113 |
"images", |
| 1114 |
"json", |
| 1115 |
"nette", |
| 1116 |
"paginator", |
| 1117 |
"password", |
| 1118 |
"slugify", |
| 1119 |
"string", |
| 1120 |
"unicode", |
| 1121 |
"utf-8", |
| 1122 |
"utility", |
| 1123 |
"validation" |
| 1124 |
], |
| 1125 |
"support": { |
| 1126 |
"issues": "https://github.com/nette/utils/issues", |
| 1127 |
"source": "https://github.com/nette/utils/tree/v3.2.3" |
| 1128 |
}, |
| 1129 |
"time": "2021-08-16T21:05:00+00:00" |
| 1130 |
}, |
| 1131 |
{ |
| 1132 |
"name": "psr/http-message", |
| 1133 |
"version": "1.1", |
| 1134 |
"source": { |
| 1135 |
"type": "git", |
| 1136 |
"url": "https://github.com/php-fig/http-message.git", |
| 1137 |
"reference": "cb6ce4845ce34a8ad9e68117c10ee90a29919eba" |
| 1138 |
}, |
| 1139 |
"dist": { |
| 1140 |
"type": "zip", |
| 1141 |
"url": "https://api.github.com/repos/php-fig/http-message/zipball/cb6ce4845ce34a8ad9e68117c10ee90a29919eba", |
| 1142 |
"reference": "cb6ce4845ce34a8ad9e68117c10ee90a29919eba", |
| 1143 |
"shasum": "" |
| 1144 |
}, |
| 1145 |
"require": { |
| 1146 |
"php": "^7.2 || ^8.0" |
| 1147 |
}, |
| 1148 |
"type": "library", |
| 1149 |
"extra": { |
| 1150 |
"branch-alias": { |
| 1151 |
"dev-master": "1.1.x-dev" |
| 1152 |
} |
| 1153 |
}, |
| 1154 |
"autoload": { |
| 1155 |
"psr-4": { |
| 1156 |
"Psr\\Http\\Message\\": "src/" |
| 1157 |
} |
| 1158 |
}, |
| 1159 |
"notification-url": "https://packagist.org/downloads/", |
| 1160 |
"license": [ |
| 1161 |
"MIT" |
| 1162 |
], |
| 1163 |
"authors": [ |
| 1164 |
{ |
| 1165 |
"name": "PHP-FIG", |
| 1166 |
"homepage": "http://www.php-fig.org/" |
| 1167 |
} |
| 1168 |
], |
| 1169 |
"description": "Common interface for HTTP messages", |
| 1170 |
"homepage": "https://github.com/php-fig/http-message", |
| 1171 |
"keywords": [ |
| 1172 |
"http", |
| 1173 |
"http-message", |
| 1174 |
"psr", |
| 1175 |
"psr-7", |
| 1176 |
"request", |
| 1177 |
"response" |
| 1178 |
], |
| 1179 |
"support": { |
| 1180 |
"source": "https://github.com/php-fig/http-message/tree/1.1" |
| 1181 |
}, |
| 1182 |
"time": "2023-04-04T09:50:52+00:00" |
| 1183 |
}, |
| 1184 |
{ |
| 1185 |
"name": "ralouphie/getallheaders", |
| 1186 |
"version": "3.0.3", |
| 1187 |
"source": { |
| 1188 |
"type": "git", |
| 1189 |
"url": "https://github.com/ralouphie/getallheaders.git", |
| 1190 |
"reference": "120b605dfeb996808c31b6477290a714d356e822" |
| 1191 |
}, |
| 1192 |
"dist": { |
| 1193 |
"type": "zip", |
| 1194 |
"url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822", |
| 1195 |
"reference": "120b605dfeb996808c31b6477290a714d356e822", |
| 1196 |
"shasum": "" |
| 1197 |
}, |
| 1198 |
"require": { |
| 1199 |
"php": ">=5.6" |
| 1200 |
}, |
| 1201 |
"require-dev": { |
| 1202 |
"php-coveralls/php-coveralls": "^2.1", |
| 1203 |
"phpunit/phpunit": "^5 || ^6.5" |
| 1204 |
}, |
| 1205 |
"type": "library", |
| 1206 |
"autoload": { |
| 1207 |
"files": [ |
| 1208 |
"src/getallheaders.php" |
| 1209 |
] |
| 1210 |
}, |
| 1211 |
"notification-url": "https://packagist.org/downloads/", |
| 1212 |
"license": [ |
| 1213 |
"MIT" |
| 1214 |
], |
| 1215 |
"authors": [ |
| 1216 |
{ |
| 1217 |
"name": "Ralph Khattar", |
| 1218 |
"email": "ralph.khattar@gmail.com" |
| 1219 |
} |
| 1220 |
], |
| 1221 |
"description": "A polyfill for getallheaders.", |
| 1222 |
"support": { |
| 1223 |
"issues": "https://github.com/ralouphie/getallheaders/issues", |
| 1224 |
"source": "https://github.com/ralouphie/getallheaders/tree/develop" |
| 1225 |
}, |
| 1226 |
"time": "2019-03-08T08:55:37+00:00" |
| 1227 |
}, |
| 1228 |
{ |
| 1229 |
"name": "symfony/polyfill-intl-idn", |
| 1230 |
"version": "v1.27.0", |
| 1231 |
"source": { |
| 1232 |
"type": "git", |
| 1233 |
"url": "https://github.com/symfony/polyfill-intl-idn.git", |
| 1234 |
"reference": "639084e360537a19f9ee352433b84ce831f3d2da" |
| 1235 |
}, |
| 1236 |
"dist": { |
| 1237 |
"type": "zip", |
| 1238 |
"url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/639084e360537a19f9ee352433b84ce831f3d2da", |
| 1239 |
"reference": "639084e360537a19f9ee352433b84ce831f3d2da", |
| 1240 |
"shasum": "" |
| 1241 |
}, |
| 1242 |
"require": { |
| 1243 |
"php": ">=7.1", |
| 1244 |
"symfony/polyfill-intl-normalizer": "^1.10", |
| 1245 |
"symfony/polyfill-php72": "^1.10" |
| 1246 |
}, |
| 1247 |
"suggest": { |
| 1248 |
"ext-intl": "For best performance" |
| 1249 |
}, |
| 1250 |
"type": "library", |
| 1251 |
"extra": { |
| 1252 |
"branch-alias": { |
| 1253 |
"dev-main": "1.27-dev" |
| 1254 |
}, |
| 1255 |
"thanks": { |
| 1256 |
"name": "symfony/polyfill", |
| 1257 |
"url": "https://github.com/symfony/polyfill" |
| 1258 |
} |
| 1259 |
}, |
| 1260 |
"autoload": { |
| 1261 |
"files": [ |
| 1262 |
"bootstrap.php" |
| 1263 |
], |
| 1264 |
"psr-4": { |
| 1265 |
"Symfony\\Polyfill\\Intl\\Idn\\": "" |
| 1266 |
} |
| 1267 |
}, |
| 1268 |
"notification-url": "https://packagist.org/downloads/", |
| 1269 |
"license": [ |
| 1270 |
"MIT" |
| 1271 |
], |
| 1272 |
"authors": [ |
| 1273 |
{ |
| 1274 |
"name": "Laurent Bassin", |
| 1275 |
"email": "laurent@bassin.info" |
| 1276 |
}, |
| 1277 |
{ |
| 1278 |
"name": "Trevor Rowbotham", |
| 1279 |
"email": "trevor.rowbotham@pm.me" |
| 1280 |
}, |
| 1281 |
{ |
| 1282 |
"name": "Symfony Community", |
| 1283 |
"homepage": "https://symfony.com/contributors" |
| 1284 |
} |
| 1285 |
], |
| 1286 |
"description": "Symfony polyfill for intl's idn_to_ascii and idn_to_utf8 functions", |
| 1287 |
"homepage": "https://symfony.com", |
| 1288 |
"keywords": [ |
| 1289 |
"compatibility", |
| 1290 |
"idn", |
| 1291 |
"intl", |
| 1292 |
"polyfill", |
| 1293 |
"portable", |
| 1294 |
"shim" |
| 1295 |
], |
| 1296 |
"support": { |
| 1297 |
"source": "https://github.com/symfony/polyfill-intl-idn/tree/v1.27.0" |
| 1298 |
}, |
| 1299 |
"funding": [ |
| 1300 |
{ |
| 1301 |
"url": "https://symfony.com/sponsor", |
| 1302 |
"type": "custom" |
| 1303 |
}, |
| 1304 |
{ |
| 1305 |
"url": "https://github.com/fabpot", |
| 1306 |
"type": "github" |
| 1307 |
}, |
| 1308 |
{ |
| 1309 |
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony", |
| 1310 |
"type": "tidelift" |
| 1311 |
} |
| 1312 |
], |
| 1313 |
"time": "2022-11-03T14:55:06+00:00" |
| 1314 |
}, |
| 1315 |
{ |
| 1316 |
"name": "symfony/polyfill-intl-normalizer", |
| 1317 |
"version": "v1.27.0", |
| 1318 |
"source": { |
| 1319 |
"type": "git", |
| 1320 |
"url": "https://github.com/symfony/polyfill-intl-normalizer.git", |
| 1321 |
"reference": "19bd1e4fcd5b91116f14d8533c57831ed00571b6" |
| 1322 |
}, |
| 1323 |
"dist": { |
| 1324 |
"type": "zip", |
| 1325 |
"url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/19bd1e4fcd5b91116f14d8533c57831ed00571b6", |
| 1326 |
"reference": "19bd1e4fcd5b91116f14d8533c57831ed00571b6", |
| 1327 |
"shasum": "" |
| 1328 |
}, |
| 1329 |
"require": { |
| 1330 |
"php": ">=7.1" |
| 1331 |
}, |
| 1332 |
"suggest": { |
| 1333 |
"ext-intl": "For best performance" |
| 1334 |
}, |
| 1335 |
"type": "library", |
| 1336 |
"extra": { |
| 1337 |
"branch-alias": { |
| 1338 |
"dev-main": "1.27-dev" |
| 1339 |
}, |
| 1340 |
"thanks": { |
| 1341 |
"name": "symfony/polyfill", |
| 1342 |
"url": "https://github.com/symfony/polyfill" |
| 1343 |
} |
| 1344 |
}, |
| 1345 |
"autoload": { |
| 1346 |
"files": [ |
| 1347 |
"bootstrap.php" |
| 1348 |
], |
| 1349 |
"psr-4": { |
| 1350 |
"Symfony\\Polyfill\\Intl\\Normalizer\\": "" |
| 1351 |
}, |
| 1352 |
"classmap": [ |
| 1353 |
"Resources/stubs" |
| 1354 |
] |
| 1355 |
}, |
| 1356 |
"notification-url": "https://packagist.org/downloads/", |
| 1357 |
"license": [ |
| 1358 |
"MIT" |
| 1359 |
], |
| 1360 |
"authors": [ |
| 1361 |
{ |
| 1362 |
"name": "Nicolas Grekas", |
| 1363 |
"email": "p@tchwork.com" |
| 1364 |
}, |
| 1365 |
{ |
| 1366 |
"name": "Symfony Community", |
| 1367 |
"homepage": "https://symfony.com/contributors" |
| 1368 |
} |
| 1369 |
], |
| 1370 |
"description": "Symfony polyfill for intl's Normalizer class and related functions", |
| 1371 |
"homepage": "https://symfony.com", |
| 1372 |
"keywords": [ |
| 1373 |
"compatibility", |
| 1374 |
"intl", |
| 1375 |
"normalizer", |
| 1376 |
"polyfill", |
| 1377 |
"portable", |
| 1378 |
"shim" |
| 1379 |
], |
| 1380 |
"support": { |
| 1381 |
"source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.27.0" |
| 1382 |
}, |
| 1383 |
"funding": [ |
| 1384 |
{ |
| 1385 |
"url": "https://symfony.com/sponsor", |
| 1386 |
"type": "custom" |
| 1387 |
}, |
| 1388 |
{ |
| 1389 |
"url": "https://github.com/fabpot", |
| 1390 |
"type": "github" |
| 1391 |
}, |
| 1392 |
{ |
| 1393 |
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony", |
| 1394 |
"type": "tidelift" |
| 1395 |
} |
| 1396 |
], |
| 1397 |
"time": "2022-11-03T14:55:06+00:00" |
| 1398 |
}, |
| 1399 |
{ |
| 1400 |
"name": "symfony/polyfill-php72", |
| 1401 |
"version": "v1.27.0", |
| 1402 |
"source": { |
| 1403 |
"type": "git", |
| 1404 |
"url": "https://github.com/symfony/polyfill-php72.git", |
| 1405 |
"reference": "869329b1e9894268a8a61dabb69153029b7a8c97" |
| 1406 |
}, |
| 1407 |
"dist": { |
| 1408 |
"type": "zip", |
| 1409 |
"url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/869329b1e9894268a8a61dabb69153029b7a8c97", |
| 1410 |
"reference": "869329b1e9894268a8a61dabb69153029b7a8c97", |
| 1411 |
"shasum": "" |
| 1412 |
}, |
| 1413 |
"require": { |
| 1414 |
"php": ">=7.1" |
| 1415 |
}, |
| 1416 |
"type": "library", |
| 1417 |
"extra": { |
| 1418 |
"branch-alias": { |
| 1419 |
"dev-main": "1.27-dev" |
| 1420 |
}, |
| 1421 |
"thanks": { |
| 1422 |
"name": "symfony/polyfill", |
| 1423 |
"url": "https://github.com/symfony/polyfill" |
| 1424 |
} |
| 1425 |
}, |
| 1426 |
"autoload": { |
| 1427 |
"files": [ |
| 1428 |
"bootstrap.php" |
| 1429 |
], |
| 1430 |
"psr-4": { |
| 1431 |
"Symfony\\Polyfill\\Php72\\": "" |
| 1432 |
} |
| 1433 |
}, |
| 1434 |
"notification-url": "https://packagist.org/downloads/", |
| 1435 |
"license": [ |
| 1436 |
"MIT" |
| 1437 |
], |
| 1438 |
"authors": [ |
| 1439 |
{ |
| 1440 |
"name": "Nicolas Grekas", |
| 1441 |
"email": "p@tchwork.com" |
| 1442 |
}, |
| 1443 |
{ |
| 1444 |
"name": "Symfony Community", |
| 1445 |
"homepage": "https://symfony.com/contributors" |
| 1446 |
} |
| 1447 |
], |
| 1448 |
"description": "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions", |
| 1449 |
"homepage": "https://symfony.com", |
| 1450 |
"keywords": [ |
| 1451 |
"compatibility", |
| 1452 |
"polyfill", |
| 1453 |
"portable", |
| 1454 |
"shim" |
| 1455 |
], |
| 1456 |
"support": { |
| 1457 |
"source": "https://github.com/symfony/polyfill-php72/tree/v1.27.0" |
| 1458 |
}, |
| 1459 |
"funding": [ |
| 1460 |
{ |
| 1461 |
"url": "https://symfony.com/sponsor", |
| 1462 |
"type": "custom" |
| 1463 |
}, |
| 1464 |
{ |
| 1465 |
"url": "https://github.com/fabpot", |
| 1466 |
"type": "github" |
| 1467 |
}, |
| 1468 |
{ |
| 1469 |
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony", |
| 1470 |
"type": "tidelift" |
| 1471 |
} |
| 1472 |
], |
| 1473 |
"time": "2022-11-03T14:55:06+00:00" |
| 1474 |
}, |
| 1475 |
{ |
| 1476 |
"name": "tracy/tracy", |
| 1477 |
"version": "v2.9.7", |
| 1478 |
"source": { |
| 1479 |
"type": "git", |
| 1480 |
"url": "https://github.com/nette/tracy.git", |
| 1481 |
"reference": "1c6e9b5bad030fdf49194154c9674201fa6372bb" |
| 1482 |
}, |
| 1483 |
"dist": { |
| 1484 |
"type": "zip", |
| 1485 |
"url": "https://api.github.com/repos/nette/tracy/zipball/1c6e9b5bad030fdf49194154c9674201fa6372bb", |
| 1486 |
"reference": "1c6e9b5bad030fdf49194154c9674201fa6372bb", |
| 1487 |
"shasum": "" |
| 1488 |
}, |
| 1489 |
"require": { |
| 1490 |
"ext-json": "*", |
| 1491 |
"ext-session": "*", |
| 1492 |
"php": ">=7.2 <8.3" |
| 1493 |
}, |
| 1494 |
"conflict": { |
| 1495 |
"nette/di": "<3.0" |
| 1496 |
}, |
| 1497 |
"require-dev": { |
| 1498 |
"latte/latte": "^2.5", |
| 1499 |
"nette/di": "^3.0", |
| 1500 |
"nette/mail": "^3.0", |
| 1501 |
"nette/tester": "^2.2", |
| 1502 |
"nette/utils": "^3.0", |
| 1503 |
"phpstan/phpstan": "^1.0", |
| 1504 |
"psr/log": "^1.0 || ^2.0 || ^3.0" |
| 1505 |
}, |
| 1506 |
"type": "library", |
| 1507 |
"extra": { |
| 1508 |
"branch-alias": { |
| 1509 |
"dev-master": "2.9-dev" |
| 1510 |
} |
| 1511 |
}, |
| 1512 |
"autoload": { |
| 1513 |
"files": [ |
| 1514 |
"src/Tracy/functions.php" |
| 1515 |
], |
| 1516 |
"classmap": [ |
| 1517 |
"src" |
| 1518 |
] |
| 1519 |
}, |
| 1520 |
"notification-url": "https://packagist.org/downloads/", |
| 1521 |
"license": [ |
| 1522 |
"BSD-3-Clause" |
| 1523 |
], |
| 1524 |
"authors": [ |
| 1525 |
{ |
| 1526 |
"name": "David Grudl", |
| 1527 |
"homepage": "https://davidgrudl.com" |
| 1528 |
}, |
| 1529 |
{ |
| 1530 |
"name": "Nette Community", |
| 1531 |
"homepage": "https://nette.org/contributors" |
| 1532 |
} |
| 1533 |
], |
| 1534 |
"description": "😎 Tracy: the addictive tool to ease debugging PHP code for cool developers. Friendly design, logging, profiler, advanced features like debugging AJAX calls or CLI support. You will love it.", |
| 1535 |
"homepage": "https://tracy.nette.org", |
| 1536 |
"keywords": [ |
| 1537 |
"Xdebug", |
| 1538 |
"debug", |
| 1539 |
"debugger", |
| 1540 |
"nette", |
| 1541 |
"profiler" |
| 1542 |
], |
| 1543 |
"support": { |
| 1544 |
"issues": "https://github.com/nette/tracy/issues", |
| 1545 |
"source": "https://github.com/nette/tracy/tree/v2.9.7" |
| 1546 |
}, |
| 1547 |
"time": "2023-02-28T13:01:54+00:00" |
| 1548 |
} |
| 1549 |
], |
| 1550 |
"packages-dev": [], |
| 1551 |
"aliases": [], |
| 1552 |
"minimum-stability": "stable", |
| 1553 |
"stability-flags": [], |
| 1554 |
"prefer-stable": false, |
| 1555 |
"prefer-lowest": false, |
| 1556 |
"platform": { |
| 1557 |
"php": ">=7.2" |
| 1558 |
}, |
| 1559 |
"platform-dev": [], |
| 1560 |
"plugin-api-version": "2.3.0" |
| 1561 |
} |
| 1562 |
|