ClassLoader.php
4 weeks ago
InstalledVersions.php
4 weeks ago
LICENSE
4 weeks ago
autoload_classmap.php
4 weeks ago
autoload_files.php
4 weeks ago
autoload_namespaces.php
4 weeks ago
autoload_psr4.php
4 weeks ago
autoload_real.php
4 weeks ago
autoload_static.php
4 weeks ago
installed.json
4 weeks ago
installed.php
4 weeks ago
platform_check.php
4 weeks ago
installed.json
823 lines
| 1 | { |
| 2 | "packages": [ |
| 3 | { |
| 4 | "name": "charles-rumley/php-po-to-json", |
| 5 | "version": "dev-master", |
| 6 | "version_normalized": "dev-master", |
| 7 | "source": { |
| 8 | "type": "git", |
| 9 | "url": "https://github.com/charles-rumley/php-po-to-json.git", |
| 10 | "reference": "c2d228fbbb69b90b6c331141b89c4faf985e6152" |
| 11 | }, |
| 12 | "dist": { |
| 13 | "type": "zip", |
| 14 | "url": "https://api.github.com/repos/charles-rumley/php-po-to-json/zipball/c2d228fbbb69b90b6c331141b89c4faf985e6152", |
| 15 | "reference": "c2d228fbbb69b90b6c331141b89c4faf985e6152", |
| 16 | "shasum": "" |
| 17 | }, |
| 18 | "require": { |
| 19 | "php": ">=5.3.0", |
| 20 | "sepia/po-parser": "^4.2" |
| 21 | }, |
| 22 | "require-dev": { |
| 23 | "phpunit/phpunit": "~4.0" |
| 24 | }, |
| 25 | "time": "2016-09-08T12:53:20+00:00", |
| 26 | "default-branch": true, |
| 27 | "type": "package", |
| 28 | "installation-source": "dist", |
| 29 | "autoload": { |
| 30 | "psr-4": { |
| 31 | "CharlesRumley\\": "src/", |
| 32 | "CharlesRumley\\Tests\\": "tests/" |
| 33 | } |
| 34 | }, |
| 35 | "notification-url": "https://packagist.org/downloads/", |
| 36 | "license": [ |
| 37 | "MIT" |
| 38 | ], |
| 39 | "authors": [ |
| 40 | { |
| 41 | "name": "Charles Rumley", |
| 42 | "email": "charles.rumley@gmail.com" |
| 43 | } |
| 44 | ], |
| 45 | "keywords": [ |
| 46 | "i18n", |
| 47 | "jed", |
| 48 | "json", |
| 49 | "php", |
| 50 | "translation" |
| 51 | ], |
| 52 | "support": { |
| 53 | "issues": "https://github.com/charles-rumley/php-po-to-json/issues", |
| 54 | "source": "https://github.com/charles-rumley/php-po-to-json/tree/master" |
| 55 | }, |
| 56 | "install-path": "../charles-rumley/php-po-to-json" |
| 57 | }, |
| 58 | { |
| 59 | "name": "firebase/php-jwt", |
| 60 | "version": "v6.10.0", |
| 61 | "version_normalized": "6.10.0.0", |
| 62 | "source": { |
| 63 | "type": "git", |
| 64 | "url": "https://github.com/firebase/php-jwt.git", |
| 65 | "reference": "a49db6f0a5033aef5143295342f1c95521b075ff" |
| 66 | }, |
| 67 | "dist": { |
| 68 | "type": "zip", |
| 69 | "url": "https://api.github.com/repos/firebase/php-jwt/zipball/a49db6f0a5033aef5143295342f1c95521b075ff", |
| 70 | "reference": "a49db6f0a5033aef5143295342f1c95521b075ff", |
| 71 | "shasum": "" |
| 72 | }, |
| 73 | "require": { |
| 74 | "php": "^7.4||^8.0" |
| 75 | }, |
| 76 | "require-dev": { |
| 77 | "guzzlehttp/guzzle": "^6.5||^7.4", |
| 78 | "phpspec/prophecy-phpunit": "^2.0", |
| 79 | "phpunit/phpunit": "^9.5", |
| 80 | "psr/cache": "^1.0||^2.0", |
| 81 | "psr/http-client": "^1.0", |
| 82 | "psr/http-factory": "^1.0" |
| 83 | }, |
| 84 | "suggest": { |
| 85 | "ext-sodium": "Support EdDSA (Ed25519) signatures", |
| 86 | "paragonie/sodium_compat": "Support EdDSA (Ed25519) signatures when libsodium is not present" |
| 87 | }, |
| 88 | "time": "2023-12-01T16:26:39+00:00", |
| 89 | "type": "library", |
| 90 | "installation-source": "dist", |
| 91 | "autoload": { |
| 92 | "psr-4": { |
| 93 | "Firebase\\JWT\\": "src" |
| 94 | } |
| 95 | }, |
| 96 | "notification-url": "https://packagist.org/downloads/", |
| 97 | "license": [ |
| 98 | "BSD-3-Clause" |
| 99 | ], |
| 100 | "authors": [ |
| 101 | { |
| 102 | "name": "Neuman Vong", |
| 103 | "email": "neuman+pear@twilio.com", |
| 104 | "role": "Developer" |
| 105 | }, |
| 106 | { |
| 107 | "name": "Anant Narayanan", |
| 108 | "email": "anant@php.net", |
| 109 | "role": "Developer" |
| 110 | } |
| 111 | ], |
| 112 | "description": "A simple library to encode and decode JSON Web Tokens (JWT) in PHP. Should conform to the current spec.", |
| 113 | "homepage": "https://github.com/firebase/php-jwt", |
| 114 | "keywords": [ |
| 115 | "jwt", |
| 116 | "php" |
| 117 | ], |
| 118 | "support": { |
| 119 | "issues": "https://github.com/firebase/php-jwt/issues", |
| 120 | "source": "https://github.com/firebase/php-jwt/tree/v6.10.0" |
| 121 | }, |
| 122 | "install-path": "../firebase/php-jwt" |
| 123 | }, |
| 124 | { |
| 125 | "name": "guzzlehttp/guzzle", |
| 126 | "version": "7.10.0", |
| 127 | "version_normalized": "7.10.0.0", |
| 128 | "source": { |
| 129 | "type": "git", |
| 130 | "url": "https://github.com/guzzle/guzzle.git", |
| 131 | "reference": "b51ac707cfa420b7bfd4e4d5e510ba8008e822b4" |
| 132 | }, |
| 133 | "dist": { |
| 134 | "type": "zip", |
| 135 | "url": "https://api.github.com/repos/guzzle/guzzle/zipball/b51ac707cfa420b7bfd4e4d5e510ba8008e822b4", |
| 136 | "reference": "b51ac707cfa420b7bfd4e4d5e510ba8008e822b4", |
| 137 | "shasum": "" |
| 138 | }, |
| 139 | "require": { |
| 140 | "ext-json": "*", |
| 141 | "guzzlehttp/promises": "^2.3", |
| 142 | "guzzlehttp/psr7": "^2.8", |
| 143 | "php": "^7.2.5 || ^8.0", |
| 144 | "psr/http-client": "^1.0", |
| 145 | "symfony/deprecation-contracts": "^2.2 || ^3.0" |
| 146 | }, |
| 147 | "provide": { |
| 148 | "psr/http-client-implementation": "1.0" |
| 149 | }, |
| 150 | "require-dev": { |
| 151 | "bamarni/composer-bin-plugin": "^1.8.2", |
| 152 | "ext-curl": "*", |
| 153 | "guzzle/client-integration-tests": "3.0.2", |
| 154 | "php-http/message-factory": "^1.1", |
| 155 | "phpunit/phpunit": "^8.5.39 || ^9.6.20", |
| 156 | "psr/log": "^1.1 || ^2.0 || ^3.0" |
| 157 | }, |
| 158 | "suggest": { |
| 159 | "ext-curl": "Required for CURL handler support", |
| 160 | "ext-intl": "Required for Internationalized Domain Name (IDN) support", |
| 161 | "psr/log": "Required for using the Log middleware" |
| 162 | }, |
| 163 | "time": "2025-08-23T22:36:01+00:00", |
| 164 | "type": "library", |
| 165 | "extra": { |
| 166 | "bamarni-bin": { |
| 167 | "bin-links": true, |
| 168 | "forward-command": false |
| 169 | } |
| 170 | }, |
| 171 | "installation-source": "dist", |
| 172 | "autoload": { |
| 173 | "files": [ |
| 174 | "src/functions_include.php" |
| 175 | ], |
| 176 | "psr-4": { |
| 177 | "GuzzleHttp\\": "src/" |
| 178 | } |
| 179 | }, |
| 180 | "notification-url": "https://packagist.org/downloads/", |
| 181 | "license": [ |
| 182 | "MIT" |
| 183 | ], |
| 184 | "authors": [ |
| 185 | { |
| 186 | "name": "Graham Campbell", |
| 187 | "email": "hello@gjcampbell.co.uk", |
| 188 | "homepage": "https://github.com/GrahamCampbell" |
| 189 | }, |
| 190 | { |
| 191 | "name": "Michael Dowling", |
| 192 | "email": "mtdowling@gmail.com", |
| 193 | "homepage": "https://github.com/mtdowling" |
| 194 | }, |
| 195 | { |
| 196 | "name": "Jeremy Lindblom", |
| 197 | "email": "jeremeamia@gmail.com", |
| 198 | "homepage": "https://github.com/jeremeamia" |
| 199 | }, |
| 200 | { |
| 201 | "name": "George Mponos", |
| 202 | "email": "gmponos@gmail.com", |
| 203 | "homepage": "https://github.com/gmponos" |
| 204 | }, |
| 205 | { |
| 206 | "name": "Tobias Nyholm", |
| 207 | "email": "tobias.nyholm@gmail.com", |
| 208 | "homepage": "https://github.com/Nyholm" |
| 209 | }, |
| 210 | { |
| 211 | "name": "Márk Sági-Kazár", |
| 212 | "email": "mark.sagikazar@gmail.com", |
| 213 | "homepage": "https://github.com/sagikazarmark" |
| 214 | }, |
| 215 | { |
| 216 | "name": "Tobias Schultze", |
| 217 | "email": "webmaster@tubo-world.de", |
| 218 | "homepage": "https://github.com/Tobion" |
| 219 | } |
| 220 | ], |
| 221 | "description": "Guzzle is a PHP HTTP client library", |
| 222 | "keywords": [ |
| 223 | "client", |
| 224 | "curl", |
| 225 | "framework", |
| 226 | "http", |
| 227 | "http client", |
| 228 | "psr-18", |
| 229 | "psr-7", |
| 230 | "rest", |
| 231 | "web service" |
| 232 | ], |
| 233 | "support": { |
| 234 | "issues": "https://github.com/guzzle/guzzle/issues", |
| 235 | "source": "https://github.com/guzzle/guzzle/tree/7.10.0" |
| 236 | }, |
| 237 | "funding": [ |
| 238 | { |
| 239 | "url": "https://github.com/GrahamCampbell", |
| 240 | "type": "github" |
| 241 | }, |
| 242 | { |
| 243 | "url": "https://github.com/Nyholm", |
| 244 | "type": "github" |
| 245 | }, |
| 246 | { |
| 247 | "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/guzzle", |
| 248 | "type": "tidelift" |
| 249 | } |
| 250 | ], |
| 251 | "install-path": "../guzzlehttp/guzzle" |
| 252 | }, |
| 253 | { |
| 254 | "name": "guzzlehttp/promises", |
| 255 | "version": "2.3.0", |
| 256 | "version_normalized": "2.3.0.0", |
| 257 | "source": { |
| 258 | "type": "git", |
| 259 | "url": "https://github.com/guzzle/promises.git", |
| 260 | "reference": "481557b130ef3790cf82b713667b43030dc9c957" |
| 261 | }, |
| 262 | "dist": { |
| 263 | "type": "zip", |
| 264 | "url": "https://api.github.com/repos/guzzle/promises/zipball/481557b130ef3790cf82b713667b43030dc9c957", |
| 265 | "reference": "481557b130ef3790cf82b713667b43030dc9c957", |
| 266 | "shasum": "" |
| 267 | }, |
| 268 | "require": { |
| 269 | "php": "^7.2.5 || ^8.0" |
| 270 | }, |
| 271 | "require-dev": { |
| 272 | "bamarni/composer-bin-plugin": "^1.8.2", |
| 273 | "phpunit/phpunit": "^8.5.44 || ^9.6.25" |
| 274 | }, |
| 275 | "time": "2025-08-22T14:34:08+00:00", |
| 276 | "type": "library", |
| 277 | "extra": { |
| 278 | "bamarni-bin": { |
| 279 | "bin-links": true, |
| 280 | "forward-command": false |
| 281 | } |
| 282 | }, |
| 283 | "installation-source": "dist", |
| 284 | "autoload": { |
| 285 | "psr-4": { |
| 286 | "GuzzleHttp\\Promise\\": "src/" |
| 287 | } |
| 288 | }, |
| 289 | "notification-url": "https://packagist.org/downloads/", |
| 290 | "license": [ |
| 291 | "MIT" |
| 292 | ], |
| 293 | "authors": [ |
| 294 | { |
| 295 | "name": "Graham Campbell", |
| 296 | "email": "hello@gjcampbell.co.uk", |
| 297 | "homepage": "https://github.com/GrahamCampbell" |
| 298 | }, |
| 299 | { |
| 300 | "name": "Michael Dowling", |
| 301 | "email": "mtdowling@gmail.com", |
| 302 | "homepage": "https://github.com/mtdowling" |
| 303 | }, |
| 304 | { |
| 305 | "name": "Tobias Nyholm", |
| 306 | "email": "tobias.nyholm@gmail.com", |
| 307 | "homepage": "https://github.com/Nyholm" |
| 308 | }, |
| 309 | { |
| 310 | "name": "Tobias Schultze", |
| 311 | "email": "webmaster@tubo-world.de", |
| 312 | "homepage": "https://github.com/Tobion" |
| 313 | } |
| 314 | ], |
| 315 | "description": "Guzzle promises library", |
| 316 | "keywords": [ |
| 317 | "promise" |
| 318 | ], |
| 319 | "support": { |
| 320 | "issues": "https://github.com/guzzle/promises/issues", |
| 321 | "source": "https://github.com/guzzle/promises/tree/2.3.0" |
| 322 | }, |
| 323 | "funding": [ |
| 324 | { |
| 325 | "url": "https://github.com/GrahamCampbell", |
| 326 | "type": "github" |
| 327 | }, |
| 328 | { |
| 329 | "url": "https://github.com/Nyholm", |
| 330 | "type": "github" |
| 331 | }, |
| 332 | { |
| 333 | "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/promises", |
| 334 | "type": "tidelift" |
| 335 | } |
| 336 | ], |
| 337 | "install-path": "../guzzlehttp/promises" |
| 338 | }, |
| 339 | { |
| 340 | "name": "guzzlehttp/psr7", |
| 341 | "version": "2.8.0", |
| 342 | "version_normalized": "2.8.0.0", |
| 343 | "source": { |
| 344 | "type": "git", |
| 345 | "url": "https://github.com/guzzle/psr7.git", |
| 346 | "reference": "21dc724a0583619cd1652f673303492272778051" |
| 347 | }, |
| 348 | "dist": { |
| 349 | "type": "zip", |
| 350 | "url": "https://api.github.com/repos/guzzle/psr7/zipball/21dc724a0583619cd1652f673303492272778051", |
| 351 | "reference": "21dc724a0583619cd1652f673303492272778051", |
| 352 | "shasum": "" |
| 353 | }, |
| 354 | "require": { |
| 355 | "php": "^7.2.5 || ^8.0", |
| 356 | "psr/http-factory": "^1.0", |
| 357 | "psr/http-message": "^1.1 || ^2.0", |
| 358 | "ralouphie/getallheaders": "^3.0" |
| 359 | }, |
| 360 | "provide": { |
| 361 | "psr/http-factory-implementation": "1.0", |
| 362 | "psr/http-message-implementation": "1.0" |
| 363 | }, |
| 364 | "require-dev": { |
| 365 | "bamarni/composer-bin-plugin": "^1.8.2", |
| 366 | "http-interop/http-factory-tests": "0.9.0", |
| 367 | "phpunit/phpunit": "^8.5.44 || ^9.6.25" |
| 368 | }, |
| 369 | "suggest": { |
| 370 | "laminas/laminas-httphandlerrunner": "Emit PSR-7 responses" |
| 371 | }, |
| 372 | "time": "2025-08-23T21:21:41+00:00", |
| 373 | "type": "library", |
| 374 | "extra": { |
| 375 | "bamarni-bin": { |
| 376 | "bin-links": true, |
| 377 | "forward-command": false |
| 378 | } |
| 379 | }, |
| 380 | "installation-source": "dist", |
| 381 | "autoload": { |
| 382 | "psr-4": { |
| 383 | "GuzzleHttp\\Psr7\\": "src/" |
| 384 | } |
| 385 | }, |
| 386 | "notification-url": "https://packagist.org/downloads/", |
| 387 | "license": [ |
| 388 | "MIT" |
| 389 | ], |
| 390 | "authors": [ |
| 391 | { |
| 392 | "name": "Graham Campbell", |
| 393 | "email": "hello@gjcampbell.co.uk", |
| 394 | "homepage": "https://github.com/GrahamCampbell" |
| 395 | }, |
| 396 | { |
| 397 | "name": "Michael Dowling", |
| 398 | "email": "mtdowling@gmail.com", |
| 399 | "homepage": "https://github.com/mtdowling" |
| 400 | }, |
| 401 | { |
| 402 | "name": "George Mponos", |
| 403 | "email": "gmponos@gmail.com", |
| 404 | "homepage": "https://github.com/gmponos" |
| 405 | }, |
| 406 | { |
| 407 | "name": "Tobias Nyholm", |
| 408 | "email": "tobias.nyholm@gmail.com", |
| 409 | "homepage": "https://github.com/Nyholm" |
| 410 | }, |
| 411 | { |
| 412 | "name": "Márk Sági-Kazár", |
| 413 | "email": "mark.sagikazar@gmail.com", |
| 414 | "homepage": "https://github.com/sagikazarmark" |
| 415 | }, |
| 416 | { |
| 417 | "name": "Tobias Schultze", |
| 418 | "email": "webmaster@tubo-world.de", |
| 419 | "homepage": "https://github.com/Tobion" |
| 420 | }, |
| 421 | { |
| 422 | "name": "Márk Sági-Kazár", |
| 423 | "email": "mark.sagikazar@gmail.com", |
| 424 | "homepage": "https://sagikazarmark.hu" |
| 425 | } |
| 426 | ], |
| 427 | "description": "PSR-7 message implementation that also provides common utility methods", |
| 428 | "keywords": [ |
| 429 | "http", |
| 430 | "message", |
| 431 | "psr-7", |
| 432 | "request", |
| 433 | "response", |
| 434 | "stream", |
| 435 | "uri", |
| 436 | "url" |
| 437 | ], |
| 438 | "support": { |
| 439 | "issues": "https://github.com/guzzle/psr7/issues", |
| 440 | "source": "https://github.com/guzzle/psr7/tree/2.8.0" |
| 441 | }, |
| 442 | "funding": [ |
| 443 | { |
| 444 | "url": "https://github.com/GrahamCampbell", |
| 445 | "type": "github" |
| 446 | }, |
| 447 | { |
| 448 | "url": "https://github.com/Nyholm", |
| 449 | "type": "github" |
| 450 | }, |
| 451 | { |
| 452 | "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/psr7", |
| 453 | "type": "tidelift" |
| 454 | } |
| 455 | ], |
| 456 | "install-path": "../guzzlehttp/psr7" |
| 457 | }, |
| 458 | { |
| 459 | "name": "psr/http-client", |
| 460 | "version": "1.0.3", |
| 461 | "version_normalized": "1.0.3.0", |
| 462 | "source": { |
| 463 | "type": "git", |
| 464 | "url": "https://github.com/php-fig/http-client.git", |
| 465 | "reference": "bb5906edc1c324c9a05aa0873d40117941e5fa90" |
| 466 | }, |
| 467 | "dist": { |
| 468 | "type": "zip", |
| 469 | "url": "https://api.github.com/repos/php-fig/http-client/zipball/bb5906edc1c324c9a05aa0873d40117941e5fa90", |
| 470 | "reference": "bb5906edc1c324c9a05aa0873d40117941e5fa90", |
| 471 | "shasum": "" |
| 472 | }, |
| 473 | "require": { |
| 474 | "php": "^7.0 || ^8.0", |
| 475 | "psr/http-message": "^1.0 || ^2.0" |
| 476 | }, |
| 477 | "time": "2023-09-23T14:17:50+00:00", |
| 478 | "type": "library", |
| 479 | "extra": { |
| 480 | "branch-alias": { |
| 481 | "dev-master": "1.0.x-dev" |
| 482 | } |
| 483 | }, |
| 484 | "installation-source": "dist", |
| 485 | "autoload": { |
| 486 | "psr-4": { |
| 487 | "Psr\\Http\\Client\\": "src/" |
| 488 | } |
| 489 | }, |
| 490 | "notification-url": "https://packagist.org/downloads/", |
| 491 | "license": [ |
| 492 | "MIT" |
| 493 | ], |
| 494 | "authors": [ |
| 495 | { |
| 496 | "name": "PHP-FIG", |
| 497 | "homepage": "https://www.php-fig.org/" |
| 498 | } |
| 499 | ], |
| 500 | "description": "Common interface for HTTP clients", |
| 501 | "homepage": "https://github.com/php-fig/http-client", |
| 502 | "keywords": [ |
| 503 | "http", |
| 504 | "http-client", |
| 505 | "psr", |
| 506 | "psr-18" |
| 507 | ], |
| 508 | "support": { |
| 509 | "source": "https://github.com/php-fig/http-client" |
| 510 | }, |
| 511 | "install-path": "../psr/http-client" |
| 512 | }, |
| 513 | { |
| 514 | "name": "psr/http-factory", |
| 515 | "version": "1.1.0", |
| 516 | "version_normalized": "1.1.0.0", |
| 517 | "source": { |
| 518 | "type": "git", |
| 519 | "url": "https://github.com/php-fig/http-factory.git", |
| 520 | "reference": "2b4765fddfe3b508ac62f829e852b1501d3f6e8a" |
| 521 | }, |
| 522 | "dist": { |
| 523 | "type": "zip", |
| 524 | "url": "https://api.github.com/repos/php-fig/http-factory/zipball/2b4765fddfe3b508ac62f829e852b1501d3f6e8a", |
| 525 | "reference": "2b4765fddfe3b508ac62f829e852b1501d3f6e8a", |
| 526 | "shasum": "" |
| 527 | }, |
| 528 | "require": { |
| 529 | "php": ">=7.1", |
| 530 | "psr/http-message": "^1.0 || ^2.0" |
| 531 | }, |
| 532 | "time": "2024-04-15T12:06:14+00:00", |
| 533 | "type": "library", |
| 534 | "extra": { |
| 535 | "branch-alias": { |
| 536 | "dev-master": "1.0.x-dev" |
| 537 | } |
| 538 | }, |
| 539 | "installation-source": "dist", |
| 540 | "autoload": { |
| 541 | "psr-4": { |
| 542 | "Psr\\Http\\Message\\": "src/" |
| 543 | } |
| 544 | }, |
| 545 | "notification-url": "https://packagist.org/downloads/", |
| 546 | "license": [ |
| 547 | "MIT" |
| 548 | ], |
| 549 | "authors": [ |
| 550 | { |
| 551 | "name": "PHP-FIG", |
| 552 | "homepage": "https://www.php-fig.org/" |
| 553 | } |
| 554 | ], |
| 555 | "description": "PSR-17: Common interfaces for PSR-7 HTTP message factories", |
| 556 | "keywords": [ |
| 557 | "factory", |
| 558 | "http", |
| 559 | "message", |
| 560 | "psr", |
| 561 | "psr-17", |
| 562 | "psr-7", |
| 563 | "request", |
| 564 | "response" |
| 565 | ], |
| 566 | "support": { |
| 567 | "source": "https://github.com/php-fig/http-factory" |
| 568 | }, |
| 569 | "install-path": "../psr/http-factory" |
| 570 | }, |
| 571 | { |
| 572 | "name": "psr/http-message", |
| 573 | "version": "2.0", |
| 574 | "version_normalized": "2.0.0.0", |
| 575 | "source": { |
| 576 | "type": "git", |
| 577 | "url": "https://github.com/php-fig/http-message.git", |
| 578 | "reference": "402d35bcb92c70c026d1a6a9883f06b2ead23d71" |
| 579 | }, |
| 580 | "dist": { |
| 581 | "type": "zip", |
| 582 | "url": "https://api.github.com/repos/php-fig/http-message/zipball/402d35bcb92c70c026d1a6a9883f06b2ead23d71", |
| 583 | "reference": "402d35bcb92c70c026d1a6a9883f06b2ead23d71", |
| 584 | "shasum": "" |
| 585 | }, |
| 586 | "require": { |
| 587 | "php": "^7.2 || ^8.0" |
| 588 | }, |
| 589 | "time": "2023-04-04T09:54:51+00:00", |
| 590 | "type": "library", |
| 591 | "extra": { |
| 592 | "branch-alias": { |
| 593 | "dev-master": "2.0.x-dev" |
| 594 | } |
| 595 | }, |
| 596 | "installation-source": "dist", |
| 597 | "autoload": { |
| 598 | "psr-4": { |
| 599 | "Psr\\Http\\Message\\": "src/" |
| 600 | } |
| 601 | }, |
| 602 | "notification-url": "https://packagist.org/downloads/", |
| 603 | "license": [ |
| 604 | "MIT" |
| 605 | ], |
| 606 | "authors": [ |
| 607 | { |
| 608 | "name": "PHP-FIG", |
| 609 | "homepage": "https://www.php-fig.org/" |
| 610 | } |
| 611 | ], |
| 612 | "description": "Common interface for HTTP messages", |
| 613 | "homepage": "https://github.com/php-fig/http-message", |
| 614 | "keywords": [ |
| 615 | "http", |
| 616 | "http-message", |
| 617 | "psr", |
| 618 | "psr-7", |
| 619 | "request", |
| 620 | "response" |
| 621 | ], |
| 622 | "support": { |
| 623 | "source": "https://github.com/php-fig/http-message/tree/2.0" |
| 624 | }, |
| 625 | "install-path": "../psr/http-message" |
| 626 | }, |
| 627 | { |
| 628 | "name": "ralouphie/getallheaders", |
| 629 | "version": "3.0.3", |
| 630 | "version_normalized": "3.0.3.0", |
| 631 | "source": { |
| 632 | "type": "git", |
| 633 | "url": "https://github.com/ralouphie/getallheaders.git", |
| 634 | "reference": "120b605dfeb996808c31b6477290a714d356e822" |
| 635 | }, |
| 636 | "dist": { |
| 637 | "type": "zip", |
| 638 | "url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822", |
| 639 | "reference": "120b605dfeb996808c31b6477290a714d356e822", |
| 640 | "shasum": "" |
| 641 | }, |
| 642 | "require": { |
| 643 | "php": ">=5.6" |
| 644 | }, |
| 645 | "require-dev": { |
| 646 | "php-coveralls/php-coveralls": "^2.1", |
| 647 | "phpunit/phpunit": "^5 || ^6.5" |
| 648 | }, |
| 649 | "time": "2019-03-08T08:55:37+00:00", |
| 650 | "type": "library", |
| 651 | "installation-source": "dist", |
| 652 | "autoload": { |
| 653 | "files": [ |
| 654 | "src/getallheaders.php" |
| 655 | ] |
| 656 | }, |
| 657 | "notification-url": "https://packagist.org/downloads/", |
| 658 | "license": [ |
| 659 | "MIT" |
| 660 | ], |
| 661 | "authors": [ |
| 662 | { |
| 663 | "name": "Ralph Khattar", |
| 664 | "email": "ralph.khattar@gmail.com" |
| 665 | } |
| 666 | ], |
| 667 | "description": "A polyfill for getallheaders.", |
| 668 | "support": { |
| 669 | "issues": "https://github.com/ralouphie/getallheaders/issues", |
| 670 | "source": "https://github.com/ralouphie/getallheaders/tree/develop" |
| 671 | }, |
| 672 | "install-path": "../ralouphie/getallheaders" |
| 673 | }, |
| 674 | { |
| 675 | "name": "sepia/po-parser", |
| 676 | "version": "4.2.2", |
| 677 | "version_normalized": "4.2.2.0", |
| 678 | "source": { |
| 679 | "type": "git", |
| 680 | "url": "https://github.com/raulferras/PHP-po-parser.git", |
| 681 | "reference": "8a6bbcd4a231b19e1b052c1c46b0fe2935331afe" |
| 682 | }, |
| 683 | "dist": { |
| 684 | "type": "zip", |
| 685 | "url": "https://api.github.com/repos/raulferras/PHP-po-parser/zipball/8a6bbcd4a231b19e1b052c1c46b0fe2935331afe", |
| 686 | "reference": "8a6bbcd4a231b19e1b052c1c46b0fe2935331afe", |
| 687 | "shasum": "" |
| 688 | }, |
| 689 | "require": { |
| 690 | "php": ">=5.3" |
| 691 | }, |
| 692 | "require-dev": { |
| 693 | "phpunit/phpunit": "3.7.*", |
| 694 | "squizlabs/php_codesniffer": "1.5.*" |
| 695 | }, |
| 696 | "time": "2017-09-15T10:55:43+00:00", |
| 697 | "type": "library", |
| 698 | "installation-source": "dist", |
| 699 | "autoload": { |
| 700 | "psr-0": { |
| 701 | "Sepia": "src/" |
| 702 | } |
| 703 | }, |
| 704 | "notification-url": "https://packagist.org/downloads/", |
| 705 | "license": [ |
| 706 | "MIT" |
| 707 | ], |
| 708 | "authors": [ |
| 709 | { |
| 710 | "name": "Raúl Ferràs", |
| 711 | "email": "raul.ferras@gmail.com", |
| 712 | "role": "developer" |
| 713 | } |
| 714 | ], |
| 715 | "description": "Gettext *.PO file parser for PHP.", |
| 716 | "homepage": "https://github.com/raulferras/PHP-po-parser", |
| 717 | "keywords": [ |
| 718 | "gettext", |
| 719 | "i10n", |
| 720 | "i18n", |
| 721 | "po" |
| 722 | ], |
| 723 | "support": { |
| 724 | "issues": "https://github.com/raulferras/PHP-po-parser/issues", |
| 725 | "source": "https://github.com/raulferras/PHP-po-parser/tree/master" |
| 726 | }, |
| 727 | "install-path": "../sepia/po-parser" |
| 728 | }, |
| 729 | { |
| 730 | "name": "siteground/siteground-i18n", |
| 731 | "version": "dev-master", |
| 732 | "version_normalized": "dev-master", |
| 733 | "source": { |
| 734 | "type": "git", |
| 735 | "url": "git@gitlab.siteground.com:wordpress/siteground-i18n.git", |
| 736 | "reference": "714db79a69f373acd8f8023aededc27e94463041" |
| 737 | }, |
| 738 | "time": "2022-11-22T15:52:04+00:00", |
| 739 | "default-branch": true, |
| 740 | "type": "library", |
| 741 | "installation-source": "source", |
| 742 | "autoload": { |
| 743 | "psr-4": { |
| 744 | "SiteGround_i18n\\": "src/" |
| 745 | } |
| 746 | }, |
| 747 | "install-path": "../siteground/siteground-i18n" |
| 748 | }, |
| 749 | { |
| 750 | "name": "symfony/deprecation-contracts", |
| 751 | "version": "v2.5.4", |
| 752 | "version_normalized": "2.5.4.0", |
| 753 | "source": { |
| 754 | "type": "git", |
| 755 | "url": "https://github.com/symfony/deprecation-contracts.git", |
| 756 | "reference": "605389f2a7e5625f273b53960dc46aeaf9c62918" |
| 757 | }, |
| 758 | "dist": { |
| 759 | "type": "zip", |
| 760 | "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/605389f2a7e5625f273b53960dc46aeaf9c62918", |
| 761 | "reference": "605389f2a7e5625f273b53960dc46aeaf9c62918", |
| 762 | "shasum": "" |
| 763 | }, |
| 764 | "require": { |
| 765 | "php": ">=7.1" |
| 766 | }, |
| 767 | "time": "2024-09-25T14:11:13+00:00", |
| 768 | "type": "library", |
| 769 | "extra": { |
| 770 | "thanks": { |
| 771 | "url": "https://github.com/symfony/contracts", |
| 772 | "name": "symfony/contracts" |
| 773 | }, |
| 774 | "branch-alias": { |
| 775 | "dev-main": "2.5-dev" |
| 776 | } |
| 777 | }, |
| 778 | "installation-source": "dist", |
| 779 | "autoload": { |
| 780 | "files": [ |
| 781 | "function.php" |
| 782 | ] |
| 783 | }, |
| 784 | "notification-url": "https://packagist.org/downloads/", |
| 785 | "license": [ |
| 786 | "MIT" |
| 787 | ], |
| 788 | "authors": [ |
| 789 | { |
| 790 | "name": "Nicolas Grekas", |
| 791 | "email": "p@tchwork.com" |
| 792 | }, |
| 793 | { |
| 794 | "name": "Symfony Community", |
| 795 | "homepage": "https://symfony.com/contributors" |
| 796 | } |
| 797 | ], |
| 798 | "description": "A generic function and convention to trigger deprecation notices", |
| 799 | "homepage": "https://symfony.com", |
| 800 | "support": { |
| 801 | "source": "https://github.com/symfony/deprecation-contracts/tree/v2.5.4" |
| 802 | }, |
| 803 | "funding": [ |
| 804 | { |
| 805 | "url": "https://symfony.com/sponsor", |
| 806 | "type": "custom" |
| 807 | }, |
| 808 | { |
| 809 | "url": "https://github.com/fabpot", |
| 810 | "type": "github" |
| 811 | }, |
| 812 | { |
| 813 | "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", |
| 814 | "type": "tidelift" |
| 815 | } |
| 816 | ], |
| 817 | "install-path": "../symfony/deprecation-contracts" |
| 818 | } |
| 819 | ], |
| 820 | "dev": true, |
| 821 | "dev-package-names": [] |
| 822 | } |
| 823 |