| 1 |
{ |
| 2 |
"packages": [ |
| 3 |
{ |
| 4 |
"name": "nyholm/psr7", |
| 5 |
"version": "1.8.2", |
| 6 |
"version_normalized": "1.8.2.0", |
| 7 |
"source": { |
| 8 |
"type": "git", |
| 9 |
"url": "https://github.com/Nyholm/psr7.git", |
| 10 |
"reference": "a71f2b11690f4b24d099d6b16690a90ae14fc6f3" |
| 11 |
}, |
| 12 |
"dist": { |
| 13 |
"type": "zip", |
| 14 |
"url": "https://api.github.com/repos/Nyholm/psr7/zipball/a71f2b11690f4b24d099d6b16690a90ae14fc6f3", |
| 15 |
"reference": "a71f2b11690f4b24d099d6b16690a90ae14fc6f3", |
| 16 |
"shasum": "" |
| 17 |
}, |
| 18 |
"require": { |
| 19 |
"php": ">=7.2", |
| 20 |
"psr/http-factory": "^1.0", |
| 21 |
"psr/http-message": "^1.1 || ^2.0" |
| 22 |
}, |
| 23 |
"provide": { |
| 24 |
"php-http/message-factory-implementation": "1.0", |
| 25 |
"psr/http-factory-implementation": "1.0", |
| 26 |
"psr/http-message-implementation": "1.0" |
| 27 |
}, |
| 28 |
"require-dev": { |
| 29 |
"http-interop/http-factory-tests": "^0.9", |
| 30 |
"php-http/message-factory": "^1.0", |
| 31 |
"php-http/psr7-integration-tests": "^1.0", |
| 32 |
"phpunit/phpunit": "^7.5 || ^8.5 || ^9.4", |
| 33 |
"symfony/error-handler": "^4.4" |
| 34 |
}, |
| 35 |
"time": "2024-09-09T07:06:30+00:00", |
| 36 |
"type": "library", |
| 37 |
"extra": { |
| 38 |
"branch-alias": { |
| 39 |
"dev-master": "1.8-dev" |
| 40 |
} |
| 41 |
}, |
| 42 |
"installation-source": "dist", |
| 43 |
"autoload": { |
| 44 |
"psr-4": { |
| 45 |
"Give\\Vendors\\Nyholm\\Psr7\\": "src/" |
| 46 |
} |
| 47 |
}, |
| 48 |
"notification-url": "https://packagist.org/downloads/", |
| 49 |
"license": [ |
| 50 |
"MIT" |
| 51 |
], |
| 52 |
"authors": [ |
| 53 |
{ |
| 54 |
"name": "Tobias Nyholm", |
| 55 |
"email": "[email protected]" |
| 56 |
}, |
| 57 |
{ |
| 58 |
"name": "Martijn van der Ven", |
| 59 |
"email": "[email protected]" |
| 60 |
} |
| 61 |
], |
| 62 |
"description": "A fast PHP7 implementation of PSR-7", |
| 63 |
"homepage": "https://tnyholm.se", |
| 64 |
"keywords": [ |
| 65 |
"psr-17", |
| 66 |
"psr-7" |
| 67 |
], |
| 68 |
"support": { |
| 69 |
"issues": "https://github.com/Nyholm/psr7/issues", |
| 70 |
"source": "https://github.com/Nyholm/psr7/tree/1.8.2" |
| 71 |
}, |
| 72 |
"funding": [ |
| 73 |
{ |
| 74 |
"url": "https://github.com/Zegnat", |
| 75 |
"type": "github" |
| 76 |
}, |
| 77 |
{ |
| 78 |
"url": "https://github.com/nyholm", |
| 79 |
"type": "github" |
| 80 |
} |
| 81 |
], |
| 82 |
"install-path": "../nyholm/psr7" |
| 83 |
}, |
| 84 |
{ |
| 85 |
"name": "psr/http-client", |
| 86 |
"version": "1.0.3", |
| 87 |
"version_normalized": "1.0.3.0", |
| 88 |
"source": { |
| 89 |
"type": "git", |
| 90 |
"url": "https://github.com/php-fig/http-client.git", |
| 91 |
"reference": "bb5906edc1c324c9a05aa0873d40117941e5fa90" |
| 92 |
}, |
| 93 |
"dist": { |
| 94 |
"type": "zip", |
| 95 |
"url": "https://api.github.com/repos/php-fig/http-client/zipball/bb5906edc1c324c9a05aa0873d40117941e5fa90", |
| 96 |
"reference": "bb5906edc1c324c9a05aa0873d40117941e5fa90", |
| 97 |
"shasum": "" |
| 98 |
}, |
| 99 |
"require": { |
| 100 |
"php": "^7.0 || ^8.0", |
| 101 |
"psr/http-message": "^1.0 || ^2.0" |
| 102 |
}, |
| 103 |
"time": "2023-09-23T14:17:50+00:00", |
| 104 |
"type": "library", |
| 105 |
"extra": { |
| 106 |
"branch-alias": { |
| 107 |
"dev-master": "1.0.x-dev" |
| 108 |
} |
| 109 |
}, |
| 110 |
"installation-source": "dist", |
| 111 |
"autoload": { |
| 112 |
"psr-4": { |
| 113 |
"Give\\Vendors\\Psr\\Http\\Client\\": "src/" |
| 114 |
} |
| 115 |
}, |
| 116 |
"notification-url": "https://packagist.org/downloads/", |
| 117 |
"license": [ |
| 118 |
"MIT" |
| 119 |
], |
| 120 |
"authors": [ |
| 121 |
{ |
| 122 |
"name": "PHP-FIG", |
| 123 |
"homepage": "https://www.php-fig.org/" |
| 124 |
} |
| 125 |
], |
| 126 |
"description": "Common interface for HTTP clients", |
| 127 |
"homepage": "https://github.com/php-fig/http-client", |
| 128 |
"keywords": [ |
| 129 |
"http", |
| 130 |
"http-client", |
| 131 |
"psr", |
| 132 |
"psr-18" |
| 133 |
], |
| 134 |
"support": { |
| 135 |
"source": "https://github.com/php-fig/http-client" |
| 136 |
}, |
| 137 |
"install-path": "../psr/http-client" |
| 138 |
}, |
| 139 |
{ |
| 140 |
"name": "psr/http-factory", |
| 141 |
"version": "1.1.0", |
| 142 |
"version_normalized": "1.1.0.0", |
| 143 |
"source": { |
| 144 |
"type": "git", |
| 145 |
"url": "https://github.com/php-fig/http-factory.git", |
| 146 |
"reference": "2b4765fddfe3b508ac62f829e852b1501d3f6e8a" |
| 147 |
}, |
| 148 |
"dist": { |
| 149 |
"type": "zip", |
| 150 |
"url": "https://api.github.com/repos/php-fig/http-factory/zipball/2b4765fddfe3b508ac62f829e852b1501d3f6e8a", |
| 151 |
"reference": "2b4765fddfe3b508ac62f829e852b1501d3f6e8a", |
| 152 |
"shasum": "" |
| 153 |
}, |
| 154 |
"require": { |
| 155 |
"php": ">=7.1", |
| 156 |
"psr/http-message": "^1.0 || ^2.0" |
| 157 |
}, |
| 158 |
"time": "2024-04-15T12:06:14+00:00", |
| 159 |
"type": "library", |
| 160 |
"extra": { |
| 161 |
"branch-alias": { |
| 162 |
"dev-master": "1.0.x-dev" |
| 163 |
} |
| 164 |
}, |
| 165 |
"installation-source": "dist", |
| 166 |
"autoload": { |
| 167 |
"psr-4": { |
| 168 |
"Give\\Vendors\\Psr\\Http\\Message\\": "src/" |
| 169 |
} |
| 170 |
}, |
| 171 |
"notification-url": "https://packagist.org/downloads/", |
| 172 |
"license": [ |
| 173 |
"MIT" |
| 174 |
], |
| 175 |
"authors": [ |
| 176 |
{ |
| 177 |
"name": "PHP-FIG", |
| 178 |
"homepage": "https://www.php-fig.org/" |
| 179 |
} |
| 180 |
], |
| 181 |
"description": "PSR-17: Common interfaces for PSR-7 HTTP message factories", |
| 182 |
"keywords": [ |
| 183 |
"factory", |
| 184 |
"http", |
| 185 |
"message", |
| 186 |
"psr", |
| 187 |
"psr-17", |
| 188 |
"psr-7", |
| 189 |
"request", |
| 190 |
"response" |
| 191 |
], |
| 192 |
"support": { |
| 193 |
"source": "https://github.com/php-fig/http-factory" |
| 194 |
}, |
| 195 |
"install-path": "../psr/http-factory" |
| 196 |
}, |
| 197 |
{ |
| 198 |
"name": "psr/http-message", |
| 199 |
"version": "1.1", |
| 200 |
"version_normalized": "1.1.0.0", |
| 201 |
"source": { |
| 202 |
"type": "git", |
| 203 |
"url": "https://github.com/php-fig/http-message.git", |
| 204 |
"reference": "cb6ce4845ce34a8ad9e68117c10ee90a29919eba" |
| 205 |
}, |
| 206 |
"dist": { |
| 207 |
"type": "zip", |
| 208 |
"url": "https://api.github.com/repos/php-fig/http-message/zipball/cb6ce4845ce34a8ad9e68117c10ee90a29919eba", |
| 209 |
"reference": "cb6ce4845ce34a8ad9e68117c10ee90a29919eba", |
| 210 |
"shasum": "" |
| 211 |
}, |
| 212 |
"require": { |
| 213 |
"php": "^7.2 || ^8.0" |
| 214 |
}, |
| 215 |
"time": "2023-04-04T09:50:52+00:00", |
| 216 |
"type": "library", |
| 217 |
"extra": { |
| 218 |
"branch-alias": { |
| 219 |
"dev-master": "1.1.x-dev" |
| 220 |
} |
| 221 |
}, |
| 222 |
"installation-source": "dist", |
| 223 |
"autoload": { |
| 224 |
"psr-4": { |
| 225 |
"Give\\Vendors\\Psr\\Http\\Message\\": "src/" |
| 226 |
} |
| 227 |
}, |
| 228 |
"notification-url": "https://packagist.org/downloads/", |
| 229 |
"license": [ |
| 230 |
"MIT" |
| 231 |
], |
| 232 |
"authors": [ |
| 233 |
{ |
| 234 |
"name": "PHP-FIG", |
| 235 |
"homepage": "http://www.php-fig.org/" |
| 236 |
} |
| 237 |
], |
| 238 |
"description": "Common interface for HTTP messages", |
| 239 |
"homepage": "https://github.com/php-fig/http-message", |
| 240 |
"keywords": [ |
| 241 |
"http", |
| 242 |
"http-message", |
| 243 |
"psr", |
| 244 |
"psr-7", |
| 245 |
"request", |
| 246 |
"response" |
| 247 |
], |
| 248 |
"support": { |
| 249 |
"source": "https://github.com/php-fig/http-message/tree/1.1" |
| 250 |
}, |
| 251 |
"install-path": "../psr/http-message" |
| 252 |
}, |
| 253 |
{ |
| 254 |
"name": "stellarwp/admin-notices", |
| 255 |
"version": "2.0.1", |
| 256 |
"version_normalized": "2.0.1.0", |
| 257 |
"source": { |
| 258 |
"type": "git", |
| 259 |
"url": "https://github.com/stellarwp/admin-notices.git", |
| 260 |
"reference": "1d4c25adb2fe4fc959bea3f4501c58bb7586509d" |
| 261 |
}, |
| 262 |
"dist": { |
| 263 |
"type": "zip", |
| 264 |
"url": "https://api.github.com/repos/stellarwp/admin-notices/zipball/1d4c25adb2fe4fc959bea3f4501c58bb7586509d", |
| 265 |
"reference": "1d4c25adb2fe4fc959bea3f4501c58bb7586509d", |
| 266 |
"shasum": "" |
| 267 |
}, |
| 268 |
"require": { |
| 269 |
"psr/container": "1.1.1" |
| 270 |
}, |
| 271 |
"require-dev": { |
| 272 |
"codeception/module-asserts": "^1.0", |
| 273 |
"codeception/module-cli": "^1.0", |
| 274 |
"codeception/module-db": "^1.0", |
| 275 |
"codeception/module-filesystem": "^1.0", |
| 276 |
"codeception/module-phpbrowser": "^1.0", |
| 277 |
"codeception/module-rest": "^1.0", |
| 278 |
"codeception/module-webdriver": "^1.0", |
| 279 |
"codeception/util-universalframework": "^1.0", |
| 280 |
"lucatume/wp-browser": "^3.6.5", |
| 281 |
"phpunit/phpunit": "^9.5", |
| 282 |
"szepeviktor/phpstan-wordpress": "^1.3" |
| 283 |
}, |
| 284 |
"time": "2025-07-10T17:44:44+00:00", |
| 285 |
"type": "library", |
| 286 |
"installation-source": "dist", |
| 287 |
"autoload": { |
| 288 |
"psr-4": { |
| 289 |
"Give\\Vendors\\StellarWP\\AdminNotices\\": "src/" |
| 290 |
} |
| 291 |
}, |
| 292 |
"notification-url": "https://packagist.org/downloads/", |
| 293 |
"license": [ |
| 294 |
"MIT" |
| 295 |
], |
| 296 |
"authors": [ |
| 297 |
{ |
| 298 |
"name": "Jason Adams", |
| 299 |
"email": "[email protected]" |
| 300 |
} |
| 301 |
], |
| 302 |
"description": "A handy package for easily displaying admin notices in WordPress with simple to complex visibility conditions", |
| 303 |
"support": { |
| 304 |
"issues": "https://github.com/stellarwp/admin-notices/issues", |
| 305 |
"source": "https://github.com/stellarwp/admin-notices/tree/2.0.1" |
| 306 |
}, |
| 307 |
"install-path": "../stellarwp/admin-notices" |
| 308 |
}, |
| 309 |
{ |
| 310 |
"name": "stellarwp/arrays", |
| 311 |
"version": "1.3.2", |
| 312 |
"version_normalized": "1.3.2.0", |
| 313 |
"source": { |
| 314 |
"type": "git", |
| 315 |
"url": "https://github.com/stellarwp/arrays.git", |
| 316 |
"reference": "e994abcdb5d76fb5fdea7f2e1549d0603c13f91e" |
| 317 |
}, |
| 318 |
"dist": { |
| 319 |
"type": "zip", |
| 320 |
"url": "https://api.github.com/repos/stellarwp/arrays/zipball/e994abcdb5d76fb5fdea7f2e1549d0603c13f91e", |
| 321 |
"reference": "e994abcdb5d76fb5fdea7f2e1549d0603c13f91e", |
| 322 |
"shasum": "" |
| 323 |
}, |
| 324 |
"require-dev": { |
| 325 |
"lucatume/wp-browser": "^3.5 || ^4.0", |
| 326 |
"saggre/phpdocumentor-markdown": "^0.1.3", |
| 327 |
"symfony/event-dispatcher-contracts": "^2.5.1", |
| 328 |
"symfony/string": "^5.4", |
| 329 |
"szepeviktor/phpstan-wordpress": "^1.1" |
| 330 |
}, |
| 331 |
"time": "2026-02-12T19:58:13+00:00", |
| 332 |
"type": "library", |
| 333 |
"installation-source": "dist", |
| 334 |
"autoload": { |
| 335 |
"psr-4": { |
| 336 |
"Give\\Vendors\\StellarWP\\Arrays\\": "src/Arrays/" |
| 337 |
} |
| 338 |
}, |
| 339 |
"notification-url": "https://packagist.org/downloads/", |
| 340 |
"license": [ |
| 341 |
"GPL-2.0" |
| 342 |
], |
| 343 |
"authors": [ |
| 344 |
{ |
| 345 |
"name": "StellarWP", |
| 346 |
"email": "[email protected]" |
| 347 |
}, |
| 348 |
{ |
| 349 |
"name": "Matthew Batchelder", |
| 350 |
"email": "[email protected]" |
| 351 |
} |
| 352 |
], |
| 353 |
"description": "A library for array manipulation.", |
| 354 |
"support": { |
| 355 |
"source": "https://github.com/stellarwp/arrays/tree/1.3.2" |
| 356 |
}, |
| 357 |
"install-path": "../stellarwp/arrays" |
| 358 |
}, |
| 359 |
{ |
| 360 |
"name": "stellarwp/container-contract", |
| 361 |
"version": "1.0.4", |
| 362 |
"version_normalized": "1.0.4.0", |
| 363 |
"source": { |
| 364 |
"type": "git", |
| 365 |
"url": "https://github.com/stellarwp/container-contract.git", |
| 366 |
"reference": "37becc9edbecb0ff95556048337600dd9cc888f0" |
| 367 |
}, |
| 368 |
"dist": { |
| 369 |
"type": "zip", |
| 370 |
"url": "https://api.github.com/repos/stellarwp/container-contract/zipball/37becc9edbecb0ff95556048337600dd9cc888f0", |
| 371 |
"reference": "37becc9edbecb0ff95556048337600dd9cc888f0", |
| 372 |
"shasum": "" |
| 373 |
}, |
| 374 |
"require": { |
| 375 |
"php": ">=7.0.0" |
| 376 |
}, |
| 377 |
"time": "2022-12-20T21:29:17+00:00", |
| 378 |
"type": "library", |
| 379 |
"installation-source": "dist", |
| 380 |
"autoload": { |
| 381 |
"psr-4": { |
| 382 |
"Give\\Vendors\\StellarWP\\ContainerContract\\": "src/" |
| 383 |
} |
| 384 |
}, |
| 385 |
"notification-url": "https://packagist.org/downloads/", |
| 386 |
"license": [ |
| 387 |
"GPL-2.0-or-later" |
| 388 |
], |
| 389 |
"authors": [ |
| 390 |
{ |
| 391 |
"name": "StellarWP", |
| 392 |
"homepage": "https://stellarwp.com" |
| 393 |
} |
| 394 |
], |
| 395 |
"description": "StellarWP Container Interface", |
| 396 |
"homepage": "https://github.com/stellarwp/container-contract", |
| 397 |
"keywords": [ |
| 398 |
"PSR-11", |
| 399 |
"container", |
| 400 |
"container-interface", |
| 401 |
"container-interop" |
| 402 |
], |
| 403 |
"support": { |
| 404 |
"issues": "https://github.com/stellarwp/container-contract/issues", |
| 405 |
"source": "https://github.com/stellarwp/container-contract/tree/1.0.4" |
| 406 |
}, |
| 407 |
"install-path": "../stellarwp/container-contract" |
| 408 |
}, |
| 409 |
{ |
| 410 |
"name": "stellarwp/field-conditions", |
| 411 |
"version": "1.1.1", |
| 412 |
"version_normalized": "1.1.1.0", |
| 413 |
"source": { |
| 414 |
"type": "git", |
| 415 |
"url": "https://github.com/stellarwp/field-conditions.git", |
| 416 |
"reference": "03f5aff2f4977359e672efe5426bbb4ef62101cd" |
| 417 |
}, |
| 418 |
"dist": { |
| 419 |
"type": "zip", |
| 420 |
"url": "https://api.github.com/repos/stellarwp/field-conditions/zipball/03f5aff2f4977359e672efe5426bbb4ef62101cd", |
| 421 |
"reference": "03f5aff2f4977359e672efe5426bbb4ef62101cd", |
| 422 |
"shasum": "" |
| 423 |
}, |
| 424 |
"require": { |
| 425 |
"ext-json": "*" |
| 426 |
}, |
| 427 |
"require-dev": { |
| 428 |
"codeception/module-asserts": "^1.0.0", |
| 429 |
"codeception/module-phpbrowser": "^1.0.0", |
| 430 |
"lucatume/wp-browser": "^3.0.14", |
| 431 |
"phpunit/phpunit": "~6.0" |
| 432 |
}, |
| 433 |
"time": "2023-04-01T00:38:22+00:00", |
| 434 |
"type": "library", |
| 435 |
"installation-source": "dist", |
| 436 |
"autoload": { |
| 437 |
"psr-4": { |
| 438 |
"Give\\Vendors\\StellarWP\\FieldConditions\\": "src/" |
| 439 |
} |
| 440 |
}, |
| 441 |
"notification-url": "https://packagist.org/downloads/", |
| 442 |
"license": [ |
| 443 |
"GPL-2.0-or-later" |
| 444 |
], |
| 445 |
"authors": [ |
| 446 |
{ |
| 447 |
"name": "StellarWP", |
| 448 |
"email": "[email protected]" |
| 449 |
}, |
| 450 |
{ |
| 451 |
"name": "Jason Adams", |
| 452 |
"email": "[email protected]" |
| 453 |
} |
| 454 |
], |
| 455 |
"description": "A set of serializable classes for handling conditional logic for fields in PHP", |
| 456 |
"support": { |
| 457 |
"issues": "https://github.com/stellarwp/field-conditions/issues", |
| 458 |
"source": "https://github.com/stellarwp/field-conditions/tree/1.1.1" |
| 459 |
}, |
| 460 |
"install-path": "../stellarwp/field-conditions" |
| 461 |
}, |
| 462 |
{ |
| 463 |
"name": "stellarwp/harbor", |
| 464 |
"version": "v1.6.0", |
| 465 |
"version_normalized": "1.6.0.0", |
| 466 |
"source": { |
| 467 |
"type": "git", |
| 468 |
"url": "https://github.com/stellarwp/harbor.git", |
| 469 |
"reference": "e0253fa5512522a50dd73abe990d3591017494fb" |
| 470 |
}, |
| 471 |
"dist": { |
| 472 |
"type": "zip", |
| 473 |
"url": "https://api.github.com/repos/stellarwp/harbor/zipball/e0253fa5512522a50dd73abe990d3591017494fb", |
| 474 |
"reference": "e0253fa5512522a50dd73abe990d3591017494fb", |
| 475 |
"shasum": "" |
| 476 |
}, |
| 477 |
"require": { |
| 478 |
"ext-json": "*", |
| 479 |
"nyholm/psr7": "^1.0", |
| 480 |
"php": ">=7.4", |
| 481 |
"psr/http-client": "^1.0", |
| 482 |
"psr/http-factory": "^1.0", |
| 483 |
"psr/http-message": "^1.1", |
| 484 |
"stellarwp/container-contract": "^1.0", |
| 485 |
"stellarwp/licensing-api-client-wordpress": "^2.0" |
| 486 |
}, |
| 487 |
"require-dev": { |
| 488 |
"dealerdirect/phpcodesniffer-composer-installer": "^1", |
| 489 |
"dpanta94/phpstan-containers": "^0", |
| 490 |
"exussum12/coverage-checker": "^1.1", |
| 491 |
"lucatume/codeception-snapshot-assertions": "*", |
| 492 |
"lucatume/di52": "^3", |
| 493 |
"lucatume/wp-browser": "*", |
| 494 |
"php-stubs/wp-cli-stubs": "^2", |
| 495 |
"phpcompatibility/phpcompatibility-wp": "^2", |
| 496 |
"phpspec/prophecy": "*", |
| 497 |
"phpspec/prophecy-phpunit": "*", |
| 498 |
"phpstan/phpstan": "^2", |
| 499 |
"phpunit/phpunit": "*", |
| 500 |
"stellarwp/coding-standards": "^2", |
| 501 |
"szepeviktor/phpstan-wordpress": ">=1.0", |
| 502 |
"wp-cli/wp-cli": "^2" |
| 503 |
}, |
| 504 |
"time": "2026-07-27T14:52:06+00:00", |
| 505 |
"bin": [ |
| 506 |
"bin/stellar-harbor" |
| 507 |
], |
| 508 |
"type": "library", |
| 509 |
"installation-source": "dist", |
| 510 |
"autoload": { |
| 511 |
"psr-4": { |
| 512 |
"Give\\Vendors\\LiquidWeb\\Harbor\\": "src/Harbor/", |
| 513 |
"Give\\Vendors\\LiquidWeb\\Harbor\\Views\\": "src/views/", |
| 514 |
"Give\\Vendors\\LiquidWeb\\Harbor\\Build_Dir\\": "build/", |
| 515 |
"Give\\Vendors\\LiquidWeb\\Harbor\\Build_Dev_Dir\\": "build-dev/" |
| 516 |
} |
| 517 |
}, |
| 518 |
"notification-url": "https://packagist.org/downloads/", |
| 519 |
"license": [ |
| 520 |
"GPL-2.0-or-later" |
| 521 |
], |
| 522 |
"authors": [ |
| 523 |
{ |
| 524 |
"name": "Liquid Web", |
| 525 |
"homepage": "https://liquidweb.com" |
| 526 |
} |
| 527 |
], |
| 528 |
"description": "A library that integrates a WordPress product with the Liquid Web licensing system.", |
| 529 |
"support": { |
| 530 |
"issues": "https://github.com/stellarwp/harbor/issues", |
| 531 |
"source": "https://github.com/stellarwp/harbor/tree/v1.6.0" |
| 532 |
}, |
| 533 |
"install-path": "../stellarwp/harbor" |
| 534 |
}, |
| 535 |
{ |
| 536 |
"name": "stellarwp/licensing-api-client", |
| 537 |
"version": "2.0.0", |
| 538 |
"version_normalized": "2.0.0.0", |
| 539 |
"source": { |
| 540 |
"type": "git", |
| 541 |
"url": "https://github.com/stellarwp/licensing-api-client.git", |
| 542 |
"reference": "6f9e0b3e49831f49b735a9544c5fb2fea4eeedeb" |
| 543 |
}, |
| 544 |
"dist": { |
| 545 |
"type": "zip", |
| 546 |
"url": "https://api.github.com/repos/stellarwp/licensing-api-client/zipball/6f9e0b3e49831f49b735a9544c5fb2fea4eeedeb", |
| 547 |
"reference": "6f9e0b3e49831f49b735a9544c5fb2fea4eeedeb", |
| 548 |
"shasum": "" |
| 549 |
}, |
| 550 |
"require": { |
| 551 |
"ext-json": "*", |
| 552 |
"php": ">=7.4", |
| 553 |
"psr/http-client": "^1.0", |
| 554 |
"psr/http-factory": "^1.0", |
| 555 |
"psr/http-message": "^1.0 || ^2.0" |
| 556 |
}, |
| 557 |
"time": "2026-04-23T03:36:42+00:00", |
| 558 |
"type": "library", |
| 559 |
"extra": { |
| 560 |
"branch-alias": { |
| 561 |
"dev-main": "1.1.x-dev" |
| 562 |
} |
| 563 |
}, |
| 564 |
"installation-source": "dist", |
| 565 |
"autoload": { |
| 566 |
"psr-4": { |
| 567 |
"Give\\Vendors\\LiquidWeb\\LicensingApiClient\\": "src/" |
| 568 |
} |
| 569 |
}, |
| 570 |
"notification-url": "https://packagist.org/downloads/", |
| 571 |
"license": [ |
| 572 |
"GPL-2.0-or-later" |
| 573 |
], |
| 574 |
"description": "A PHP client for the Liquid Web Licensing API.", |
| 575 |
"support": { |
| 576 |
"source": "https://github.com/stellarwp/licensing-api-client/tree/2.0.0" |
| 577 |
}, |
| 578 |
"install-path": "../stellarwp/licensing-api-client" |
| 579 |
}, |
| 580 |
{ |
| 581 |
"name": "stellarwp/licensing-api-client-wordpress", |
| 582 |
"version": "2.0.0", |
| 583 |
"version_normalized": "2.0.0.0", |
| 584 |
"source": { |
| 585 |
"type": "git", |
| 586 |
"url": "https://github.com/stellarwp/licensing-api-client-wordpress.git", |
| 587 |
"reference": "f4ece66587cd6de175ffd35d0fbc3dc06c76a1f8" |
| 588 |
}, |
| 589 |
"dist": { |
| 590 |
"type": "zip", |
| 591 |
"url": "https://api.github.com/repos/stellarwp/licensing-api-client-wordpress/zipball/f4ece66587cd6de175ffd35d0fbc3dc06c76a1f8", |
| 592 |
"reference": "f4ece66587cd6de175ffd35d0fbc3dc06c76a1f8", |
| 593 |
"shasum": "" |
| 594 |
}, |
| 595 |
"require": { |
| 596 |
"nyholm/psr7": "^1.8", |
| 597 |
"php": ">=7.4", |
| 598 |
"stellarwp/licensing-api-client": "^2.0" |
| 599 |
}, |
| 600 |
"time": "2026-04-23T03:38:52+00:00", |
| 601 |
"type": "library", |
| 602 |
"extra": { |
| 603 |
"branch-alias": { |
| 604 |
"dev-main": "1.1.x-dev" |
| 605 |
} |
| 606 |
}, |
| 607 |
"installation-source": "dist", |
| 608 |
"autoload": { |
| 609 |
"psr-4": { |
| 610 |
"Give\\Vendors\\LiquidWeb\\LicensingApiClientWordPress\\": "src/" |
| 611 |
} |
| 612 |
}, |
| 613 |
"notification-url": "https://packagist.org/downloads/", |
| 614 |
"license": [ |
| 615 |
"GPL-2.0-or-later" |
| 616 |
], |
| 617 |
"description": "WordPress transport and factory integration for the Liquid Web Licensing API client.", |
| 618 |
"support": { |
| 619 |
"source": "https://github.com/stellarwp/licensing-api-client-wordpress/tree/2.0.0" |
| 620 |
}, |
| 621 |
"install-path": "../stellarwp/licensing-api-client-wordpress" |
| 622 |
}, |
| 623 |
{ |
| 624 |
"name": "stellarwp/validation", |
| 625 |
"version": "1.5.0", |
| 626 |
"version_normalized": "1.5.0.0", |
| 627 |
"source": { |
| 628 |
"type": "git", |
| 629 |
"url": "https://github.com/stellarwp/validation.git", |
| 630 |
"reference": "cf610086713a8a20ad640b7f0da2bcf0e8a826a4" |
| 631 |
}, |
| 632 |
"dist": { |
| 633 |
"type": "zip", |
| 634 |
"url": "https://api.github.com/repos/stellarwp/validation/zipball/cf610086713a8a20ad640b7f0da2bcf0e8a826a4", |
| 635 |
"reference": "cf610086713a8a20ad640b7f0da2bcf0e8a826a4", |
| 636 |
"shasum": "" |
| 637 |
}, |
| 638 |
"require": { |
| 639 |
"ext-json": "*", |
| 640 |
"stellarwp/container-contract": "1.0.4", |
| 641 |
"stellarwp/field-conditions": "^1.0" |
| 642 |
}, |
| 643 |
"require-dev": { |
| 644 |
"codeception/module-asserts": "^1.0.0", |
| 645 |
"codeception/module-phpbrowser": "^1.0.0", |
| 646 |
"lucatume/di52": "^3.0", |
| 647 |
"lucatume/wp-browser": "^3.0.14", |
| 648 |
"phpstan/phpstan": "^1.12", |
| 649 |
"phpunit/phpunit": "~6.0", |
| 650 |
"szepeviktor/phpstan-wordpress": "^1.3" |
| 651 |
}, |
| 652 |
"time": "2025-06-18T20:38:33+00:00", |
| 653 |
"type": "library", |
| 654 |
"installation-source": "dist", |
| 655 |
"autoload": { |
| 656 |
"psr-4": { |
| 657 |
"Give\\Vendors\\StellarWP\\Validation\\": "src/" |
| 658 |
} |
| 659 |
}, |
| 660 |
"notification-url": "https://packagist.org/downloads/", |
| 661 |
"license": [ |
| 662 |
"GPL-2.0-or-later" |
| 663 |
], |
| 664 |
"authors": [ |
| 665 |
{ |
| 666 |
"name": "StellarWP", |
| 667 |
"email": "[email protected]" |
| 668 |
}, |
| 669 |
{ |
| 670 |
"name": "Jason Adams", |
| 671 |
"email": "[email protected]" |
| 672 |
} |
| 673 |
], |
| 674 |
"description": "An end-to-end ready PHP validation library", |
| 675 |
"support": { |
| 676 |
"issues": "https://github.com/stellarwp/validation/issues", |
| 677 |
"source": "https://github.com/stellarwp/validation/tree/1.5.0" |
| 678 |
}, |
| 679 |
"install-path": "../stellarwp/validation" |
| 680 |
}, |
| 681 |
{ |
| 682 |
"name": "symfony/http-foundation", |
| 683 |
"version": "v5.4.50", |
| 684 |
"version_normalized": "5.4.50.0", |
| 685 |
"source": { |
| 686 |
"type": "git", |
| 687 |
"url": "https://github.com/symfony/http-foundation.git", |
| 688 |
"reference": "1a0706e8b8041046052ea2695eb8aeee04f97609" |
| 689 |
}, |
| 690 |
"dist": { |
| 691 |
"type": "zip", |
| 692 |
"url": "https://api.github.com/repos/symfony/http-foundation/zipball/1a0706e8b8041046052ea2695eb8aeee04f97609", |
| 693 |
"reference": "1a0706e8b8041046052ea2695eb8aeee04f97609", |
| 694 |
"shasum": "" |
| 695 |
}, |
| 696 |
"require": { |
| 697 |
"php": ">=7.2.5", |
| 698 |
"symfony/deprecation-contracts": "^2.1|^3", |
| 699 |
"symfony/polyfill-mbstring": "~1.1", |
| 700 |
"symfony/polyfill-php80": "^1.16" |
| 701 |
}, |
| 702 |
"require-dev": { |
| 703 |
"predis/predis": "^1.0|^2.0", |
| 704 |
"symfony/cache": "^4.4|^5.0|^6.0", |
| 705 |
"symfony/dependency-injection": "^5.4|^6.0", |
| 706 |
"symfony/expression-language": "^4.4|^5.0|^6.0", |
| 707 |
"symfony/http-kernel": "^5.4.12|^6.0.12|^6.1.4", |
| 708 |
"symfony/mime": "^4.4|^5.0|^6.0", |
| 709 |
"symfony/rate-limiter": "^5.2|^6.0" |
| 710 |
}, |
| 711 |
"suggest": { |
| 712 |
"symfony/mime": "To use the file extension guesser" |
| 713 |
}, |
| 714 |
"time": "2025-11-03T12:58:48+00:00", |
| 715 |
"type": "library", |
| 716 |
"installation-source": "dist", |
| 717 |
"autoload": { |
| 718 |
"psr-4": { |
| 719 |
"Give\\Vendors\\Symfony\\Component\\HttpFoundation\\": "" |
| 720 |
}, |
| 721 |
"exclude-from-classmap": [ |
| 722 |
"/Tests/" |
| 723 |
] |
| 724 |
}, |
| 725 |
"notification-url": "https://packagist.org/downloads/", |
| 726 |
"license": [ |
| 727 |
"MIT" |
| 728 |
], |
| 729 |
"authors": [ |
| 730 |
{ |
| 731 |
"name": "Fabien Potencier", |
| 732 |
"email": "[email protected]" |
| 733 |
}, |
| 734 |
{ |
| 735 |
"name": "Symfony Community", |
| 736 |
"homepage": "https://symfony.com/contributors" |
| 737 |
} |
| 738 |
], |
| 739 |
"description": "Defines an object-oriented layer for the HTTP specification", |
| 740 |
"homepage": "https://symfony.com", |
| 741 |
"support": { |
| 742 |
"source": "https://github.com/symfony/http-foundation/tree/v5.4.50" |
| 743 |
}, |
| 744 |
"funding": [ |
| 745 |
{ |
| 746 |
"url": "https://symfony.com/sponsor", |
| 747 |
"type": "custom" |
| 748 |
}, |
| 749 |
{ |
| 750 |
"url": "https://github.com/fabpot", |
| 751 |
"type": "github" |
| 752 |
}, |
| 753 |
{ |
| 754 |
"url": "https://github.com/nicolas-grekas", |
| 755 |
"type": "github" |
| 756 |
}, |
| 757 |
{ |
| 758 |
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony", |
| 759 |
"type": "tidelift" |
| 760 |
} |
| 761 |
], |
| 762 |
"install-path": "../symfony/http-foundation" |
| 763 |
}, |
| 764 |
{ |
| 765 |
"name": "symfony/polyfill-ctype", |
| 766 |
"version": "v1.36.0", |
| 767 |
"version_normalized": "1.36.0.0", |
| 768 |
"source": { |
| 769 |
"type": "git", |
| 770 |
"url": "https://github.com/symfony/polyfill-ctype.git", |
| 771 |
"reference": "141046a8f9477948ff284fa65be2095baafb94f2" |
| 772 |
}, |
| 773 |
"dist": { |
| 774 |
"type": "zip", |
| 775 |
"url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/141046a8f9477948ff284fa65be2095baafb94f2", |
| 776 |
"reference": "141046a8f9477948ff284fa65be2095baafb94f2", |
| 777 |
"shasum": "" |
| 778 |
}, |
| 779 |
"require": { |
| 780 |
"php": ">=7.2" |
| 781 |
}, |
| 782 |
"provide": { |
| 783 |
"ext-ctype": "*" |
| 784 |
}, |
| 785 |
"suggest": { |
| 786 |
"ext-ctype": "For best performance" |
| 787 |
}, |
| 788 |
"time": "2026-04-10T16:19:22+00:00", |
| 789 |
"type": "library", |
| 790 |
"extra": { |
| 791 |
"thanks": { |
| 792 |
"url": "https://github.com/symfony/polyfill", |
| 793 |
"name": "symfony/polyfill" |
| 794 |
} |
| 795 |
}, |
| 796 |
"installation-source": "dist", |
| 797 |
"autoload": { |
| 798 |
"files": [ |
| 799 |
"bootstrap.php" |
| 800 |
], |
| 801 |
"psr-4": { |
| 802 |
"Symfony\\Polyfill\\Ctype\\": "" |
| 803 |
} |
| 804 |
}, |
| 805 |
"notification-url": "https://packagist.org/downloads/", |
| 806 |
"license": [ |
| 807 |
"MIT" |
| 808 |
], |
| 809 |
"authors": [ |
| 810 |
{ |
| 811 |
"name": "Gert de Pagter", |
| 812 |
"email": "[email protected]" |
| 813 |
}, |
| 814 |
{ |
| 815 |
"name": "Symfony Community", |
| 816 |
"homepage": "https://symfony.com/contributors" |
| 817 |
} |
| 818 |
], |
| 819 |
"description": "Symfony polyfill for ctype functions", |
| 820 |
"homepage": "https://symfony.com", |
| 821 |
"keywords": [ |
| 822 |
"compatibility", |
| 823 |
"ctype", |
| 824 |
"polyfill", |
| 825 |
"portable" |
| 826 |
], |
| 827 |
"support": { |
| 828 |
"source": "https://github.com/symfony/polyfill-ctype/tree/v1.36.0" |
| 829 |
}, |
| 830 |
"funding": [ |
| 831 |
{ |
| 832 |
"url": "https://symfony.com/sponsor", |
| 833 |
"type": "custom" |
| 834 |
}, |
| 835 |
{ |
| 836 |
"url": "https://github.com/fabpot", |
| 837 |
"type": "github" |
| 838 |
}, |
| 839 |
{ |
| 840 |
"url": "https://github.com/nicolas-grekas", |
| 841 |
"type": "github" |
| 842 |
}, |
| 843 |
{ |
| 844 |
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony", |
| 845 |
"type": "tidelift" |
| 846 |
} |
| 847 |
], |
| 848 |
"install-path": "../symfony/polyfill-ctype" |
| 849 |
}, |
| 850 |
{ |
| 851 |
"name": "symfony/polyfill-mbstring", |
| 852 |
"version": "v1.36.0", |
| 853 |
"version_normalized": "1.36.0.0", |
| 854 |
"source": { |
| 855 |
"type": "git", |
| 856 |
"url": "https://github.com/symfony/polyfill-mbstring.git", |
| 857 |
"reference": "6a21eb99c6973357967f6ce3708cd55a6bec6315" |
| 858 |
}, |
| 859 |
"dist": { |
| 860 |
"type": "zip", |
| 861 |
"url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/6a21eb99c6973357967f6ce3708cd55a6bec6315", |
| 862 |
"reference": "6a21eb99c6973357967f6ce3708cd55a6bec6315", |
| 863 |
"shasum": "" |
| 864 |
}, |
| 865 |
"require": { |
| 866 |
"ext-iconv": "*", |
| 867 |
"php": ">=7.2" |
| 868 |
}, |
| 869 |
"provide": { |
| 870 |
"ext-mbstring": "*" |
| 871 |
}, |
| 872 |
"suggest": { |
| 873 |
"ext-mbstring": "For best performance" |
| 874 |
}, |
| 875 |
"time": "2026-04-10T17:25:58+00:00", |
| 876 |
"type": "library", |
| 877 |
"extra": { |
| 878 |
"thanks": { |
| 879 |
"url": "https://github.com/symfony/polyfill", |
| 880 |
"name": "symfony/polyfill" |
| 881 |
} |
| 882 |
}, |
| 883 |
"installation-source": "dist", |
| 884 |
"autoload": { |
| 885 |
"files": [ |
| 886 |
"bootstrap.php" |
| 887 |
], |
| 888 |
"psr-4": { |
| 889 |
"Symfony\\Polyfill\\Mbstring\\": "" |
| 890 |
} |
| 891 |
}, |
| 892 |
"notification-url": "https://packagist.org/downloads/", |
| 893 |
"license": [ |
| 894 |
"MIT" |
| 895 |
], |
| 896 |
"authors": [ |
| 897 |
{ |
| 898 |
"name": "Nicolas Grekas", |
| 899 |
"email": "[email protected]" |
| 900 |
}, |
| 901 |
{ |
| 902 |
"name": "Symfony Community", |
| 903 |
"homepage": "https://symfony.com/contributors" |
| 904 |
} |
| 905 |
], |
| 906 |
"description": "Symfony polyfill for the Mbstring extension", |
| 907 |
"homepage": "https://symfony.com", |
| 908 |
"keywords": [ |
| 909 |
"compatibility", |
| 910 |
"mbstring", |
| 911 |
"polyfill", |
| 912 |
"portable", |
| 913 |
"shim" |
| 914 |
], |
| 915 |
"support": { |
| 916 |
"source": "https://github.com/symfony/polyfill-mbstring/tree/v1.36.0" |
| 917 |
}, |
| 918 |
"funding": [ |
| 919 |
{ |
| 920 |
"url": "https://symfony.com/sponsor", |
| 921 |
"type": "custom" |
| 922 |
}, |
| 923 |
{ |
| 924 |
"url": "https://github.com/fabpot", |
| 925 |
"type": "github" |
| 926 |
}, |
| 927 |
{ |
| 928 |
"url": "https://github.com/nicolas-grekas", |
| 929 |
"type": "github" |
| 930 |
}, |
| 931 |
{ |
| 932 |
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony", |
| 933 |
"type": "tidelift" |
| 934 |
} |
| 935 |
], |
| 936 |
"install-path": "../symfony/polyfill-mbstring" |
| 937 |
} |
| 938 |
], |
| 939 |
"dev": false, |
| 940 |
"dev-package-names": [] |
| 941 |
} |
| 942 |
|