File tree 2 files changed +6
-0
lines changed
tests/Composer/Installers/Test
2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change 24
24
* Removed support for Craft
25
25
* Removed support for Pimcore
26
26
27
+ ## v1.12.0 - 2021-09-13
28
+ ### Added
29
+ * Added installer for Pantheon Quicksilver modules/scripts #495 .
30
+
27
31
## v1.11.0 - 2021-04-28
28
32
### Added
29
33
* Added installer for TastyIgniter extensions and themes [ #478 ] ( https://github.com/composer/installers/pull/478 ) .
Original file line number Diff line number Diff line change @@ -177,6 +177,8 @@ public function supportsProvider(): array
177
177
array ('moodle-mod ' , true ),
178
178
array ('october-module ' , true ),
179
179
array ('october-plugin ' , true ),
180
+ array ('quicksilver-script ' , true ),
181
+ array ('quicksilver-module ' , true ),
180
182
array ('piwik-plugin ' , true ),
181
183
array ('pxcms-module ' , true ),
182
184
array ('pxcms-theme ' , true ),
You can’t perform that action at this time.
0 commit comments