Skip to content

Commit 10d7f7d

Browse files
Revert "Add installer for TastyIgniter extensions and themes (#474)" (#476)
This reverts commit 0d9bf4f.
1 parent 0d9bf4f commit 10d7f7d

File tree

6 files changed

+0
-129
lines changed

6 files changed

+0
-129
lines changed

README.md

-1
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,6 @@ is not needed to install packages with these frameworks:
113113
| Sylius | `sylius-theme`
114114
| symfony1 | **`symfony1-plugin`**
115115
| TAO | `tao-extension`
116-
| TastyIgniter | **`igniter-extension`<br>`igniter-theme`**
117116
| Tusk | `tusk-task`<br>`tusk-command`<br>`tusk-asset`
118117
| 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`
119118
| TYPO3 CMS | `typo3-cms-extension` (Deprecated in this package, use the [TYPO3 CMS Installers](https://packagist.org/packages/typo3/cms-composer-installers) instead)

composer.json

-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,6 @@
6868
"SyDES",
6969
"Sylius",
7070
"symfony",
71-
"TastyIgniter",
7271
"Thelia",
7372
"TYPO3",
7473
"WHMCS",

src/Composer/Installers/IgniterInstaller.php

-32
This file was deleted.

src/Composer/Installers/Installer.php

-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@ class Installer extends LibraryInstaller
5050
'fuelphp' => 'FuelphpInstaller',
5151
'grav' => 'GravInstaller',
5252
'hurad' => 'HuradInstaller',
53-
'igniter' => 'IgniterInstaller',
5453
'imagecms' => 'ImageCMSInstaller',
5554
'itop' => 'ItopInstaller',
5655
'joomla' => 'JoomlaInstaller',

tests/Composer/Installers/Test/IgniterInstallerTest.php

-90
This file was deleted.

tests/Composer/Installers/Test/InstallerTest.php

-4
Original file line numberDiff line numberDiff line change
@@ -149,8 +149,6 @@ public function dataForTestSupport()
149149
array('fuelphp-component', true),
150150
array('hurad-plugin', true),
151151
array('hurad-theme', true),
152-
array('igniter-extension', true),
153-
array('igniter-theme', true),
154152
array('imagecms-template', true),
155153
array('imagecms-module', true),
156154
array('imagecms-library', true),
@@ -346,8 +344,6 @@ public function dataForTestInstallPath()
346344
array('fuelphp-component', 'components/demo/', 'fuelphp/demo'),
347345
array('hurad-plugin', 'plugins/Akismet/', 'atkrad/akismet'),
348346
array('hurad-theme', 'plugins/Hurad2013/', 'atkrad/Hurad2013'),
349-
array('igniter-extension', 'extensions/shama/my_extension/', 'shama/my_extension'),
350-
array('igniter-theme', 'themes/my_theme/', 'shama/my_theme'),
351347
array('imagecms-template', 'templates/my_template/', 'shama/my_template'),
352348
array('imagecms-module', 'application/modules/my_module/', 'shama/my_module'),
353349
array('imagecms-library', 'application/libraries/my_library/', 'shama/my_library'),

0 commit comments

Comments
 (0)