upgrade server produzione

This commit is contained in:
Flavio Barachino 2023-04-07 09:28:11 +00:00
parent 2ab8a63cbc
commit 51a79fbc73
2 changed files with 22 additions and 19 deletions

38
composer.lock generated
View File

@ -118,16 +118,16 @@
},
{
"name": "aws/aws-sdk-php",
"version": "3.263.1",
"version": "3.263.5",
"source": {
"type": "git",
"url": "https://github.com/aws/aws-sdk-php.git",
"reference": "1f1ca8866e54aabdcde2aba177196ec2f12ee8a2"
"reference": "8fc1ca5b34e6197b0d7bebbd66d2889695c8d1ef"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/1f1ca8866e54aabdcde2aba177196ec2f12ee8a2",
"reference": "1f1ca8866e54aabdcde2aba177196ec2f12ee8a2",
"url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/8fc1ca5b34e6197b0d7bebbd66d2889695c8d1ef",
"reference": "8fc1ca5b34e6197b0d7bebbd66d2889695c8d1ef",
"shasum": ""
},
"require": {
@ -206,9 +206,9 @@
"support": {
"forum": "https://forums.aws.amazon.com/forum.jspa?forumID=80",
"issues": "https://github.com/aws/aws-sdk-php/issues",
"source": "https://github.com/aws/aws-sdk-php/tree/3.263.1"
"source": "https://github.com/aws/aws-sdk-php/tree/3.263.5"
},
"time": "2023-03-31T18:21:25+00:00"
"time": "2023-04-06T18:22:35+00:00"
},
{
"name": "barryvdh/laravel-dompdf",
@ -3955,25 +3955,25 @@
},
{
"name": "psr/http-message",
"version": "1.0.1",
"version": "1.1",
"source": {
"type": "git",
"url": "https://github.com/php-fig/http-message.git",
"reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
"reference": "cb6ce4845ce34a8ad9e68117c10ee90a29919eba"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
"reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
"url": "https://api.github.com/repos/php-fig/http-message/zipball/cb6ce4845ce34a8ad9e68117c10ee90a29919eba",
"reference": "cb6ce4845ce34a8ad9e68117c10ee90a29919eba",
"shasum": ""
},
"require": {
"php": ">=5.3.0"
"php": "^7.2 || ^8.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
"dev-master": "1.1.x-dev"
}
},
"autoload": {
@ -4002,9 +4002,9 @@
"response"
],
"support": {
"source": "https://github.com/php-fig/http-message/tree/master"
"source": "https://github.com/php-fig/http-message/tree/1.1"
},
"time": "2016-08-06T14:39:51+00:00"
"time": "2023-04-04T09:50:52+00:00"
},
{
"name": "psr/log",
@ -8740,16 +8740,16 @@
},
{
"name": "laravel/sail",
"version": "v1.21.3",
"version": "v1.21.4",
"source": {
"type": "git",
"url": "https://github.com/laravel/sail.git",
"reference": "3042ff8cf403817c340d5a7762b2d32900239f46"
"reference": "5e59b4a57181020477e2b18943b27493638e3f89"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/laravel/sail/zipball/3042ff8cf403817c340d5a7762b2d32900239f46",
"reference": "3042ff8cf403817c340d5a7762b2d32900239f46",
"url": "https://api.github.com/repos/laravel/sail/zipball/5e59b4a57181020477e2b18943b27493638e3f89",
"reference": "5e59b4a57181020477e2b18943b27493638e3f89",
"shasum": ""
},
"require": {
@ -8801,7 +8801,7 @@
"issues": "https://github.com/laravel/sail/issues",
"source": "https://github.com/laravel/sail"
},
"time": "2023-03-13T01:22:10+00:00"
"time": "2023-03-30T12:28:55+00:00"
},
{
"name": "mockery/mockery",

3
public/php.php Normal file
View File

@ -0,0 +1,3 @@
<?php
phpinfo();
?>