mirror of
				https://github.com/yiisoft/yii2.git
				synced 2025-10-30 10:08:08 +08:00 
			
		
		
		
	Merge pull request #20009 from terabytesoftw/fix-maskedinputasset
Fix `MaskedInputAsset::class`.
This commit is contained in:
		| @ -71,8 +71,8 @@ | ||||
|         "ezyang/htmlpurifier": "^4.6", | ||||
|         "cebe/markdown": "~1.0.0 | ~1.1.0 | ~1.2.0", | ||||
|         "bower-asset/jquery": "3.7.*@stable | 3.6.*@stable | 3.5.*@stable | 3.4.*@stable | 3.3.*@stable | 3.2.*@stable | 3.1.*@stable | 2.2.*@stable | 2.1.*@stable | 1.11.*@stable | 1.12.*@stable", | ||||
|         "bower-asset/inputmask": "~3.2.2 | ~3.3.5 | ~5.0.8 ", | ||||
|         "bower-asset/punycode": "1.3.* | 2.2.*", | ||||
|         "bower-asset/inputmask": "^5.0.8 ", | ||||
|         "bower-asset/punycode": "^2.2", | ||||
|         "bower-asset/yii2-pjax": "~2.0.1", | ||||
|         "paragonie/random_compat": ">=1" | ||||
|     }, | ||||
|  | ||||
| @ -21,7 +21,7 @@ class MaskedInputAsset extends AssetBundle | ||||
| { | ||||
|     public $sourcePath = '@bower/inputmask/dist'; | ||||
|     public $js = [ | ||||
|         'jquery.inputmask.bundle.js', | ||||
|         'jquery.inputmask.js', | ||||
|     ]; | ||||
|     public $depends = [ | ||||
|         'yii\web\YiiAsset', | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 Bizley
					Bizley