composer lock
This commit is contained in:
parent
bbf365279d
commit
94219c4fa2
2 changed files with 13 additions and 13 deletions
22
composer.lock
generated
22
composer.lock
generated
|
@ -8,16 +8,16 @@
|
|||
"packages": [
|
||||
{
|
||||
"name": "aws/aws-sdk-php",
|
||||
"version": "3.116.0",
|
||||
"version": "3.117.1",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/aws/aws-sdk-php.git",
|
||||
"reference": "b0669936681365a6c5201a6d28bfa76553052912"
|
||||
"reference": "6951cd08326d939f1fd1097a490fccb9751a59d7"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/b0669936681365a6c5201a6d28bfa76553052912",
|
||||
"reference": "b0669936681365a6c5201a6d28bfa76553052912",
|
||||
"url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/6951cd08326d939f1fd1097a490fccb9751a59d7",
|
||||
"reference": "6951cd08326d939f1fd1097a490fccb9751a59d7",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
|
@ -87,7 +87,7 @@
|
|||
"s3",
|
||||
"sdk"
|
||||
],
|
||||
"time": "2019-11-12T19:15:09+00:00"
|
||||
"time": "2019-11-14T19:27:06+00:00"
|
||||
},
|
||||
{
|
||||
"name": "firebase/php-jwt",
|
||||
|
@ -2901,16 +2901,16 @@
|
|||
},
|
||||
{
|
||||
"name": "ocramius/package-versions",
|
||||
"version": "1.4.0",
|
||||
"version": "1.4.1",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/Ocramius/PackageVersions.git",
|
||||
"reference": "a4d4b60d0e60da2487bd21a2c6ac089f85570dbb"
|
||||
"reference": "7ca61c24dc301cc9d47d6fb459b3d39f2d54b7e5"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/Ocramius/PackageVersions/zipball/a4d4b60d0e60da2487bd21a2c6ac089f85570dbb",
|
||||
"reference": "a4d4b60d0e60da2487bd21a2c6ac089f85570dbb",
|
||||
"url": "https://api.github.com/repos/Ocramius/PackageVersions/zipball/7ca61c24dc301cc9d47d6fb459b3d39f2d54b7e5",
|
||||
"reference": "7ca61c24dc301cc9d47d6fb459b3d39f2d54b7e5",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
|
@ -2922,7 +2922,7 @@
|
|||
"doctrine/coding-standard": "^5.0.1",
|
||||
"ext-zip": "*",
|
||||
"infection/infection": "^0.7.1",
|
||||
"phpunit/phpunit": "^7.0.0"
|
||||
"phpunit/phpunit": "^7.5.17"
|
||||
},
|
||||
"type": "composer-plugin",
|
||||
"extra": {
|
||||
|
@ -2947,7 +2947,7 @@
|
|||
}
|
||||
],
|
||||
"description": "Composer plugin that provides efficient querying for installed package versions (no runtime IO)",
|
||||
"time": "2019-02-21T12:16:21+00:00"
|
||||
"time": "2019-11-14T14:22:47+00:00"
|
||||
},
|
||||
{
|
||||
"name": "phpstan/phpdoc-parser",
|
||||
|
|
|
@ -257,7 +257,7 @@ $app->post('/', function (Request $request, Response $response, Filesystem $stor
|
|||
cleanDirectory(__DIR__.'/../resources/cache');
|
||||
cleanDirectory(__DIR__.'/../resources/sessions');
|
||||
|
||||
//removeDirectory(__DIR__.'/../install');
|
||||
removeDirectory(__DIR__.'/../install');
|
||||
|
||||
// if is upgrading and existing installation, put it out maintenance
|
||||
if ($installed) {
|
||||
|
@ -271,7 +271,7 @@ $app->post('/', function (Request $request, Response $response, Filesystem $stor
|
|||
}
|
||||
|
||||
// Installed successfully, destroy the installer session
|
||||
session_destroy();
|
||||
$session->destroy();
|
||||
return redirect($response, "{$config['base_url']}/?afterInstall=true");
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in a new issue