Skip to content

Commit 74e0be6

Browse files
authored
Remove Yii Assets dependency (#222)
1 parent 631af35 commit 74e0be6

2 files changed

Lines changed: 1 addition & 7 deletions

File tree

composer.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@
4242
"psr/log": "^3.0.2",
4343
"psr/simple-cache": "^3.0",
4444
"symfony/console": "^7.3.1",
45-
"yiisoft/assets": "^5.1",
4645
"yiisoft/cache": "^3.1",
4746
"yiisoft/cache-file": "^3.2",
4847
"yiisoft/config": "^1.6",

config/common/params.php

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@
22

33
declare(strict_types=1);
44

5-
use Yiisoft\Assets\AssetManager;
6-
use Yiisoft\Definitions\Reference;
7-
85
return [
96
'supportEmail' => 'support@example.com',
107

@@ -32,9 +29,7 @@
3229

3330
'yiisoft/view' => [
3431
'basePath' => '@views',
35-
'parameters' => [
36-
'assetManager' => Reference::to(AssetManager::class),
37-
],
32+
'parameters' => [],
3833
],
3934

4035
'yiisoft/yii-swagger' => [

0 commit comments

Comments
 (0)