Skip to content

Commit

Permalink
Revert "Add installer for TastyIgniter extensions and themes (#474)" (#…
Browse files Browse the repository at this point in the history
…476)

This reverts commit 0d9bf4f.
  • Loading branch information
niksamokhvalov committed Jan 12, 2021
1 parent 0d9bf4f commit 10d7f7d
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 129 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,6 @@ is not needed to install packages with these frameworks:
| Sylius | `sylius-theme`
| symfony1 | **`symfony1-plugin`**
| TAO | `tao-extension`
| TastyIgniter | **`igniter-extension`<br>`igniter-theme`**
| Tusk | `tusk-task`<br>`tusk-command`<br>`tusk-asset`
| TYPO3 Flow | `typo3-flow-package`<br>`typo3-flow-framework`<br>`typo3-flow-plugin`<br>`typo3-flow-site`<br>`typo3-flow-boilerplate`<br>`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)
Expand Down
1 change: 0 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@
"SyDES",
"Sylius",
"symfony",
"TastyIgniter",
"Thelia",
"TYPO3",
"WHMCS",
Expand Down
32 changes: 0 additions & 32 deletions src/Composer/Installers/IgniterInstaller.php

This file was deleted.

1 change: 0 additions & 1 deletion src/Composer/Installers/Installer.php
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ class Installer extends LibraryInstaller
'fuelphp' => 'FuelphpInstaller',
'grav' => 'GravInstaller',
'hurad' => 'HuradInstaller',
'igniter' => 'IgniterInstaller',
'imagecms' => 'ImageCMSInstaller',
'itop' => 'ItopInstaller',
'joomla' => 'JoomlaInstaller',
Expand Down
90 changes: 0 additions & 90 deletions tests/Composer/Installers/Test/IgniterInstallerTest.php

This file was deleted.

4 changes: 0 additions & 4 deletions tests/Composer/Installers/Test/InstallerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -149,8 +149,6 @@ public function dataForTestSupport()
array('fuelphp-component', true),
array('hurad-plugin', true),
array('hurad-theme', true),
array('igniter-extension', true),
array('igniter-theme', true),
array('imagecms-template', true),
array('imagecms-module', true),
array('imagecms-library', true),
Expand Down Expand Up @@ -346,8 +344,6 @@ public function dataForTestInstallPath()
array('fuelphp-component', 'components/demo/', 'fuelphp/demo'),
array('hurad-plugin', 'plugins/Akismet/', 'atkrad/akismet'),
array('hurad-theme', 'plugins/Hurad2013/', 'atkrad/Hurad2013'),
array('igniter-extension', 'extensions/shama/my_extension/', 'shama/my_extension'),
array('igniter-theme', 'themes/my_theme/', 'shama/my_theme'),
array('imagecms-template', 'templates/my_template/', 'shama/my_template'),
array('imagecms-module', 'application/modules/my_module/', 'shama/my_module'),
array('imagecms-library', 'application/libraries/my_library/', 'shama/my_library'),
Expand Down

0 comments on commit 10d7f7d

Please sign in to comment.