Skip to content

Commit

Permalink
Merge pull request #116 from webit-de/20210316-fix-elts-downloader
Browse files Browse the repository at this point in the history
  • Loading branch information
helhum authored Mar 18, 2021
2 parents 9bd7cd5 + 615bd03 commit 60bac21
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/Installer/Downloader/T3xDownloader.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
use Composer\Downloader\ArchiveDownloader;
use Composer\Downloader\ChangeReportInterface;
use Composer\Package\PackageInterface;
use TYPO3\CMS\Composer\Util\T3xDownloaderUtility;
use TYPO3\CMS\Composer\Plugin\Util\T3xDownloaderUtility;

/**
* TYPO3 CMS Extension Downloader
Expand Down
2 changes: 1 addition & 1 deletion src/Installer/Downloader/T3xDownloader2.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
use Composer\Downloader\ArchiveDownloader;
use Composer\Downloader\ChangeReportInterface;
use Composer\Package\PackageInterface;
use TYPO3\CMS\Composer\Util\T3xDownloaderUtility;
use TYPO3\CMS\Composer\Plugin\Util\T3xDownloaderUtility;

/**
* TYPO3 CMS Extension Downloader
Expand Down
3 changes: 1 addition & 2 deletions src/Plugin/Util/T3xDownloaderUtility.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,9 @@
* The TYPO3 project - inspiring people to share!
*/

namespace TYPO3\CMS\Composer\Util;
namespace TYPO3\CMS\Composer\Plugin\Util;

use Composer\Package\PackageInterface;
use TYPO3\CMS\Composer\Plugin\Util\ExtensionKeyResolver;

class T3xDownloaderUtility
{
Expand Down

0 comments on commit 60bac21

Please sign in to comment.