├── README.md ├── output ├── packages.json └── include │ └── all$283218540ae5d339b89370b2d306aac0e05dcf5f.json └── satis.json /README.md: -------------------------------------------------------------------------------- 1 | ## To build using Docker 2 | 3 | ``` 4 | $ docker run --rm -ti -v "$PWD":/build -v ~/.composer:/composer composer/satis 5 | ``` 6 | -------------------------------------------------------------------------------- /output/packages.json: -------------------------------------------------------------------------------- 1 | { 2 | "packages": [], 3 | "includes": { 4 | "include/all$283218540ae5d339b89370b2d306aac0e05dcf5f.json": { 5 | "sha1": "283218540ae5d339b89370b2d306aac0e05dcf5f" 6 | } 7 | } 8 | } 9 | -------------------------------------------------------------------------------- /satis.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "phpBB's extensions dependencies", 3 | "homepage": "https://satis.phpbb.com", 4 | "repositories": [ 5 | { 6 | "type": "composer", 7 | "url": "https://packagist.org" 8 | } 9 | ], 10 | "require": { 11 | "composer/installers": "*" 12 | }, 13 | "require-dependencies": true 14 | } 15 | -------------------------------------------------------------------------------- /output/include/all$283218540ae5d339b89370b2d306aac0e05dcf5f.json: -------------------------------------------------------------------------------- 1 | { 2 | "packages": { 3 | "composer/installers": { 4 | "v1.0.0": { 5 | "name": "composer/installers", 6 | "version": "v1.0.0", 7 | "version_normalized": "1.0.0.0", 8 | "source": { 9 | "type": "git", 10 | "url": "https://github.com/composer/installers.git", 11 | "reference": "eae5f43226c8a3c7b98887c34287772cf227c275" 12 | }, 13 | "dist": { 14 | "type": "zip", 15 | "url": "https://api.github.com/repos/composer/installers/zipball/eae5f43226c8a3c7b98887c34287772cf227c275", 16 | "reference": "eae5f43226c8a3c7b98887c34287772cf227c275", 17 | "shasum": "" 18 | }, 19 | "replace": { 20 | "shama/baton": "*" 21 | }, 22 | "require-dev": { 23 | "composer/composer": "1.0.*@dev" 24 | }, 25 | "time": "2012-09-08T04:17:33+00:00", 26 | "type": "composer-installer", 27 | "extra": { 28 | "class": "Composer\\Installers\\Installer" 29 | }, 30 | "autoload": { 31 | "psr-0": { 32 | "Composer\\Installers\\": "src/" 33 | } 34 | }, 35 | "notification-url": "https://packagist.org/downloads/", 36 | "license": [ 37 | "MIT" 38 | ], 39 | "authors": [ 40 | { 41 | "name": "Kyle Robinson Young", 42 | "email": "kyle@dontkry.com", 43 | "homepage": "https://github.com/shama", 44 | "role": "Developer" 45 | } 46 | ], 47 | "description": "A multi-framework Composer library installer", 48 | "homepage": "http://composer.github.com/installers/", 49 | "keywords": [ 50 | "cakephp", 51 | "codeigniter", 52 | "drupal", 53 | "fuelphp", 54 | "installer", 55 | "joomla", 56 | "kohana", 57 | "laravel", 58 | "li3", 59 | "lithium", 60 | "mako", 61 | "phpbb", 62 | "ppi", 63 | "silverstripe", 64 | "symfony", 65 | "wordpress", 66 | "zend" 67 | ] 68 | }, 69 | "v1.0.1": { 70 | "name": "composer/installers", 71 | "version": "v1.0.1", 72 | "version_normalized": "1.0.1.0", 73 | "source": { 74 | "type": "git", 75 | "url": "https://github.com/composer/installers.git", 76 | "reference": "a04e254642d88a9c21e70261072ad486ac675251" 77 | }, 78 | "dist": { 79 | "type": "zip", 80 | "url": "https://api.github.com/repos/composer/installers/zipball/a04e254642d88a9c21e70261072ad486ac675251", 81 | "reference": "a04e254642d88a9c21e70261072ad486ac675251", 82 | "shasum": "" 83 | }, 84 | "replace": { 85 | "shama/baton": "*" 86 | }, 87 | "require-dev": { 88 | "composer/composer": "1.0.*@dev", 89 | "phpunit/phpunit": "3.7.*" 90 | }, 91 | "time": "2013-01-14T07:14:45+00:00", 92 | "type": "composer-installer", 93 | "extra": { 94 | "class": "Composer\\Installers\\Installer" 95 | }, 96 | "autoload": { 97 | "psr-0": { 98 | "Composer\\Installers\\": "src/" 99 | } 100 | }, 101 | "notification-url": "https://packagist.org/downloads/", 102 | "license": [ 103 | "MIT" 104 | ], 105 | "authors": [ 106 | { 107 | "name": "Kyle Robinson Young", 108 | "email": "kyle@dontkry.com", 109 | "homepage": "https://github.com/shama", 110 | "role": "Developer" 111 | } 112 | ], 113 | "description": "A multi-framework Composer library installer", 114 | "homepage": "http://composer.github.com/installers/", 115 | "keywords": [ 116 | "TYPO3 Flow", 117 | "TYPO3 Neos", 118 | "agl", 119 | "cakephp", 120 | "codeigniter", 121 | "drupal", 122 | "fuelphp", 123 | "installer", 124 | "joomla", 125 | "kohana", 126 | "laravel", 127 | "li3", 128 | "lithium", 129 | "mako", 130 | "phpbb", 131 | "ppi", 132 | "silverstripe", 133 | "symfony", 134 | "wordpress", 135 | "zend" 136 | ] 137 | }, 138 | "v1.0.10": { 139 | "name": "composer/installers", 140 | "version": "v1.0.10", 141 | "version_normalized": "1.0.10.0", 142 | "source": { 143 | "type": "git", 144 | "url": "https://github.com/composer/installers.git", 145 | "reference": "35a07647186a910b725fca9290b13ca2e265491a" 146 | }, 147 | "dist": { 148 | "type": "zip", 149 | "url": "https://api.github.com/repos/composer/installers/zipball/35a07647186a910b725fca9290b13ca2e265491a", 150 | "reference": "35a07647186a910b725fca9290b13ca2e265491a", 151 | "shasum": "" 152 | }, 153 | "replace": { 154 | "shama/baton": "*" 155 | }, 156 | "require-dev": { 157 | "composer/composer": "1.0.*@dev", 158 | "phpunit/phpunit": "3.7.*" 159 | }, 160 | "time": "2014-01-31T16:53:31+00:00", 161 | "type": "composer-installer", 162 | "extra": { 163 | "class": "Composer\\Installers\\Installer", 164 | "branch-alias": { 165 | "dev-master": "1.0-dev" 166 | } 167 | }, 168 | "autoload": { 169 | "psr-0": { 170 | "Composer\\Installers\\": "src/" 171 | } 172 | }, 173 | "notification-url": "https://packagist.org/downloads/", 174 | "license": [ 175 | "MIT" 176 | ], 177 | "authors": [ 178 | { 179 | "name": "Kyle Robinson Young", 180 | "email": "kyle@dontkry.com", 181 | "homepage": "https://github.com/shama", 182 | "role": "Developer" 183 | } 184 | ], 185 | "description": "A multi-framework Composer library installer", 186 | "homepage": "http://composer.github.com/installers/", 187 | "keywords": [ 188 | "Craft", 189 | "Hurad", 190 | "MODX Evo", 191 | "OXID", 192 | "agl", 193 | "annotatecms", 194 | "cakephp", 195 | "codeigniter", 196 | "concrete5", 197 | "croogo", 198 | "drupal", 199 | "elgg", 200 | "fuelphp", 201 | "installer", 202 | "joomla", 203 | "kohana", 204 | "laravel", 205 | "lithium", 206 | "magento", 207 | "mako", 208 | "mediawiki", 209 | "modulework", 210 | "phpbb", 211 | "piwik", 212 | "ppi", 213 | "shopware", 214 | "silverstripe", 215 | "symfony", 216 | "typo3", 217 | "wordpress", 218 | "zend", 219 | "zikula" 220 | ] 221 | }, 222 | "v1.0.11": { 223 | "name": "composer/installers", 224 | "version": "v1.0.11", 225 | "version_normalized": "1.0.11.0", 226 | "source": { 227 | "type": "git", 228 | "url": "https://github.com/composer/installers.git", 229 | "reference": "9a1fd4e191beaa5cab79c05f923d8bcdd01b4e94" 230 | }, 231 | "dist": { 232 | "type": "zip", 233 | "url": "https://api.github.com/repos/composer/installers/zipball/9a1fd4e191beaa5cab79c05f923d8bcdd01b4e94", 234 | "reference": "9a1fd4e191beaa5cab79c05f923d8bcdd01b4e94", 235 | "shasum": "" 236 | }, 237 | "replace": { 238 | "shama/baton": "*" 239 | }, 240 | "require-dev": { 241 | "composer/composer": "1.0.*@dev", 242 | "phpunit/phpunit": "3.7.*" 243 | }, 244 | "time": "2014-02-12T21:21:55+00:00", 245 | "type": "composer-installer", 246 | "extra": { 247 | "class": "Composer\\Installers\\Installer", 248 | "branch-alias": { 249 | "dev-master": "1.0-dev" 250 | } 251 | }, 252 | "autoload": { 253 | "psr-0": { 254 | "Composer\\Installers\\": "src/" 255 | } 256 | }, 257 | "notification-url": "https://packagist.org/downloads/", 258 | "license": [ 259 | "MIT" 260 | ], 261 | "authors": [ 262 | { 263 | "name": "Kyle Robinson Young", 264 | "email": "kyle@dontkry.com", 265 | "homepage": "https://github.com/shama", 266 | "role": "Developer" 267 | } 268 | ], 269 | "description": "A multi-framework Composer library installer", 270 | "homepage": "http://composer.github.com/installers/", 271 | "keywords": [ 272 | "Craft", 273 | "Hurad", 274 | "MODX Evo", 275 | "OXID", 276 | "agl", 277 | "annotatecms", 278 | "cakephp", 279 | "codeigniter", 280 | "concrete5", 281 | "croogo", 282 | "drupal", 283 | "elgg", 284 | "fuelphp", 285 | "installer", 286 | "joomla", 287 | "kohana", 288 | "laravel", 289 | "lithium", 290 | "magento", 291 | "mako", 292 | "mediawiki", 293 | "modulework", 294 | "phpbb", 295 | "piwik", 296 | "ppi", 297 | "shopware", 298 | "silverstripe", 299 | "symfony", 300 | "typo3", 301 | "wordpress", 302 | "zend", 303 | "zikula" 304 | ] 305 | }, 306 | "v1.0.12": { 307 | "name": "composer/installers", 308 | "version": "v1.0.12", 309 | "version_normalized": "1.0.12.0", 310 | "source": { 311 | "type": "git", 312 | "url": "https://github.com/composer/installers.git", 313 | "reference": "4127333b03e8b4c08d081958548aae5419d1a2fa" 314 | }, 315 | "dist": { 316 | "type": "zip", 317 | "url": "https://api.github.com/repos/composer/installers/zipball/4127333b03e8b4c08d081958548aae5419d1a2fa", 318 | "reference": "4127333b03e8b4c08d081958548aae5419d1a2fa", 319 | "shasum": "" 320 | }, 321 | "replace": { 322 | "shama/baton": "*" 323 | }, 324 | "require-dev": { 325 | "composer/composer": "1.0.*@dev", 326 | "phpunit/phpunit": "3.7.*" 327 | }, 328 | "time": "2014-02-24T04:21:34+00:00", 329 | "type": "composer-installer", 330 | "extra": { 331 | "class": "Composer\\Installers\\Installer", 332 | "branch-alias": { 333 | "dev-master": "1.0-dev" 334 | } 335 | }, 336 | "autoload": { 337 | "psr-0": { 338 | "Composer\\Installers\\": "src/" 339 | } 340 | }, 341 | "notification-url": "https://packagist.org/downloads/", 342 | "license": [ 343 | "MIT" 344 | ], 345 | "authors": [ 346 | { 347 | "name": "Kyle Robinson Young", 348 | "email": "kyle@dontkry.com", 349 | "homepage": "https://github.com/shama", 350 | "role": "Developer" 351 | } 352 | ], 353 | "description": "A multi-framework Composer library installer", 354 | "homepage": "http://composer.github.com/installers/", 355 | "keywords": [ 356 | "Craft", 357 | "Hurad", 358 | "MODX Evo", 359 | "OXID", 360 | "WolfCMS", 361 | "agl", 362 | "annotatecms", 363 | "cakephp", 364 | "codeigniter", 365 | "concrete5", 366 | "croogo", 367 | "drupal", 368 | "elgg", 369 | "fuelphp", 370 | "installer", 371 | "joomla", 372 | "kohana", 373 | "laravel", 374 | "lithium", 375 | "magento", 376 | "mako", 377 | "mediawiki", 378 | "modulework", 379 | "phpbb", 380 | "piwik", 381 | "ppi", 382 | "shopware", 383 | "silverstripe", 384 | "symfony", 385 | "typo3", 386 | "wordpress", 387 | "zend", 388 | "zikula" 389 | ] 390 | }, 391 | "v1.0.13": { 392 | "name": "composer/installers", 393 | "version": "v1.0.13", 394 | "version_normalized": "1.0.13.0", 395 | "source": { 396 | "type": "git", 397 | "url": "https://github.com/composer/installers.git", 398 | "reference": "26d37e307f9aa6e2e81806a6525666f8ab5ba0ff" 399 | }, 400 | "dist": { 401 | "type": "zip", 402 | "url": "https://api.github.com/repos/composer/installers/zipball/26d37e307f9aa6e2e81806a6525666f8ab5ba0ff", 403 | "reference": "26d37e307f9aa6e2e81806a6525666f8ab5ba0ff", 404 | "shasum": "" 405 | }, 406 | "replace": { 407 | "shama/baton": "*" 408 | }, 409 | "require-dev": { 410 | "composer/composer": "1.0.*@dev", 411 | "phpunit/phpunit": "3.7.*" 412 | }, 413 | "time": "2014-04-09T16:12:43+00:00", 414 | "type": "composer-installer", 415 | "extra": { 416 | "class": "Composer\\Installers\\Installer", 417 | "branch-alias": { 418 | "dev-master": "1.0-dev" 419 | } 420 | }, 421 | "autoload": { 422 | "psr-0": { 423 | "Composer\\Installers\\": "src/" 424 | } 425 | }, 426 | "notification-url": "https://packagist.org/downloads/", 427 | "license": [ 428 | "MIT" 429 | ], 430 | "authors": [ 431 | { 432 | "name": "Kyle Robinson Young", 433 | "email": "kyle@dontkry.com", 434 | "homepage": "https://github.com/shama", 435 | "role": "Developer" 436 | } 437 | ], 438 | "description": "A multi-framework Composer library installer", 439 | "homepage": "http://composer.github.com/installers/", 440 | "keywords": [ 441 | "Craft", 442 | "Hurad", 443 | "MODX Evo", 444 | "OXID", 445 | "WolfCMS", 446 | "agl", 447 | "annotatecms", 448 | "cakephp", 449 | "codeigniter", 450 | "concrete5", 451 | "croogo", 452 | "drupal", 453 | "elgg", 454 | "fuelphp", 455 | "installer", 456 | "joomla", 457 | "kohana", 458 | "laravel", 459 | "lithium", 460 | "magento", 461 | "mako", 462 | "mediawiki", 463 | "modulework", 464 | "phpbb", 465 | "piwik", 466 | "ppi", 467 | "shopware", 468 | "silverstripe", 469 | "symfony", 470 | "typo3", 471 | "wordpress", 472 | "zend", 473 | "zikula" 474 | ] 475 | }, 476 | "v1.0.14": { 477 | "name": "composer/installers", 478 | "version": "v1.0.14", 479 | "version_normalized": "1.0.14.0", 480 | "source": { 481 | "type": "git", 482 | "url": "https://github.com/composer/installers.git", 483 | "reference": "8281faa96186b18db9d53e8dbeb2d549c66d9cdc" 484 | }, 485 | "dist": { 486 | "type": "zip", 487 | "url": "https://api.github.com/repos/composer/installers/zipball/8281faa96186b18db9d53e8dbeb2d549c66d9cdc", 488 | "reference": "8281faa96186b18db9d53e8dbeb2d549c66d9cdc", 489 | "shasum": "" 490 | }, 491 | "replace": { 492 | "roundcube/plugin-installer": "*", 493 | "shama/baton": "*" 494 | }, 495 | "require-dev": { 496 | "composer/composer": "1.0.*@dev", 497 | "phpunit/phpunit": "4.1.*" 498 | }, 499 | "time": "2014-06-18T15:29:19+00:00", 500 | "type": "composer-installer", 501 | "extra": { 502 | "class": "Composer\\Installers\\Installer", 503 | "branch-alias": { 504 | "dev-master": "1.0-dev" 505 | } 506 | }, 507 | "autoload": { 508 | "psr-0": { 509 | "Composer\\Installers\\": "src/" 510 | } 511 | }, 512 | "notification-url": "https://packagist.org/downloads/", 513 | "license": [ 514 | "MIT" 515 | ], 516 | "authors": [ 517 | { 518 | "name": "Kyle Robinson Young", 519 | "email": "kyle@dontkry.com", 520 | "homepage": "https://github.com/shama", 521 | "role": "Developer" 522 | } 523 | ], 524 | "description": "A multi-framework Composer library installer", 525 | "homepage": "http://composer.github.com/installers/", 526 | "keywords": [ 527 | "Craft", 528 | "Dolibarr", 529 | "Hurad", 530 | "MODX Evo", 531 | "OXID", 532 | "WolfCMS", 533 | "agl", 534 | "annotatecms", 535 | "bitrix", 536 | "cakephp", 537 | "codeigniter", 538 | "concrete5", 539 | "croogo", 540 | "drupal", 541 | "elgg", 542 | "fuelphp", 543 | "installer", 544 | "joomla", 545 | "kohana", 546 | "laravel", 547 | "lithium", 548 | "magento", 549 | "mako", 550 | "mediawiki", 551 | "modulework", 552 | "moodle", 553 | "phpbb", 554 | "piwik", 555 | "ppi", 556 | "roundcube", 557 | "shopware", 558 | "silverstripe", 559 | "symfony", 560 | "typo3", 561 | "wordpress", 562 | "zend", 563 | "zikula" 564 | ] 565 | }, 566 | "v1.0.15": { 567 | "name": "composer/installers", 568 | "version": "v1.0.15", 569 | "version_normalized": "1.0.15.0", 570 | "source": { 571 | "type": "git", 572 | "url": "https://github.com/composer/installers.git", 573 | "reference": "8e6a72a78f6cfd537fde3350720dfdc9ae3c5621" 574 | }, 575 | "dist": { 576 | "type": "zip", 577 | "url": "https://api.github.com/repos/composer/installers/zipball/8e6a72a78f6cfd537fde3350720dfdc9ae3c5621", 578 | "reference": "8e6a72a78f6cfd537fde3350720dfdc9ae3c5621", 579 | "shasum": "" 580 | }, 581 | "replace": { 582 | "roundcube/plugin-installer": "*", 583 | "shama/baton": "*" 584 | }, 585 | "require-dev": { 586 | "composer/composer": "1.0.*@dev", 587 | "phpunit/phpunit": "4.1.*" 588 | }, 589 | "time": "2014-06-23T16:25:28+00:00", 590 | "type": "composer-installer", 591 | "extra": { 592 | "class": "Composer\\Installers\\Installer", 593 | "branch-alias": { 594 | "dev-master": "1.0-dev" 595 | } 596 | }, 597 | "autoload": { 598 | "psr-0": { 599 | "Composer\\Installers\\": "src/" 600 | } 601 | }, 602 | "notification-url": "https://packagist.org/downloads/", 603 | "license": [ 604 | "MIT" 605 | ], 606 | "authors": [ 607 | { 608 | "name": "Kyle Robinson Young", 609 | "email": "kyle@dontkry.com", 610 | "homepage": "https://github.com/shama", 611 | "role": "Developer" 612 | } 613 | ], 614 | "description": "A multi-framework Composer library installer", 615 | "homepage": "http://composer.github.com/installers/", 616 | "keywords": [ 617 | "Craft", 618 | "Dolibarr", 619 | "Hurad", 620 | "MODX Evo", 621 | "OXID", 622 | "WolfCMS", 623 | "agl", 624 | "annotatecms", 625 | "bitrix", 626 | "cakephp", 627 | "codeigniter", 628 | "concrete5", 629 | "croogo", 630 | "drupal", 631 | "elgg", 632 | "fuelphp", 633 | "installer", 634 | "joomla", 635 | "kohana", 636 | "laravel", 637 | "lithium", 638 | "magento", 639 | "mako", 640 | "mediawiki", 641 | "modulework", 642 | "moodle", 643 | "phpbb", 644 | "piwik", 645 | "ppi", 646 | "roundcube", 647 | "shopware", 648 | "silverstripe", 649 | "symfony", 650 | "typo3", 651 | "wordpress", 652 | "zend", 653 | "zikula" 654 | ] 655 | }, 656 | "v1.0.16": { 657 | "name": "composer/installers", 658 | "version": "v1.0.16", 659 | "version_normalized": "1.0.16.0", 660 | "source": { 661 | "type": "git", 662 | "url": "https://github.com/composer/installers.git", 663 | "reference": "033679ad3cfc5ab759f9ed2a58881aeef13c342b" 664 | }, 665 | "dist": { 666 | "type": "zip", 667 | "url": "https://api.github.com/repos/composer/installers/zipball/033679ad3cfc5ab759f9ed2a58881aeef13c342b", 668 | "reference": "033679ad3cfc5ab759f9ed2a58881aeef13c342b", 669 | "shasum": "" 670 | }, 671 | "replace": { 672 | "roundcube/plugin-installer": "*", 673 | "shama/baton": "*" 674 | }, 675 | "require-dev": { 676 | "composer/composer": "1.0.*@dev", 677 | "phpunit/phpunit": "4.1.*" 678 | }, 679 | "time": "2014-07-21T15:54:34+00:00", 680 | "type": "composer-installer", 681 | "extra": { 682 | "class": "Composer\\Installers\\Installer", 683 | "branch-alias": { 684 | "dev-master": "1.0-dev" 685 | } 686 | }, 687 | "autoload": { 688 | "psr-0": { 689 | "Composer\\Installers\\": "src/" 690 | } 691 | }, 692 | "notification-url": "https://packagist.org/downloads/", 693 | "license": [ 694 | "MIT" 695 | ], 696 | "authors": [ 697 | { 698 | "name": "Kyle Robinson Young", 699 | "email": "kyle@dontkry.com", 700 | "homepage": "https://github.com/shama" 701 | } 702 | ], 703 | "description": "A multi-framework Composer library installer", 704 | "homepage": "http://composer.github.com/installers/", 705 | "keywords": [ 706 | "Craft", 707 | "Dolibarr", 708 | "Hurad", 709 | "MODX Evo", 710 | "OXID", 711 | "WolfCMS", 712 | "agl", 713 | "annotatecms", 714 | "bitrix", 715 | "cakephp", 716 | "codeigniter", 717 | "concrete5", 718 | "croogo", 719 | "drupal", 720 | "elgg", 721 | "fuelphp", 722 | "installer", 723 | "joomla", 724 | "kohana", 725 | "laravel", 726 | "lithium", 727 | "magento", 728 | "mako", 729 | "mediawiki", 730 | "modulework", 731 | "moodle", 732 | "phpbb", 733 | "piwik", 734 | "ppi", 735 | "puppet", 736 | "roundcube", 737 | "shopware", 738 | "silverstripe", 739 | "symfony", 740 | "typo3", 741 | "wordpress", 742 | "zend", 743 | "zikula" 744 | ] 745 | }, 746 | "v1.0.17": { 747 | "name": "composer/installers", 748 | "version": "v1.0.17", 749 | "version_normalized": "1.0.17.0", 750 | "source": { 751 | "type": "git", 752 | "url": "https://github.com/composer/installers.git", 753 | "reference": "f22820dd0854a406f86e2fc29b81c1898d68e5fb" 754 | }, 755 | "dist": { 756 | "type": "zip", 757 | "url": "https://api.github.com/repos/composer/installers/zipball/f22820dd0854a406f86e2fc29b81c1898d68e5fb", 758 | "reference": "f22820dd0854a406f86e2fc29b81c1898d68e5fb", 759 | "shasum": "" 760 | }, 761 | "replace": { 762 | "roundcube/plugin-installer": "*", 763 | "shama/baton": "*" 764 | }, 765 | "require-dev": { 766 | "composer/composer": "1.0.*@dev", 767 | "phpunit/phpunit": "4.1.*" 768 | }, 769 | "time": "2014-08-17T18:19:30+00:00", 770 | "type": "composer-installer", 771 | "extra": { 772 | "class": "Composer\\Installers\\Installer", 773 | "branch-alias": { 774 | "dev-master": "1.0-dev" 775 | } 776 | }, 777 | "autoload": { 778 | "psr-0": { 779 | "Composer\\Installers\\": "src/" 780 | } 781 | }, 782 | "notification-url": "https://packagist.org/downloads/", 783 | "license": [ 784 | "MIT" 785 | ], 786 | "authors": [ 787 | { 788 | "name": "Kyle Robinson Young", 789 | "email": "kyle@dontkry.com", 790 | "homepage": "https://github.com/shama" 791 | } 792 | ], 793 | "description": "A multi-framework Composer library installer", 794 | "homepage": "http://composer.github.com/installers/", 795 | "keywords": [ 796 | "Craft", 797 | "Dolibarr", 798 | "Hurad", 799 | "MODX Evo", 800 | "OXID", 801 | "WolfCMS", 802 | "agl", 803 | "annotatecms", 804 | "bitrix", 805 | "cakephp", 806 | "chef", 807 | "codeigniter", 808 | "concrete5", 809 | "croogo", 810 | "drupal", 811 | "elgg", 812 | "fuelphp", 813 | "installer", 814 | "joomla", 815 | "kohana", 816 | "laravel", 817 | "lithium", 818 | "magento", 819 | "mako", 820 | "mediawiki", 821 | "modulework", 822 | "moodle", 823 | "phpbb", 824 | "piwik", 825 | "ppi", 826 | "puppet", 827 | "roundcube", 828 | "shopware", 829 | "silverstripe", 830 | "symfony", 831 | "typo3", 832 | "wordpress", 833 | "zend", 834 | "zikula" 835 | ] 836 | }, 837 | "v1.0.18": { 838 | "name": "composer/installers", 839 | "version": "v1.0.18", 840 | "version_normalized": "1.0.18.0", 841 | "source": { 842 | "type": "git", 843 | "url": "https://github.com/composer/installers.git", 844 | "reference": "74fb0a7a1a23696d9c8cc2fba5903f6711cdd067" 845 | }, 846 | "dist": { 847 | "type": "zip", 848 | "url": "https://api.github.com/repos/composer/installers/zipball/74fb0a7a1a23696d9c8cc2fba5903f6711cdd067", 849 | "reference": "74fb0a7a1a23696d9c8cc2fba5903f6711cdd067", 850 | "shasum": "" 851 | }, 852 | "replace": { 853 | "roundcube/plugin-installer": "*", 854 | "shama/baton": "*" 855 | }, 856 | "require-dev": { 857 | "composer/composer": "1.0.*@dev", 858 | "phpunit/phpunit": "4.1.*" 859 | }, 860 | "time": "2014-08-18T20:00:12+00:00", 861 | "type": "composer-installer", 862 | "extra": { 863 | "class": "Composer\\Installers\\Installer", 864 | "branch-alias": { 865 | "dev-master": "1.0-dev" 866 | } 867 | }, 868 | "autoload": { 869 | "psr-0": { 870 | "Composer\\Installers\\": "src/" 871 | } 872 | }, 873 | "notification-url": "https://packagist.org/downloads/", 874 | "license": [ 875 | "MIT" 876 | ], 877 | "authors": [ 878 | { 879 | "name": "Kyle Robinson Young", 880 | "email": "kyle@dontkry.com", 881 | "homepage": "https://github.com/shama" 882 | } 883 | ], 884 | "description": "A multi-framework Composer library installer", 885 | "homepage": "http://composer.github.com/installers/", 886 | "keywords": [ 887 | "Craft", 888 | "Dolibarr", 889 | "Hurad", 890 | "MODX Evo", 891 | "OXID", 892 | "WolfCMS", 893 | "agl", 894 | "annotatecms", 895 | "bitrix", 896 | "cakephp", 897 | "chef", 898 | "codeigniter", 899 | "concrete5", 900 | "croogo", 901 | "drupal", 902 | "elgg", 903 | "fuelphp", 904 | "installer", 905 | "joomla", 906 | "kohana", 907 | "laravel", 908 | "lithium", 909 | "magento", 910 | "mako", 911 | "mediawiki", 912 | "modulework", 913 | "moodle", 914 | "phpbb", 915 | "piwik", 916 | "ppi", 917 | "puppet", 918 | "roundcube", 919 | "shopware", 920 | "silverstripe", 921 | "symfony", 922 | "typo3", 923 | "wordpress", 924 | "zend", 925 | "zikula" 926 | ] 927 | }, 928 | "v1.0.19": { 929 | "name": "composer/installers", 930 | "version": "v1.0.19", 931 | "version_normalized": "1.0.19.0", 932 | "source": { 933 | "type": "git", 934 | "url": "https://github.com/composer/installers.git", 935 | "reference": "89d77bfbee79e16653f7162c86e602cc188471db" 936 | }, 937 | "dist": { 938 | "type": "zip", 939 | "url": "https://api.github.com/repos/composer/installers/zipball/89d77bfbee79e16653f7162c86e602cc188471db", 940 | "reference": "89d77bfbee79e16653f7162c86e602cc188471db", 941 | "shasum": "" 942 | }, 943 | "replace": { 944 | "roundcube/plugin-installer": "*", 945 | "shama/baton": "*" 946 | }, 947 | "require-dev": { 948 | "composer/composer": "1.0.*@dev", 949 | "phpunit/phpunit": "4.1.*" 950 | }, 951 | "time": "2014-11-29T01:29:17+00:00", 952 | "type": "composer-installer", 953 | "extra": { 954 | "class": "Composer\\Installers\\Installer", 955 | "branch-alias": { 956 | "dev-master": "1.0-dev" 957 | } 958 | }, 959 | "autoload": { 960 | "psr-0": { 961 | "Composer\\Installers\\": "src/" 962 | } 963 | }, 964 | "notification-url": "https://packagist.org/downloads/", 965 | "license": [ 966 | "MIT" 967 | ], 968 | "authors": [ 969 | { 970 | "name": "Kyle Robinson Young", 971 | "email": "kyle@dontkry.com", 972 | "homepage": "https://github.com/shama" 973 | } 974 | ], 975 | "description": "A multi-framework Composer library installer", 976 | "homepage": "http://composer.github.com/installers/", 977 | "keywords": [ 978 | "Craft", 979 | "Dolibarr", 980 | "Hurad", 981 | "MODX Evo", 982 | "OXID", 983 | "Thelia", 984 | "WolfCMS", 985 | "agl", 986 | "annotatecms", 987 | "bitrix", 988 | "cakephp", 989 | "chef", 990 | "codeigniter", 991 | "concrete5", 992 | "croogo", 993 | "dokuwiki", 994 | "drupal", 995 | "elgg", 996 | "fuelphp", 997 | "grav", 998 | "installer", 999 | "joomla", 1000 | "kohana", 1001 | "laravel", 1002 | "lithium", 1003 | "magento", 1004 | "mako", 1005 | "mediawiki", 1006 | "modulework", 1007 | "moodle", 1008 | "phpbb", 1009 | "piwik", 1010 | "ppi", 1011 | "puppet", 1012 | "roundcube", 1013 | "shopware", 1014 | "silverstripe", 1015 | "symfony", 1016 | "typo3", 1017 | "wordpress", 1018 | "zend", 1019 | "zikula" 1020 | ] 1021 | }, 1022 | "v1.0.2": { 1023 | "name": "composer/installers", 1024 | "version": "v1.0.2", 1025 | "version_normalized": "1.0.2.0", 1026 | "source": { 1027 | "type": "git", 1028 | "url": "https://github.com/composer/installers.git", 1029 | "reference": "ddc8202188caa5b3bdfdeee365c265075f92c450" 1030 | }, 1031 | "dist": { 1032 | "type": "zip", 1033 | "url": "https://api.github.com/repos/composer/installers/zipball/ddc8202188caa5b3bdfdeee365c265075f92c450", 1034 | "reference": "ddc8202188caa5b3bdfdeee365c265075f92c450", 1035 | "shasum": "" 1036 | }, 1037 | "replace": { 1038 | "shama/baton": "*" 1039 | }, 1040 | "require-dev": { 1041 | "composer/composer": "1.0.*@dev", 1042 | "phpunit/phpunit": "3.7.*" 1043 | }, 1044 | "time": "2013-02-18T00:51:06+00:00", 1045 | "type": "composer-installer", 1046 | "extra": { 1047 | "class": "Composer\\Installers\\Installer", 1048 | "branch-alias": { 1049 | "dev-master": "1.0-dev" 1050 | } 1051 | }, 1052 | "autoload": { 1053 | "psr-0": { 1054 | "Composer\\Installers\\": "src/" 1055 | } 1056 | }, 1057 | "notification-url": "https://packagist.org/downloads/", 1058 | "license": [ 1059 | "MIT" 1060 | ], 1061 | "authors": [ 1062 | { 1063 | "name": "Kyle Robinson Young", 1064 | "email": "kyle@dontkry.com", 1065 | "homepage": "https://github.com/shama", 1066 | "role": "Developer" 1067 | } 1068 | ], 1069 | "description": "A multi-framework Composer library installer", 1070 | "homepage": "http://composer.github.com/installers/", 1071 | "keywords": [ 1072 | "TYPO3 Flow", 1073 | "TYPO3 Neos", 1074 | "agl", 1075 | "cakephp", 1076 | "codeigniter", 1077 | "drupal", 1078 | "fuelphp", 1079 | "installer", 1080 | "joomla", 1081 | "kohana", 1082 | "laravel", 1083 | "li3", 1084 | "lithium", 1085 | "mako", 1086 | "phpbb", 1087 | "ppi", 1088 | "silverstripe", 1089 | "symfony", 1090 | "wordpress", 1091 | "zend" 1092 | ] 1093 | }, 1094 | "v1.0.20": { 1095 | "name": "composer/installers", 1096 | "version": "v1.0.20", 1097 | "version_normalized": "1.0.20.0", 1098 | "source": { 1099 | "type": "git", 1100 | "url": "https://github.com/composer/installers.git", 1101 | "reference": "1bff8aa77a18f3616f468ed8000cf86a5725bac3" 1102 | }, 1103 | "dist": { 1104 | "type": "zip", 1105 | "url": "https://api.github.com/repos/composer/installers/zipball/1bff8aa77a18f3616f468ed8000cf86a5725bac3", 1106 | "reference": "1bff8aa77a18f3616f468ed8000cf86a5725bac3", 1107 | "shasum": "" 1108 | }, 1109 | "replace": { 1110 | "roundcube/plugin-installer": "*", 1111 | "shama/baton": "*" 1112 | }, 1113 | "require-dev": { 1114 | "composer/composer": "1.0.*@dev", 1115 | "phpunit/phpunit": "4.1.*" 1116 | }, 1117 | "time": "2015-01-11T03:51:11+00:00", 1118 | "type": "composer-installer", 1119 | "extra": { 1120 | "class": "Composer\\Installers\\Installer", 1121 | "branch-alias": { 1122 | "dev-master": "1.0-dev" 1123 | } 1124 | }, 1125 | "autoload": { 1126 | "psr-0": { 1127 | "Composer\\Installers\\": "src/" 1128 | } 1129 | }, 1130 | "notification-url": "https://packagist.org/downloads/", 1131 | "license": [ 1132 | "MIT" 1133 | ], 1134 | "authors": [ 1135 | { 1136 | "name": "Kyle Robinson Young", 1137 | "email": "kyle@dontkry.com", 1138 | "homepage": "https://github.com/shama" 1139 | } 1140 | ], 1141 | "description": "A multi-framework Composer library installer", 1142 | "homepage": "http://composer.github.com/installers/", 1143 | "keywords": [ 1144 | "Craft", 1145 | "Dolibarr", 1146 | "Hurad", 1147 | "MODX Evo", 1148 | "OXID", 1149 | "SMF", 1150 | "Thelia", 1151 | "WolfCMS", 1152 | "agl", 1153 | "annotatecms", 1154 | "bitrix", 1155 | "cakephp", 1156 | "chef", 1157 | "codeigniter", 1158 | "concrete5", 1159 | "croogo", 1160 | "dokuwiki", 1161 | "drupal", 1162 | "elgg", 1163 | "fuelphp", 1164 | "grav", 1165 | "installer", 1166 | "joomla", 1167 | "kohana", 1168 | "laravel", 1169 | "lithium", 1170 | "magento", 1171 | "mako", 1172 | "mediawiki", 1173 | "modulework", 1174 | "moodle", 1175 | "phpbb", 1176 | "piwik", 1177 | "ppi", 1178 | "puppet", 1179 | "roundcube", 1180 | "shopware", 1181 | "silverstripe", 1182 | "symfony", 1183 | "typo3", 1184 | "wordpress", 1185 | "zend", 1186 | "zikula" 1187 | ] 1188 | }, 1189 | "v1.0.21": { 1190 | "name": "composer/installers", 1191 | "version": "v1.0.21", 1192 | "version_normalized": "1.0.21.0", 1193 | "source": { 1194 | "type": "git", 1195 | "url": "https://github.com/composer/installers.git", 1196 | "reference": "d64e23fce42a4063d63262b19b8e7c0f3b5e4c45" 1197 | }, 1198 | "dist": { 1199 | "type": "zip", 1200 | "url": "https://api.github.com/repos/composer/installers/zipball/d64e23fce42a4063d63262b19b8e7c0f3b5e4c45", 1201 | "reference": "d64e23fce42a4063d63262b19b8e7c0f3b5e4c45", 1202 | "shasum": "" 1203 | }, 1204 | "replace": { 1205 | "roundcube/plugin-installer": "*", 1206 | "shama/baton": "*" 1207 | }, 1208 | "require-dev": { 1209 | "composer/composer": "1.0.*@dev", 1210 | "phpunit/phpunit": "4.1.*" 1211 | }, 1212 | "time": "2015-02-18T17:17:01+00:00", 1213 | "type": "composer-installer", 1214 | "extra": { 1215 | "class": "Composer\\Installers\\Installer", 1216 | "branch-alias": { 1217 | "dev-master": "1.0-dev" 1218 | } 1219 | }, 1220 | "autoload": { 1221 | "psr-0": { 1222 | "Composer\\Installers\\": "src/" 1223 | } 1224 | }, 1225 | "notification-url": "https://packagist.org/downloads/", 1226 | "license": [ 1227 | "MIT" 1228 | ], 1229 | "authors": [ 1230 | { 1231 | "name": "Kyle Robinson Young", 1232 | "email": "kyle@dontkry.com", 1233 | "homepage": "https://github.com/shama" 1234 | } 1235 | ], 1236 | "description": "A multi-framework Composer library installer", 1237 | "homepage": "http://composer.github.com/installers/", 1238 | "keywords": [ 1239 | "Craft", 1240 | "Dolibarr", 1241 | "Hurad", 1242 | "MODX Evo", 1243 | "OXID", 1244 | "SMF", 1245 | "Thelia", 1246 | "WolfCMS", 1247 | "agl", 1248 | "aimeos", 1249 | "annotatecms", 1250 | "bitrix", 1251 | "cakephp", 1252 | "chef", 1253 | "codeigniter", 1254 | "concrete5", 1255 | "croogo", 1256 | "dokuwiki", 1257 | "drupal", 1258 | "elgg", 1259 | "fuelphp", 1260 | "grav", 1261 | "installer", 1262 | "joomla", 1263 | "kohana", 1264 | "laravel", 1265 | "lithium", 1266 | "magento", 1267 | "mako", 1268 | "mediawiki", 1269 | "modulework", 1270 | "moodle", 1271 | "phpbb", 1272 | "piwik", 1273 | "ppi", 1274 | "puppet", 1275 | "roundcube", 1276 | "shopware", 1277 | "silverstripe", 1278 | "symfony", 1279 | "typo3", 1280 | "wordpress", 1281 | "zend", 1282 | "zikula" 1283 | ] 1284 | }, 1285 | "v1.0.22": { 1286 | "name": "composer/installers", 1287 | "version": "v1.0.22", 1288 | "version_normalized": "1.0.22.0", 1289 | "source": { 1290 | "type": "git", 1291 | "url": "https://github.com/composer/installers.git", 1292 | "reference": "bd9b14f094c89c8b5804a4e41edeb7853bb85046" 1293 | }, 1294 | "dist": { 1295 | "type": "zip", 1296 | "url": "https://api.github.com/repos/composer/installers/zipball/bd9b14f094c89c8b5804a4e41edeb7853bb85046", 1297 | "reference": "bd9b14f094c89c8b5804a4e41edeb7853bb85046", 1298 | "shasum": "" 1299 | }, 1300 | "require": { 1301 | "composer-plugin-api": "1.0.0" 1302 | }, 1303 | "replace": { 1304 | "roundcube/plugin-installer": "*", 1305 | "shama/baton": "*" 1306 | }, 1307 | "require-dev": { 1308 | "composer/composer": "1.0.*@dev", 1309 | "phpunit/phpunit": "4.1.*" 1310 | }, 1311 | "time": "2015-10-29T23:28:48+00:00", 1312 | "type": "composer-plugin", 1313 | "extra": { 1314 | "class": "Composer\\Installers\\Plugin", 1315 | "branch-alias": { 1316 | "dev-master": "1.0-dev" 1317 | } 1318 | }, 1319 | "autoload": { 1320 | "psr-0": { 1321 | "Composer\\Installers\\": "src/" 1322 | } 1323 | }, 1324 | "notification-url": "https://packagist.org/downloads/", 1325 | "license": [ 1326 | "MIT" 1327 | ], 1328 | "authors": [ 1329 | { 1330 | "name": "Kyle Robinson Young", 1331 | "email": "kyle@dontkry.com", 1332 | "homepage": "https://github.com/shama" 1333 | } 1334 | ], 1335 | "description": "A multi-framework Composer library installer", 1336 | "homepage": "http://composer.github.com/installers/", 1337 | "keywords": [ 1338 | "Craft", 1339 | "Dolibarr", 1340 | "Hurad", 1341 | "MODX Evo", 1342 | "OXID", 1343 | "SMF", 1344 | "Thelia", 1345 | "WolfCMS", 1346 | "agl", 1347 | "aimeos", 1348 | "annotatecms", 1349 | "bitrix", 1350 | "cakephp", 1351 | "chef", 1352 | "codeigniter", 1353 | "concrete5", 1354 | "croogo", 1355 | "dokuwiki", 1356 | "drupal", 1357 | "elgg", 1358 | "fuelphp", 1359 | "grav", 1360 | "installer", 1361 | "joomla", 1362 | "kohana", 1363 | "laravel", 1364 | "lithium", 1365 | "magento", 1366 | "mako", 1367 | "mediawiki", 1368 | "modulework", 1369 | "moodle", 1370 | "phpbb", 1371 | "piwik", 1372 | "ppi", 1373 | "puppet", 1374 | "roundcube", 1375 | "shopware", 1376 | "silverstripe", 1377 | "symfony", 1378 | "typo3", 1379 | "wordpress", 1380 | "zend", 1381 | "zikula" 1382 | ] 1383 | }, 1384 | "v1.0.23": { 1385 | "name": "composer/installers", 1386 | "version": "v1.0.23", 1387 | "version_normalized": "1.0.23.0", 1388 | "source": { 1389 | "type": "git", 1390 | "url": "https://github.com/composer/installers.git", 1391 | "reference": "6213d900e92647831f7a406d5c530ea1f3d4360e" 1392 | }, 1393 | "dist": { 1394 | "type": "zip", 1395 | "url": "https://api.github.com/repos/composer/installers/zipball/6213d900e92647831f7a406d5c530ea1f3d4360e", 1396 | "reference": "6213d900e92647831f7a406d5c530ea1f3d4360e", 1397 | "shasum": "" 1398 | }, 1399 | "require": { 1400 | "composer-plugin-api": "^1.0" 1401 | }, 1402 | "replace": { 1403 | "roundcube/plugin-installer": "*", 1404 | "shama/baton": "*" 1405 | }, 1406 | "require-dev": { 1407 | "composer/composer": "1.0.*@dev", 1408 | "phpunit/phpunit": "4.1.*" 1409 | }, 1410 | "time": "2016-01-27T12:54:22+00:00", 1411 | "type": "composer-plugin", 1412 | "extra": { 1413 | "class": "Composer\\Installers\\Plugin", 1414 | "branch-alias": { 1415 | "dev-master": "1.0-dev" 1416 | } 1417 | }, 1418 | "autoload": { 1419 | "psr-0": { 1420 | "Composer\\Installers\\": "src/" 1421 | } 1422 | }, 1423 | "notification-url": "https://packagist.org/downloads/", 1424 | "license": [ 1425 | "MIT" 1426 | ], 1427 | "authors": [ 1428 | { 1429 | "name": "Kyle Robinson Young", 1430 | "email": "kyle@dontkry.com", 1431 | "homepage": "https://github.com/shama" 1432 | } 1433 | ], 1434 | "description": "A multi-framework Composer library installer", 1435 | "homepage": "http://composer.github.com/installers/", 1436 | "keywords": [ 1437 | "Craft", 1438 | "Dolibarr", 1439 | "Hurad", 1440 | "MODX Evo", 1441 | "OXID", 1442 | "SMF", 1443 | "Thelia", 1444 | "WolfCMS", 1445 | "agl", 1446 | "aimeos", 1447 | "annotatecms", 1448 | "bitrix", 1449 | "cakephp", 1450 | "chef", 1451 | "codeigniter", 1452 | "concrete5", 1453 | "croogo", 1454 | "dokuwiki", 1455 | "drupal", 1456 | "elgg", 1457 | "fuelphp", 1458 | "grav", 1459 | "installer", 1460 | "joomla", 1461 | "kohana", 1462 | "laravel", 1463 | "lithium", 1464 | "magento", 1465 | "mako", 1466 | "mediawiki", 1467 | "modulework", 1468 | "moodle", 1469 | "phpbb", 1470 | "piwik", 1471 | "ppi", 1472 | "puppet", 1473 | "roundcube", 1474 | "shopware", 1475 | "silverstripe", 1476 | "symfony", 1477 | "typo3", 1478 | "wordpress", 1479 | "zend", 1480 | "zikula" 1481 | ] 1482 | }, 1483 | "v1.0.24": { 1484 | "name": "composer/installers", 1485 | "version": "v1.0.24", 1486 | "version_normalized": "1.0.24.0", 1487 | "source": { 1488 | "type": "git", 1489 | "url": "https://github.com/composer/installers.git", 1490 | "reference": "1cf7cc4b89d5e8549bbb7d6ab1de75da13d27988" 1491 | }, 1492 | "dist": { 1493 | "type": "zip", 1494 | "url": "https://api.github.com/repos/composer/installers/zipball/1cf7cc4b89d5e8549bbb7d6ab1de75da13d27988", 1495 | "reference": "1cf7cc4b89d5e8549bbb7d6ab1de75da13d27988", 1496 | "shasum": "" 1497 | }, 1498 | "require": { 1499 | "composer-plugin-api": "^1.0" 1500 | }, 1501 | "replace": { 1502 | "roundcube/plugin-installer": "*", 1503 | "shama/baton": "*" 1504 | }, 1505 | "require-dev": { 1506 | "composer/composer": "1.0.*@dev", 1507 | "phpunit/phpunit": "4.1.*" 1508 | }, 1509 | "time": "2016-04-05T11:42:46+00:00", 1510 | "type": "composer-plugin", 1511 | "extra": { 1512 | "class": "Composer\\Installers\\Plugin", 1513 | "branch-alias": { 1514 | "dev-master": "1.0-dev" 1515 | } 1516 | }, 1517 | "autoload": { 1518 | "psr-4": { 1519 | "Composer\\Installers\\": "src/Composer/Installers" 1520 | } 1521 | }, 1522 | "notification-url": "https://packagist.org/downloads/", 1523 | "license": [ 1524 | "MIT" 1525 | ], 1526 | "authors": [ 1527 | { 1528 | "name": "Kyle Robinson Young", 1529 | "email": "kyle@dontkry.com", 1530 | "homepage": "https://github.com/shama" 1531 | } 1532 | ], 1533 | "description": "A multi-framework Composer library installer", 1534 | "homepage": "https://composer.github.io/installers/", 1535 | "keywords": [ 1536 | "Craft", 1537 | "Dolibarr", 1538 | "Hurad", 1539 | "ImageCMS", 1540 | "MODX Evo", 1541 | "Mautic", 1542 | "OXID", 1543 | "SMF", 1544 | "Thelia", 1545 | "WolfCMS", 1546 | "agl", 1547 | "aimeos", 1548 | "annotatecms", 1549 | "bitrix", 1550 | "cakephp", 1551 | "chef", 1552 | "codeigniter", 1553 | "concrete5", 1554 | "croogo", 1555 | "dokuwiki", 1556 | "drupal", 1557 | "elgg", 1558 | "fuelphp", 1559 | "grav", 1560 | "installer", 1561 | "joomla", 1562 | "kohana", 1563 | "laravel", 1564 | "lithium", 1565 | "magento", 1566 | "mako", 1567 | "mediawiki", 1568 | "modulework", 1569 | "moodle", 1570 | "phpbb", 1571 | "piwik", 1572 | "ppi", 1573 | "puppet", 1574 | "roundcube", 1575 | "shopware", 1576 | "silverstripe", 1577 | "symfony", 1578 | "typo3", 1579 | "wordpress", 1580 | "zend", 1581 | "zikula" 1582 | ] 1583 | }, 1584 | "v1.0.25": { 1585 | "name": "composer/installers", 1586 | "version": "v1.0.25", 1587 | "version_normalized": "1.0.25.0", 1588 | "source": { 1589 | "type": "git", 1590 | "url": "https://github.com/composer/installers.git", 1591 | "reference": "36e5b5843203d7f1cf6ffb0305a97e014387bd8e" 1592 | }, 1593 | "dist": { 1594 | "type": "zip", 1595 | "url": "https://api.github.com/repos/composer/installers/zipball/36e5b5843203d7f1cf6ffb0305a97e014387bd8e", 1596 | "reference": "36e5b5843203d7f1cf6ffb0305a97e014387bd8e", 1597 | "shasum": "" 1598 | }, 1599 | "require": { 1600 | "composer-plugin-api": "^1.0" 1601 | }, 1602 | "replace": { 1603 | "roundcube/plugin-installer": "*", 1604 | "shama/baton": "*" 1605 | }, 1606 | "require-dev": { 1607 | "composer/composer": "1.0.*@dev", 1608 | "phpunit/phpunit": "4.1.*" 1609 | }, 1610 | "time": "2016-04-13T19:46:30+00:00", 1611 | "type": "composer-plugin", 1612 | "extra": { 1613 | "class": "Composer\\Installers\\Plugin", 1614 | "branch-alias": { 1615 | "dev-master": "1.0-dev" 1616 | } 1617 | }, 1618 | "autoload": { 1619 | "psr-4": { 1620 | "Composer\\Installers\\": "src/Composer/Installers" 1621 | } 1622 | }, 1623 | "notification-url": "https://packagist.org/downloads/", 1624 | "license": [ 1625 | "MIT" 1626 | ], 1627 | "authors": [ 1628 | { 1629 | "name": "Kyle Robinson Young", 1630 | "email": "kyle@dontkry.com", 1631 | "homepage": "https://github.com/shama" 1632 | } 1633 | ], 1634 | "description": "A multi-framework Composer library installer", 1635 | "homepage": "https://composer.github.io/installers/", 1636 | "keywords": [ 1637 | "Craft", 1638 | "Dolibarr", 1639 | "Hurad", 1640 | "ImageCMS", 1641 | "MODX Evo", 1642 | "Mautic", 1643 | "OXID", 1644 | "SMF", 1645 | "Thelia", 1646 | "WolfCMS", 1647 | "agl", 1648 | "aimeos", 1649 | "annotatecms", 1650 | "bitrix", 1651 | "cakephp", 1652 | "chef", 1653 | "codeigniter", 1654 | "concrete5", 1655 | "croogo", 1656 | "dokuwiki", 1657 | "drupal", 1658 | "elgg", 1659 | "fuelphp", 1660 | "grav", 1661 | "installer", 1662 | "joomla", 1663 | "kohana", 1664 | "laravel", 1665 | "lithium", 1666 | "magento", 1667 | "mako", 1668 | "mediawiki", 1669 | "modulework", 1670 | "moodle", 1671 | "phpbb", 1672 | "piwik", 1673 | "ppi", 1674 | "puppet", 1675 | "roundcube", 1676 | "shopware", 1677 | "silverstripe", 1678 | "symfony", 1679 | "typo3", 1680 | "wordpress", 1681 | "zend", 1682 | "zikula" 1683 | ] 1684 | }, 1685 | "v1.0.3": { 1686 | "name": "composer/installers", 1687 | "version": "v1.0.3", 1688 | "version_normalized": "1.0.3.0", 1689 | "source": { 1690 | "type": "git", 1691 | "url": "https://github.com/composer/installers.git", 1692 | "reference": "85e44424e7c64421904806b06a36244e52cd90f6" 1693 | }, 1694 | "dist": { 1695 | "type": "zip", 1696 | "url": "https://api.github.com/repos/composer/installers/zipball/85e44424e7c64421904806b06a36244e52cd90f6", 1697 | "reference": "85e44424e7c64421904806b06a36244e52cd90f6", 1698 | "shasum": "" 1699 | }, 1700 | "replace": { 1701 | "shama/baton": "*" 1702 | }, 1703 | "require-dev": { 1704 | "composer/composer": "1.0.*@dev", 1705 | "phpunit/phpunit": "3.7.*" 1706 | }, 1707 | "time": "2013-03-02T22:45:58+00:00", 1708 | "type": "composer-installer", 1709 | "extra": { 1710 | "class": "Composer\\Installers\\Installer", 1711 | "branch-alias": { 1712 | "dev-master": "1.0-dev" 1713 | } 1714 | }, 1715 | "autoload": { 1716 | "psr-0": { 1717 | "Composer\\Installers\\": "src/" 1718 | } 1719 | }, 1720 | "notification-url": "https://packagist.org/downloads/", 1721 | "license": [ 1722 | "MIT" 1723 | ], 1724 | "authors": [ 1725 | { 1726 | "name": "Kyle Robinson Young", 1727 | "email": "kyle@dontkry.com", 1728 | "homepage": "https://github.com/shama", 1729 | "role": "Developer" 1730 | } 1731 | ], 1732 | "description": "A multi-framework Composer library installer", 1733 | "homepage": "http://composer.github.com/installers/", 1734 | "keywords": [ 1735 | "TYPO3 Flow", 1736 | "TYPO3 Neos", 1737 | "agl", 1738 | "cakephp", 1739 | "codeigniter", 1740 | "drupal", 1741 | "fuelphp", 1742 | "installer", 1743 | "joomla", 1744 | "kohana", 1745 | "laravel", 1746 | "li3", 1747 | "lithium", 1748 | "mako", 1749 | "phpbb", 1750 | "ppi", 1751 | "silverstripe", 1752 | "symfony", 1753 | "wordpress", 1754 | "yii", 1755 | "zend" 1756 | ] 1757 | }, 1758 | "v1.0.4": { 1759 | "name": "composer/installers", 1760 | "version": "v1.0.4", 1761 | "version_normalized": "1.0.4.0", 1762 | "source": { 1763 | "type": "git", 1764 | "url": "https://github.com/composer/installers.git", 1765 | "reference": "addefce3784a3005e0713726190d9c0e8cbac3d2" 1766 | }, 1767 | "dist": { 1768 | "type": "zip", 1769 | "url": "https://api.github.com/repos/composer/installers/zipball/addefce3784a3005e0713726190d9c0e8cbac3d2", 1770 | "reference": "addefce3784a3005e0713726190d9c0e8cbac3d2", 1771 | "shasum": "" 1772 | }, 1773 | "replace": { 1774 | "shama/baton": "*" 1775 | }, 1776 | "require-dev": { 1777 | "composer/composer": "1.0.*@dev", 1778 | "phpunit/phpunit": "3.7.*" 1779 | }, 1780 | "time": "2013-06-20T02:36:19+00:00", 1781 | "type": "composer-installer", 1782 | "extra": { 1783 | "class": "Composer\\Installers\\Installer", 1784 | "branch-alias": { 1785 | "dev-master": "1.0-dev" 1786 | } 1787 | }, 1788 | "autoload": { 1789 | "psr-0": { 1790 | "Composer\\Installers\\": "src/" 1791 | } 1792 | }, 1793 | "notification-url": "https://packagist.org/downloads/", 1794 | "license": [ 1795 | "MIT" 1796 | ], 1797 | "authors": [ 1798 | { 1799 | "name": "Kyle Robinson Young", 1800 | "email": "kyle@dontkry.com", 1801 | "homepage": "https://github.com/shama", 1802 | "role": "Developer" 1803 | } 1804 | ], 1805 | "description": "A multi-framework Composer library installer", 1806 | "homepage": "http://composer.github.com/installers/", 1807 | "keywords": [ 1808 | "TYPO3 Flow", 1809 | "TYPO3 Neos", 1810 | "agl", 1811 | "cakephp", 1812 | "codeigniter", 1813 | "drupal", 1814 | "fuelphp", 1815 | "installer", 1816 | "joomla", 1817 | "kohana", 1818 | "laravel", 1819 | "li3", 1820 | "lithium", 1821 | "mako", 1822 | "modulework", 1823 | "phpbb", 1824 | "ppi", 1825 | "silverstripe", 1826 | "symfony", 1827 | "wordpress", 1828 | "zend" 1829 | ] 1830 | }, 1831 | "v1.0.5": { 1832 | "name": "composer/installers", 1833 | "version": "v1.0.5", 1834 | "version_normalized": "1.0.5.0", 1835 | "source": { 1836 | "type": "git", 1837 | "url": "https://github.com/composer/installers.git", 1838 | "reference": "5bad5563431576e1b318c7326c0e61c6567000bd" 1839 | }, 1840 | "dist": { 1841 | "type": "zip", 1842 | "url": "https://api.github.com/repos/composer/installers/zipball/5bad5563431576e1b318c7326c0e61c6567000bd", 1843 | "reference": "5bad5563431576e1b318c7326c0e61c6567000bd", 1844 | "shasum": "" 1845 | }, 1846 | "replace": { 1847 | "shama/baton": "*" 1848 | }, 1849 | "require-dev": { 1850 | "composer/composer": "1.0.*@dev", 1851 | "phpunit/phpunit": "3.7.*" 1852 | }, 1853 | "time": "2013-08-07T17:25:08+00:00", 1854 | "type": "composer-installer", 1855 | "extra": { 1856 | "class": "Composer\\Installers\\Installer", 1857 | "branch-alias": { 1858 | "dev-master": "1.0-dev" 1859 | } 1860 | }, 1861 | "autoload": { 1862 | "psr-0": { 1863 | "Composer\\Installers\\": "src/" 1864 | } 1865 | }, 1866 | "notification-url": "https://packagist.org/downloads/", 1867 | "license": [ 1868 | "MIT" 1869 | ], 1870 | "authors": [ 1871 | { 1872 | "name": "Kyle Robinson Young", 1873 | "email": "kyle@dontkry.com", 1874 | "homepage": "https://github.com/shama", 1875 | "role": "Developer" 1876 | } 1877 | ], 1878 | "description": "A multi-framework Composer library installer", 1879 | "homepage": "http://composer.github.com/installers/", 1880 | "keywords": [ 1881 | "TYPO3 Flow", 1882 | "TYPO3 Neos", 1883 | "agl", 1884 | "cakephp", 1885 | "codeigniter", 1886 | "drupal", 1887 | "fuelphp", 1888 | "installer", 1889 | "joomla", 1890 | "kohana", 1891 | "laravel", 1892 | "li3", 1893 | "lithium", 1894 | "mako", 1895 | "modulework", 1896 | "phpbb", 1897 | "ppi", 1898 | "silverstripe", 1899 | "symfony", 1900 | "wordpress", 1901 | "zend" 1902 | ] 1903 | }, 1904 | "v1.0.6": { 1905 | "name": "composer/installers", 1906 | "version": "v1.0.6", 1907 | "version_normalized": "1.0.6.0", 1908 | "source": { 1909 | "type": "git", 1910 | "url": "https://github.com/composer/installers.git", 1911 | "reference": "b3bd071ea114a57212c75aa6a2eef5cfe0cc798f" 1912 | }, 1913 | "dist": { 1914 | "type": "zip", 1915 | "url": "https://api.github.com/repos/composer/installers/zipball/b3bd071ea114a57212c75aa6a2eef5cfe0cc798f", 1916 | "reference": "b3bd071ea114a57212c75aa6a2eef5cfe0cc798f", 1917 | "shasum": "" 1918 | }, 1919 | "replace": { 1920 | "shama/baton": "*" 1921 | }, 1922 | "require-dev": { 1923 | "composer/composer": "1.0.*@dev", 1924 | "phpunit/phpunit": "3.7.*" 1925 | }, 1926 | "time": "2013-08-20T04:37:09+00:00", 1927 | "type": "composer-installer", 1928 | "extra": { 1929 | "class": "Composer\\Installers\\Installer", 1930 | "branch-alias": { 1931 | "dev-master": "1.0-dev" 1932 | } 1933 | }, 1934 | "autoload": { 1935 | "psr-0": { 1936 | "Composer\\Installers\\": "src/" 1937 | } 1938 | }, 1939 | "notification-url": "https://packagist.org/downloads/", 1940 | "license": [ 1941 | "MIT" 1942 | ], 1943 | "authors": [ 1944 | { 1945 | "name": "Kyle Robinson Young", 1946 | "email": "kyle@dontkry.com", 1947 | "homepage": "https://github.com/shama", 1948 | "role": "Developer" 1949 | } 1950 | ], 1951 | "description": "A multi-framework Composer library installer", 1952 | "homepage": "http://composer.github.com/installers/", 1953 | "keywords": [ 1954 | "TYPO3 CMS", 1955 | "TYPO3 Flow", 1956 | "TYPO3 Neos", 1957 | "agl", 1958 | "cakephp", 1959 | "codeigniter", 1960 | "drupal", 1961 | "fuelphp", 1962 | "installer", 1963 | "joomla", 1964 | "kohana", 1965 | "laravel", 1966 | "li3", 1967 | "lithium", 1968 | "mako", 1969 | "modulework", 1970 | "phpbb", 1971 | "ppi", 1972 | "silverstripe", 1973 | "symfony", 1974 | "wordpress", 1975 | "zend" 1976 | ] 1977 | }, 1978 | "v1.0.7": { 1979 | "name": "composer/installers", 1980 | "version": "v1.0.7", 1981 | "version_normalized": "1.0.7.0", 1982 | "source": { 1983 | "type": "git", 1984 | "url": "https://github.com/composer/installers.git", 1985 | "reference": "d792632d27e1980d921cbbba12eab7b888338d4c" 1986 | }, 1987 | "dist": { 1988 | "type": "zip", 1989 | "url": "https://api.github.com/repos/composer/installers/zipball/d792632d27e1980d921cbbba12eab7b888338d4c", 1990 | "reference": "d792632d27e1980d921cbbba12eab7b888338d4c", 1991 | "shasum": "" 1992 | }, 1993 | "replace": { 1994 | "shama/baton": "*" 1995 | }, 1996 | "require-dev": { 1997 | "composer/composer": "1.0.*@dev", 1998 | "phpunit/phpunit": "3.7.*" 1999 | }, 2000 | "time": "2013-10-24T16:13:49+00:00", 2001 | "type": "composer-installer", 2002 | "extra": { 2003 | "class": "Composer\\Installers\\Installer", 2004 | "branch-alias": { 2005 | "dev-master": "1.0-dev" 2006 | } 2007 | }, 2008 | "autoload": { 2009 | "psr-0": { 2010 | "Composer\\Installers\\": "src/" 2011 | } 2012 | }, 2013 | "notification-url": "https://packagist.org/downloads/", 2014 | "license": [ 2015 | "MIT" 2016 | ], 2017 | "authors": [ 2018 | { 2019 | "name": "Kyle Robinson Young", 2020 | "email": "kyle@dontkry.com", 2021 | "homepage": "https://github.com/shama", 2022 | "role": "Developer" 2023 | } 2024 | ], 2025 | "description": "A multi-framework Composer library installer", 2026 | "homepage": "http://composer.github.com/installers/", 2027 | "keywords": [ 2028 | "TYPO3 CMS", 2029 | "TYPO3 Flow", 2030 | "TYPO3 Neos", 2031 | "agl", 2032 | "cakephp", 2033 | "codeigniter", 2034 | "concrete5", 2035 | "drupal", 2036 | "fuelphp", 2037 | "installer", 2038 | "joomla", 2039 | "kohana", 2040 | "laravel", 2041 | "li3", 2042 | "lithium", 2043 | "mako", 2044 | "modulework", 2045 | "phpbb", 2046 | "ppi", 2047 | "silverstripe", 2048 | "symfony", 2049 | "wordpress", 2050 | "zend" 2051 | ] 2052 | }, 2053 | "v1.0.8": { 2054 | "name": "composer/installers", 2055 | "version": "v1.0.8", 2056 | "version_normalized": "1.0.8.0", 2057 | "source": { 2058 | "type": "git", 2059 | "url": "https://github.com/composer/installers.git", 2060 | "reference": "c87cfc35882eb50df3eef1734bfa52fbcd6c782c" 2061 | }, 2062 | "dist": { 2063 | "type": "zip", 2064 | "url": "https://api.github.com/repos/composer/installers/zipball/c87cfc35882eb50df3eef1734bfa52fbcd6c782c", 2065 | "reference": "c87cfc35882eb50df3eef1734bfa52fbcd6c782c", 2066 | "shasum": "" 2067 | }, 2068 | "replace": { 2069 | "shama/baton": "*" 2070 | }, 2071 | "require-dev": { 2072 | "composer/composer": "1.0.*@dev", 2073 | "phpunit/phpunit": "3.7.*" 2074 | }, 2075 | "time": "2013-12-24T18:04:46+00:00", 2076 | "type": "composer-installer", 2077 | "extra": { 2078 | "class": "Composer\\Installers\\Installer", 2079 | "branch-alias": { 2080 | "dev-master": "1.0-dev" 2081 | } 2082 | }, 2083 | "autoload": { 2084 | "psr-0": { 2085 | "Composer\\Installers\\": "src/" 2086 | } 2087 | }, 2088 | "notification-url": "https://packagist.org/downloads/", 2089 | "license": [ 2090 | "MIT" 2091 | ], 2092 | "authors": [ 2093 | { 2094 | "name": "Kyle Robinson Young", 2095 | "email": "kyle@dontkry.com", 2096 | "homepage": "https://github.com/shama", 2097 | "role": "Developer" 2098 | } 2099 | ], 2100 | "description": "A multi-framework Composer library installer", 2101 | "homepage": "http://composer.github.com/installers/", 2102 | "keywords": [ 2103 | "TYPO3 CMS", 2104 | "TYPO3 Flow", 2105 | "TYPO3 Neos", 2106 | "agl", 2107 | "cakephp", 2108 | "codeigniter", 2109 | "concrete5", 2110 | "drupal", 2111 | "elgg", 2112 | "fuelphp", 2113 | "installer", 2114 | "joomla", 2115 | "kohana", 2116 | "laravel", 2117 | "li3", 2118 | "lithium", 2119 | "mako", 2120 | "modulework", 2121 | "phpbb", 2122 | "ppi", 2123 | "silverstripe", 2124 | "symfony", 2125 | "wordpress", 2126 | "zend" 2127 | ] 2128 | }, 2129 | "v1.0.9": { 2130 | "name": "composer/installers", 2131 | "version": "v1.0.9", 2132 | "version_normalized": "1.0.9.0", 2133 | "source": { 2134 | "type": "git", 2135 | "url": "https://github.com/composer/installers.git", 2136 | "reference": "8e3e734c50b8f60228baf439d5ab16c57d67f6ce" 2137 | }, 2138 | "dist": { 2139 | "type": "zip", 2140 | "url": "https://api.github.com/repos/composer/installers/zipball/8e3e734c50b8f60228baf439d5ab16c57d67f6ce", 2141 | "reference": "8e3e734c50b8f60228baf439d5ab16c57d67f6ce", 2142 | "shasum": "" 2143 | }, 2144 | "replace": { 2145 | "shama/baton": "*" 2146 | }, 2147 | "require-dev": { 2148 | "composer/composer": "1.0.*@dev", 2149 | "phpunit/phpunit": "3.7.*" 2150 | }, 2151 | "time": "2014-01-27T03:45:57+00:00", 2152 | "type": "composer-installer", 2153 | "extra": { 2154 | "class": "Composer\\Installers\\Installer", 2155 | "branch-alias": { 2156 | "dev-master": "1.0-dev" 2157 | } 2158 | }, 2159 | "autoload": { 2160 | "psr-0": { 2161 | "Composer\\Installers\\": "src/" 2162 | } 2163 | }, 2164 | "notification-url": "https://packagist.org/downloads/", 2165 | "license": [ 2166 | "MIT" 2167 | ], 2168 | "authors": [ 2169 | { 2170 | "name": "Kyle Robinson Young", 2171 | "email": "kyle@dontkry.com", 2172 | "homepage": "https://github.com/shama", 2173 | "role": "Developer" 2174 | } 2175 | ], 2176 | "description": "A multi-framework Composer library installer", 2177 | "homepage": "http://composer.github.com/installers/", 2178 | "keywords": [ 2179 | "Hurad", 2180 | "MODX Evo", 2181 | "OXID", 2182 | "agl", 2183 | "annotatecms", 2184 | "cakephp", 2185 | "codeigniter", 2186 | "concrete5", 2187 | "croogo", 2188 | "drupal", 2189 | "elgg", 2190 | "fuelphp", 2191 | "installer", 2192 | "joomla", 2193 | "kohana", 2194 | "laravel", 2195 | "lithium", 2196 | "magento", 2197 | "mako", 2198 | "mediawiki", 2199 | "modulework", 2200 | "phpbb", 2201 | "piwik", 2202 | "ppi", 2203 | "shopware", 2204 | "silverstripe", 2205 | "symfony", 2206 | "typo3", 2207 | "wordpress", 2208 | "zend", 2209 | "zikula" 2210 | ] 2211 | }, 2212 | "v1.1.0": { 2213 | "name": "composer/installers", 2214 | "version": "v1.1.0", 2215 | "version_normalized": "1.1.0.0", 2216 | "source": { 2217 | "type": "git", 2218 | "url": "https://github.com/composer/installers.git", 2219 | "reference": "a3595c5272a6f247228abb20076ed27321e4aae9" 2220 | }, 2221 | "dist": { 2222 | "type": "zip", 2223 | "url": "https://api.github.com/repos/composer/installers/zipball/a3595c5272a6f247228abb20076ed27321e4aae9", 2224 | "reference": "a3595c5272a6f247228abb20076ed27321e4aae9", 2225 | "shasum": "" 2226 | }, 2227 | "require": { 2228 | "composer-plugin-api": "^1.0" 2229 | }, 2230 | "replace": { 2231 | "roundcube/plugin-installer": "*", 2232 | "shama/baton": "*" 2233 | }, 2234 | "require-dev": { 2235 | "composer/composer": "1.0.*@dev", 2236 | "phpunit/phpunit": "4.1.*" 2237 | }, 2238 | "time": "2016-07-05T06:18:20+00:00", 2239 | "type": "composer-plugin", 2240 | "extra": { 2241 | "class": "Composer\\Installers\\Plugin", 2242 | "branch-alias": { 2243 | "dev-master": "1.0-dev" 2244 | } 2245 | }, 2246 | "autoload": { 2247 | "psr-4": { 2248 | "Composer\\Installers\\": "src/Composer/Installers" 2249 | } 2250 | }, 2251 | "notification-url": "https://packagist.org/downloads/", 2252 | "license": [ 2253 | "MIT" 2254 | ], 2255 | "authors": [ 2256 | { 2257 | "name": "Kyle Robinson Young", 2258 | "email": "kyle@dontkry.com", 2259 | "homepage": "https://github.com/shama" 2260 | } 2261 | ], 2262 | "description": "A multi-framework Composer library installer", 2263 | "homepage": "https://composer.github.io/installers/", 2264 | "keywords": [ 2265 | "Craft", 2266 | "Dolibarr", 2267 | "Hurad", 2268 | "ImageCMS", 2269 | "MODX Evo", 2270 | "Mautic", 2271 | "OXID", 2272 | "RadPHP", 2273 | "SMF", 2274 | "Thelia", 2275 | "WolfCMS", 2276 | "agl", 2277 | "aimeos", 2278 | "annotatecms", 2279 | "bitrix", 2280 | "cakephp", 2281 | "chef", 2282 | "codeigniter", 2283 | "concrete5", 2284 | "croogo", 2285 | "dokuwiki", 2286 | "drupal", 2287 | "elgg", 2288 | "expressionengine", 2289 | "fuelphp", 2290 | "grav", 2291 | "installer", 2292 | "joomla", 2293 | "kohana", 2294 | "laravel", 2295 | "lithium", 2296 | "magento", 2297 | "mako", 2298 | "mediawiki", 2299 | "modulework", 2300 | "moodle", 2301 | "phpbb", 2302 | "piwik", 2303 | "ppi", 2304 | "puppet", 2305 | "roundcube", 2306 | "shopware", 2307 | "silverstripe", 2308 | "symfony", 2309 | "typo3", 2310 | "wordpress", 2311 | "zend", 2312 | "zikula" 2313 | ] 2314 | }, 2315 | "v1.2.0": { 2316 | "name": "composer/installers", 2317 | "version": "v1.2.0", 2318 | "version_normalized": "1.2.0.0", 2319 | "source": { 2320 | "type": "git", 2321 | "url": "https://github.com/composer/installers.git", 2322 | "reference": "d78064c68299743e0161004f2de3a0204e33b804" 2323 | }, 2324 | "dist": { 2325 | "type": "zip", 2326 | "url": "https://api.github.com/repos/composer/installers/zipball/d78064c68299743e0161004f2de3a0204e33b804", 2327 | "reference": "d78064c68299743e0161004f2de3a0204e33b804", 2328 | "shasum": "" 2329 | }, 2330 | "require": { 2331 | "composer-plugin-api": "^1.0" 2332 | }, 2333 | "replace": { 2334 | "roundcube/plugin-installer": "*", 2335 | "shama/baton": "*" 2336 | }, 2337 | "require-dev": { 2338 | "composer/composer": "1.0.*@dev", 2339 | "phpunit/phpunit": "4.1.*" 2340 | }, 2341 | "time": "2016-08-13T20:53:52+00:00", 2342 | "type": "composer-plugin", 2343 | "extra": { 2344 | "class": "Composer\\Installers\\Plugin", 2345 | "branch-alias": { 2346 | "dev-master": "1.0-dev" 2347 | } 2348 | }, 2349 | "autoload": { 2350 | "psr-4": { 2351 | "Composer\\Installers\\": "src/Composer/Installers" 2352 | } 2353 | }, 2354 | "notification-url": "https://packagist.org/downloads/", 2355 | "license": [ 2356 | "MIT" 2357 | ], 2358 | "authors": [ 2359 | { 2360 | "name": "Kyle Robinson Young", 2361 | "email": "kyle@dontkry.com", 2362 | "homepage": "https://github.com/shama" 2363 | } 2364 | ], 2365 | "description": "A multi-framework Composer library installer", 2366 | "homepage": "https://composer.github.io/installers/", 2367 | "keywords": [ 2368 | "Craft", 2369 | "Dolibarr", 2370 | "Hurad", 2371 | "ImageCMS", 2372 | "MODX Evo", 2373 | "Mautic", 2374 | "OXID", 2375 | "Plentymarkets", 2376 | "RadPHP", 2377 | "SMF", 2378 | "Thelia", 2379 | "WolfCMS", 2380 | "agl", 2381 | "aimeos", 2382 | "annotatecms", 2383 | "attogram", 2384 | "bitrix", 2385 | "cakephp", 2386 | "chef", 2387 | "cockpit", 2388 | "codeigniter", 2389 | "concrete5", 2390 | "croogo", 2391 | "dokuwiki", 2392 | "drupal", 2393 | "elgg", 2394 | "expressionengine", 2395 | "fuelphp", 2396 | "grav", 2397 | "installer", 2398 | "joomla", 2399 | "kohana", 2400 | "laravel", 2401 | "lithium", 2402 | "magento", 2403 | "mako", 2404 | "mediawiki", 2405 | "modulework", 2406 | "moodle", 2407 | "phpbb", 2408 | "piwik", 2409 | "ppi", 2410 | "puppet", 2411 | "reindex", 2412 | "roundcube", 2413 | "shopware", 2414 | "silverstripe", 2415 | "symfony", 2416 | "typo3", 2417 | "wordpress", 2418 | "yawik", 2419 | "zend", 2420 | "zikula" 2421 | ] 2422 | }, 2423 | "v1.3.0": { 2424 | "name": "composer/installers", 2425 | "version": "v1.3.0", 2426 | "version_normalized": "1.3.0.0", 2427 | "source": { 2428 | "type": "git", 2429 | "url": "https://github.com/composer/installers.git", 2430 | "reference": "79ad876c7498c0bbfe7eed065b8651c93bfd6045" 2431 | }, 2432 | "dist": { 2433 | "type": "zip", 2434 | "url": "https://api.github.com/repos/composer/installers/zipball/79ad876c7498c0bbfe7eed065b8651c93bfd6045", 2435 | "reference": "79ad876c7498c0bbfe7eed065b8651c93bfd6045", 2436 | "shasum": "" 2437 | }, 2438 | "require": { 2439 | "composer-plugin-api": "^1.0" 2440 | }, 2441 | "replace": { 2442 | "roundcube/plugin-installer": "*", 2443 | "shama/baton": "*" 2444 | }, 2445 | "require-dev": { 2446 | "composer/composer": "1.0.*@dev", 2447 | "phpunit/phpunit": "4.1.*" 2448 | }, 2449 | "time": "2017-04-24T06:37:16+00:00", 2450 | "type": "composer-plugin", 2451 | "extra": { 2452 | "class": "Composer\\Installers\\Plugin", 2453 | "branch-alias": { 2454 | "dev-master": "1.0-dev" 2455 | } 2456 | }, 2457 | "autoload": { 2458 | "psr-4": { 2459 | "Composer\\Installers\\": "src/Composer/Installers" 2460 | } 2461 | }, 2462 | "notification-url": "https://packagist.org/downloads/", 2463 | "license": [ 2464 | "MIT" 2465 | ], 2466 | "authors": [ 2467 | { 2468 | "name": "Kyle Robinson Young", 2469 | "email": "kyle@dontkry.com", 2470 | "homepage": "https://github.com/shama" 2471 | } 2472 | ], 2473 | "description": "A multi-framework Composer library installer", 2474 | "homepage": "https://composer.github.io/installers/", 2475 | "keywords": [ 2476 | "Craft", 2477 | "Dolibarr", 2478 | "Eliasis", 2479 | "Hurad", 2480 | "ImageCMS", 2481 | "Kanboard", 2482 | "MODX Evo", 2483 | "Mautic", 2484 | "Maya", 2485 | "OXID", 2486 | "Plentymarkets", 2487 | "Porto", 2488 | "RadPHP", 2489 | "SMF", 2490 | "Thelia", 2491 | "WolfCMS", 2492 | "agl", 2493 | "aimeos", 2494 | "annotatecms", 2495 | "attogram", 2496 | "bitrix", 2497 | "cakephp", 2498 | "chef", 2499 | "cockpit", 2500 | "codeigniter", 2501 | "concrete5", 2502 | "croogo", 2503 | "dokuwiki", 2504 | "drupal", 2505 | "elgg", 2506 | "expressionengine", 2507 | "fuelphp", 2508 | "grav", 2509 | "installer", 2510 | "itop", 2511 | "joomla", 2512 | "kohana", 2513 | "laravel", 2514 | "lavalite", 2515 | "lithium", 2516 | "magento", 2517 | "mako", 2518 | "mediawiki", 2519 | "modulework", 2520 | "moodle", 2521 | "phpbb", 2522 | "piwik", 2523 | "ppi", 2524 | "puppet", 2525 | "reindex", 2526 | "roundcube", 2527 | "shopware", 2528 | "silverstripe", 2529 | "sydes", 2530 | "symfony", 2531 | "typo3", 2532 | "wordpress", 2533 | "yawik", 2534 | "zend", 2535 | "zikula" 2536 | ] 2537 | }, 2538 | "v1.4.0": { 2539 | "name": "composer/installers", 2540 | "version": "v1.4.0", 2541 | "version_normalized": "1.4.0.0", 2542 | "source": { 2543 | "type": "git", 2544 | "url": "https://github.com/composer/installers.git", 2545 | "reference": "9ce17fb70e9a38dd8acff0636a29f5cf4d575c1b" 2546 | }, 2547 | "dist": { 2548 | "type": "zip", 2549 | "url": "https://api.github.com/repos/composer/installers/zipball/9ce17fb70e9a38dd8acff0636a29f5cf4d575c1b", 2550 | "reference": "9ce17fb70e9a38dd8acff0636a29f5cf4d575c1b", 2551 | "shasum": "" 2552 | }, 2553 | "require": { 2554 | "composer-plugin-api": "^1.0" 2555 | }, 2556 | "replace": { 2557 | "roundcube/plugin-installer": "*", 2558 | "shama/baton": "*" 2559 | }, 2560 | "require-dev": { 2561 | "composer/composer": "1.0.*@dev", 2562 | "phpunit/phpunit": "4.1.*" 2563 | }, 2564 | "time": "2017-08-09T07:53:48+00:00", 2565 | "type": "composer-plugin", 2566 | "extra": { 2567 | "class": "Composer\\Installers\\Plugin", 2568 | "branch-alias": { 2569 | "dev-master": "1.0-dev" 2570 | } 2571 | }, 2572 | "autoload": { 2573 | "psr-4": { 2574 | "Composer\\Installers\\": "src/Composer/Installers" 2575 | } 2576 | }, 2577 | "notification-url": "https://packagist.org/downloads/", 2578 | "license": [ 2579 | "MIT" 2580 | ], 2581 | "authors": [ 2582 | { 2583 | "name": "Kyle Robinson Young", 2584 | "email": "kyle@dontkry.com", 2585 | "homepage": "https://github.com/shama" 2586 | } 2587 | ], 2588 | "description": "A multi-framework Composer library installer", 2589 | "homepage": "https://composer.github.io/installers/", 2590 | "keywords": [ 2591 | "Craft", 2592 | "Dolibarr", 2593 | "Eliasis", 2594 | "Hurad", 2595 | "ImageCMS", 2596 | "Kanboard", 2597 | "Lan Management System", 2598 | "MODX Evo", 2599 | "Mautic", 2600 | "Maya", 2601 | "OXID", 2602 | "Plentymarkets", 2603 | "Porto", 2604 | "RadPHP", 2605 | "SMF", 2606 | "Thelia", 2607 | "WolfCMS", 2608 | "agl", 2609 | "aimeos", 2610 | "annotatecms", 2611 | "attogram", 2612 | "bitrix", 2613 | "cakephp", 2614 | "chef", 2615 | "cockpit", 2616 | "codeigniter", 2617 | "concrete5", 2618 | "croogo", 2619 | "dokuwiki", 2620 | "drupal", 2621 | "eZ Platform", 2622 | "elgg", 2623 | "expressionengine", 2624 | "fuelphp", 2625 | "grav", 2626 | "installer", 2627 | "itop", 2628 | "joomla", 2629 | "kohana", 2630 | "laravel", 2631 | "lavalite", 2632 | "lithium", 2633 | "magento", 2634 | "mako", 2635 | "mediawiki", 2636 | "modulework", 2637 | "moodle", 2638 | "osclass", 2639 | "phpbb", 2640 | "piwik", 2641 | "ppi", 2642 | "puppet", 2643 | "reindex", 2644 | "roundcube", 2645 | "shopware", 2646 | "silverstripe", 2647 | "sydes", 2648 | "symfony", 2649 | "typo3", 2650 | "wordpress", 2651 | "yawik", 2652 | "zend", 2653 | "zikula" 2654 | ] 2655 | }, 2656 | "v1.5.0": { 2657 | "name": "composer/installers", 2658 | "version": "v1.5.0", 2659 | "version_normalized": "1.5.0.0", 2660 | "source": { 2661 | "type": "git", 2662 | "url": "https://github.com/composer/installers.git", 2663 | "reference": "049797d727261bf27f2690430d935067710049c2" 2664 | }, 2665 | "dist": { 2666 | "type": "zip", 2667 | "url": "https://api.github.com/repos/composer/installers/zipball/049797d727261bf27f2690430d935067710049c2", 2668 | "reference": "049797d727261bf27f2690430d935067710049c2", 2669 | "shasum": "" 2670 | }, 2671 | "require": { 2672 | "composer-plugin-api": "^1.0" 2673 | }, 2674 | "replace": { 2675 | "roundcube/plugin-installer": "*", 2676 | "shama/baton": "*" 2677 | }, 2678 | "require-dev": { 2679 | "composer/composer": "1.0.*@dev", 2680 | "phpunit/phpunit": "^4.8.36" 2681 | }, 2682 | "time": "2017-12-29T09:13:20+00:00", 2683 | "type": "composer-plugin", 2684 | "extra": { 2685 | "class": "Composer\\Installers\\Plugin", 2686 | "branch-alias": { 2687 | "dev-master": "1.0-dev" 2688 | } 2689 | }, 2690 | "autoload": { 2691 | "psr-4": { 2692 | "Composer\\Installers\\": "src/Composer/Installers" 2693 | } 2694 | }, 2695 | "notification-url": "https://packagist.org/downloads/", 2696 | "license": [ 2697 | "MIT" 2698 | ], 2699 | "authors": [ 2700 | { 2701 | "name": "Kyle Robinson Young", 2702 | "email": "kyle@dontkry.com", 2703 | "homepage": "https://github.com/shama" 2704 | } 2705 | ], 2706 | "description": "A multi-framework Composer library installer", 2707 | "homepage": "https://composer.github.io/installers/", 2708 | "keywords": [ 2709 | "Craft", 2710 | "Dolibarr", 2711 | "Eliasis", 2712 | "Hurad", 2713 | "ImageCMS", 2714 | "Kanboard", 2715 | "Lan Management System", 2716 | "MODX Evo", 2717 | "Mautic", 2718 | "Maya", 2719 | "OXID", 2720 | "Plentymarkets", 2721 | "Porto", 2722 | "RadPHP", 2723 | "SMF", 2724 | "Thelia", 2725 | "WolfCMS", 2726 | "agl", 2727 | "aimeos", 2728 | "annotatecms", 2729 | "attogram", 2730 | "bitrix", 2731 | "cakephp", 2732 | "chef", 2733 | "cockpit", 2734 | "codeigniter", 2735 | "concrete5", 2736 | "croogo", 2737 | "dokuwiki", 2738 | "drupal", 2739 | "eZ Platform", 2740 | "elgg", 2741 | "expressionengine", 2742 | "fuelphp", 2743 | "grav", 2744 | "installer", 2745 | "itop", 2746 | "joomla", 2747 | "kohana", 2748 | "laravel", 2749 | "lavalite", 2750 | "lithium", 2751 | "magento", 2752 | "majima", 2753 | "mako", 2754 | "mediawiki", 2755 | "modulework", 2756 | "modx", 2757 | "moodle", 2758 | "osclass", 2759 | "phpbb", 2760 | "piwik", 2761 | "ppi", 2762 | "puppet", 2763 | "pxcms", 2764 | "reindex", 2765 | "roundcube", 2766 | "shopware", 2767 | "silverstripe", 2768 | "sydes", 2769 | "symfony", 2770 | "typo3", 2771 | "wordpress", 2772 | "yawik", 2773 | "zend", 2774 | "zikula" 2775 | ] 2776 | }, 2777 | "dev-master": { 2778 | "name": "composer/installers", 2779 | "version": "dev-master", 2780 | "version_normalized": "9999999-dev", 2781 | "source": { 2782 | "type": "git", 2783 | "url": "https://github.com/composer/installers.git", 2784 | "reference": "049797d727261bf27f2690430d935067710049c2" 2785 | }, 2786 | "dist": { 2787 | "type": "zip", 2788 | "url": "https://api.github.com/repos/composer/installers/zipball/049797d727261bf27f2690430d935067710049c2", 2789 | "reference": "049797d727261bf27f2690430d935067710049c2", 2790 | "shasum": "" 2791 | }, 2792 | "require": { 2793 | "composer-plugin-api": "^1.0" 2794 | }, 2795 | "replace": { 2796 | "roundcube/plugin-installer": "*", 2797 | "shama/baton": "*" 2798 | }, 2799 | "require-dev": { 2800 | "composer/composer": "1.0.*@dev", 2801 | "phpunit/phpunit": "^4.8.36" 2802 | }, 2803 | "time": "2017-12-29T09:13:20+00:00", 2804 | "type": "composer-plugin", 2805 | "extra": { 2806 | "class": "Composer\\Installers\\Plugin", 2807 | "branch-alias": { 2808 | "dev-master": "1.0-dev" 2809 | } 2810 | }, 2811 | "autoload": { 2812 | "psr-4": { 2813 | "Composer\\Installers\\": "src/Composer/Installers" 2814 | } 2815 | }, 2816 | "notification-url": "https://packagist.org/downloads/", 2817 | "license": [ 2818 | "MIT" 2819 | ], 2820 | "authors": [ 2821 | { 2822 | "name": "Kyle Robinson Young", 2823 | "email": "kyle@dontkry.com", 2824 | "homepage": "https://github.com/shama" 2825 | } 2826 | ], 2827 | "description": "A multi-framework Composer library installer", 2828 | "homepage": "https://composer.github.io/installers/", 2829 | "keywords": [ 2830 | "Craft", 2831 | "Dolibarr", 2832 | "Eliasis", 2833 | "Hurad", 2834 | "ImageCMS", 2835 | "Kanboard", 2836 | "Lan Management System", 2837 | "MODX Evo", 2838 | "Mautic", 2839 | "Maya", 2840 | "OXID", 2841 | "Plentymarkets", 2842 | "Porto", 2843 | "RadPHP", 2844 | "SMF", 2845 | "Thelia", 2846 | "WolfCMS", 2847 | "agl", 2848 | "aimeos", 2849 | "annotatecms", 2850 | "attogram", 2851 | "bitrix", 2852 | "cakephp", 2853 | "chef", 2854 | "cockpit", 2855 | "codeigniter", 2856 | "concrete5", 2857 | "croogo", 2858 | "dokuwiki", 2859 | "drupal", 2860 | "eZ Platform", 2861 | "elgg", 2862 | "expressionengine", 2863 | "fuelphp", 2864 | "grav", 2865 | "installer", 2866 | "itop", 2867 | "joomla", 2868 | "kohana", 2869 | "laravel", 2870 | "lavalite", 2871 | "lithium", 2872 | "magento", 2873 | "majima", 2874 | "mako", 2875 | "mediawiki", 2876 | "modulework", 2877 | "modx", 2878 | "moodle", 2879 | "osclass", 2880 | "phpbb", 2881 | "piwik", 2882 | "ppi", 2883 | "puppet", 2884 | "pxcms", 2885 | "reindex", 2886 | "roundcube", 2887 | "shopware", 2888 | "silverstripe", 2889 | "sydes", 2890 | "symfony", 2891 | "typo3", 2892 | "wordpress", 2893 | "yawik", 2894 | "zend", 2895 | "zikula" 2896 | ] 2897 | } 2898 | } 2899 | } 2900 | } 2901 | --------------------------------------------------------------------------------