Skip to content

Commit b866a70

Browse files
committed
Update Ubiquity
1 parent 2000947 commit b866a70

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Ubiquity

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -202,12 +202,12 @@ class Ubiquity {
202202
self::$configOptions["%jsFiles%"][]=self::includeJs(self::$toolsConfig["cdn"]["jquery"]);
203203
self::$configOptions["%jsFiles%"][]=self::includeJs(self::$toolsConfig["cdn"]["semantic"]["js"]);
204204
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";
206206
}
207207

208208
private static function adminInstall($config=null){
209209
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";
211211
}
212212
FileUtils::xcopy(self::$activeDir."/devtools/project-files/app/controllers/Admin.php","app/controllers/Admin.php");
213213
echo ConsoleFormatter::showInfo("Creating the Controller <b>Admin</b> at the location <b>app/controllers/Admin.php<:b>\n");

0 commit comments

Comments
 (0)