Catch all possible migration errors

This commit is contained in:
James Cole
2023-04-10 08:29:27 +02:00
parent 456dbfd29d
commit ad97e33ec0
34 changed files with 1213 additions and 1035 deletions

15
composer.lock generated
View File

@@ -4075,16 +4075,16 @@
},
{
"name": "nyholm/psr7",
"version": "1.5.1",
"version": "1.6.0",
"source": {
"type": "git",
"url": "https://github.com/Nyholm/psr7.git",
"reference": "f734364e38a876a23be4d906a2a089e1315be18a"
"reference": "bf4aebd170fadf5fd808c70b90535de327e81a50"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Nyholm/psr7/zipball/f734364e38a876a23be4d906a2a089e1315be18a",
"reference": "f734364e38a876a23be4d906a2a089e1315be18a",
"url": "https://api.github.com/repos/Nyholm/psr7/zipball/bf4aebd170fadf5fd808c70b90535de327e81a50",
"reference": "bf4aebd170fadf5fd808c70b90535de327e81a50",
"shasum": ""
},
"require": {
@@ -4094,6 +4094,7 @@
"psr/http-message": "^1.0"
},
"provide": {
"php-http/message-factory-implementation": "1.0",
"psr/http-factory-implementation": "1.0",
"psr/http-message-implementation": "1.0"
},
@@ -4106,7 +4107,7 @@
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.4-dev"
"dev-master": "1.6-dev"
}
},
"autoload": {
@@ -4136,7 +4137,7 @@
],
"support": {
"issues": "https://github.com/Nyholm/psr7/issues",
"source": "https://github.com/Nyholm/psr7/tree/1.5.1"
"source": "https://github.com/Nyholm/psr7/tree/1.6.0"
},
"funding": [
{
@@ -4148,7 +4149,7 @@
"type": "github"
}
],
"time": "2022-06-22T07:13:36+00:00"
"time": "2023-04-09T08:34:27+00:00"
},
{
"name": "paragonie/constant_time_encoding",