installers
3 years ago
ClassLoader.php
3 years ago
InstalledVersions.php
1 year ago
LICENSE
3 years ago
autoload_classmap.php
1 day ago
autoload_files.php
1 year ago
autoload_namespaces.php
3 years ago
autoload_psr4.php
1 year ago
autoload_real.php
3 months ago
autoload_static.php
1 day ago
installed.json
3 months ago
installed.php
3 months ago
platform_check.php
11 months ago
installed.json
852 lines
| 1 | { |
| 2 | "packages": [ |
| 3 | { |
| 4 | "name": "brainstormforce/nps-survey", |
| 5 | "version": "1.0.21", |
| 6 | "version_normalized": "1.0.21.0", |
| 7 | "source": { |
| 8 | "type": "git", |
| 9 | "url": "git@github.com:brainstormforce/nps-survey.git", |
| 10 | "reference": "5a20f0a05e3ecd11a611e49ff27145932a924a52" |
| 11 | }, |
| 12 | "dist": { |
| 13 | "type": "zip", |
| 14 | "url": "https://api.github.com/repos/brainstormforce/nps-survey/zipball/5a20f0a05e3ecd11a611e49ff27145932a924a52", |
| 15 | "reference": "5a20f0a05e3ecd11a611e49ff27145932a924a52", |
| 16 | "shasum": "" |
| 17 | }, |
| 18 | "require-dev": { |
| 19 | "automattic/vipwpcs": "^2.3", |
| 20 | "dealerdirect/phpcodesniffer-composer-installer": "^0.7.1", |
| 21 | "nunomaduro/phpinsights": "^2.10", |
| 22 | "php-stubs/generator": "^0.8.2", |
| 23 | "php-stubs/wordpress-stubs": "^6.1", |
| 24 | "phpcompatibility/php-compatibility": "^9.3", |
| 25 | "phpstan/phpstan": "^1.9", |
| 26 | "squizlabs/php_codesniffer": "^3.5", |
| 27 | "szepeviktor/phpstan-wordpress": "^1.1", |
| 28 | "wp-coding-standards/wpcs": "^2.2" |
| 29 | }, |
| 30 | "time": "2026-03-24T05:29:05+00:00", |
| 31 | "type": "wordpress-plugin", |
| 32 | "installation-source": "dist", |
| 33 | "scripts": { |
| 34 | "format": [ |
| 35 | "vendor/bin/phpcbf" |
| 36 | ], |
| 37 | "lint": [ |
| 38 | "vendor/bin/phpcs" |
| 39 | ], |
| 40 | "test": [ |
| 41 | "vendor/bin/phpunit" |
| 42 | ], |
| 43 | "phpstan": [ |
| 44 | "vendor/bin/phpstan --memory-limit=2048M analyse" |
| 45 | ], |
| 46 | "insights": [ |
| 47 | "./vendor/bin/phpinsights analyse -v --no-interaction" |
| 48 | ], |
| 49 | "insights:fix": [ |
| 50 | "./vendor/bin/phpinsights analyse --fix --no-interaction" |
| 51 | ], |
| 52 | "gen-stubs": [ |
| 53 | "vendor/bin/generate-stubs artifact/phpstan/nps-survey/ --out=tests/php/stubs/nps-survey-stubs.php && rm -rf artifact/phpstan" |
| 54 | ], |
| 55 | "update-stubs": [ |
| 56 | "rm -f tests/php/stubs/nps-survey-stubs.php && bash bin/build-folder-phpstan.sh && composer gen-stubs" |
| 57 | ] |
| 58 | }, |
| 59 | "description": "NPS Survey Plugin", |
| 60 | "support": { |
| 61 | "source": "https://github.com/brainstormforce/nps-survey/tree/1.0.21", |
| 62 | "issues": "https://github.com/brainstormforce/nps-survey/issues" |
| 63 | }, |
| 64 | "install-path": "../brainstormforce/nps-survey" |
| 65 | }, |
| 66 | { |
| 67 | "name": "composer/installers", |
| 68 | "version": "v1.12.0", |
| 69 | "version_normalized": "1.12.0.0", |
| 70 | "source": { |
| 71 | "type": "git", |
| 72 | "url": "https://github.com/composer/installers.git", |
| 73 | "reference": "d20a64ed3c94748397ff5973488761b22f6d3f19" |
| 74 | }, |
| 75 | "dist": { |
| 76 | "type": "zip", |
| 77 | "url": "https://api.github.com/repos/composer/installers/zipball/d20a64ed3c94748397ff5973488761b22f6d3f19", |
| 78 | "reference": "d20a64ed3c94748397ff5973488761b22f6d3f19", |
| 79 | "shasum": "" |
| 80 | }, |
| 81 | "require": { |
| 82 | "composer-plugin-api": "^1.0 || ^2.0" |
| 83 | }, |
| 84 | "replace": { |
| 85 | "roundcube/plugin-installer": "*", |
| 86 | "shama/baton": "*" |
| 87 | }, |
| 88 | "require-dev": { |
| 89 | "composer/composer": "1.6.* || ^2.0", |
| 90 | "composer/semver": "^1 || ^3", |
| 91 | "phpstan/phpstan": "^0.12.55", |
| 92 | "phpstan/phpstan-phpunit": "^0.12.16", |
| 93 | "symfony/phpunit-bridge": "^4.2 || ^5", |
| 94 | "symfony/process": "^2.3" |
| 95 | }, |
| 96 | "time": "2021-09-13T08:19:44+00:00", |
| 97 | "type": "composer-plugin", |
| 98 | "extra": { |
| 99 | "class": "Composer\\Installers\\Plugin", |
| 100 | "branch-alias": { |
| 101 | "dev-main": "1.x-dev" |
| 102 | } |
| 103 | }, |
| 104 | "installation-source": "dist", |
| 105 | "autoload": { |
| 106 | "psr-4": { |
| 107 | "Composer\\Installers\\": "src/Composer/Installers" |
| 108 | } |
| 109 | }, |
| 110 | "notification-url": "https://packagist.org/downloads/", |
| 111 | "license": [ |
| 112 | "MIT" |
| 113 | ], |
| 114 | "authors": [ |
| 115 | { |
| 116 | "name": "Kyle Robinson Young", |
| 117 | "email": "kyle@dontkry.com", |
| 118 | "homepage": "https://github.com/shama" |
| 119 | } |
| 120 | ], |
| 121 | "description": "A multi-framework Composer library installer", |
| 122 | "homepage": "https://composer.github.io/installers/", |
| 123 | "keywords": [ |
| 124 | "Craft", |
| 125 | "Dolibarr", |
| 126 | "Eliasis", |
| 127 | "Hurad", |
| 128 | "ImageCMS", |
| 129 | "Kanboard", |
| 130 | "Lan Management System", |
| 131 | "MODX Evo", |
| 132 | "MantisBT", |
| 133 | "Mautic", |
| 134 | "Maya", |
| 135 | "OXID", |
| 136 | "Plentymarkets", |
| 137 | "Porto", |
| 138 | "RadPHP", |
| 139 | "SMF", |
| 140 | "Starbug", |
| 141 | "Thelia", |
| 142 | "Whmcs", |
| 143 | "WolfCMS", |
| 144 | "agl", |
| 145 | "aimeos", |
| 146 | "annotatecms", |
| 147 | "attogram", |
| 148 | "bitrix", |
| 149 | "cakephp", |
| 150 | "chef", |
| 151 | "cockpit", |
| 152 | "codeigniter", |
| 153 | "concrete5", |
| 154 | "croogo", |
| 155 | "dokuwiki", |
| 156 | "drupal", |
| 157 | "eZ Platform", |
| 158 | "elgg", |
| 159 | "expressionengine", |
| 160 | "fuelphp", |
| 161 | "grav", |
| 162 | "installer", |
| 163 | "itop", |
| 164 | "joomla", |
| 165 | "known", |
| 166 | "kohana", |
| 167 | "laravel", |
| 168 | "lavalite", |
| 169 | "lithium", |
| 170 | "magento", |
| 171 | "majima", |
| 172 | "mako", |
| 173 | "mediawiki", |
| 174 | "miaoxing", |
| 175 | "modulework", |
| 176 | "modx", |
| 177 | "moodle", |
| 178 | "osclass", |
| 179 | "pantheon", |
| 180 | "phpbb", |
| 181 | "piwik", |
| 182 | "ppi", |
| 183 | "processwire", |
| 184 | "puppet", |
| 185 | "pxcms", |
| 186 | "reindex", |
| 187 | "roundcube", |
| 188 | "shopware", |
| 189 | "silverstripe", |
| 190 | "sydes", |
| 191 | "sylius", |
| 192 | "symfony", |
| 193 | "tastyigniter", |
| 194 | "typo3", |
| 195 | "wordpress", |
| 196 | "yawik", |
| 197 | "zend", |
| 198 | "zikula" |
| 199 | ], |
| 200 | "support": { |
| 201 | "issues": "https://github.com/composer/installers/issues", |
| 202 | "source": "https://github.com/composer/installers/tree/v1.12.0" |
| 203 | }, |
| 204 | "funding": [ |
| 205 | { |
| 206 | "url": "https://packagist.com", |
| 207 | "type": "custom" |
| 208 | }, |
| 209 | { |
| 210 | "url": "https://github.com/composer", |
| 211 | "type": "github" |
| 212 | }, |
| 213 | { |
| 214 | "url": "https://tidelift.com/funding/github/packagist/composer/composer", |
| 215 | "type": "tidelift" |
| 216 | } |
| 217 | ], |
| 218 | "install-path": "./installers" |
| 219 | }, |
| 220 | { |
| 221 | "name": "guzzlehttp/psr7", |
| 222 | "version": "2.7.0", |
| 223 | "version_normalized": "2.7.0.0", |
| 224 | "source": { |
| 225 | "type": "git", |
| 226 | "url": "https://github.com/guzzle/psr7.git", |
| 227 | "reference": "a70f5c95fb43bc83f07c9c948baa0dc1829bf201" |
| 228 | }, |
| 229 | "dist": { |
| 230 | "type": "zip", |
| 231 | "url": "https://api.github.com/repos/guzzle/psr7/zipball/a70f5c95fb43bc83f07c9c948baa0dc1829bf201", |
| 232 | "reference": "a70f5c95fb43bc83f07c9c948baa0dc1829bf201", |
| 233 | "shasum": "" |
| 234 | }, |
| 235 | "require": { |
| 236 | "php": "^7.2.5 || ^8.0", |
| 237 | "psr/http-factory": "^1.0", |
| 238 | "psr/http-message": "^1.1 || ^2.0", |
| 239 | "ralouphie/getallheaders": "^3.0" |
| 240 | }, |
| 241 | "provide": { |
| 242 | "psr/http-factory-implementation": "1.0", |
| 243 | "psr/http-message-implementation": "1.0" |
| 244 | }, |
| 245 | "require-dev": { |
| 246 | "bamarni/composer-bin-plugin": "^1.8.2", |
| 247 | "http-interop/http-factory-tests": "0.9.0", |
| 248 | "phpunit/phpunit": "^8.5.39 || ^9.6.20" |
| 249 | }, |
| 250 | "suggest": { |
| 251 | "laminas/laminas-httphandlerrunner": "Emit PSR-7 responses" |
| 252 | }, |
| 253 | "time": "2024-07-18T11:15:46+00:00", |
| 254 | "type": "library", |
| 255 | "extra": { |
| 256 | "bamarni-bin": { |
| 257 | "bin-links": true, |
| 258 | "forward-command": false |
| 259 | } |
| 260 | }, |
| 261 | "installation-source": "dist", |
| 262 | "autoload": { |
| 263 | "psr-4": { |
| 264 | "GuzzleHttp\\Psr7\\": "src/" |
| 265 | } |
| 266 | }, |
| 267 | "notification-url": "https://packagist.org/downloads/", |
| 268 | "license": [ |
| 269 | "MIT" |
| 270 | ], |
| 271 | "authors": [ |
| 272 | { |
| 273 | "name": "Graham Campbell", |
| 274 | "email": "hello@gjcampbell.co.uk", |
| 275 | "homepage": "https://github.com/GrahamCampbell" |
| 276 | }, |
| 277 | { |
| 278 | "name": "Michael Dowling", |
| 279 | "email": "mtdowling@gmail.com", |
| 280 | "homepage": "https://github.com/mtdowling" |
| 281 | }, |
| 282 | { |
| 283 | "name": "George Mponos", |
| 284 | "email": "gmponos@gmail.com", |
| 285 | "homepage": "https://github.com/gmponos" |
| 286 | }, |
| 287 | { |
| 288 | "name": "Tobias Nyholm", |
| 289 | "email": "tobias.nyholm@gmail.com", |
| 290 | "homepage": "https://github.com/Nyholm" |
| 291 | }, |
| 292 | { |
| 293 | "name": "Márk Sági-Kazár", |
| 294 | "email": "mark.sagikazar@gmail.com", |
| 295 | "homepage": "https://github.com/sagikazarmark" |
| 296 | }, |
| 297 | { |
| 298 | "name": "Tobias Schultze", |
| 299 | "email": "webmaster@tubo-world.de", |
| 300 | "homepage": "https://github.com/Tobion" |
| 301 | }, |
| 302 | { |
| 303 | "name": "Márk Sági-Kazár", |
| 304 | "email": "mark.sagikazar@gmail.com", |
| 305 | "homepage": "https://sagikazarmark.hu" |
| 306 | } |
| 307 | ], |
| 308 | "description": "PSR-7 message implementation that also provides common utility methods", |
| 309 | "keywords": [ |
| 310 | "http", |
| 311 | "message", |
| 312 | "psr-7", |
| 313 | "request", |
| 314 | "response", |
| 315 | "stream", |
| 316 | "uri", |
| 317 | "url" |
| 318 | ], |
| 319 | "support": { |
| 320 | "issues": "https://github.com/guzzle/psr7/issues", |
| 321 | "source": "https://github.com/guzzle/psr7/tree/2.7.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/psr7", |
| 334 | "type": "tidelift" |
| 335 | } |
| 336 | ], |
| 337 | "install-path": "../guzzlehttp/psr7" |
| 338 | }, |
| 339 | { |
| 340 | "name": "pimple/pimple", |
| 341 | "version": "v3.5.0", |
| 342 | "version_normalized": "3.5.0.0", |
| 343 | "source": { |
| 344 | "type": "git", |
| 345 | "url": "https://github.com/silexphp/Pimple.git", |
| 346 | "reference": "a94b3a4db7fb774b3d78dad2315ddc07629e1bed" |
| 347 | }, |
| 348 | "dist": { |
| 349 | "type": "zip", |
| 350 | "url": "https://api.github.com/repos/silexphp/Pimple/zipball/a94b3a4db7fb774b3d78dad2315ddc07629e1bed", |
| 351 | "reference": "a94b3a4db7fb774b3d78dad2315ddc07629e1bed", |
| 352 | "shasum": "" |
| 353 | }, |
| 354 | "require": { |
| 355 | "php": ">=7.2.5", |
| 356 | "psr/container": "^1.1 || ^2.0" |
| 357 | }, |
| 358 | "require-dev": { |
| 359 | "symfony/phpunit-bridge": "^5.4@dev" |
| 360 | }, |
| 361 | "time": "2021-10-28T11:13:42+00:00", |
| 362 | "type": "library", |
| 363 | "extra": { |
| 364 | "branch-alias": { |
| 365 | "dev-master": "3.4.x-dev" |
| 366 | } |
| 367 | }, |
| 368 | "installation-source": "dist", |
| 369 | "autoload": { |
| 370 | "psr-0": { |
| 371 | "Pimple": "src/" |
| 372 | } |
| 373 | }, |
| 374 | "notification-url": "https://packagist.org/downloads/", |
| 375 | "license": [ |
| 376 | "MIT" |
| 377 | ], |
| 378 | "authors": [ |
| 379 | { |
| 380 | "name": "Fabien Potencier", |
| 381 | "email": "fabien@symfony.com" |
| 382 | } |
| 383 | ], |
| 384 | "description": "Pimple, a simple Dependency Injection Container", |
| 385 | "homepage": "https://pimple.symfony.com", |
| 386 | "keywords": [ |
| 387 | "container", |
| 388 | "dependency injection" |
| 389 | ], |
| 390 | "support": { |
| 391 | "source": "https://github.com/silexphp/Pimple/tree/v3.5.0" |
| 392 | }, |
| 393 | "install-path": "../pimple/pimple" |
| 394 | }, |
| 395 | { |
| 396 | "name": "psr/container", |
| 397 | "version": "2.0.2", |
| 398 | "version_normalized": "2.0.2.0", |
| 399 | "source": { |
| 400 | "type": "git", |
| 401 | "url": "https://github.com/php-fig/container.git", |
| 402 | "reference": "c71ecc56dfe541dbd90c5360474fbc405f8d5963" |
| 403 | }, |
| 404 | "dist": { |
| 405 | "type": "zip", |
| 406 | "url": "https://api.github.com/repos/php-fig/container/zipball/c71ecc56dfe541dbd90c5360474fbc405f8d5963", |
| 407 | "reference": "c71ecc56dfe541dbd90c5360474fbc405f8d5963", |
| 408 | "shasum": "" |
| 409 | }, |
| 410 | "require": { |
| 411 | "php": ">=7.4.0" |
| 412 | }, |
| 413 | "time": "2021-11-05T16:47:00+00:00", |
| 414 | "type": "library", |
| 415 | "extra": { |
| 416 | "branch-alias": { |
| 417 | "dev-master": "2.0.x-dev" |
| 418 | } |
| 419 | }, |
| 420 | "installation-source": "dist", |
| 421 | "autoload": { |
| 422 | "psr-4": { |
| 423 | "Psr\\Container\\": "src/" |
| 424 | } |
| 425 | }, |
| 426 | "notification-url": "https://packagist.org/downloads/", |
| 427 | "license": [ |
| 428 | "MIT" |
| 429 | ], |
| 430 | "authors": [ |
| 431 | { |
| 432 | "name": "PHP-FIG", |
| 433 | "homepage": "https://www.php-fig.org/" |
| 434 | } |
| 435 | ], |
| 436 | "description": "Common Container Interface (PHP FIG PSR-11)", |
| 437 | "homepage": "https://github.com/php-fig/container", |
| 438 | "keywords": [ |
| 439 | "PSR-11", |
| 440 | "container", |
| 441 | "container-interface", |
| 442 | "container-interop", |
| 443 | "psr" |
| 444 | ], |
| 445 | "support": { |
| 446 | "issues": "https://github.com/php-fig/container/issues", |
| 447 | "source": "https://github.com/php-fig/container/tree/2.0.2" |
| 448 | }, |
| 449 | "install-path": "../psr/container" |
| 450 | }, |
| 451 | { |
| 452 | "name": "psr/http-factory", |
| 453 | "version": "1.1.0", |
| 454 | "version_normalized": "1.1.0.0", |
| 455 | "source": { |
| 456 | "type": "git", |
| 457 | "url": "https://github.com/php-fig/http-factory.git", |
| 458 | "reference": "2b4765fddfe3b508ac62f829e852b1501d3f6e8a" |
| 459 | }, |
| 460 | "dist": { |
| 461 | "type": "zip", |
| 462 | "url": "https://api.github.com/repos/php-fig/http-factory/zipball/2b4765fddfe3b508ac62f829e852b1501d3f6e8a", |
| 463 | "reference": "2b4765fddfe3b508ac62f829e852b1501d3f6e8a", |
| 464 | "shasum": "" |
| 465 | }, |
| 466 | "require": { |
| 467 | "php": ">=7.1", |
| 468 | "psr/http-message": "^1.0 || ^2.0" |
| 469 | }, |
| 470 | "time": "2024-04-15T12:06:14+00:00", |
| 471 | "type": "library", |
| 472 | "extra": { |
| 473 | "branch-alias": { |
| 474 | "dev-master": "1.0.x-dev" |
| 475 | } |
| 476 | }, |
| 477 | "installation-source": "dist", |
| 478 | "autoload": { |
| 479 | "psr-4": { |
| 480 | "Psr\\Http\\Message\\": "src/" |
| 481 | } |
| 482 | }, |
| 483 | "notification-url": "https://packagist.org/downloads/", |
| 484 | "license": [ |
| 485 | "MIT" |
| 486 | ], |
| 487 | "authors": [ |
| 488 | { |
| 489 | "name": "PHP-FIG", |
| 490 | "homepage": "https://www.php-fig.org/" |
| 491 | } |
| 492 | ], |
| 493 | "description": "PSR-17: Common interfaces for PSR-7 HTTP message factories", |
| 494 | "keywords": [ |
| 495 | "factory", |
| 496 | "http", |
| 497 | "message", |
| 498 | "psr", |
| 499 | "psr-17", |
| 500 | "psr-7", |
| 501 | "request", |
| 502 | "response" |
| 503 | ], |
| 504 | "support": { |
| 505 | "source": "https://github.com/php-fig/http-factory" |
| 506 | }, |
| 507 | "install-path": "../psr/http-factory" |
| 508 | }, |
| 509 | { |
| 510 | "name": "psr/http-message", |
| 511 | "version": "1.1", |
| 512 | "version_normalized": "1.1.0.0", |
| 513 | "source": { |
| 514 | "type": "git", |
| 515 | "url": "https://github.com/php-fig/http-message.git", |
| 516 | "reference": "cb6ce4845ce34a8ad9e68117c10ee90a29919eba" |
| 517 | }, |
| 518 | "dist": { |
| 519 | "type": "zip", |
| 520 | "url": "https://api.github.com/repos/php-fig/http-message/zipball/cb6ce4845ce34a8ad9e68117c10ee90a29919eba", |
| 521 | "reference": "cb6ce4845ce34a8ad9e68117c10ee90a29919eba", |
| 522 | "shasum": "" |
| 523 | }, |
| 524 | "require": { |
| 525 | "php": "^7.2 || ^8.0" |
| 526 | }, |
| 527 | "time": "2023-04-04T09:50:52+00:00", |
| 528 | "type": "library", |
| 529 | "extra": { |
| 530 | "branch-alias": { |
| 531 | "dev-master": "1.1.x-dev" |
| 532 | } |
| 533 | }, |
| 534 | "installation-source": "dist", |
| 535 | "autoload": { |
| 536 | "psr-4": { |
| 537 | "Psr\\Http\\Message\\": "src/" |
| 538 | } |
| 539 | }, |
| 540 | "notification-url": "https://packagist.org/downloads/", |
| 541 | "license": [ |
| 542 | "MIT" |
| 543 | ], |
| 544 | "authors": [ |
| 545 | { |
| 546 | "name": "PHP-FIG", |
| 547 | "homepage": "http://www.php-fig.org/" |
| 548 | } |
| 549 | ], |
| 550 | "description": "Common interface for HTTP messages", |
| 551 | "homepage": "https://github.com/php-fig/http-message", |
| 552 | "keywords": [ |
| 553 | "http", |
| 554 | "http-message", |
| 555 | "psr", |
| 556 | "psr-7", |
| 557 | "request", |
| 558 | "response" |
| 559 | ], |
| 560 | "support": { |
| 561 | "source": "https://github.com/php-fig/http-message/tree/1.1" |
| 562 | }, |
| 563 | "install-path": "../psr/http-message" |
| 564 | }, |
| 565 | { |
| 566 | "name": "ralouphie/getallheaders", |
| 567 | "version": "3.0.3", |
| 568 | "version_normalized": "3.0.3.0", |
| 569 | "source": { |
| 570 | "type": "git", |
| 571 | "url": "https://github.com/ralouphie/getallheaders.git", |
| 572 | "reference": "120b605dfeb996808c31b6477290a714d356e822" |
| 573 | }, |
| 574 | "dist": { |
| 575 | "type": "zip", |
| 576 | "url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822", |
| 577 | "reference": "120b605dfeb996808c31b6477290a714d356e822", |
| 578 | "shasum": "" |
| 579 | }, |
| 580 | "require": { |
| 581 | "php": ">=5.6" |
| 582 | }, |
| 583 | "require-dev": { |
| 584 | "php-coveralls/php-coveralls": "^2.1", |
| 585 | "phpunit/phpunit": "^5 || ^6.5" |
| 586 | }, |
| 587 | "time": "2019-03-08T08:55:37+00:00", |
| 588 | "type": "library", |
| 589 | "installation-source": "dist", |
| 590 | "autoload": { |
| 591 | "files": [ |
| 592 | "src/getallheaders.php" |
| 593 | ] |
| 594 | }, |
| 595 | "notification-url": "https://packagist.org/downloads/", |
| 596 | "license": [ |
| 597 | "MIT" |
| 598 | ], |
| 599 | "authors": [ |
| 600 | { |
| 601 | "name": "Ralph Khattar", |
| 602 | "email": "ralph.khattar@gmail.com" |
| 603 | } |
| 604 | ], |
| 605 | "description": "A polyfill for getallheaders.", |
| 606 | "support": { |
| 607 | "issues": "https://github.com/ralouphie/getallheaders/issues", |
| 608 | "source": "https://github.com/ralouphie/getallheaders/tree/develop" |
| 609 | }, |
| 610 | "install-path": "../ralouphie/getallheaders" |
| 611 | }, |
| 612 | { |
| 613 | "name": "surecart/wp-query-builder", |
| 614 | "version": "dev-master", |
| 615 | "version_normalized": "dev-master", |
| 616 | "source": { |
| 617 | "type": "git", |
| 618 | "url": "https://github.com/surecart/wp-query-builder.git", |
| 619 | "reference": "master" |
| 620 | }, |
| 621 | "type": "library", |
| 622 | "installation-source": "source", |
| 623 | "install-path": "../surecart/wp-query-builder" |
| 624 | }, |
| 625 | { |
| 626 | "name": "typisttech/imposter", |
| 627 | "version": "0.6.1", |
| 628 | "version_normalized": "0.6.1.0", |
| 629 | "source": { |
| 630 | "type": "git", |
| 631 | "url": "https://github.com/TypistTech/imposter.git", |
| 632 | "reference": "f52b1a2289d2ea9c660cf9595085d0b11469af83" |
| 633 | }, |
| 634 | "dist": { |
| 635 | "type": "zip", |
| 636 | "url": "https://api.github.com/repos/TypistTech/imposter/zipball/f52b1a2289d2ea9c660cf9595085d0b11469af83", |
| 637 | "reference": "f52b1a2289d2ea9c660cf9595085d0b11469af83", |
| 638 | "shasum": "" |
| 639 | }, |
| 640 | "require": { |
| 641 | "ext-json": "*", |
| 642 | "php": "^7.3 || ^8.0" |
| 643 | }, |
| 644 | "require-dev": { |
| 645 | "codeception/codeception": "^4.1", |
| 646 | "codeception/mockery-module": "^0.4.0", |
| 647 | "codeception/module-asserts": "^1.3", |
| 648 | "codeception/module-filesystem": "^1.0", |
| 649 | "squizlabs/php_codesniffer": "^3.5" |
| 650 | }, |
| 651 | "suggest": { |
| 652 | "typisttech/imposter-plugin": "Composer plugin to integrate composer and imposter" |
| 653 | }, |
| 654 | "time": "2020-12-06T22:57:09+00:00", |
| 655 | "type": "library", |
| 656 | "extra": { |
| 657 | "branch-alias": { |
| 658 | "dev-master": "0.6.x-dev" |
| 659 | } |
| 660 | }, |
| 661 | "installation-source": "dist", |
| 662 | "autoload": { |
| 663 | "psr-4": { |
| 664 | "TypistTech\\Imposter\\": "src" |
| 665 | } |
| 666 | }, |
| 667 | "notification-url": "https://packagist.org/downloads/", |
| 668 | "license": [ |
| 669 | "MIT" |
| 670 | ], |
| 671 | "authors": [ |
| 672 | { |
| 673 | "name": "Typist Tech", |
| 674 | "email": "imposter@typist.tech", |
| 675 | "homepage": "https://typist.tech" |
| 676 | }, |
| 677 | { |
| 678 | "name": "Tang Rufus", |
| 679 | "email": "tangrufus@gmail.com", |
| 680 | "homepage": "https://typist.tech", |
| 681 | "role": "Developer" |
| 682 | } |
| 683 | ], |
| 684 | "description": "Wrapping all composer vendor packages inside your own namespace. Intended for WordPress plugins.", |
| 685 | "homepage": "https://github.com/TypistTech/imposter", |
| 686 | "keywords": [ |
| 687 | "composer", |
| 688 | "dependency", |
| 689 | "monkey-patching", |
| 690 | "namespace", |
| 691 | "wordpress" |
| 692 | ], |
| 693 | "support": { |
| 694 | "email": "imposter@typist.tech", |
| 695 | "issues": "https://github.com/TypistTech/imposter/issues", |
| 696 | "source": "https://github.com/TypistTech/imposter" |
| 697 | }, |
| 698 | "funding": [ |
| 699 | { |
| 700 | "url": "https://typist.tech/donation/", |
| 701 | "type": "custom" |
| 702 | }, |
| 703 | { |
| 704 | "url": "https://www.paypal.me/iAmTangRufus/30usd", |
| 705 | "type": "custom" |
| 706 | }, |
| 707 | { |
| 708 | "url": "https://github.com/tangrufus", |
| 709 | "type": "github" |
| 710 | } |
| 711 | ], |
| 712 | "install-path": "../typisttech/imposter" |
| 713 | }, |
| 714 | { |
| 715 | "name": "typisttech/imposter-plugin", |
| 716 | "version": "0.6.2", |
| 717 | "version_normalized": "0.6.2.0", |
| 718 | "source": { |
| 719 | "type": "git", |
| 720 | "url": "https://github.com/TypistTech/imposter-plugin.git", |
| 721 | "reference": "15fa3c90aca3b79497f438b9e02a6176498de53c" |
| 722 | }, |
| 723 | "dist": { |
| 724 | "type": "zip", |
| 725 | "url": "https://api.github.com/repos/TypistTech/imposter-plugin/zipball/15fa3c90aca3b79497f438b9e02a6176498de53c", |
| 726 | "reference": "15fa3c90aca3b79497f438b9e02a6176498de53c", |
| 727 | "shasum": "" |
| 728 | }, |
| 729 | "require": { |
| 730 | "composer-plugin-api": "^1.1 || ^2.0", |
| 731 | "php": "^7.3 || ^8.0", |
| 732 | "typisttech/imposter": "^0.6.1" |
| 733 | }, |
| 734 | "require-dev": { |
| 735 | "codeception/codeception": "^4.1", |
| 736 | "codeception/module-asserts": "^1.3", |
| 737 | "codeception/module-cli": "^1.1", |
| 738 | "codeception/module-filesystem": "^1.0", |
| 739 | "composer/composer": "^1.10.19 || ^2.0", |
| 740 | "squizlabs/php_codesniffer": "^3.5", |
| 741 | "typisttech/codeception-composer-project-module": "^0.1.1" |
| 742 | }, |
| 743 | "time": "2020-12-06T23:41:30+00:00", |
| 744 | "type": "composer-plugin", |
| 745 | "extra": { |
| 746 | "branch-alias": { |
| 747 | "dev-master": "0.6.x-dev" |
| 748 | }, |
| 749 | "class": "TypistTech\\Imposter\\Plugin\\ImposterPlugin" |
| 750 | }, |
| 751 | "installation-source": "dist", |
| 752 | "autoload": { |
| 753 | "psr-4": { |
| 754 | "TypistTech\\Imposter\\Plugin\\": "src" |
| 755 | } |
| 756 | }, |
| 757 | "notification-url": "https://packagist.org/downloads/", |
| 758 | "license": [ |
| 759 | "MIT" |
| 760 | ], |
| 761 | "authors": [ |
| 762 | { |
| 763 | "name": "Typist Tech", |
| 764 | "email": "imposter-plugin@typist.tech", |
| 765 | "homepage": "https://www.typist.tech" |
| 766 | }, |
| 767 | { |
| 768 | "name": "Tang Rufus", |
| 769 | "email": "tangrufus@gmail.com", |
| 770 | "homepage": "https://www.typist.tech", |
| 771 | "role": "Developer" |
| 772 | } |
| 773 | ], |
| 774 | "description": "Composer plugin that wraps all composer vendor packages inside your own namespace. Intended for WordPress plugins.", |
| 775 | "homepage": "https://github.com/TypistTech/imposter-plugin", |
| 776 | "keywords": [ |
| 777 | "composer", |
| 778 | "composer-plugin", |
| 779 | "dependency", |
| 780 | "monkey-patching", |
| 781 | "namespace", |
| 782 | "wordpress" |
| 783 | ], |
| 784 | "support": { |
| 785 | "email": "imposter-plugin@typist.tech", |
| 786 | "issues": "https://github.com/TypistTech/imposter-plugin/issues", |
| 787 | "source": "https://github.com/TypistTech/imposter-plugin" |
| 788 | }, |
| 789 | "funding": [ |
| 790 | { |
| 791 | "url": "https://typist.tech/donation/", |
| 792 | "type": "custom" |
| 793 | }, |
| 794 | { |
| 795 | "url": "https://www.paypal.me/iAmTangRufus/30usd", |
| 796 | "type": "custom" |
| 797 | }, |
| 798 | { |
| 799 | "url": "https://github.com/tangrufus", |
| 800 | "type": "github" |
| 801 | } |
| 802 | ], |
| 803 | "install-path": "../typisttech/imposter-plugin" |
| 804 | }, |
| 805 | { |
| 806 | "name": "woocommerce/action-scheduler", |
| 807 | "version": "3.7.0", |
| 808 | "version_normalized": "3.7.0.0", |
| 809 | "source": { |
| 810 | "type": "git", |
| 811 | "url": "https://github.com/woocommerce/action-scheduler.git", |
| 812 | "reference": "7a2046a5e6a15786068bb0298407522f30c694b4" |
| 813 | }, |
| 814 | "dist": { |
| 815 | "type": "zip", |
| 816 | "url": "https://api.github.com/repos/woocommerce/action-scheduler/zipball/7a2046a5e6a15786068bb0298407522f30c694b4", |
| 817 | "reference": "7a2046a5e6a15786068bb0298407522f30c694b4", |
| 818 | "shasum": "" |
| 819 | }, |
| 820 | "require-dev": { |
| 821 | "phpunit/phpunit": "^7.5", |
| 822 | "woocommerce/woocommerce-sniffs": "0.1.0", |
| 823 | "wp-cli/wp-cli": "~2.5.0", |
| 824 | "yoast/phpunit-polyfills": "^1.0" |
| 825 | }, |
| 826 | "time": "2023-11-20T12:24:41+00:00", |
| 827 | "type": "wordpress-plugin", |
| 828 | "extra": { |
| 829 | "scripts-description": { |
| 830 | "test": "Run unit tests", |
| 831 | "phpcs": "Analyze code against the WordPress coding standards with PHP_CodeSniffer", |
| 832 | "phpcbf": "Fix coding standards warnings/errors automatically with PHP Code Beautifier" |
| 833 | } |
| 834 | }, |
| 835 | "installation-source": "dist", |
| 836 | "notification-url": "https://packagist.org/downloads/", |
| 837 | "license": [ |
| 838 | "GPL-3.0-or-later" |
| 839 | ], |
| 840 | "description": "Action Scheduler for WordPress and WooCommerce", |
| 841 | "homepage": "https://actionscheduler.org/", |
| 842 | "support": { |
| 843 | "issues": "https://github.com/woocommerce/action-scheduler/issues", |
| 844 | "source": "https://github.com/woocommerce/action-scheduler/tree/3.7.0" |
| 845 | }, |
| 846 | "install-path": "../woocommerce/action-scheduler" |
| 847 | } |
| 848 | ], |
| 849 | "dev": false, |
| 850 | "dev-package-names": [] |
| 851 | } |
| 852 |