Skip to content

Commit

Permalink
concrete version
Browse files Browse the repository at this point in the history
  • Loading branch information
alex7r committed Nov 11, 2016
1 parent 5b38274 commit 650c32b
Showing 1 changed file with 19 additions and 19 deletions.
38 changes: 19 additions & 19 deletions libraries/composer.json.dist
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
{
"require": {
"symfony/polyfill-util": "^1.2",
"symfony/polyfill-php56": "^1.2",
"joomla/registry": "^1.5",
"phpmailer/phpmailer": "^5.2",
"symfony/polyfill-php55": "^1.2",
"simplepie/simplepie": "^1.4",
"joomla/application": "^1.6",
"paragonie/random_compat": "^2.0",
"joomla/event": "^1.2",
"joomla/string": "^1.4",
"joomla/utilities": "^1.4",
"joomla/session": "^1.3",
"joomla/filter": "^1.3",
"leafo/lessphp": "^0.5.0",
"joomla/di": "^1.3",
"joomla/compat": "^1.2",
"ircmaxell/password-compat": "^1.0",
"joomla/input": "^1.2",
"joomla/uri": "^1.1"
"symfony/polyfill-util": "1.2",
"symfony/polyfill-php56": "1.2",
"joomla/registry": "1.5",
"phpmailer/phpmailer": "5.2",
"symfony/polyfill-php55": "1.2",
"simplepie/simplepie": "1.4",
"joomla/application": "1.6",
"paragonie/random_compat": "2.0",
"joomla/event": "1.2",
"joomla/string": "1.4",
"joomla/utilities": "1.4",
"joomla/session": "1.3",
"joomla/filter": "1.3",
"leafo/lessphp": "0.5.0",
"joomla/di": "1.3",
"joomla/compat": "1.2",
"ircmaxell/password-compat": "1.0",
"joomla/input": "1.2",
"joomla/uri": "1.1"
}
}

0 comments on commit 650c32b

Please sign in to comment.