File tree 6 files changed +6
-8
lines changed
Bundle/FrameworkBundle/Resources/config 6 files changed +6
-8
lines changed Original file line number Diff line number Diff line change 32
32
use Symfony \Component \AssetMapper \ImportMap \ImportMapConfigReader ;
33
33
use Symfony \Component \AssetMapper \ImportMap \ImportMapManager ;
34
34
use Symfony \Component \AssetMapper \ImportMap \ImportMapRenderer ;
35
+ use Symfony \Component \AssetMapper \ImportMap \ImportMapVersionChecker ;
35
36
use Symfony \Component \AssetMapper \ImportMap \RemotePackageDownloader ;
36
37
use Symfony \Component \AssetMapper \ImportMap \Resolver \JsDelivrEsmResolver ;
37
38
use Symfony \Component \AssetMapper \MapperAwareAssetPackage ;
38
39
use Symfony \Component \AssetMapper \Path \PublicAssetsPathResolver ;
39
- use Symfony \Component \AssetMapper \Tests \ImportMap \ImportMapVersionChecker ;
40
40
use Symfony \Component \HttpKernel \Event \RequestEvent ;
41
41
42
42
return static function (ContainerConfigurator $ container ) {
Original file line number Diff line number Diff line change 13
13
14
14
use Symfony \Component \AssetMapper \ImportMap \ImportMapEntry ;
15
15
use Symfony \Component \AssetMapper \ImportMap \ImportMapManager ;
16
+ use Symfony \Component \AssetMapper \ImportMap \ImportMapVersionChecker ;
16
17
use Symfony \Component \AssetMapper \ImportMap \PackageRequireOptions ;
17
- use Symfony \Component \AssetMapper \Tests \ImportMap \ImportMapVersionChecker ;
18
18
use Symfony \Component \Console \Attribute \AsCommand ;
19
19
use Symfony \Component \Console \Command \Command ;
20
20
use Symfony \Component \Console \Input \InputArgument ;
Original file line number Diff line number Diff line change 13
13
14
14
use Symfony \Component \AssetMapper \ImportMap \ImportMapEntry ;
15
15
use Symfony \Component \AssetMapper \ImportMap \ImportMapManager ;
16
- use Symfony \Component \AssetMapper \Tests \ ImportMap \ImportMapVersionChecker ;
16
+ use Symfony \Component \AssetMapper \ImportMap \ImportMapVersionChecker ;
17
17
use Symfony \Component \Console \Attribute \AsCommand ;
18
18
use Symfony \Component \Console \Command \Command ;
19
19
use Symfony \Component \Console \Input \InputArgument ;
Original file line number Diff line number Diff line change 11
11
12
12
namespace Symfony \Component \AssetMapper \Command ;
13
13
14
- use Symfony \Component \AssetMapper \Tests \ ImportMap \ImportMapVersionChecker ;
14
+ use Symfony \Component \AssetMapper \ImportMap \ImportMapVersionChecker ;
15
15
use Symfony \Component \Console \Output \OutputInterface ;
16
16
17
17
/**
Original file line number Diff line number Diff line change 9
9
* file that was distributed with this source code.
10
10
*/
11
11
12
- namespace Symfony \Component \AssetMapper \Tests \ ImportMap ;
12
+ namespace Symfony \Component \AssetMapper \ImportMap ;
13
13
14
14
use Composer \Semver \Semver ;
15
15
use Symfony \Component \AssetMapper \Exception \RuntimeException ;
16
- use Symfony \Component \AssetMapper \ImportMap \ImportMapConfigReader ;
17
- use Symfony \Component \AssetMapper \ImportMap \RemotePackageDownloader ;
18
16
use Symfony \Component \HttpClient \HttpClient ;
19
17
use Symfony \Contracts \HttpClient \Exception \HttpExceptionInterface ;
20
18
use Symfony \Contracts \HttpClient \HttpClientInterface ;
Original file line number Diff line number Diff line change 9
9
* file that was distributed with this source code.
10
10
*/
11
11
12
- namespace Symfony \Component \AssetMapper \Tests \ ImportMap ;
12
+ namespace Symfony \Component \AssetMapper \ImportMap ;
13
13
14
14
class PackageVersionProblem
15
15
{
You can’t perform that action at this time.
0 commit comments