From d75d2b7346b031b60e9fb18a17b5b355337e64e5 Mon Sep 17 00:00:00 2001 From: Ivan Klimchuk Date: Fri, 1 Mar 2019 15:10:36 +0300 Subject: [PATCH 1/2] Installer for TAO extensions --- src/Composer/Installers/Installer.php | 1 + src/Composer/Installers/TaoInstaller.php | 12 ++++++++++++ 2 files changed, 13 insertions(+) create mode 100644 src/Composer/Installers/TaoInstaller.php diff --git a/src/Composer/Installers/Installer.php b/src/Composer/Installers/Installer.php index f15f0aed..8423d1d1 100644 --- a/src/Composer/Installers/Installer.php +++ b/src/Composer/Installers/Installer.php @@ -94,6 +94,7 @@ class Installer extends LibraryInstaller 'smf' => 'SMFInstaller', 'sydes' => 'SyDESInstaller', 'symfony1' => 'Symfony1Installer', + 'tao' => 'TaoInstaller', 'thelia' => 'TheliaInstaller', 'tusk' => 'TuskInstaller', 'typo3-cms' => 'TYPO3CmsInstaller', diff --git a/src/Composer/Installers/TaoInstaller.php b/src/Composer/Installers/TaoInstaller.php new file mode 100644 index 00000000..108def15 --- /dev/null +++ b/src/Composer/Installers/TaoInstaller.php @@ -0,0 +1,12 @@ + '{$name}' + ); +} From 927febd4852ecba7d40ffb38e588d76424399025 Mon Sep 17 00:00:00 2001 From: Ivan Klimchuk Date: Fri, 1 Mar 2019 15:41:50 +0300 Subject: [PATCH 2/2] Added new type to readme --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8dbe62f2..24cb9792 100644 --- a/README.md +++ b/README.md @@ -104,6 +104,7 @@ is not needed to install packages with these frameworks: | SMF | `smf-module`
`smf-theme` | SyDES | `sydes-module`
`sydes-theme` | symfony1 | **`symfony1-plugin`** +| TAO | `tao-extension` | Tusk | `tusk-task`
`tusk-command`
`tusk-asset` | TYPO3 Flow | `typo3-flow-package`
`typo3-flow-framework`
`typo3-flow-plugin`
`typo3-flow-site`
`typo3-flow-boilerplate`
`typo3-flow-build` | TYPO3 CMS | `typo3-cms-extension` (Deprecated in this package, use the [TYPO3 CMS Installers](https://packagist.org/packages/typo3/cms-composer-installers) instead)