This repository was archived by the owner on Mar 1, 2023. It is now read-only.
File tree 5 files changed +5
-5
lines changed
5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 17
17
use Composer \Repository \CompositeRepository ;
18
18
use Composer \Repository \PlatformRepository ;
19
19
use Composer \Repository \RepositoryFactory ;
20
+ use Narrowspark \Discovery \Common \Contract \Exception \InvalidArgumentException ;
20
21
use Narrowspark \Discovery \Common \Contract \Package as PackageContract ;
21
22
use Narrowspark \Discovery \Common \Traits \GetGenericPropertyReaderTrait ;
22
- use Narrowspark \Discovery \Common \Contract \Exception \InvalidArgumentException ;
23
23
use Symfony \Component \Console \Input \InputInterface ;
24
24
25
25
abstract class AbstractInstallationManager
Original file line number Diff line number Diff line change 8
8
use Composer \Package \PackageInterface ;
9
9
use Composer \Repository \InstalledRepositoryInterface ;
10
10
use Narrowspark \Discovery \ClassFinder ;
11
- use Narrowspark \Discovery \Lock ;
12
11
use Narrowspark \Discovery \Common \Contract \Exception \UnexpectedValueException ;
12
+ use Narrowspark \Discovery \Lock ;
13
13
14
14
class ConfiguratorInstaller extends LibraryInstaller
15
15
{
Original file line number Diff line number Diff line change 4
4
5
5
use Composer \Composer ;
6
6
use Composer \IO \IOInterface ;
7
+ use Narrowspark \Discovery \Common \Contract \Exception \RuntimeException ;
7
8
use Narrowspark \Discovery \Common \Contract \Package as PackageContract ;
8
9
use Narrowspark \Discovery \Common \Installer \AbstractInstallationManager ;
9
- use Narrowspark \Discovery \Common \Contract \Exception \RuntimeException ;
10
10
use Narrowspark \Discovery \OperationsResolver ;
11
11
use Symfony \Component \Console \Input \InputInterface ;
12
12
Original file line number Diff line number Diff line change 5
5
use Composer \Composer ;
6
6
use Composer \IO \IOInterface ;
7
7
use Narrowspark \Discovery \Common \Contract \Configurator as ConfiguratorContract ;
8
- use Narrowspark \Discovery \Common \Contract \Package as PackageContract ;
9
8
use Narrowspark \Discovery \Common \Contract \Exception \InvalidArgumentException ;
9
+ use Narrowspark \Discovery \Common \Contract \Package as PackageContract ;
10
10
11
11
final class PackageConfigurator
12
12
{
Original file line number Diff line number Diff line change 7
7
use Composer \IO \IOInterface ;
8
8
use Composer \Semver \Constraint \EmptyConstraint ;
9
9
use Composer \Util \ProcessExecutor ;
10
- use Narrowspark \Discovery \Common \Traits \ExpandTargetDirTrait ;
11
10
use Narrowspark \Discovery \Common \Contract \Exception \InvalidArgumentException ;
12
11
use Narrowspark \Discovery \Common \Contract \Exception \RuntimeException ;
12
+ use Narrowspark \Discovery \Common \Traits \ExpandTargetDirTrait ;
13
13
use Symfony \Component \Console \Output \OutputInterface ;
14
14
use Symfony \Component \Console \Output \StreamOutput ;
15
15
use Symfony \Component \Process \PhpExecutableFinder ;
You can’t perform that action at this time.
0 commit comments