File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -202,12 +202,12 @@ class Ubiquity {
202
202
self ::$ configOptions ["%jsFiles% " ][]=self ::includeJs (self ::$ toolsConfig ["cdn " ]["jquery " ]);
203
203
self ::$ configOptions ["%jsFiles% " ][]=self ::includeJs (self ::$ toolsConfig ["cdn " ]["semantic " ]["js " ]);
204
204
self ::$ configOptions ["%jsFiles% " ][]=self ::includeJs (self ::$ toolsConfig ["cdn " ]["semantic " ]["state " ]);//Semantic-ui bug see
205
- self ::$ toolsConfig ["composer " ]["require " ]["phpmv/php-mv-ui " ]="^2.2.14 " ;
205
+ self ::$ toolsConfig ["composer " ]["require " ]["phpmv/php-mv-ui " ]="^2.2.17 " ;
206
206
}
207
207
208
208
private static function adminInstall ($ config =null ){
209
209
if (!class_exists ("\\Ubiquity \\controllers \\admin \\UbiquityMyAdminBaseController " )){
210
- self ::$ toolsConfig ["composer " ]["require-dev " ]["phpmv/ubiquity-webtools " ]="dev-master " ;
210
+ self ::$ toolsConfig ["composer " ]["require-dev " ]["phpmv/ubiquity-webtools " ]="^2.3 " ;
211
211
}
212
212
FileUtils::xcopy (self ::$ activeDir ."/devtools/project-files/app/controllers/Admin.php " ,"app/controllers/Admin.php " );
213
213
echo ConsoleFormatter::showInfo ("Creating the Controller <b>Admin</b> at the location <b>app/controllers/Admin.php<:b> \n" );
You can’t perform that action at this time.
0 commit comments