Update composer.lock

This commit is contained in:
DariusIII
2016-04-06 23:06:12 +02:00
parent b2f35378a6
commit f030a67d5c
2 changed files with 82 additions and 12 deletions
Generated
+14 -12
View File
@@ -185,16 +185,16 @@
},
{
"name": "bower-asset/jquery-2.2.x",
"version": "2.2.2",
"version": "2.2.3",
"source": {
"type": "git",
"url": "https://github.com/jquery/jquery-dist.git",
"reference": "086d381cd2f3b4b8b0af85ecb2c9593a61e5b4bd"
"reference": "af22a351b2ea5801ffb1695abb3bb34d5bed9198"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/jquery/jquery-dist/zipball/086d381cd2f3b4b8b0af85ecb2c9593a61e5b4bd",
"reference": "086d381cd2f3b4b8b0af85ecb2c9593a61e5b4bd",
"url": "https://api.github.com/repos/jquery/jquery-dist/zipball/af22a351b2ea5801ffb1695abb3bb34d5bed9198",
"reference": "af22a351b2ea5801ffb1695abb3bb34d5bed9198",
"shasum": ""
},
"type": "bower-asset-library",
@@ -288,16 +288,16 @@
},
{
"name": "composer/installers",
"version": "v1.0.23",
"version": "v1.0.24",
"source": {
"type": "git",
"url": "https://github.com/composer/installers.git",
"reference": "6213d900e92647831f7a406d5c530ea1f3d4360e"
"reference": "1cf7cc4b89d5e8549bbb7d6ab1de75da13d27988"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/composer/installers/zipball/6213d900e92647831f7a406d5c530ea1f3d4360e",
"reference": "6213d900e92647831f7a406d5c530ea1f3d4360e",
"url": "https://api.github.com/repos/composer/installers/zipball/1cf7cc4b89d5e8549bbb7d6ab1de75da13d27988",
"reference": "1cf7cc4b89d5e8549bbb7d6ab1de75da13d27988",
"shasum": ""
},
"require": {
@@ -319,8 +319,8 @@
}
},
"autoload": {
"psr-0": {
"Composer\\Installers\\": "src/"
"psr-4": {
"Composer\\Installers\\": "src/Composer/Installers"
}
},
"notification-url": "https://packagist.org/downloads/",
@@ -335,12 +335,14 @@
}
],
"description": "A multi-framework Composer library installer",
"homepage": "http://composer.github.com/installers/",
"homepage": "https://composer.github.io/installers/",
"keywords": [
"Craft",
"Dolibarr",
"Hurad",
"ImageCMS",
"MODX Evo",
"Mautic",
"OXID",
"SMF",
"Thelia",
@@ -382,7 +384,7 @@
"zend",
"zikula"
],
"time": "2016-01-27 12:54:22"
"time": "2016-04-05 11:42:46"
},
{
"name": "exeu/apai-io",
+68
View File
@@ -0,0 +1,68 @@
<!DOCTYPE html>
<html>
{if isset($error) && $error != ''}
<div class="alert alert-danger">{$error}</div>
{/if}
{if isset($notice) && $notice != ''}
<div class="alert alert-info">{$notice}</div>
{/if}
{if isset($sent) && $sent != ''}
<div class="alert alert-info">A link to reset your password has been sent to your e-mail account.</div>
{/if}
<head>
<meta charset="UTF-8">
<title>{$site->title} | Password reset</title>
<meta content='width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no' name='viewport'>
<!-- Bootstrap 3.3.6 -->
<link href="{$smarty.const.WWW_THEMES}/shared/assets/bootstrap/dist/css/bootstrap.min.css" rel="stylesheet" type="text/css" />
<!-- Font Awesome Icons -->
<link href="{$smarty.const.WWW_THEMES}/shared/assets/font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css" />
<!-- Theme style -->
<link href="{$smarty.const.WWW_THEMES}/{$theme}/css/custom.css" rel="stylesheet" type="text/css" />
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
{if $confirmed == '' && $sent == ''}
<body class="login-page">
<div class="login-box">
<div class="login-logo">
<a href="{$serverroot}"><b{$site->title}</b></a>
</div><!-- /.login-logo -->
<div class="login-box-body">
<p class="login-box-msg">Please enter the email address you used to register and we will send an email to reset your password. If you
cannot remember your email, or no longer have access to it, please <a href="{$smarty.const.WWW_TOP}/contact-us">contact
us</a>.</p>
<form action="forgottenpassword?action=submit" method="post">
<div class="form-group has-feedback">
<input autocomplete="off" id="email" name="email" value="{$email}" type="email" class="form-control" placeholder="Email"/>
<span class="glyphicon glyphicon-envelope form-control-feedback"></span>
</div>
<div class="row">
<div class="col-xs-6">
{$page->smarty->fetch('captcha.tpl')}
</div><!-- /.col -->
<hr>
<div class="col-xs-12">
<button type="submit" class="btn btn-primary btn-block btn-flat">Request Password Reset</button>
</div><!-- /.col -->
</div>
</form>
<!-- jQuery 2.2.x -->
<script src="{$smarty.const.WWW_THEMES}/shared/assets/jquery-2.2.x/dist/jquery.min.js"></script>
<!-- Bootstrap 3.3.6 JS -->
<script src="{$smarty.const.WWW_THEMES}/shared/assets/bootstrap/dist/js/bootstrap.min.js" type="text/javascript"></script>
</body>
{elseif $sent != ''}
<p>
A password reset request has been sent to your email.
</p>
{else}
<p>
Your password has been reset and sent to you in an email.
</p>
{/if}
</html>