Skip to content

Commit 60bac21

Browse files
authored
Merge pull request #116 from webit-de/20210316-fix-elts-downloader
2 parents 9bd7cd5 + 615bd03 commit 60bac21

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

src/Installer/Downloader/T3xDownloader.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
use Composer\Downloader\ArchiveDownloader;
1919
use Composer\Downloader\ChangeReportInterface;
2020
use Composer\Package\PackageInterface;
21-
use TYPO3\CMS\Composer\Util\T3xDownloaderUtility;
21+
use TYPO3\CMS\Composer\Plugin\Util\T3xDownloaderUtility;
2222

2323
/**
2424
* TYPO3 CMS Extension Downloader

src/Installer/Downloader/T3xDownloader2.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
use Composer\Downloader\ArchiveDownloader;
1919
use Composer\Downloader\ChangeReportInterface;
2020
use Composer\Package\PackageInterface;
21-
use TYPO3\CMS\Composer\Util\T3xDownloaderUtility;
21+
use TYPO3\CMS\Composer\Plugin\Util\T3xDownloaderUtility;
2222

2323
/**
2424
* TYPO3 CMS Extension Downloader

src/Plugin/Util/T3xDownloaderUtility.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,9 @@
1313
* The TYPO3 project - inspiring people to share!
1414
*/
1515

16-
namespace TYPO3\CMS\Composer\Util;
16+
namespace TYPO3\CMS\Composer\Plugin\Util;
1717

1818
use Composer\Package\PackageInterface;
19-
use TYPO3\CMS\Composer\Plugin\Util\ExtensionKeyResolver;
2019

2120
class T3xDownloaderUtility
2221
{

0 commit comments

Comments
 (0)