Skip to content

Commit 050324a

Browse files
committed
Merge branch '1.x' into main
2 parents 6608c3d + d20a64e commit 050324a

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@
2424
* Removed support for Craft
2525
* Removed support for Pimcore
2626

27+
## v1.12.0 - 2021-09-13
28+
### Added
29+
* Added installer for Pantheon Quicksilver modules/scripts #495.
30+
2731
## v1.11.0 - 2021-04-28
2832
### Added
2933
* Added installer for TastyIgniter extensions and themes [#478](https://github.com/composer/installers/pull/478).

tests/Composer/Installers/Test/InstallerTest.php

+2
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,8 @@ public function supportsProvider(): array
177177
array('moodle-mod', true),
178178
array('october-module', true),
179179
array('october-plugin', true),
180+
array('quicksilver-script', true),
181+
array('quicksilver-module', true),
180182
array('piwik-plugin', true),
181183
array('pxcms-module', true),
182184
array('pxcms-theme', true),

0 commit comments

Comments
 (0)