MTM Fix how scopes are stored in the IndieAuth flow #4

Merged
jonny merged 31 commits from develop into main 2024-08-03 14:28:49 +02:00
Showing only changes of commit 2d04d68484 - Show all commits

12
composer.lock generated
View file

@ -1762,16 +1762,16 @@
}, },
{ {
"name": "intervention/image", "name": "intervention/image",
"version": "3.7.0", "version": "3.7.2",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/Intervention/image.git", "url": "https://github.com/Intervention/image.git",
"reference": "6bfd3dd1d430c5224c728dc4f8b2fdc757b5eaf5" "reference": "5451ff9f909c2fc836722e5ed6831b9f9a6db68c"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/Intervention/image/zipball/6bfd3dd1d430c5224c728dc4f8b2fdc757b5eaf5", "url": "https://api.github.com/repos/Intervention/image/zipball/5451ff9f909c2fc836722e5ed6831b9f9a6db68c",
"reference": "6bfd3dd1d430c5224c728dc4f8b2fdc757b5eaf5", "reference": "5451ff9f909c2fc836722e5ed6831b9f9a6db68c",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -1818,7 +1818,7 @@
], ],
"support": { "support": {
"issues": "https://github.com/Intervention/image/issues", "issues": "https://github.com/Intervention/image/issues",
"source": "https://github.com/Intervention/image/tree/3.7.0" "source": "https://github.com/Intervention/image/tree/3.7.2"
}, },
"funding": [ "funding": [
{ {
@ -1830,7 +1830,7 @@
"type": "github" "type": "github"
} }
], ],
"time": "2024-06-13T16:34:59+00:00" "time": "2024-07-05T13:35:01+00:00"
}, },
{ {
"name": "jonnybarnes/indieweb", "name": "jonnybarnes/indieweb",