From be36af8288a9e647a146966b98f43389a5178ebf Mon Sep 17 00:00:00 2001 From: Kyle Taylor Date: Wed, 28 Jul 2021 17:25:01 -0500 Subject: [PATCH 1/2] Add Pantheon Quicksilver support --- src/Composer/Installers/PantheonInstaller.php | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 src/Composer/Installers/PantheonInstaller.php diff --git a/src/Composer/Installers/PantheonInstaller.php b/src/Composer/Installers/PantheonInstaller.php new file mode 100644 index 00000000..8f12537c --- /dev/null +++ b/src/Composer/Installers/PantheonInstaller.php @@ -0,0 +1,12 @@ + */ + protected $locations = array( + 'quicksilver-script' => 'web/private/scripts/quicksilver/{$name}/', + 'quicksilver-module' => 'web/private/scripts/quicksilver/{$name}/', + ); +} From b72323cf35f7b071b8221261407d13afb9e9f718 Mon Sep 17 00:00:00 2001 From: Kyle Taylor Date: Wed, 28 Jul 2021 17:42:02 -0500 Subject: [PATCH 2/2] Add updates to README and Composer keywords --- README.md | 1 + composer.json | 1 + 2 files changed, 2 insertions(+) diff --git a/README.md b/README.md index 293c6918..3d524f18 100644 --- a/README.md +++ b/README.md @@ -81,6 +81,7 @@ is **not needed** to install packages with these frameworks. | Osclass | `osclass-plugin`
`osclass-theme`
`osclass-language` | MODULEWork | `modulework-module` | Moodle | `moodle-*` (Please [check source](https://github.com/composer/installers/blob/main/src/Composer/Installers/MoodleInstaller.php) for all supported types) +| Pantheon | `quicksilver-script`
`quicksilver-module` | Piwik | `piwik-plugin` | Phifty | `phifty-bundle`
`phifty-framework`
`phifty-library` | phpBB | `phpbb-extension`
`phpbb-style`
`phpbb-language` diff --git a/composer.json b/composer.json index 8ddfea3d..29f4c4a2 100644 --- a/composer.json +++ b/composer.json @@ -48,6 +48,7 @@ "osclass", "MODULEWork", "Moodle", + "Pantheon", "Piwik", "pxcms", "phpBB",