Skip to content

Commit a028baf

Browse files
committed
Fix order.
1 parent 20a4b7e commit a028baf

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,8 @@
7676
"ezyang/htmlpurifier": "^4.6",
7777
"cebe/markdown": "~1.0.0 | ~1.1.0 | ~1.2.0",
7878
"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",
79-
"bower-asset/inputmask": "~5.0.8 | ~3.2.2 | ~3.3.5",
80-
"bower-asset/punycode": "2.2.* | 1.3.*",
79+
"bower-asset/inputmask": "~3.2.2 | ~3.3.5 | ~5.0.8 ",
80+
"bower-asset/punycode": "1.3.* | 2.2.*",
8181
"bower-asset/yii2-pjax": "~2.0.1",
8282
"paragonie/random_compat": ">=1"
8383
},

composer.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

framework/composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,8 @@
7171
"ezyang/htmlpurifier": "^4.6",
7272
"cebe/markdown": "~1.0.0 | ~1.1.0 | ~1.2.0",
7373
"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",
74-
"bower-asset/inputmask": "~5.0.8 | ~3.2.2 | ~3.3.5",
75-
"bower-asset/punycode": "2.2.* | 1.3.*",
74+
"bower-asset/inputmask": "~3.2.2 | ~3.3.5 | ~5.0.8 ",
75+
"bower-asset/punycode": "1.3.* | 2.2.*",
7676
"bower-asset/yii2-pjax": "~2.0.1",
7777
"paragonie/random_compat": ">=1"
7878
},

0 commit comments

Comments
 (0)