| 1 |
[ |
| 2 |
{ |
| 3 |
"name": "firebase/php-jwt", |
| 4 |
"version": "v5.2.0", |
| 5 |
"version_normalized": "5.2.0.0", |
| 6 |
"source": { |
| 7 |
"type": "git", |
| 8 |
"url": "https://github.com/firebase/php-jwt.git", |
| 9 |
"reference": "feb0e820b8436873675fd3aca04f3728eb2185cb" |
| 10 |
}, |
| 11 |
"dist": { |
| 12 |
"type": "zip", |
| 13 |
"url": "https://api.github.com/repos/firebase/php-jwt/zipball/feb0e820b8436873675fd3aca04f3728eb2185cb", |
| 14 |
"reference": "feb0e820b8436873675fd3aca04f3728eb2185cb", |
| 15 |
"shasum": "" |
| 16 |
}, |
| 17 |
"require": { |
| 18 |
"php": ">=5.3.0" |
| 19 |
}, |
| 20 |
"require-dev": { |
| 21 |
"phpunit/phpunit": ">=4.8 <=9" |
| 22 |
}, |
| 23 |
"time": "2020-03-25T18:49:23+00:00", |
| 24 |
"type": "library", |
| 25 |
"installation-source": "dist", |
| 26 |
"autoload": { |
| 27 |
"psr-4": { |
| 28 |
"Firebase\\JWT\\": "src" |
| 29 |
} |
| 30 |
}, |
| 31 |
"notification-url": "https://packagist.org/downloads/", |
| 32 |
"license": [ |
| 33 |
"BSD-3-Clause" |
| 34 |
], |
| 35 |
"authors": [ |
| 36 |
{ |
| 37 |
"name": "Neuman Vong", |
| 38 |
"email": "neuman+pear@twilio.com", |
| 39 |
"role": "Developer" |
| 40 |
}, |
| 41 |
{ |
| 42 |
"name": "Anant Narayanan", |
| 43 |
"email": "anant@php.net", |
| 44 |
"role": "Developer" |
| 45 |
} |
| 46 |
], |
| 47 |
"description": "A simple library to encode and decode JSON Web Tokens (JWT) in PHP. Should conform to the current spec.", |
| 48 |
"homepage": "https://github.com/firebase/php-jwt", |
| 49 |
"keywords": [ |
| 50 |
"jwt", |
| 51 |
"php" |
| 52 |
] |
| 53 |
}, |
| 54 |
{ |
| 55 |
"name": "google/auth", |
| 56 |
"version": "v1.11.1", |
| 57 |
"version_normalized": "1.11.1.0", |
| 58 |
"source": { |
| 59 |
"type": "git", |
| 60 |
"url": "https://github.com/googleapis/google-auth-library-php.git", |
| 61 |
"reference": "bb959e91bd8ffbd352ab76cbf11d656ce6435088" |
| 62 |
}, |
| 63 |
"dist": { |
| 64 |
"type": "zip", |
| 65 |
"url": "https://api.github.com/repos/googleapis/google-auth-library-php/zipball/bb959e91bd8ffbd352ab76cbf11d656ce6435088", |
| 66 |
"reference": "bb959e91bd8ffbd352ab76cbf11d656ce6435088", |
| 67 |
"shasum": "" |
| 68 |
}, |
| 69 |
"require": { |
| 70 |
"firebase/php-jwt": "~2.0|~3.0|~4.0|~5.0", |
| 71 |
"guzzlehttp/guzzle": "^5.3.1|^6.2.1|^7.0", |
| 72 |
"guzzlehttp/psr7": "^1.2", |
| 73 |
"php": ">=5.4", |
| 74 |
"psr/cache": "^1.0", |
| 75 |
"psr/http-message": "^1.0" |
| 76 |
}, |
| 77 |
"require-dev": { |
| 78 |
"guzzlehttp/promises": "0.1.1|^1.3", |
| 79 |
"kelvinmo/simplejwt": "^0.2.5", |
| 80 |
"phpseclib/phpseclib": "^2", |
| 81 |
"phpunit/phpunit": "^4.8.36|^5.7", |
| 82 |
"sebastian/comparator": ">=1.2.3", |
| 83 |
"squizlabs/php_codesniffer": "^3.5" |
| 84 |
}, |
| 85 |
"suggest": { |
| 86 |
"phpseclib/phpseclib": "May be used in place of OpenSSL for signing strings or for token management. Please require version ^2." |
| 87 |
}, |
| 88 |
"time": "2020-07-27T18:33:35+00:00", |
| 89 |
"type": "library", |
| 90 |
"installation-source": "dist", |
| 91 |
"autoload": { |
| 92 |
"psr-4": { |
| 93 |
"Google\\Auth\\": "src" |
| 94 |
} |
| 95 |
}, |
| 96 |
"notification-url": "https://packagist.org/downloads/", |
| 97 |
"license": [ |
| 98 |
"Apache-2.0" |
| 99 |
], |
| 100 |
"description": "Google Auth Library for PHP", |
| 101 |
"homepage": "http://github.com/google/google-auth-library-php", |
| 102 |
"keywords": [ |
| 103 |
"Authentication", |
| 104 |
"google", |
| 105 |
"oauth2" |
| 106 |
] |
| 107 |
}, |
| 108 |
{ |
| 109 |
"name": "google/cloud-core", |
| 110 |
"version": "v1.38.0", |
| 111 |
"version_normalized": "1.38.0.0", |
| 112 |
"source": { |
| 113 |
"type": "git", |
| 114 |
"url": "https://github.com/googleapis/google-cloud-php-core.git", |
| 115 |
"reference": "5379a3a2ffae2b6ad7eb55a4fa56acdd694a460e" |
| 116 |
}, |
| 117 |
"dist": { |
| 118 |
"type": "zip", |
| 119 |
"url": "https://api.github.com/repos/googleapis/google-cloud-php-core/zipball/5379a3a2ffae2b6ad7eb55a4fa56acdd694a460e", |
| 120 |
"reference": "5379a3a2ffae2b6ad7eb55a4fa56acdd694a460e", |
| 121 |
"shasum": "" |
| 122 |
}, |
| 123 |
"require": { |
| 124 |
"google/auth": "^1.6", |
| 125 |
"guzzlehttp/guzzle": "^5.3|^6.0|^7.0", |
| 126 |
"guzzlehttp/promises": "^1.3", |
| 127 |
"guzzlehttp/psr7": "^1.2", |
| 128 |
"monolog/monolog": "^1.1|^2.0", |
| 129 |
"php": ">=5.5", |
| 130 |
"psr/http-message": "1.0.*", |
| 131 |
"rize/uri-template": "~0.3" |
| 132 |
}, |
| 133 |
"require-dev": { |
| 134 |
"erusev/parsedown": "^1.6", |
| 135 |
"google/common-protos": "^1.0", |
| 136 |
"google/gax": "^1.1", |
| 137 |
"opis/closure": "^3", |
| 138 |
"phpdocumentor/reflection": "^3.0", |
| 139 |
"phpunit/phpunit": "^4.8|^5.0", |
| 140 |
"squizlabs/php_codesniffer": "2.*" |
| 141 |
}, |
| 142 |
"suggest": { |
| 143 |
"opis/closure": "May be used to serialize closures to process jobs in the batch daemon. Please require version ^3.", |
| 144 |
"symfony/lock": "Required for the Spanner cached based session pool. Please require the following commit: 3.3.x-dev#1ba6ac9" |
| 145 |
}, |
| 146 |
"time": "2020-07-21T18:59:47+00:00", |
| 147 |
"bin": [ |
| 148 |
"bin/google-cloud-batch" |
| 149 |
], |
| 150 |
"type": "library", |
| 151 |
"extra": { |
| 152 |
"component": { |
| 153 |
"id": "cloud-core", |
| 154 |
"target": "googleapis/google-cloud-php-core.git", |
| 155 |
"path": "Core", |
| 156 |
"entry": "src/ServiceBuilder.php" |
| 157 |
} |
| 158 |
}, |
| 159 |
"installation-source": "dist", |
| 160 |
"autoload": { |
| 161 |
"psr-4": { |
| 162 |
"Google\\Cloud\\Core\\": "src" |
| 163 |
} |
| 164 |
}, |
| 165 |
"notification-url": "https://packagist.org/downloads/", |
| 166 |
"license": [ |
| 167 |
"Apache-2.0" |
| 168 |
], |
| 169 |
"description": "Google Cloud PHP shared dependency, providing functionality useful to all components." |
| 170 |
}, |
| 171 |
{ |
| 172 |
"name": "google/cloud-storage", |
| 173 |
"version": "v1.22.0", |
| 174 |
"version_normalized": "1.22.0.0", |
| 175 |
"source": { |
| 176 |
"type": "git", |
| 177 |
"url": "https://github.com/googleapis/google-cloud-php-storage.git", |
| 178 |
"reference": "9412bf831a3fdd895378203b7e42b782deee8795" |
| 179 |
}, |
| 180 |
"dist": { |
| 181 |
"type": "zip", |
| 182 |
"url": "https://api.github.com/repos/googleapis/google-cloud-php-storage/zipball/9412bf831a3fdd895378203b7e42b782deee8795", |
| 183 |
"reference": "9412bf831a3fdd895378203b7e42b782deee8795", |
| 184 |
"shasum": "" |
| 185 |
}, |
| 186 |
"require": { |
| 187 |
"google/cloud-core": "^1.37", |
| 188 |
"google/crc32": "^0.1.0" |
| 189 |
}, |
| 190 |
"require-dev": { |
| 191 |
"erusev/parsedown": "^1.6", |
| 192 |
"google/cloud-pubsub": "^1.0", |
| 193 |
"phpdocumentor/reflection": "^3.0", |
| 194 |
"phpseclib/phpseclib": "^2", |
| 195 |
"phpunit/phpunit": "^4.8|^5.0", |
| 196 |
"squizlabs/php_codesniffer": "2.*" |
| 197 |
}, |
| 198 |
"suggest": { |
| 199 |
"google/cloud-pubsub": "May be used to register a topic to receive bucket notifications.", |
| 200 |
"phpseclib/phpseclib": "May be used in place of OpenSSL for creating signed Cloud Storage URLs. Please require version ^2." |
| 201 |
}, |
| 202 |
"time": "2020-07-21T18:59:47+00:00", |
| 203 |
"type": "library", |
| 204 |
"extra": { |
| 205 |
"component": { |
| 206 |
"id": "cloud-storage", |
| 207 |
"target": "googleapis/google-cloud-php-storage.git", |
| 208 |
"path": "Storage", |
| 209 |
"entry": "src/StorageClient.php" |
| 210 |
} |
| 211 |
}, |
| 212 |
"installation-source": "dist", |
| 213 |
"autoload": { |
| 214 |
"psr-4": { |
| 215 |
"Google\\Cloud\\Storage\\": "src" |
| 216 |
} |
| 217 |
}, |
| 218 |
"notification-url": "https://packagist.org/downloads/", |
| 219 |
"license": [ |
| 220 |
"Apache-2.0" |
| 221 |
], |
| 222 |
"description": "Cloud Storage Client for PHP" |
| 223 |
}, |
| 224 |
{ |
| 225 |
"name": "google/crc32", |
| 226 |
"version": "v0.1.0", |
| 227 |
"version_normalized": "0.1.0.0", |
| 228 |
"source": { |
| 229 |
"type": "git", |
| 230 |
"url": "https://github.com/google/php-crc32.git", |
| 231 |
"reference": "a8525f0dea6fca1893e1bae2f6e804c5f7d007fb" |
| 232 |
}, |
| 233 |
"dist": { |
| 234 |
"type": "zip", |
| 235 |
"url": "https://api.github.com/repos/google/php-crc32/zipball/a8525f0dea6fca1893e1bae2f6e804c5f7d007fb", |
| 236 |
"reference": "a8525f0dea6fca1893e1bae2f6e804c5f7d007fb", |
| 237 |
"shasum": "" |
| 238 |
}, |
| 239 |
"require": { |
| 240 |
"php": ">=5.4" |
| 241 |
}, |
| 242 |
"require-dev": { |
| 243 |
"friendsofphp/php-cs-fixer": "^1.13 || v2.14.2", |
| 244 |
"paragonie/random_compat": ">=2", |
| 245 |
"phpunit/phpunit": "^4" |
| 246 |
}, |
| 247 |
"time": "2019-05-09T06:24:58+00:00", |
| 248 |
"type": "library", |
| 249 |
"installation-source": "dist", |
| 250 |
"autoload": { |
| 251 |
"psr-4": { |
| 252 |
"Google\\CRC32\\": "src" |
| 253 |
} |
| 254 |
}, |
| 255 |
"notification-url": "https://packagist.org/downloads/", |
| 256 |
"license": [ |
| 257 |
"Apache-2.0" |
| 258 |
], |
| 259 |
"authors": [ |
| 260 |
{ |
| 261 |
"name": "Andrew Brampton", |
| 262 |
"email": "bramp@google.com" |
| 263 |
} |
| 264 |
], |
| 265 |
"description": "Various CRC32 implementations", |
| 266 |
"homepage": "https://github.com/google/php-crc32" |
| 267 |
}, |
| 268 |
{ |
| 269 |
"name": "guzzlehttp/guzzle", |
| 270 |
"version": "6.5.5", |
| 271 |
"version_normalized": "6.5.5.0", |
| 272 |
"source": { |
| 273 |
"type": "git", |
| 274 |
"url": "https://github.com/guzzle/guzzle.git", |
| 275 |
"reference": "9d4290de1cfd701f38099ef7e183b64b4b7b0c5e" |
| 276 |
}, |
| 277 |
"dist": { |
| 278 |
"type": "zip", |
| 279 |
"url": "https://api.github.com/repos/guzzle/guzzle/zipball/9d4290de1cfd701f38099ef7e183b64b4b7b0c5e", |
| 280 |
"reference": "9d4290de1cfd701f38099ef7e183b64b4b7b0c5e", |
| 281 |
"shasum": "" |
| 282 |
}, |
| 283 |
"require": { |
| 284 |
"ext-json": "*", |
| 285 |
"guzzlehttp/promises": "^1.0", |
| 286 |
"guzzlehttp/psr7": "^1.6.1", |
| 287 |
"php": ">=5.5", |
| 288 |
"symfony/polyfill-intl-idn": "^1.17.0" |
| 289 |
}, |
| 290 |
"require-dev": { |
| 291 |
"ext-curl": "*", |
| 292 |
"phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.4 || ^7.0", |
| 293 |
"psr/log": "^1.1" |
| 294 |
}, |
| 295 |
"suggest": { |
| 296 |
"psr/log": "Required for using the Log middleware" |
| 297 |
}, |
| 298 |
"time": "2020-06-16T21:01:06+00:00", |
| 299 |
"type": "library", |
| 300 |
"extra": { |
| 301 |
"branch-alias": { |
| 302 |
"dev-master": "6.5-dev" |
| 303 |
} |
| 304 |
}, |
| 305 |
"installation-source": "dist", |
| 306 |
"autoload": { |
| 307 |
"psr-4": { |
| 308 |
"GuzzleHttp\\": "src/" |
| 309 |
}, |
| 310 |
"files": [ |
| 311 |
"src/functions_include.php" |
| 312 |
] |
| 313 |
}, |
| 314 |
"notification-url": "https://packagist.org/downloads/", |
| 315 |
"license": [ |
| 316 |
"MIT" |
| 317 |
], |
| 318 |
"authors": [ |
| 319 |
{ |
| 320 |
"name": "Michael Dowling", |
| 321 |
"email": "mtdowling@gmail.com", |
| 322 |
"homepage": "https://github.com/mtdowling" |
| 323 |
} |
| 324 |
], |
| 325 |
"description": "Guzzle is a PHP HTTP client library", |
| 326 |
"homepage": "http://guzzlephp.org/", |
| 327 |
"keywords": [ |
| 328 |
"client", |
| 329 |
"curl", |
| 330 |
"framework", |
| 331 |
"http", |
| 332 |
"http client", |
| 333 |
"rest", |
| 334 |
"web service" |
| 335 |
] |
| 336 |
}, |
| 337 |
{ |
| 338 |
"name": "guzzlehttp/promises", |
| 339 |
"version": "v1.3.1", |
| 340 |
"version_normalized": "1.3.1.0", |
| 341 |
"source": { |
| 342 |
"type": "git", |
| 343 |
"url": "https://github.com/guzzle/promises.git", |
| 344 |
"reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646" |
| 345 |
}, |
| 346 |
"dist": { |
| 347 |
"type": "zip", |
| 348 |
"url": "https://api.github.com/repos/guzzle/promises/zipball/a59da6cf61d80060647ff4d3eb2c03a2bc694646", |
| 349 |
"reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646", |
| 350 |
"shasum": "" |
| 351 |
}, |
| 352 |
"require": { |
| 353 |
"php": ">=5.5.0" |
| 354 |
}, |
| 355 |
"require-dev": { |
| 356 |
"phpunit/phpunit": "^4.0" |
| 357 |
}, |
| 358 |
"time": "2016-12-20T10:07:11+00:00", |
| 359 |
"type": "library", |
| 360 |
"extra": { |
| 361 |
"branch-alias": { |
| 362 |
"dev-master": "1.4-dev" |
| 363 |
} |
| 364 |
}, |
| 365 |
"installation-source": "dist", |
| 366 |
"autoload": { |
| 367 |
"psr-4": { |
| 368 |
"GuzzleHttp\\Promise\\": "src/" |
| 369 |
}, |
| 370 |
"files": [ |
| 371 |
"src/functions_include.php" |
| 372 |
] |
| 373 |
}, |
| 374 |
"notification-url": "https://packagist.org/downloads/", |
| 375 |
"license": [ |
| 376 |
"MIT" |
| 377 |
], |
| 378 |
"authors": [ |
| 379 |
{ |
| 380 |
"name": "Michael Dowling", |
| 381 |
"email": "mtdowling@gmail.com", |
| 382 |
"homepage": "https://github.com/mtdowling" |
| 383 |
} |
| 384 |
], |
| 385 |
"description": "Guzzle promises library", |
| 386 |
"keywords": [ |
| 387 |
"promise" |
| 388 |
] |
| 389 |
}, |
| 390 |
{ |
| 391 |
"name": "guzzlehttp/psr7", |
| 392 |
"version": "1.6.1", |
| 393 |
"version_normalized": "1.6.1.0", |
| 394 |
"source": { |
| 395 |
"type": "git", |
| 396 |
"url": "https://github.com/guzzle/psr7.git", |
| 397 |
"reference": "239400de7a173fe9901b9ac7c06497751f00727a" |
| 398 |
}, |
| 399 |
"dist": { |
| 400 |
"type": "zip", |
| 401 |
"url": "https://api.github.com/repos/guzzle/psr7/zipball/239400de7a173fe9901b9ac7c06497751f00727a", |
| 402 |
"reference": "239400de7a173fe9901b9ac7c06497751f00727a", |
| 403 |
"shasum": "" |
| 404 |
}, |
| 405 |
"require": { |
| 406 |
"php": ">=5.4.0", |
| 407 |
"psr/http-message": "~1.0", |
| 408 |
"ralouphie/getallheaders": "^2.0.5 || ^3.0.0" |
| 409 |
}, |
| 410 |
"provide": { |
| 411 |
"psr/http-message-implementation": "1.0" |
| 412 |
}, |
| 413 |
"require-dev": { |
| 414 |
"ext-zlib": "*", |
| 415 |
"phpunit/phpunit": "~4.8.36 || ^5.7.27 || ^6.5.8" |
| 416 |
}, |
| 417 |
"suggest": { |
| 418 |
"zendframework/zend-httphandlerrunner": "Emit PSR-7 responses" |
| 419 |
}, |
| 420 |
"time": "2019-07-01T23:21:34+00:00", |
| 421 |
"type": "library", |
| 422 |
"extra": { |
| 423 |
"branch-alias": { |
| 424 |
"dev-master": "1.6-dev" |
| 425 |
} |
| 426 |
}, |
| 427 |
"installation-source": "dist", |
| 428 |
"autoload": { |
| 429 |
"psr-4": { |
| 430 |
"GuzzleHttp\\Psr7\\": "src/" |
| 431 |
}, |
| 432 |
"files": [ |
| 433 |
"src/functions_include.php" |
| 434 |
] |
| 435 |
}, |
| 436 |
"notification-url": "https://packagist.org/downloads/", |
| 437 |
"license": [ |
| 438 |
"MIT" |
| 439 |
], |
| 440 |
"authors": [ |
| 441 |
{ |
| 442 |
"name": "Michael Dowling", |
| 443 |
"email": "mtdowling@gmail.com", |
| 444 |
"homepage": "https://github.com/mtdowling" |
| 445 |
}, |
| 446 |
{ |
| 447 |
"name": "Tobias Schultze", |
| 448 |
"homepage": "https://github.com/Tobion" |
| 449 |
} |
| 450 |
], |
| 451 |
"description": "PSR-7 message implementation that also provides common utility methods", |
| 452 |
"keywords": [ |
| 453 |
"http", |
| 454 |
"message", |
| 455 |
"psr-7", |
| 456 |
"request", |
| 457 |
"response", |
| 458 |
"stream", |
| 459 |
"uri", |
| 460 |
"url" |
| 461 |
] |
| 462 |
}, |
| 463 |
{ |
| 464 |
"name": "monolog/monolog", |
| 465 |
"version": "1.25.5", |
| 466 |
"version_normalized": "1.25.5.0", |
| 467 |
"source": { |
| 468 |
"type": "git", |
| 469 |
"url": "https://github.com/Seldaek/monolog.git", |
| 470 |
"reference": "1817faadd1846cd08be9a49e905dc68823bc38c0" |
| 471 |
}, |
| 472 |
"dist": { |
| 473 |
"type": "zip", |
| 474 |
"url": "https://api.github.com/repos/Seldaek/monolog/zipball/1817faadd1846cd08be9a49e905dc68823bc38c0", |
| 475 |
"reference": "1817faadd1846cd08be9a49e905dc68823bc38c0", |
| 476 |
"shasum": "" |
| 477 |
}, |
| 478 |
"require": { |
| 479 |
"php": ">=5.3.0", |
| 480 |
"psr/log": "~1.0" |
| 481 |
}, |
| 482 |
"provide": { |
| 483 |
"psr/log-implementation": "1.0.0" |
| 484 |
}, |
| 485 |
"require-dev": { |
| 486 |
"aws/aws-sdk-php": "^2.4.9 || ^3.0", |
| 487 |
"doctrine/couchdb": "~1.0@dev", |
| 488 |
"graylog2/gelf-php": "~1.0", |
| 489 |
"php-amqplib/php-amqplib": "~2.4", |
| 490 |
"php-console/php-console": "^3.1.3", |
| 491 |
"php-parallel-lint/php-parallel-lint": "^1.0", |
| 492 |
"phpunit/phpunit": "~4.5", |
| 493 |
"ruflin/elastica": ">=0.90 <3.0", |
| 494 |
"sentry/sentry": "^0.13", |
| 495 |
"swiftmailer/swiftmailer": "^5.3|^6.0" |
| 496 |
}, |
| 497 |
"suggest": { |
| 498 |
"aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB", |
| 499 |
"doctrine/couchdb": "Allow sending log messages to a CouchDB server", |
| 500 |
"ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)", |
| 501 |
"ext-mongo": "Allow sending log messages to a MongoDB server", |
| 502 |
"graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server", |
| 503 |
"mongodb/mongodb": "Allow sending log messages to a MongoDB server via PHP Driver", |
| 504 |
"php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib", |
| 505 |
"php-console/php-console": "Allow sending log messages to Google Chrome", |
| 506 |
"rollbar/rollbar": "Allow sending log messages to Rollbar", |
| 507 |
"ruflin/elastica": "Allow sending log messages to an Elastic Search server", |
| 508 |
"sentry/sentry": "Allow sending log messages to a Sentry server" |
| 509 |
}, |
| 510 |
"time": "2020-07-23T08:35:51+00:00", |
| 511 |
"type": "library", |
| 512 |
"extra": { |
| 513 |
"branch-alias": { |
| 514 |
"dev-master": "2.0.x-dev" |
| 515 |
} |
| 516 |
}, |
| 517 |
"installation-source": "dist", |
| 518 |
"autoload": { |
| 519 |
"psr-4": { |
| 520 |
"Monolog\\": "src/Monolog" |
| 521 |
} |
| 522 |
}, |
| 523 |
"notification-url": "https://packagist.org/downloads/", |
| 524 |
"license": [ |
| 525 |
"MIT" |
| 526 |
], |
| 527 |
"authors": [ |
| 528 |
{ |
| 529 |
"name": "Jordi Boggiano", |
| 530 |
"email": "j.boggiano@seld.be", |
| 531 |
"homepage": "http://seld.be" |
| 532 |
} |
| 533 |
], |
| 534 |
"description": "Sends your logs to files, sockets, inboxes, databases and various web services", |
| 535 |
"homepage": "http://github.com/Seldaek/monolog", |
| 536 |
"keywords": [ |
| 537 |
"log", |
| 538 |
"logging", |
| 539 |
"psr-3" |
| 540 |
] |
| 541 |
}, |
| 542 |
{ |
| 543 |
"name": "paragonie/random_compat", |
| 544 |
"version": "v9.99.99", |
| 545 |
"version_normalized": "9.99.99.0", |
| 546 |
"source": { |
| 547 |
"type": "git", |
| 548 |
"url": "https://github.com/paragonie/random_compat.git", |
| 549 |
"reference": "84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95" |
| 550 |
}, |
| 551 |
"dist": { |
| 552 |
"type": "zip", |
| 553 |
"url": "https://api.github.com/repos/paragonie/random_compat/zipball/84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95", |
| 554 |
"reference": "84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95", |
| 555 |
"shasum": "" |
| 556 |
}, |
| 557 |
"require": { |
| 558 |
"php": "^7" |
| 559 |
}, |
| 560 |
"require-dev": { |
| 561 |
"phpunit/phpunit": "4.*|5.*", |
| 562 |
"vimeo/psalm": "^1" |
| 563 |
}, |
| 564 |
"suggest": { |
| 565 |
"ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes." |
| 566 |
}, |
| 567 |
"time": "2018-07-02T15:55:56+00:00", |
| 568 |
"type": "library", |
| 569 |
"installation-source": "dist", |
| 570 |
"notification-url": "https://packagist.org/downloads/", |
| 571 |
"license": [ |
| 572 |
"MIT" |
| 573 |
], |
| 574 |
"authors": [ |
| 575 |
{ |
| 576 |
"name": "Paragon Initiative Enterprises", |
| 577 |
"email": "security@paragonie.com", |
| 578 |
"homepage": "https://paragonie.com" |
| 579 |
} |
| 580 |
], |
| 581 |
"description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7", |
| 582 |
"keywords": [ |
| 583 |
"csprng", |
| 584 |
"polyfill", |
| 585 |
"pseudorandom", |
| 586 |
"random" |
| 587 |
] |
| 588 |
}, |
| 589 |
{ |
| 590 |
"name": "phpseclib/phpseclib", |
| 591 |
"version": "2.0.28", |
| 592 |
"version_normalized": "2.0.28.0", |
| 593 |
"source": { |
| 594 |
"type": "git", |
| 595 |
"url": "https://github.com/phpseclib/phpseclib.git", |
| 596 |
"reference": "d1ca58cf33cb21046d702ae3a7b14fdacd9f3260" |
| 597 |
}, |
| 598 |
"dist": { |
| 599 |
"type": "zip", |
| 600 |
"url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/d1ca58cf33cb21046d702ae3a7b14fdacd9f3260", |
| 601 |
"reference": "d1ca58cf33cb21046d702ae3a7b14fdacd9f3260", |
| 602 |
"shasum": "" |
| 603 |
}, |
| 604 |
"require": { |
| 605 |
"php": ">=5.3.3" |
| 606 |
}, |
| 607 |
"require-dev": { |
| 608 |
"phing/phing": "~2.7", |
| 609 |
"phpunit/phpunit": "^4.8.35|^5.7|^6.0", |
| 610 |
"sami/sami": "~2.0", |
| 611 |
"squizlabs/php_codesniffer": "~2.0" |
| 612 |
}, |
| 613 |
"suggest": { |
| 614 |
"ext-gmp": "Install the GMP (GNU Multiple Precision) extension in order to speed up arbitrary precision integer arithmetic operations.", |
| 615 |
"ext-libsodium": "SSH2/SFTP can make use of some algorithms provided by the libsodium-php extension.", |
| 616 |
"ext-mcrypt": "Install the Mcrypt extension in order to speed up a few other cryptographic operations.", |
| 617 |
"ext-openssl": "Install the OpenSSL extension in order to speed up a wide variety of cryptographic operations." |
| 618 |
}, |
| 619 |
"time": "2020-07-08T09:08:33+00:00", |
| 620 |
"type": "library", |
| 621 |
"installation-source": "dist", |
| 622 |
"autoload": { |
| 623 |
"files": [ |
| 624 |
"phpseclib/bootstrap.php" |
| 625 |
], |
| 626 |
"psr-4": { |
| 627 |
"phpseclib\\": "phpseclib/" |
| 628 |
} |
| 629 |
}, |
| 630 |
"notification-url": "https://packagist.org/downloads/", |
| 631 |
"license": [ |
| 632 |
"MIT" |
| 633 |
], |
| 634 |
"authors": [ |
| 635 |
{ |
| 636 |
"name": "Jim Wigginton", |
| 637 |
"email": "terrafrost@php.net", |
| 638 |
"role": "Lead Developer" |
| 639 |
}, |
| 640 |
{ |
| 641 |
"name": "Patrick Monnerat", |
| 642 |
"email": "pm@datasphere.ch", |
| 643 |
"role": "Developer" |
| 644 |
}, |
| 645 |
{ |
| 646 |
"name": "Andreas Fischer", |
| 647 |
"email": "bantu@phpbb.com", |
| 648 |
"role": "Developer" |
| 649 |
}, |
| 650 |
{ |
| 651 |
"name": "Hans-Jürgen Petrich", |
| 652 |
"email": "petrich@tronic-media.com", |
| 653 |
"role": "Developer" |
| 654 |
}, |
| 655 |
{ |
| 656 |
"name": "Graham Campbell", |
| 657 |
"email": "graham@alt-three.com", |
| 658 |
"role": "Developer" |
| 659 |
} |
| 660 |
], |
| 661 |
"description": "PHP Secure Communications Library - Pure-PHP implementations of RSA, AES, SSH2, SFTP, X.509 etc.", |
| 662 |
"homepage": "http://phpseclib.sourceforge.net", |
| 663 |
"keywords": [ |
| 664 |
"BigInteger", |
| 665 |
"aes", |
| 666 |
"asn.1", |
| 667 |
"asn1", |
| 668 |
"blowfish", |
| 669 |
"crypto", |
| 670 |
"cryptography", |
| 671 |
"encryption", |
| 672 |
"rsa", |
| 673 |
"security", |
| 674 |
"sftp", |
| 675 |
"signature", |
| 676 |
"signing", |
| 677 |
"ssh", |
| 678 |
"twofish", |
| 679 |
"x.509", |
| 680 |
"x509" |
| 681 |
] |
| 682 |
}, |
| 683 |
{ |
| 684 |
"name": "psr/cache", |
| 685 |
"version": "1.0.1", |
| 686 |
"version_normalized": "1.0.1.0", |
| 687 |
"source": { |
| 688 |
"type": "git", |
| 689 |
"url": "https://github.com/php-fig/cache.git", |
| 690 |
"reference": "d11b50ad223250cf17b86e38383413f5a6764bf8" |
| 691 |
}, |
| 692 |
"dist": { |
| 693 |
"type": "zip", |
| 694 |
"url": "https://api.github.com/repos/php-fig/cache/zipball/d11b50ad223250cf17b86e38383413f5a6764bf8", |
| 695 |
"reference": "d11b50ad223250cf17b86e38383413f5a6764bf8", |
| 696 |
"shasum": "" |
| 697 |
}, |
| 698 |
"require": { |
| 699 |
"php": ">=5.3.0" |
| 700 |
}, |
| 701 |
"time": "2016-08-06T20:24:11+00:00", |
| 702 |
"type": "library", |
| 703 |
"extra": { |
| 704 |
"branch-alias": { |
| 705 |
"dev-master": "1.0.x-dev" |
| 706 |
} |
| 707 |
}, |
| 708 |
"installation-source": "dist", |
| 709 |
"autoload": { |
| 710 |
"psr-4": { |
| 711 |
"Psr\\Cache\\": "src/" |
| 712 |
} |
| 713 |
}, |
| 714 |
"notification-url": "https://packagist.org/downloads/", |
| 715 |
"license": [ |
| 716 |
"MIT" |
| 717 |
], |
| 718 |
"authors": [ |
| 719 |
{ |
| 720 |
"name": "PHP-FIG", |
| 721 |
"homepage": "http://www.php-fig.org/" |
| 722 |
} |
| 723 |
], |
| 724 |
"description": "Common interface for caching libraries", |
| 725 |
"keywords": [ |
| 726 |
"cache", |
| 727 |
"psr", |
| 728 |
"psr-6" |
| 729 |
] |
| 730 |
}, |
| 731 |
{ |
| 732 |
"name": "psr/http-message", |
| 733 |
"version": "1.0.1", |
| 734 |
"version_normalized": "1.0.1.0", |
| 735 |
"source": { |
| 736 |
"type": "git", |
| 737 |
"url": "https://github.com/php-fig/http-message.git", |
| 738 |
"reference": "f6561bf28d520154e4b0ec72be95418abe6d9363" |
| 739 |
}, |
| 740 |
"dist": { |
| 741 |
"type": "zip", |
| 742 |
"url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363", |
| 743 |
"reference": "f6561bf28d520154e4b0ec72be95418abe6d9363", |
| 744 |
"shasum": "" |
| 745 |
}, |
| 746 |
"require": { |
| 747 |
"php": ">=5.3.0" |
| 748 |
}, |
| 749 |
"time": "2016-08-06T14:39:51+00:00", |
| 750 |
"type": "library", |
| 751 |
"extra": { |
| 752 |
"branch-alias": { |
| 753 |
"dev-master": "1.0.x-dev" |
| 754 |
} |
| 755 |
}, |
| 756 |
"installation-source": "dist", |
| 757 |
"autoload": { |
| 758 |
"psr-4": { |
| 759 |
"Psr\\Http\\Message\\": "src/" |
| 760 |
} |
| 761 |
}, |
| 762 |
"notification-url": "https://packagist.org/downloads/", |
| 763 |
"license": [ |
| 764 |
"MIT" |
| 765 |
], |
| 766 |
"authors": [ |
| 767 |
{ |
| 768 |
"name": "PHP-FIG", |
| 769 |
"homepage": "http://www.php-fig.org/" |
| 770 |
} |
| 771 |
], |
| 772 |
"description": "Common interface for HTTP messages", |
| 773 |
"homepage": "https://github.com/php-fig/http-message", |
| 774 |
"keywords": [ |
| 775 |
"http", |
| 776 |
"http-message", |
| 777 |
"psr", |
| 778 |
"psr-7", |
| 779 |
"request", |
| 780 |
"response" |
| 781 |
] |
| 782 |
}, |
| 783 |
{ |
| 784 |
"name": "psr/log", |
| 785 |
"version": "1.1.3", |
| 786 |
"version_normalized": "1.1.3.0", |
| 787 |
"source": { |
| 788 |
"type": "git", |
| 789 |
"url": "https://github.com/php-fig/log.git", |
| 790 |
"reference": "0f73288fd15629204f9d42b7055f72dacbe811fc" |
| 791 |
}, |
| 792 |
"dist": { |
| 793 |
"type": "zip", |
| 794 |
"url": "https://api.github.com/repos/php-fig/log/zipball/0f73288fd15629204f9d42b7055f72dacbe811fc", |
| 795 |
"reference": "0f73288fd15629204f9d42b7055f72dacbe811fc", |
| 796 |
"shasum": "" |
| 797 |
}, |
| 798 |
"require": { |
| 799 |
"php": ">=5.3.0" |
| 800 |
}, |
| 801 |
"time": "2020-03-23T09:12:05+00:00", |
| 802 |
"type": "library", |
| 803 |
"extra": { |
| 804 |
"branch-alias": { |
| 805 |
"dev-master": "1.1.x-dev" |
| 806 |
} |
| 807 |
}, |
| 808 |
"installation-source": "dist", |
| 809 |
"autoload": { |
| 810 |
"psr-4": { |
| 811 |
"Psr\\Log\\": "Psr/Log/" |
| 812 |
} |
| 813 |
}, |
| 814 |
"notification-url": "https://packagist.org/downloads/", |
| 815 |
"license": [ |
| 816 |
"MIT" |
| 817 |
], |
| 818 |
"authors": [ |
| 819 |
{ |
| 820 |
"name": "PHP-FIG", |
| 821 |
"homepage": "http://www.php-fig.org/" |
| 822 |
} |
| 823 |
], |
| 824 |
"description": "Common interface for logging libraries", |
| 825 |
"homepage": "https://github.com/php-fig/log", |
| 826 |
"keywords": [ |
| 827 |
"log", |
| 828 |
"psr", |
| 829 |
"psr-3" |
| 830 |
] |
| 831 |
}, |
| 832 |
{ |
| 833 |
"name": "ralouphie/getallheaders", |
| 834 |
"version": "3.0.3", |
| 835 |
"version_normalized": "3.0.3.0", |
| 836 |
"source": { |
| 837 |
"type": "git", |
| 838 |
"url": "https://github.com/ralouphie/getallheaders.git", |
| 839 |
"reference": "120b605dfeb996808c31b6477290a714d356e822" |
| 840 |
}, |
| 841 |
"dist": { |
| 842 |
"type": "zip", |
| 843 |
"url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822", |
| 844 |
"reference": "120b605dfeb996808c31b6477290a714d356e822", |
| 845 |
"shasum": "" |
| 846 |
}, |
| 847 |
"require": { |
| 848 |
"php": ">=5.6" |
| 849 |
}, |
| 850 |
"require-dev": { |
| 851 |
"php-coveralls/php-coveralls": "^2.1", |
| 852 |
"phpunit/phpunit": "^5 || ^6.5" |
| 853 |
}, |
| 854 |
"time": "2019-03-08T08:55:37+00:00", |
| 855 |
"type": "library", |
| 856 |
"installation-source": "dist", |
| 857 |
"autoload": { |
| 858 |
"files": [ |
| 859 |
"src/getallheaders.php" |
| 860 |
] |
| 861 |
}, |
| 862 |
"notification-url": "https://packagist.org/downloads/", |
| 863 |
"license": [ |
| 864 |
"MIT" |
| 865 |
], |
| 866 |
"authors": [ |
| 867 |
{ |
| 868 |
"name": "Ralph Khattar", |
| 869 |
"email": "ralph.khattar@gmail.com" |
| 870 |
} |
| 871 |
], |
| 872 |
"description": "A polyfill for getallheaders." |
| 873 |
}, |
| 874 |
{ |
| 875 |
"name": "rize/uri-template", |
| 876 |
"version": "0.3.2", |
| 877 |
"version_normalized": "0.3.2.0", |
| 878 |
"source": { |
| 879 |
"type": "git", |
| 880 |
"url": "https://github.com/rize/UriTemplate.git", |
| 881 |
"reference": "9e5fdd5c47147aa5adf7f760002ee591ed37b9ca" |
| 882 |
}, |
| 883 |
"dist": { |
| 884 |
"type": "zip", |
| 885 |
"url": "https://api.github.com/repos/rize/UriTemplate/zipball/9e5fdd5c47147aa5adf7f760002ee591ed37b9ca", |
| 886 |
"reference": "9e5fdd5c47147aa5adf7f760002ee591ed37b9ca", |
| 887 |
"shasum": "" |
| 888 |
}, |
| 889 |
"require": { |
| 890 |
"php": ">=5.3.0" |
| 891 |
}, |
| 892 |
"require-dev": { |
| 893 |
"phpunit/phpunit": "~4.0.0" |
| 894 |
}, |
| 895 |
"time": "2017-06-14T03:57:53+00:00", |
| 896 |
"type": "library", |
| 897 |
"installation-source": "dist", |
| 898 |
"autoload": { |
| 899 |
"psr-0": { |
| 900 |
"Rize\\UriTemplate": "src/" |
| 901 |
} |
| 902 |
}, |
| 903 |
"notification-url": "https://packagist.org/downloads/", |
| 904 |
"license": [ |
| 905 |
"MIT" |
| 906 |
], |
| 907 |
"authors": [ |
| 908 |
{ |
| 909 |
"name": "Marut K", |
| 910 |
"homepage": "http://twitter.com/rezigned" |
| 911 |
} |
| 912 |
], |
| 913 |
"description": "PHP URI Template (RFC 6570) supports both expansion & extraction", |
| 914 |
"keywords": [ |
| 915 |
"RFC 6570", |
| 916 |
"template", |
| 917 |
"uri" |
| 918 |
] |
| 919 |
}, |
| 920 |
{ |
| 921 |
"name": "symfony/polyfill-intl-idn", |
| 922 |
"version": "v1.18.1", |
| 923 |
"version_normalized": "1.18.1.0", |
| 924 |
"source": { |
| 925 |
"type": "git", |
| 926 |
"url": "https://github.com/symfony/polyfill-intl-idn.git", |
| 927 |
"reference": "5dcab1bc7146cf8c1beaa4502a3d9be344334251" |
| 928 |
}, |
| 929 |
"dist": { |
| 930 |
"type": "zip", |
| 931 |
"url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/5dcab1bc7146cf8c1beaa4502a3d9be344334251", |
| 932 |
"reference": "5dcab1bc7146cf8c1beaa4502a3d9be344334251", |
| 933 |
"shasum": "" |
| 934 |
}, |
| 935 |
"require": { |
| 936 |
"php": ">=5.3.3", |
| 937 |
"symfony/polyfill-intl-normalizer": "^1.10", |
| 938 |
"symfony/polyfill-php70": "^1.10", |
| 939 |
"symfony/polyfill-php72": "^1.10" |
| 940 |
}, |
| 941 |
"suggest": { |
| 942 |
"ext-intl": "For best performance" |
| 943 |
}, |
| 944 |
"time": "2020-08-04T06:02:08+00:00", |
| 945 |
"type": "library", |
| 946 |
"extra": { |
| 947 |
"branch-alias": { |
| 948 |
"dev-master": "1.18-dev" |
| 949 |
}, |
| 950 |
"thanks": { |
| 951 |
"name": "symfony/polyfill", |
| 952 |
"url": "https://github.com/symfony/polyfill" |
| 953 |
} |
| 954 |
}, |
| 955 |
"installation-source": "dist", |
| 956 |
"autoload": { |
| 957 |
"psr-4": { |
| 958 |
"Symfony\\Polyfill\\Intl\\Idn\\": "" |
| 959 |
}, |
| 960 |
"files": [ |
| 961 |
"bootstrap.php" |
| 962 |
] |
| 963 |
}, |
| 964 |
"notification-url": "https://packagist.org/downloads/", |
| 965 |
"license": [ |
| 966 |
"MIT" |
| 967 |
], |
| 968 |
"authors": [ |
| 969 |
{ |
| 970 |
"name": "Laurent Bassin", |
| 971 |
"email": "laurent@bassin.info" |
| 972 |
}, |
| 973 |
{ |
| 974 |
"name": "Trevor Rowbotham", |
| 975 |
"email": "trevor.rowbotham@pm.me" |
| 976 |
}, |
| 977 |
{ |
| 978 |
"name": "Symfony Community", |
| 979 |
"homepage": "https://symfony.com/contributors" |
| 980 |
} |
| 981 |
], |
| 982 |
"description": "Symfony polyfill for intl's idn_to_ascii and idn_to_utf8 functions", |
| 983 |
"homepage": "https://symfony.com", |
| 984 |
"keywords": [ |
| 985 |
"compatibility", |
| 986 |
"idn", |
| 987 |
"intl", |
| 988 |
"polyfill", |
| 989 |
"portable", |
| 990 |
"shim" |
| 991 |
] |
| 992 |
}, |
| 993 |
{ |
| 994 |
"name": "symfony/polyfill-intl-normalizer", |
| 995 |
"version": "v1.18.1", |
| 996 |
"version_normalized": "1.18.1.0", |
| 997 |
"source": { |
| 998 |
"type": "git", |
| 999 |
"url": "https://github.com/symfony/polyfill-intl-normalizer.git", |
| 1000 |
"reference": "37078a8dd4a2a1e9ab0231af7c6cb671b2ed5a7e" |
| 1001 |
}, |
| 1002 |
"dist": { |
| 1003 |
"type": "zip", |
| 1004 |
"url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/37078a8dd4a2a1e9ab0231af7c6cb671b2ed5a7e", |
| 1005 |
"reference": "37078a8dd4a2a1e9ab0231af7c6cb671b2ed5a7e", |
| 1006 |
"shasum": "" |
| 1007 |
}, |
| 1008 |
"require": { |
| 1009 |
"php": ">=5.3.3" |
| 1010 |
}, |
| 1011 |
"suggest": { |
| 1012 |
"ext-intl": "For best performance" |
| 1013 |
}, |
| 1014 |
"time": "2020-07-14T12:35:20+00:00", |
| 1015 |
"type": "library", |
| 1016 |
"extra": { |
| 1017 |
"branch-alias": { |
| 1018 |
"dev-master": "1.18-dev" |
| 1019 |
}, |
| 1020 |
"thanks": { |
| 1021 |
"name": "symfony/polyfill", |
| 1022 |
"url": "https://github.com/symfony/polyfill" |
| 1023 |
} |
| 1024 |
}, |
| 1025 |
"installation-source": "dist", |
| 1026 |
"autoload": { |
| 1027 |
"psr-4": { |
| 1028 |
"Symfony\\Polyfill\\Intl\\Normalizer\\": "" |
| 1029 |
}, |
| 1030 |
"files": [ |
| 1031 |
"bootstrap.php" |
| 1032 |
], |
| 1033 |
"classmap": [ |
| 1034 |
"Resources/stubs" |
| 1035 |
] |
| 1036 |
}, |
| 1037 |
"notification-url": "https://packagist.org/downloads/", |
| 1038 |
"license": [ |
| 1039 |
"MIT" |
| 1040 |
], |
| 1041 |
"authors": [ |
| 1042 |
{ |
| 1043 |
"name": "Nicolas Grekas", |
| 1044 |
"email": "p@tchwork.com" |
| 1045 |
}, |
| 1046 |
{ |
| 1047 |
"name": "Symfony Community", |
| 1048 |
"homepage": "https://symfony.com/contributors" |
| 1049 |
} |
| 1050 |
], |
| 1051 |
"description": "Symfony polyfill for intl's Normalizer class and related functions", |
| 1052 |
"homepage": "https://symfony.com", |
| 1053 |
"keywords": [ |
| 1054 |
"compatibility", |
| 1055 |
"intl", |
| 1056 |
"normalizer", |
| 1057 |
"polyfill", |
| 1058 |
"portable", |
| 1059 |
"shim" |
| 1060 |
] |
| 1061 |
}, |
| 1062 |
{ |
| 1063 |
"name": "symfony/polyfill-php70", |
| 1064 |
"version": "v1.18.1", |
| 1065 |
"version_normalized": "1.18.1.0", |
| 1066 |
"source": { |
| 1067 |
"type": "git", |
| 1068 |
"url": "https://github.com/symfony/polyfill-php70.git", |
| 1069 |
"reference": "0dd93f2c578bdc9c72697eaa5f1dd25644e618d3" |
| 1070 |
}, |
| 1071 |
"dist": { |
| 1072 |
"type": "zip", |
| 1073 |
"url": "https://api.github.com/repos/symfony/polyfill-php70/zipball/0dd93f2c578bdc9c72697eaa5f1dd25644e618d3", |
| 1074 |
"reference": "0dd93f2c578bdc9c72697eaa5f1dd25644e618d3", |
| 1075 |
"shasum": "" |
| 1076 |
}, |
| 1077 |
"require": { |
| 1078 |
"paragonie/random_compat": "~1.0|~2.0|~9.99", |
| 1079 |
"php": ">=5.3.3" |
| 1080 |
}, |
| 1081 |
"time": "2020-07-14T12:35:20+00:00", |
| 1082 |
"type": "library", |
| 1083 |
"extra": { |
| 1084 |
"branch-alias": { |
| 1085 |
"dev-master": "1.18-dev" |
| 1086 |
}, |
| 1087 |
"thanks": { |
| 1088 |
"name": "symfony/polyfill", |
| 1089 |
"url": "https://github.com/symfony/polyfill" |
| 1090 |
} |
| 1091 |
}, |
| 1092 |
"installation-source": "dist", |
| 1093 |
"autoload": { |
| 1094 |
"psr-4": { |
| 1095 |
"Symfony\\Polyfill\\Php70\\": "" |
| 1096 |
}, |
| 1097 |
"files": [ |
| 1098 |
"bootstrap.php" |
| 1099 |
], |
| 1100 |
"classmap": [ |
| 1101 |
"Resources/stubs" |
| 1102 |
] |
| 1103 |
}, |
| 1104 |
"notification-url": "https://packagist.org/downloads/", |
| 1105 |
"license": [ |
| 1106 |
"MIT" |
| 1107 |
], |
| 1108 |
"authors": [ |
| 1109 |
{ |
| 1110 |
"name": "Nicolas Grekas", |
| 1111 |
"email": "p@tchwork.com" |
| 1112 |
}, |
| 1113 |
{ |
| 1114 |
"name": "Symfony Community", |
| 1115 |
"homepage": "https://symfony.com/contributors" |
| 1116 |
} |
| 1117 |
], |
| 1118 |
"description": "Symfony polyfill backporting some PHP 7.0+ features to lower PHP versions", |
| 1119 |
"homepage": "https://symfony.com", |
| 1120 |
"keywords": [ |
| 1121 |
"compatibility", |
| 1122 |
"polyfill", |
| 1123 |
"portable", |
| 1124 |
"shim" |
| 1125 |
] |
| 1126 |
}, |
| 1127 |
{ |
| 1128 |
"name": "symfony/polyfill-php72", |
| 1129 |
"version": "v1.18.1", |
| 1130 |
"version_normalized": "1.18.1.0", |
| 1131 |
"source": { |
| 1132 |
"type": "git", |
| 1133 |
"url": "https://github.com/symfony/polyfill-php72.git", |
| 1134 |
"reference": "639447d008615574653fb3bc60d1986d7172eaae" |
| 1135 |
}, |
| 1136 |
"dist": { |
| 1137 |
"type": "zip", |
| 1138 |
"url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/639447d008615574653fb3bc60d1986d7172eaae", |
| 1139 |
"reference": "639447d008615574653fb3bc60d1986d7172eaae", |
| 1140 |
"shasum": "" |
| 1141 |
}, |
| 1142 |
"require": { |
| 1143 |
"php": ">=5.3.3" |
| 1144 |
}, |
| 1145 |
"time": "2020-07-14T12:35:20+00:00", |
| 1146 |
"type": "library", |
| 1147 |
"extra": { |
| 1148 |
"branch-alias": { |
| 1149 |
"dev-master": "1.18-dev" |
| 1150 |
}, |
| 1151 |
"thanks": { |
| 1152 |
"name": "symfony/polyfill", |
| 1153 |
"url": "https://github.com/symfony/polyfill" |
| 1154 |
} |
| 1155 |
}, |
| 1156 |
"installation-source": "dist", |
| 1157 |
"autoload": { |
| 1158 |
"psr-4": { |
| 1159 |
"Symfony\\Polyfill\\Php72\\": "" |
| 1160 |
}, |
| 1161 |
"files": [ |
| 1162 |
"bootstrap.php" |
| 1163 |
] |
| 1164 |
}, |
| 1165 |
"notification-url": "https://packagist.org/downloads/", |
| 1166 |
"license": [ |
| 1167 |
"MIT" |
| 1168 |
], |
| 1169 |
"authors": [ |
| 1170 |
{ |
| 1171 |
"name": "Nicolas Grekas", |
| 1172 |
"email": "p@tchwork.com" |
| 1173 |
}, |
| 1174 |
{ |
| 1175 |
"name": "Symfony Community", |
| 1176 |
"homepage": "https://symfony.com/contributors" |
| 1177 |
} |
| 1178 |
], |
| 1179 |
"description": "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions", |
| 1180 |
"homepage": "https://symfony.com", |
| 1181 |
"keywords": [ |
| 1182 |
"compatibility", |
| 1183 |
"polyfill", |
| 1184 |
"portable", |
| 1185 |
"shim" |
| 1186 |
] |
| 1187 |
} |
| 1188 |
] |
| 1189 |
|