File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -20,13 +20,13 @@ The preferred way to install this extension is through [composer](http://getcomp
2020Either run
2121
2222```
23- composer require --prefer-dist webvimark/module-user-management 1.0.4
23+ composer require --prefer-dist webvimark/module-user-management 1.0.5
2424```
2525
2626or add
2727
2828```
29- "webvimark/module-user-management": "1.0.4 "
29+ "webvimark/module-user-management": "1.0.5 "
3030```
3131
3232to the require section of your ` composer.json ` file.
Original file line number Diff line number Diff line change 77 }
88 },
99 "require" : {
10- "webvimark/components" : " dev-master " ,
11- "webvimark/bootstrap-switch" : " dev-master " ,
12- "ikimea/browser" : " dev-master " ,
13- "webvimark/date-range-picker" : " dev-master " ,
14- "webvimark/helpers" : " dev-master " ,
15- "webvimark/grid-bulk-actions" : " dev-master " ,
16- "webvimark/grid-page-size" : " dev-master "
10+ "webvimark/components" : " ^1.0.0 " ,
11+ "webvimark/bootstrap-switch" : " ^1.0.0 " ,
12+ "ikimea/browser" : " 1.12.0 " ,
13+ "webvimark/date-range-picker" : " ^1.0.0 " ,
14+ "webvimark/helpers" : " ^1.0.0 " ,
15+ "webvimark/grid-bulk-actions" : " ^1.0.0 " ,
16+ "webvimark/grid-page-size" : " ^1.0.0 "
1717 }
1818}
You can’t perform that action at this time.
0 commit comments