Skip to content

Commit

Permalink
tags
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisFrench committed Aug 29, 2015
1 parent 1383cac commit e521f1a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
],
"require": {
"php": ">=5.4.0",
"dioscouri/f3-lib": "dev-master",
"dioscouri/f3-admin": "dev-master",
"snowplow/referer-parser": "dev-master"
"dioscouri/f3-lib": ">=v0.8",
"dioscouri/f3-admin": ">=v0.8",
"snowplow/referer-parser": ">=0.1.0"
},
"autoload": {
"psr-0": {
Expand Down
2 changes: 1 addition & 1 deletion src/Modules/Models/Modules.php
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@ public function types($group_items=true)
return $grouped;
}

$types = \Joomla\Utilities\ArrayHelper::sortObjects($types, 'type');
$types = \DscArrayHelper::sortObjects($types, 'type');

return $types;
}
Expand Down

0 comments on commit e521f1a

Please sign in to comment.