installers
10 months ago
ClassLoader.php
3 years ago
InstalledVersions.php
1 year ago
LICENSE
5 years ago
autoload_classmap.php
3 weeks ago
autoload_files.php
3 years ago
autoload_namespaces.php
3 years ago
autoload_psr4.php
3 years ago
autoload_real.php
2 months ago
autoload_static.php
3 weeks ago
installed.json
2 months ago
installed.php
6 days ago
platform_check.php
10 months ago
installed.json
619 lines
| 1 | { |
| 2 | "packages": [ |
| 3 | { |
| 4 | "name": "brainstormforce/astra-notices", |
| 5 | "version": "1.2.2", |
| 6 | "version_normalized": "1.2.2.0", |
| 7 | "source": { |
| 8 | "type": "git", |
| 9 | "url": "https://github.com/brainstormforce/astra-notices.git", |
| 10 | "reference": "ca54944d8312f88d117b6c7e620d2906a8e12da5" |
| 11 | }, |
| 12 | "dist": { |
| 13 | "type": "zip", |
| 14 | "url": "https://api.github.com/repos/brainstormforce/astra-notices/zipball/ca54944d8312f88d117b6c7e620d2906a8e12da5", |
| 15 | "reference": "ca54944d8312f88d117b6c7e620d2906a8e12da5", |
| 16 | "shasum": "" |
| 17 | }, |
| 18 | "require": { |
| 19 | "composer/installers": "^2.0" |
| 20 | }, |
| 21 | "require-dev": { |
| 22 | "dealerdirect/phpcodesniffer-composer-installer": "^0.7.2", |
| 23 | "phpcompatibility/phpcompatibility-wp": "2.1.4", |
| 24 | "phpunit/phpunit": "^9.0", |
| 25 | "roots/wordpress": "^6.0", |
| 26 | "wp-cli/dist-archive-command": "^2.0", |
| 27 | "wp-coding-standards/wpcs": "^3.0", |
| 28 | "wp-phpunit/wp-phpunit": "^6.0", |
| 29 | "yoast/phpunit-polyfills": "^1.0" |
| 30 | }, |
| 31 | "time": "2026-05-19T05:43:54+00:00", |
| 32 | "type": "wordpress-plugin", |
| 33 | "installation-source": "dist", |
| 34 | "notification-url": "https://packagist.org/downloads/", |
| 35 | "license": [ |
| 36 | "GPL-3.0-or-later" |
| 37 | ], |
| 38 | "authors": [ |
| 39 | { |
| 40 | "name": "Brainstorm Force", |
| 41 | "email": "hello@bsf.io" |
| 42 | } |
| 43 | ], |
| 44 | "description": "Easily create admin notices", |
| 45 | "support": { |
| 46 | "issues": "https://github.com/brainstormforce/astra-notices/issues", |
| 47 | "source": "https://github.com/brainstormforce/astra-notices/tree/1.2.2" |
| 48 | }, |
| 49 | "install-path": "../brainstormforce/astra-notices" |
| 50 | }, |
| 51 | { |
| 52 | "name": "brainstormforce/bsf-analytics", |
| 53 | "version": "1.1.26", |
| 54 | "version_normalized": "1.1.26.0", |
| 55 | "source": { |
| 56 | "type": "git", |
| 57 | "url": "git@github.com:brainstormforce/bsf-analytics.git", |
| 58 | "reference": "e9079f78d4cf7a3e85ea61e94f842e2f8e00ee68" |
| 59 | }, |
| 60 | "dist": { |
| 61 | "type": "zip", |
| 62 | "url": "https://api.github.com/repos/brainstormforce/bsf-analytics/zipball/e9079f78d4cf7a3e85ea61e94f842e2f8e00ee68", |
| 63 | "reference": "e9079f78d4cf7a3e85ea61e94f842e2f8e00ee68", |
| 64 | "shasum": "" |
| 65 | }, |
| 66 | "require-dev": { |
| 67 | "10up/wp_mock": "^1.0", |
| 68 | "brainmaestro/composer-git-hooks": "^2.6", |
| 69 | "dealerdirect/phpcodesniffer-composer-installer": "^1.0", |
| 70 | "phpcompatibility/phpcompatibility-wp": "2.1.0", |
| 71 | "phpunit/phpunit": "^9.6", |
| 72 | "wp-coding-standards/wpcs": "2.2.1" |
| 73 | }, |
| 74 | "time": "2026-04-20T10:30:24+00:00", |
| 75 | "type": "wordpress-plugin", |
| 76 | "extra": { |
| 77 | "hooks": { |
| 78 | "pre-commit": [ |
| 79 | "echo committing as $(git config user.name)", |
| 80 | "sh bin/block-commits-with-merge-conflict.sh" |
| 81 | ] |
| 82 | } |
| 83 | }, |
| 84 | "installation-source": "dist", |
| 85 | "scripts": { |
| 86 | "format": [ |
| 87 | "phpcbf --standard=phpcs.xml.dist --report-summary --report-source" |
| 88 | ], |
| 89 | "lint": [ |
| 90 | "phpcs --standard=phpcs.xml.dist --report-summary --report-source" |
| 91 | ], |
| 92 | "test": [ |
| 93 | "phpunit" |
| 94 | ], |
| 95 | "post-install-cmd": [ |
| 96 | "vendor/bin/cghooks add --ignore-lock" |
| 97 | ], |
| 98 | "post-update-cmd": [ |
| 99 | "vendor/bin/cghooks update" |
| 100 | ] |
| 101 | }, |
| 102 | "description": "Library to gather non sensitive analytics data to enhance bsf products.", |
| 103 | "support": { |
| 104 | "source": "https://github.com/brainstormforce/bsf-analytics/tree/1.1.26", |
| 105 | "issues": "https://github.com/brainstormforce/bsf-analytics/issues" |
| 106 | }, |
| 107 | "install-path": "../../inc/lib/bsf-analytics" |
| 108 | }, |
| 109 | { |
| 110 | "name": "brainstormforce/nps-survey", |
| 111 | "version": "1.0.21", |
| 112 | "version_normalized": "1.0.21.0", |
| 113 | "source": { |
| 114 | "type": "git", |
| 115 | "url": "git@github.com:brainstormforce/nps-survey.git", |
| 116 | "reference": "5a20f0a05e3ecd11a611e49ff27145932a924a52" |
| 117 | }, |
| 118 | "dist": { |
| 119 | "type": "zip", |
| 120 | "url": "https://api.github.com/repos/brainstormforce/nps-survey/zipball/5a20f0a05e3ecd11a611e49ff27145932a924a52", |
| 121 | "reference": "5a20f0a05e3ecd11a611e49ff27145932a924a52", |
| 122 | "shasum": "" |
| 123 | }, |
| 124 | "require-dev": { |
| 125 | "automattic/vipwpcs": "^2.3", |
| 126 | "dealerdirect/phpcodesniffer-composer-installer": "^0.7.1", |
| 127 | "nunomaduro/phpinsights": "^2.10", |
| 128 | "php-stubs/generator": "^0.8.2", |
| 129 | "php-stubs/wordpress-stubs": "^6.1", |
| 130 | "phpcompatibility/php-compatibility": "^9.3", |
| 131 | "phpstan/phpstan": "^1.9", |
| 132 | "squizlabs/php_codesniffer": "^3.5", |
| 133 | "szepeviktor/phpstan-wordpress": "^1.1", |
| 134 | "wp-coding-standards/wpcs": "^2.2" |
| 135 | }, |
| 136 | "time": "2026-03-24T05:29:05+00:00", |
| 137 | "type": "wordpress-plugin", |
| 138 | "installation-source": "dist", |
| 139 | "scripts": { |
| 140 | "format": [ |
| 141 | "vendor/bin/phpcbf" |
| 142 | ], |
| 143 | "lint": [ |
| 144 | "vendor/bin/phpcs" |
| 145 | ], |
| 146 | "test": [ |
| 147 | "vendor/bin/phpunit" |
| 148 | ], |
| 149 | "phpstan": [ |
| 150 | "vendor/bin/phpstan --memory-limit=2048M analyse" |
| 151 | ], |
| 152 | "insights": [ |
| 153 | "./vendor/bin/phpinsights analyse -v --no-interaction" |
| 154 | ], |
| 155 | "insights:fix": [ |
| 156 | "./vendor/bin/phpinsights analyse --fix --no-interaction" |
| 157 | ], |
| 158 | "gen-stubs": [ |
| 159 | "vendor/bin/generate-stubs artifact/phpstan/nps-survey/ --out=tests/php/stubs/nps-survey-stubs.php && rm -rf artifact/phpstan" |
| 160 | ], |
| 161 | "update-stubs": [ |
| 162 | "rm -f tests/php/stubs/nps-survey-stubs.php && bash bin/build-folder-phpstan.sh && composer gen-stubs" |
| 163 | ] |
| 164 | }, |
| 165 | "description": "NPS Survey Plugin", |
| 166 | "support": { |
| 167 | "source": "https://github.com/brainstormforce/nps-survey/tree/1.0.21", |
| 168 | "issues": "https://github.com/brainstormforce/nps-survey/issues" |
| 169 | }, |
| 170 | "install-path": "../../inc/lib/nps-survey" |
| 171 | }, |
| 172 | { |
| 173 | "name": "composer/installers", |
| 174 | "version": "v2.3.0", |
| 175 | "version_normalized": "2.3.0.0", |
| 176 | "source": { |
| 177 | "type": "git", |
| 178 | "url": "https://github.com/composer/installers.git", |
| 179 | "reference": "12fb2dfe5e16183de69e784a7b84046c43d97e8e" |
| 180 | }, |
| 181 | "dist": { |
| 182 | "type": "zip", |
| 183 | "url": "https://api.github.com/repos/composer/installers/zipball/12fb2dfe5e16183de69e784a7b84046c43d97e8e", |
| 184 | "reference": "12fb2dfe5e16183de69e784a7b84046c43d97e8e", |
| 185 | "shasum": "" |
| 186 | }, |
| 187 | "require": { |
| 188 | "composer-plugin-api": "^1.0 || ^2.0", |
| 189 | "php": "^7.2 || ^8.0" |
| 190 | }, |
| 191 | "require-dev": { |
| 192 | "composer/composer": "^1.10.27 || ^2.7", |
| 193 | "composer/semver": "^1.7.2 || ^3.4.0", |
| 194 | "phpstan/phpstan": "^1.11", |
| 195 | "phpstan/phpstan-phpunit": "^1", |
| 196 | "symfony/phpunit-bridge": "^7.1.1", |
| 197 | "symfony/process": "^5 || ^6 || ^7" |
| 198 | }, |
| 199 | "time": "2024-06-24T20:46:46+00:00", |
| 200 | "type": "composer-plugin", |
| 201 | "extra": { |
| 202 | "class": "Composer\\Installers\\Plugin", |
| 203 | "branch-alias": { |
| 204 | "dev-main": "2.x-dev" |
| 205 | }, |
| 206 | "plugin-modifies-install-path": true |
| 207 | }, |
| 208 | "installation-source": "dist", |
| 209 | "autoload": { |
| 210 | "psr-4": { |
| 211 | "Composer\\Installers\\": "src/Composer/Installers" |
| 212 | } |
| 213 | }, |
| 214 | "notification-url": "https://packagist.org/downloads/", |
| 215 | "license": [ |
| 216 | "MIT" |
| 217 | ], |
| 218 | "authors": [ |
| 219 | { |
| 220 | "name": "Kyle Robinson Young", |
| 221 | "email": "kyle@dontkry.com", |
| 222 | "homepage": "https://github.com/shama" |
| 223 | } |
| 224 | ], |
| 225 | "description": "A multi-framework Composer library installer", |
| 226 | "homepage": "https://composer.github.io/installers/", |
| 227 | "keywords": [ |
| 228 | "Dolibarr", |
| 229 | "Eliasis", |
| 230 | "Hurad", |
| 231 | "ImageCMS", |
| 232 | "Kanboard", |
| 233 | "Lan Management System", |
| 234 | "MODX Evo", |
| 235 | "MantisBT", |
| 236 | "Mautic", |
| 237 | "Maya", |
| 238 | "OXID", |
| 239 | "Plentymarkets", |
| 240 | "Porto", |
| 241 | "RadPHP", |
| 242 | "SMF", |
| 243 | "Starbug", |
| 244 | "Thelia", |
| 245 | "Whmcs", |
| 246 | "WolfCMS", |
| 247 | "agl", |
| 248 | "annotatecms", |
| 249 | "attogram", |
| 250 | "bitrix", |
| 251 | "cakephp", |
| 252 | "chef", |
| 253 | "cockpit", |
| 254 | "codeigniter", |
| 255 | "concrete5", |
| 256 | "concreteCMS", |
| 257 | "croogo", |
| 258 | "dokuwiki", |
| 259 | "drupal", |
| 260 | "eZ Platform", |
| 261 | "elgg", |
| 262 | "expressionengine", |
| 263 | "fuelphp", |
| 264 | "grav", |
| 265 | "installer", |
| 266 | "itop", |
| 267 | "known", |
| 268 | "kohana", |
| 269 | "laravel", |
| 270 | "lavalite", |
| 271 | "lithium", |
| 272 | "magento", |
| 273 | "majima", |
| 274 | "mako", |
| 275 | "matomo", |
| 276 | "mediawiki", |
| 277 | "miaoxing", |
| 278 | "modulework", |
| 279 | "modx", |
| 280 | "moodle", |
| 281 | "osclass", |
| 282 | "pantheon", |
| 283 | "phpbb", |
| 284 | "piwik", |
| 285 | "ppi", |
| 286 | "processwire", |
| 287 | "puppet", |
| 288 | "pxcms", |
| 289 | "reindex", |
| 290 | "roundcube", |
| 291 | "shopware", |
| 292 | "silverstripe", |
| 293 | "sydes", |
| 294 | "sylius", |
| 295 | "tastyigniter", |
| 296 | "wordpress", |
| 297 | "yawik", |
| 298 | "zend", |
| 299 | "zikula" |
| 300 | ], |
| 301 | "support": { |
| 302 | "issues": "https://github.com/composer/installers/issues", |
| 303 | "source": "https://github.com/composer/installers/tree/v2.3.0" |
| 304 | }, |
| 305 | "funding": [ |
| 306 | { |
| 307 | "url": "https://packagist.com", |
| 308 | "type": "custom" |
| 309 | }, |
| 310 | { |
| 311 | "url": "https://github.com/composer", |
| 312 | "type": "github" |
| 313 | }, |
| 314 | { |
| 315 | "url": "https://tidelift.com/funding/github/packagist/composer/composer", |
| 316 | "type": "tidelift" |
| 317 | } |
| 318 | ], |
| 319 | "install-path": "./installers" |
| 320 | }, |
| 321 | { |
| 322 | "name": "level-2/dice", |
| 323 | "version": "4.0.4", |
| 324 | "version_normalized": "4.0.4.0", |
| 325 | "source": { |
| 326 | "type": "git", |
| 327 | "url": "https://github.com/Level-2/Dice.git", |
| 328 | "reference": "e04c98d96bcc932a917b2b7e7944887e4839056a" |
| 329 | }, |
| 330 | "dist": { |
| 331 | "type": "zip", |
| 332 | "url": "https://api.github.com/repos/Level-2/Dice/zipball/e04c98d96bcc932a917b2b7e7944887e4839056a", |
| 333 | "reference": "e04c98d96bcc932a917b2b7e7944887e4839056a", |
| 334 | "shasum": "" |
| 335 | }, |
| 336 | "require": { |
| 337 | "php": ">=7.0.0" |
| 338 | }, |
| 339 | "require-dev": { |
| 340 | "phpunit/phpunit": "^6.5" |
| 341 | }, |
| 342 | "time": "2022-03-28T21:20:23+00:00", |
| 343 | "type": "library", |
| 344 | "installation-source": "dist", |
| 345 | "autoload": { |
| 346 | "psr-4": { |
| 347 | "Dice\\": "./" |
| 348 | } |
| 349 | }, |
| 350 | "notification-url": "https://packagist.org/downloads/", |
| 351 | "license": [ |
| 352 | "BSD-2-Clause" |
| 353 | ], |
| 354 | "authors": [ |
| 355 | { |
| 356 | "name": "Tom Butler", |
| 357 | "email": "tom@r.je" |
| 358 | } |
| 359 | ], |
| 360 | "description": "A minimalist Dependency injection container (DIC) for PHP. Please note: 3.0+ is only compatible with PHP 7.0. The 2.0 branch is compatbile with PHP 5.6.", |
| 361 | "homepage": "http://r.je/dice.html", |
| 362 | "keywords": [ |
| 363 | "dependency injection", |
| 364 | "dependency injection container", |
| 365 | "di", |
| 366 | "ioc" |
| 367 | ], |
| 368 | "support": { |
| 369 | "issues": "https://github.com/Level-2/Dice/issues", |
| 370 | "source": "https://github.com/Level-2/Dice/tree/4.0.4" |
| 371 | }, |
| 372 | "install-path": "../level-2/dice" |
| 373 | }, |
| 374 | { |
| 375 | "name": "mundschenk-at/check-wp-requirements", |
| 376 | "version": "v2.1.1", |
| 377 | "version_normalized": "2.1.1.0", |
| 378 | "source": { |
| 379 | "type": "git", |
| 380 | "url": "https://github.com/mundschenk-at/check-wp-requirements.git", |
| 381 | "reference": "7f7452fb86ce3f3208c926bd3ffd8f7e2a0b45d7" |
| 382 | }, |
| 383 | "dist": { |
| 384 | "type": "zip", |
| 385 | "url": "https://api.github.com/repos/mundschenk-at/check-wp-requirements/zipball/7f7452fb86ce3f3208c926bd3ffd8f7e2a0b45d7", |
| 386 | "reference": "7f7452fb86ce3f3208c926bd3ffd8f7e2a0b45d7", |
| 387 | "shasum": "" |
| 388 | }, |
| 389 | "require": { |
| 390 | "php": ">=7.4.0" |
| 391 | }, |
| 392 | "require-dev": { |
| 393 | "brain/monkey": "^2.2", |
| 394 | "dealerdirect/phpcodesniffer-composer-installer": "^1.0", |
| 395 | "mikey179/vfsstream": "~1", |
| 396 | "phpcompatibility/php-compatibility": "^9.0", |
| 397 | "phpstan/extension-installer": "^1.2", |
| 398 | "phpstan/phpstan": "^2", |
| 399 | "phpstan/phpstan-mockery": "^2.0", |
| 400 | "phpstan/phpstan-phpunit": "^2", |
| 401 | "phpunit/phpunit": "5.*||6.*||7.*||8.*||9.*", |
| 402 | "shish/safe": "^2", |
| 403 | "squizlabs/php_codesniffer": "^3.4", |
| 404 | "szepeviktor/phpstan-wordpress": "^2.0.0-rc.2", |
| 405 | "wp-coding-standards/wpcs": "^3", |
| 406 | "yoast/phpunit-polyfills": "1.*||2.*||3.*" |
| 407 | }, |
| 408 | "time": "2025-02-23T15:44:17+00:00", |
| 409 | "type": "library", |
| 410 | "installation-source": "dist", |
| 411 | "autoload": { |
| 412 | "classmap": [ |
| 413 | "src/" |
| 414 | ] |
| 415 | }, |
| 416 | "notification-url": "https://packagist.org/downloads/", |
| 417 | "license": [ |
| 418 | "GPL-2.0-or-later" |
| 419 | ], |
| 420 | "authors": [ |
| 421 | { |
| 422 | "name": "Peter Putzer", |
| 423 | "email": "github@mundschenk.at", |
| 424 | "homepage": "https://code.mundschenk.at", |
| 425 | "role": "Developer" |
| 426 | } |
| 427 | ], |
| 428 | "description": "A class to allow WordPress plugins to check certain runtime requirements before activation.", |
| 429 | "support": { |
| 430 | "issues": "https://github.com/mundschenk-at/check-wp-requirements/issues", |
| 431 | "source": "https://github.com/mundschenk-at/check-wp-requirements/tree/v2.1.1" |
| 432 | }, |
| 433 | "install-path": "../mundschenk-at/check-wp-requirements" |
| 434 | }, |
| 435 | { |
| 436 | "name": "typisttech/imposter", |
| 437 | "version": "0.6.1", |
| 438 | "version_normalized": "0.6.1.0", |
| 439 | "source": { |
| 440 | "type": "git", |
| 441 | "url": "https://github.com/TypistTech/imposter.git", |
| 442 | "reference": "f52b1a2289d2ea9c660cf9595085d0b11469af83" |
| 443 | }, |
| 444 | "dist": { |
| 445 | "type": "zip", |
| 446 | "url": "https://api.github.com/repos/TypistTech/imposter/zipball/f52b1a2289d2ea9c660cf9595085d0b11469af83", |
| 447 | "reference": "f52b1a2289d2ea9c660cf9595085d0b11469af83", |
| 448 | "shasum": "" |
| 449 | }, |
| 450 | "require": { |
| 451 | "ext-json": "*", |
| 452 | "php": "^7.3 || ^8.0" |
| 453 | }, |
| 454 | "require-dev": { |
| 455 | "codeception/codeception": "^4.1", |
| 456 | "codeception/mockery-module": "^0.4.0", |
| 457 | "codeception/module-asserts": "^1.3", |
| 458 | "codeception/module-filesystem": "^1.0", |
| 459 | "squizlabs/php_codesniffer": "^3.5" |
| 460 | }, |
| 461 | "suggest": { |
| 462 | "typisttech/imposter-plugin": "Composer plugin to integrate composer and imposter" |
| 463 | }, |
| 464 | "time": "2020-12-06T22:57:09+00:00", |
| 465 | "type": "library", |
| 466 | "extra": { |
| 467 | "branch-alias": { |
| 468 | "dev-master": "0.6.x-dev" |
| 469 | } |
| 470 | }, |
| 471 | "installation-source": "dist", |
| 472 | "autoload": { |
| 473 | "psr-4": { |
| 474 | "TypistTech\\Imposter\\": "src" |
| 475 | } |
| 476 | }, |
| 477 | "notification-url": "https://packagist.org/downloads/", |
| 478 | "license": [ |
| 479 | "MIT" |
| 480 | ], |
| 481 | "authors": [ |
| 482 | { |
| 483 | "name": "Typist Tech", |
| 484 | "email": "imposter@typist.tech", |
| 485 | "homepage": "https://typist.tech" |
| 486 | }, |
| 487 | { |
| 488 | "name": "Tang Rufus", |
| 489 | "email": "tangrufus@gmail.com", |
| 490 | "homepage": "https://typist.tech", |
| 491 | "role": "Developer" |
| 492 | } |
| 493 | ], |
| 494 | "description": "Wrapping all composer vendor packages inside your own namespace. Intended for WordPress plugins.", |
| 495 | "homepage": "https://github.com/TypistTech/imposter", |
| 496 | "keywords": [ |
| 497 | "composer", |
| 498 | "dependency", |
| 499 | "monkey-patching", |
| 500 | "namespace", |
| 501 | "wordpress" |
| 502 | ], |
| 503 | "support": { |
| 504 | "email": "imposter@typist.tech", |
| 505 | "issues": "https://github.com/TypistTech/imposter/issues", |
| 506 | "source": "https://github.com/TypistTech/imposter" |
| 507 | }, |
| 508 | "funding": [ |
| 509 | { |
| 510 | "url": "https://typist.tech/donation/", |
| 511 | "type": "custom" |
| 512 | }, |
| 513 | { |
| 514 | "url": "https://www.paypal.me/iAmTangRufus/30usd", |
| 515 | "type": "custom" |
| 516 | }, |
| 517 | { |
| 518 | "url": "https://github.com/tangrufus", |
| 519 | "type": "github" |
| 520 | } |
| 521 | ], |
| 522 | "install-path": "../typisttech/imposter" |
| 523 | }, |
| 524 | { |
| 525 | "name": "typisttech/imposter-plugin", |
| 526 | "version": "0.6.2", |
| 527 | "version_normalized": "0.6.2.0", |
| 528 | "source": { |
| 529 | "type": "git", |
| 530 | "url": "https://github.com/TypistTech/imposter-plugin.git", |
| 531 | "reference": "15fa3c90aca3b79497f438b9e02a6176498de53c" |
| 532 | }, |
| 533 | "dist": { |
| 534 | "type": "zip", |
| 535 | "url": "https://api.github.com/repos/TypistTech/imposter-plugin/zipball/15fa3c90aca3b79497f438b9e02a6176498de53c", |
| 536 | "reference": "15fa3c90aca3b79497f438b9e02a6176498de53c", |
| 537 | "shasum": "" |
| 538 | }, |
| 539 | "require": { |
| 540 | "composer-plugin-api": "^1.1 || ^2.0", |
| 541 | "php": "^7.3 || ^8.0", |
| 542 | "typisttech/imposter": "^0.6.1" |
| 543 | }, |
| 544 | "require-dev": { |
| 545 | "codeception/codeception": "^4.1", |
| 546 | "codeception/module-asserts": "^1.3", |
| 547 | "codeception/module-cli": "^1.1", |
| 548 | "codeception/module-filesystem": "^1.0", |
| 549 | "composer/composer": "^1.10.19 || ^2.0", |
| 550 | "squizlabs/php_codesniffer": "^3.5", |
| 551 | "typisttech/codeception-composer-project-module": "^0.1.1" |
| 552 | }, |
| 553 | "time": "2020-12-06T23:41:30+00:00", |
| 554 | "type": "composer-plugin", |
| 555 | "extra": { |
| 556 | "class": "TypistTech\\Imposter\\Plugin\\ImposterPlugin", |
| 557 | "branch-alias": { |
| 558 | "dev-master": "0.6.x-dev" |
| 559 | } |
| 560 | }, |
| 561 | "installation-source": "dist", |
| 562 | "autoload": { |
| 563 | "psr-4": { |
| 564 | "TypistTech\\Imposter\\Plugin\\": "src" |
| 565 | } |
| 566 | }, |
| 567 | "notification-url": "https://packagist.org/downloads/", |
| 568 | "license": [ |
| 569 | "MIT" |
| 570 | ], |
| 571 | "authors": [ |
| 572 | { |
| 573 | "name": "Typist Tech", |
| 574 | "email": "imposter-plugin@typist.tech", |
| 575 | "homepage": "https://www.typist.tech" |
| 576 | }, |
| 577 | { |
| 578 | "name": "Tang Rufus", |
| 579 | "email": "tangrufus@gmail.com", |
| 580 | "homepage": "https://www.typist.tech", |
| 581 | "role": "Developer" |
| 582 | } |
| 583 | ], |
| 584 | "description": "Composer plugin that wraps all composer vendor packages inside your own namespace. Intended for WordPress plugins.", |
| 585 | "homepage": "https://github.com/TypistTech/imposter-plugin", |
| 586 | "keywords": [ |
| 587 | "composer", |
| 588 | "composer-plugin", |
| 589 | "dependency", |
| 590 | "monkey-patching", |
| 591 | "namespace", |
| 592 | "wordpress" |
| 593 | ], |
| 594 | "support": { |
| 595 | "email": "imposter-plugin@typist.tech", |
| 596 | "issues": "https://github.com/TypistTech/imposter-plugin/issues", |
| 597 | "source": "https://github.com/TypistTech/imposter-plugin" |
| 598 | }, |
| 599 | "funding": [ |
| 600 | { |
| 601 | "url": "https://typist.tech/donation/", |
| 602 | "type": "custom" |
| 603 | }, |
| 604 | { |
| 605 | "url": "https://www.paypal.me/iAmTangRufus/30usd", |
| 606 | "type": "custom" |
| 607 | }, |
| 608 | { |
| 609 | "url": "https://github.com/tangrufus", |
| 610 | "type": "github" |
| 611 | } |
| 612 | ], |
| 613 | "install-path": "../typisttech/imposter-plugin" |
| 614 | } |
| 615 | ], |
| 616 | "dev": false, |
| 617 | "dev-package-names": [] |
| 618 | } |
| 619 |