Add audit things.

This commit is contained in:
James Cole
2023-12-29 12:06:23 +01:00
parent 5b8f67e992
commit 47147066d2
13 changed files with 32 additions and 14 deletions

View File

@@ -226,16 +226,16 @@
},
{
"name": "friendsofphp/php-cs-fixer",
"version": "v3.43.0",
"version": "v3.43.1",
"source": {
"type": "git",
"url": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer.git",
"reference": "39b5632c39ca9deb4eb7e670ba96fcf5c3a72e3c"
"reference": "91c0b47216aa43b09656b4d99aa9dade2f3ad8fc"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/PHP-CS-Fixer/PHP-CS-Fixer/zipball/39b5632c39ca9deb4eb7e670ba96fcf5c3a72e3c",
"reference": "39b5632c39ca9deb4eb7e670ba96fcf5c3a72e3c",
"url": "https://api.github.com/repos/PHP-CS-Fixer/PHP-CS-Fixer/zipball/91c0b47216aa43b09656b4d99aa9dade2f3ad8fc",
"reference": "91c0b47216aa43b09656b4d99aa9dade2f3ad8fc",
"shasum": ""
},
"require": {
@@ -304,7 +304,7 @@
],
"support": {
"issues": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues",
"source": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/tree/v3.43.0"
"source": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/tree/v3.43.1"
},
"funding": [
{
@@ -312,7 +312,7 @@
"type": "github"
}
],
"time": "2023-12-28T17:36:39+00:00"
"time": "2023-12-29T09:42:16+00:00"
},
{
"name": "psr/container",