Update Laravel Pint

This commit is contained in:
Jonny Barnes 2023-06-21 18:46:31 +01:00
parent e8f1b532fa
commit 051f6a4b03
Signed by: jonny
SSH key fingerprint: SHA256:CTuSlns5U7qlD9jqHvtnVmfYV3Zwl2Z7WnJ4/dqOaL8
7 changed files with 297 additions and 94 deletions

View file

@ -7,7 +7,6 @@ namespace App\Http\Controllers\Admin;
use App\Http\Controllers\Controller; use App\Http\Controllers\Controller;
use App\Models\MicropubClient; use App\Models\MicropubClient;
use Illuminate\Http\RedirectResponse; use Illuminate\Http\RedirectResponse;
use Illuminate\Http\Request;
use Illuminate\View\View; use Illuminate\View\View;
class ClientsController extends Controller class ClientsController extends Controller

View file

@ -9,7 +9,6 @@ use App\Models\Contact;
use GuzzleHttp\Client; use GuzzleHttp\Client;
use Illuminate\Filesystem\Filesystem; use Illuminate\Filesystem\Filesystem;
use Illuminate\Http\RedirectResponse; use Illuminate\Http\RedirectResponse;
use Illuminate\Http\Request;
use Illuminate\Support\Arr; use Illuminate\Support\Arr;
use Illuminate\View\View; use Illuminate\View\View;

View file

@ -5,7 +5,6 @@ namespace App\Providers;
use Illuminate\Auth\Events\Registered; use Illuminate\Auth\Events\Registered;
use Illuminate\Auth\Listeners\SendEmailVerificationNotification; use Illuminate\Auth\Listeners\SendEmailVerificationNotification;
use Illuminate\Foundation\Support\Providers\EventServiceProvider as ServiceProvider; use Illuminate\Foundation\Support\Providers\EventServiceProvider as ServiceProvider;
use Illuminate\Support\Facades\Event;
class EventServiceProvider extends ServiceProvider class EventServiceProvider extends ServiceProvider
{ {

179
composer.lock generated
View file

@ -62,16 +62,16 @@
}, },
{ {
"name": "aws/aws-sdk-php", "name": "aws/aws-sdk-php",
"version": "3.269.5", "version": "3.273.4",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/aws/aws-sdk-php.git", "url": "https://github.com/aws/aws-sdk-php.git",
"reference": "66a1f27159a92f1a6f6b0916e714ca68c23309b1" "reference": "36a039d5dfcaa7dc9101b121cf1dfb6ca2abd605"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/66a1f27159a92f1a6f6b0916e714ca68c23309b1", "url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/36a039d5dfcaa7dc9101b121cf1dfb6ca2abd605",
"reference": "66a1f27159a92f1a6f6b0916e714ca68c23309b1", "reference": "36a039d5dfcaa7dc9101b121cf1dfb6ca2abd605",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -151,9 +151,9 @@
"support": { "support": {
"forum": "https://forums.aws.amazon.com/forum.jspa?forumID=80", "forum": "https://forums.aws.amazon.com/forum.jspa?forumID=80",
"issues": "https://github.com/aws/aws-sdk-php/issues", "issues": "https://github.com/aws/aws-sdk-php/issues",
"source": "https://github.com/aws/aws-sdk-php/tree/3.269.5" "source": "https://github.com/aws/aws-sdk-php/tree/3.273.4"
}, },
"time": "2023-05-03T18:27:52+00:00" "time": "2023-06-20T19:54:39+00:00"
}, },
{ {
"name": "brick/math", "name": "brick/math",
@ -1520,16 +1520,16 @@
}, },
{ {
"name": "indieweb/representative-h-card", "name": "indieweb/representative-h-card",
"version": "0.1.2", "version": "0.1.3",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/indieweb/representative-h-card-php.git", "url": "https://github.com/indieweb/representative-h-card-php.git",
"reference": "b70b01bd0dd7f2a940602137335dbf46ab6e2e38" "reference": "97731c6ccc0838418c775b867bf826aeaa91cd95"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/indieweb/representative-h-card-php/zipball/b70b01bd0dd7f2a940602137335dbf46ab6e2e38", "url": "https://api.github.com/repos/indieweb/representative-h-card-php/zipball/97731c6ccc0838418c775b867bf826aeaa91cd95",
"reference": "b70b01bd0dd7f2a940602137335dbf46ab6e2e38", "reference": "97731c6ccc0838418c775b867bf826aeaa91cd95",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -1563,9 +1563,9 @@
], ],
"support": { "support": {
"issues": "https://github.com/indieweb/representative-h-card-php/issues", "issues": "https://github.com/indieweb/representative-h-card-php/issues",
"source": "https://github.com/indieweb/representative-h-card-php/tree/0.1.2" "source": "https://github.com/indieweb/representative-h-card-php/tree/0.1.3"
}, },
"time": "2015-12-23T18:11:19+00:00" "time": "2023-05-24T15:33:06+00:00"
}, },
{ {
"name": "intervention/image", "name": "intervention/image",
@ -4282,16 +4282,16 @@
}, },
{ {
"name": "psy/psysh", "name": "psy/psysh",
"version": "v0.11.12", "version": "v0.11.18",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/bobthecow/psysh.git", "url": "https://github.com/bobthecow/psysh.git",
"reference": "52cb7c47d403c31c0adc9bf7710fc355f93c20f7" "reference": "4f00ee9e236fa6a48f4560d1300b9c961a70a7ec"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/bobthecow/psysh/zipball/52cb7c47d403c31c0adc9bf7710fc355f93c20f7", "url": "https://api.github.com/repos/bobthecow/psysh/zipball/4f00ee9e236fa6a48f4560d1300b9c961a70a7ec",
"reference": "52cb7c47d403c31c0adc9bf7710fc355f93c20f7", "reference": "4f00ee9e236fa6a48f4560d1300b9c961a70a7ec",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -4352,9 +4352,9 @@
], ],
"support": { "support": {
"issues": "https://github.com/bobthecow/psysh/issues", "issues": "https://github.com/bobthecow/psysh/issues",
"source": "https://github.com/bobthecow/psysh/tree/v0.11.12" "source": "https://github.com/bobthecow/psysh/tree/v0.11.18"
}, },
"time": "2023-01-29T21:24:40+00:00" "time": "2023-05-23T02:31:11+00:00"
}, },
{ {
"name": "ralouphie/getallheaders", "name": "ralouphie/getallheaders",
@ -4661,16 +4661,16 @@
}, },
{ {
"name": "spatie/backtrace", "name": "spatie/backtrace",
"version": "1.4.0", "version": "1.4.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/spatie/backtrace.git", "url": "https://github.com/spatie/backtrace.git",
"reference": "ec4dd16476b802dbdc6b4467f84032837e316b8c" "reference": "47794d19e3215ace9e005a8f200cd7cc7be52572"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/spatie/backtrace/zipball/ec4dd16476b802dbdc6b4467f84032837e316b8c", "url": "https://api.github.com/repos/spatie/backtrace/zipball/47794d19e3215ace9e005a8f200cd7cc7be52572",
"reference": "ec4dd16476b802dbdc6b4467f84032837e316b8c", "reference": "47794d19e3215ace9e005a8f200cd7cc7be52572",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -4707,7 +4707,7 @@
"spatie" "spatie"
], ],
"support": { "support": {
"source": "https://github.com/spatie/backtrace/tree/1.4.0" "source": "https://github.com/spatie/backtrace/tree/1.4.1"
}, },
"funding": [ "funding": [
{ {
@ -4719,7 +4719,7 @@
"type": "other" "type": "other"
} }
], ],
"time": "2023-03-04T08:57:24+00:00" "time": "2023-06-13T14:35:04+00:00"
}, },
{ {
"name": "spatie/commonmark-highlighter", "name": "spatie/commonmark-highlighter",
@ -4846,16 +4846,16 @@
}, },
{ {
"name": "spatie/ignition", "name": "spatie/ignition",
"version": "1.8.0", "version": "1.8.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/spatie/ignition.git", "url": "https://github.com/spatie/ignition.git",
"reference": "ad13a6792992411e05d3d3b293e26bdf9f9a7321" "reference": "d8eb8ea1ed27f48a694405cff363746ffd37f13e"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/spatie/ignition/zipball/ad13a6792992411e05d3d3b293e26bdf9f9a7321", "url": "https://api.github.com/repos/spatie/ignition/zipball/d8eb8ea1ed27f48a694405cff363746ffd37f13e",
"reference": "ad13a6792992411e05d3d3b293e26bdf9f9a7321", "reference": "d8eb8ea1ed27f48a694405cff363746ffd37f13e",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -4925,7 +4925,7 @@
"type": "github" "type": "github"
} }
], ],
"time": "2023-05-25T10:19:32+00:00" "time": "2023-06-06T14:14:58+00:00"
}, },
{ {
"name": "spatie/laravel-ignition", "name": "spatie/laravel-ignition",
@ -8486,16 +8486,16 @@
}, },
{ {
"name": "doctrine/dbal", "name": "doctrine/dbal",
"version": "3.6.1", "version": "3.6.3",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/doctrine/dbal.git", "url": "https://github.com/doctrine/dbal.git",
"reference": "57815c7bbcda3cd18871d253c1dd8cbe56f8526e" "reference": "9a747d29e7e6b39509b8f1847e37a23a0163ea6a"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/doctrine/dbal/zipball/57815c7bbcda3cd18871d253c1dd8cbe56f8526e", "url": "https://api.github.com/repos/doctrine/dbal/zipball/9a747d29e7e6b39509b8f1847e37a23a0163ea6a",
"reference": "57815c7bbcda3cd18871d253c1dd8cbe56f8526e", "reference": "9a747d29e7e6b39509b8f1847e37a23a0163ea6a",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -8508,12 +8508,12 @@
"psr/log": "^1|^2|^3" "psr/log": "^1|^2|^3"
}, },
"require-dev": { "require-dev": {
"doctrine/coding-standard": "11.1.0", "doctrine/coding-standard": "12.0.0",
"fig/log-test": "^1", "fig/log-test": "^1",
"jetbrains/phpstorm-stubs": "2022.3", "jetbrains/phpstorm-stubs": "2022.3",
"phpstan/phpstan": "1.10.3", "phpstan/phpstan": "1.10.14",
"phpstan/phpstan-strict-rules": "^1.5", "phpstan/phpstan-strict-rules": "^1.5",
"phpunit/phpunit": "9.6.4", "phpunit/phpunit": "9.6.7",
"psalm/plugin-phpunit": "0.18.4", "psalm/plugin-phpunit": "0.18.4",
"squizlabs/php_codesniffer": "3.7.2", "squizlabs/php_codesniffer": "3.7.2",
"symfony/cache": "^5.4|^6.0", "symfony/cache": "^5.4|^6.0",
@ -8578,7 +8578,7 @@
], ],
"support": { "support": {
"issues": "https://github.com/doctrine/dbal/issues", "issues": "https://github.com/doctrine/dbal/issues",
"source": "https://github.com/doctrine/dbal/tree/3.6.1" "source": "https://github.com/doctrine/dbal/tree/3.6.3"
}, },
"funding": [ "funding": [
{ {
@ -8594,7 +8594,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2023-03-02T19:26:24+00:00" "time": "2023-06-01T05:46:46+00:00"
}, },
{ {
"name": "doctrine/deprecations", "name": "doctrine/deprecations",
@ -9163,16 +9163,16 @@
}, },
{ {
"name": "laravel/pint", "name": "laravel/pint",
"version": "v1.10.2", "version": "v1.10.3",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/laravel/pint.git", "url": "https://github.com/laravel/pint.git",
"reference": "f78de1a1bbab7aa41a6ea211c5962b0530d1a301" "reference": "c472786bca01e4812a9bb7933b23edfc5b6877b7"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/laravel/pint/zipball/f78de1a1bbab7aa41a6ea211c5962b0530d1a301", "url": "https://api.github.com/repos/laravel/pint/zipball/c472786bca01e4812a9bb7933b23edfc5b6877b7",
"reference": "f78de1a1bbab7aa41a6ea211c5962b0530d1a301", "reference": "c472786bca01e4812a9bb7933b23edfc5b6877b7",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -9183,7 +9183,7 @@
"php": "^8.1.0" "php": "^8.1.0"
}, },
"require-dev": { "require-dev": {
"friendsofphp/php-cs-fixer": "^3.17.0", "friendsofphp/php-cs-fixer": "^3.18.0",
"illuminate/view": "^10.5.1", "illuminate/view": "^10.5.1",
"laravel-zero/framework": "^10.0.2", "laravel-zero/framework": "^10.0.2",
"mockery/mockery": "^1.5.1", "mockery/mockery": "^1.5.1",
@ -9225,7 +9225,7 @@
"issues": "https://github.com/laravel/pint/issues", "issues": "https://github.com/laravel/pint/issues",
"source": "https://github.com/laravel/pint" "source": "https://github.com/laravel/pint"
}, },
"time": "2023-06-12T10:50:04+00:00" "time": "2023-06-20T15:55:03+00:00"
}, },
{ {
"name": "laravel/sail", "name": "laravel/sail",
@ -9847,16 +9847,16 @@
}, },
{ {
"name": "php-http/discovery", "name": "php-http/discovery",
"version": "1.18.1", "version": "1.19.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/php-http/discovery.git", "url": "https://github.com/php-http/discovery.git",
"reference": "f258b3a1d16acb7b21f3b42d7a2494a733365237" "reference": "1856a119a0b0ba8da8b5c33c080aa7af8fac25b4"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/php-http/discovery/zipball/f258b3a1d16acb7b21f3b42d7a2494a733365237", "url": "https://api.github.com/repos/php-http/discovery/zipball/1856a119a0b0ba8da8b5c33c080aa7af8fac25b4",
"reference": "f258b3a1d16acb7b21f3b42d7a2494a733365237", "reference": "1856a119a0b0ba8da8b5c33c080aa7af8fac25b4",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -9919,9 +9919,9 @@
], ],
"support": { "support": {
"issues": "https://github.com/php-http/discovery/issues", "issues": "https://github.com/php-http/discovery/issues",
"source": "https://github.com/php-http/discovery/tree/1.18.1" "source": "https://github.com/php-http/discovery/tree/1.19.0"
}, },
"time": "2023-05-17T08:53:10+00:00" "time": "2023-06-19T08:45:36+00:00"
}, },
{ {
"name": "php-http/multipart-stream-builder", "name": "php-http/multipart-stream-builder",
@ -10157,16 +10157,16 @@
}, },
{ {
"name": "phpdocumentor/type-resolver", "name": "phpdocumentor/type-resolver",
"version": "1.7.1", "version": "1.7.2",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/phpDocumentor/TypeResolver.git", "url": "https://github.com/phpDocumentor/TypeResolver.git",
"reference": "dfc078e8af9c99210337325ff5aa152872c98714" "reference": "b2fe4d22a5426f38e014855322200b97b5362c0d"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/dfc078e8af9c99210337325ff5aa152872c98714", "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/b2fe4d22a5426f38e014855322200b97b5362c0d",
"reference": "dfc078e8af9c99210337325ff5aa152872c98714", "reference": "b2fe4d22a5426f38e014855322200b97b5362c0d",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -10209,28 +10209,29 @@
"description": "A PSR-5 based resolver of Class names, Types and Structural Element Names", "description": "A PSR-5 based resolver of Class names, Types and Structural Element Names",
"support": { "support": {
"issues": "https://github.com/phpDocumentor/TypeResolver/issues", "issues": "https://github.com/phpDocumentor/TypeResolver/issues",
"source": "https://github.com/phpDocumentor/TypeResolver/tree/1.7.1" "source": "https://github.com/phpDocumentor/TypeResolver/tree/1.7.2"
}, },
"time": "2023-03-27T19:02:04+00:00" "time": "2023-05-30T18:13:47+00:00"
}, },
{ {
"name": "phpstan/phpdoc-parser", "name": "phpstan/phpdoc-parser",
"version": "1.21.0", "version": "1.22.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/phpstan/phpdoc-parser.git", "url": "https://github.com/phpstan/phpdoc-parser.git",
"reference": "6df62b08faef4f899772bc7c3bbabb93d2b7a21c" "reference": "ec58baf7b3c7f1c81b3b00617c953249fb8cf30c"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/phpstan/phpdoc-parser/zipball/6df62b08faef4f899772bc7c3bbabb93d2b7a21c", "url": "https://api.github.com/repos/phpstan/phpdoc-parser/zipball/ec58baf7b3c7f1c81b3b00617c953249fb8cf30c",
"reference": "6df62b08faef4f899772bc7c3bbabb93d2b7a21c", "reference": "ec58baf7b3c7f1c81b3b00617c953249fb8cf30c",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": "^7.2 || ^8.0" "php": "^7.2 || ^8.0"
}, },
"require-dev": { "require-dev": {
"doctrine/annotations": "^2.0",
"nikic/php-parser": "^4.15", "nikic/php-parser": "^4.15",
"php-parallel-lint/php-parallel-lint": "^1.2", "php-parallel-lint/php-parallel-lint": "^1.2",
"phpstan/extension-installer": "^1.0", "phpstan/extension-installer": "^1.0",
@ -10255,9 +10256,9 @@
"description": "PHPDoc parser with support for nullable, intersection and generic types", "description": "PHPDoc parser with support for nullable, intersection and generic types",
"support": { "support": {
"issues": "https://github.com/phpstan/phpdoc-parser/issues", "issues": "https://github.com/phpstan/phpdoc-parser/issues",
"source": "https://github.com/phpstan/phpdoc-parser/tree/1.21.0" "source": "https://github.com/phpstan/phpdoc-parser/tree/1.22.0"
}, },
"time": "2023-05-17T13:13:44+00:00" "time": "2023-06-01T12:35:21+00:00"
}, },
{ {
"name": "phpunit/php-code-coverage", "name": "phpunit/php-code-coverage",
@ -11892,16 +11893,16 @@
}, },
{ {
"name": "spatie/ray", "name": "spatie/ray",
"version": "1.37.1", "version": "1.37.2",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/spatie/ray.git", "url": "https://github.com/spatie/ray.git",
"reference": "a915e327f04c0fbed3bdd26e076e39feea091062" "reference": "dea16182d4bc9d9833adec7e39fbb3d7b553425d"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/spatie/ray/zipball/a915e327f04c0fbed3bdd26e076e39feea091062", "url": "https://api.github.com/repos/spatie/ray/zipball/dea16182d4bc9d9833adec7e39fbb3d7b553425d",
"reference": "a915e327f04c0fbed3bdd26e076e39feea091062", "reference": "dea16182d4bc9d9833adec7e39fbb3d7b553425d",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -11952,7 +11953,7 @@
], ],
"support": { "support": {
"issues": "https://github.com/spatie/ray/issues", "issues": "https://github.com/spatie/ray/issues",
"source": "https://github.com/spatie/ray/tree/1.37.1" "source": "https://github.com/spatie/ray/tree/1.37.2"
}, },
"funding": [ "funding": [
{ {
@ -11964,20 +11965,20 @@
"type": "other" "type": "other"
} }
], ],
"time": "2023-03-06T07:22:28+00:00" "time": "2023-05-17T06:35:47+00:00"
}, },
{ {
"name": "symfony/filesystem", "name": "symfony/filesystem",
"version": "v6.2.10", "version": "v6.3.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/filesystem.git", "url": "https://github.com/symfony/filesystem.git",
"reference": "fd588debf7d1bc16a2c84b4b3b71145d9946b894" "reference": "97b698e1d77d356304def77a8d0cd73090b359ea"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/filesystem/zipball/fd588debf7d1bc16a2c84b4b3b71145d9946b894", "url": "https://api.github.com/repos/symfony/filesystem/zipball/97b698e1d77d356304def77a8d0cd73090b359ea",
"reference": "fd588debf7d1bc16a2c84b4b3b71145d9946b894", "reference": "97b698e1d77d356304def77a8d0cd73090b359ea",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -12011,7 +12012,7 @@
"description": "Provides basic utilities for the filesystem", "description": "Provides basic utilities for the filesystem",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"support": { "support": {
"source": "https://github.com/symfony/filesystem/tree/v6.2.10" "source": "https://github.com/symfony/filesystem/tree/v6.3.0"
}, },
"funding": [ "funding": [
{ {
@ -12027,7 +12028,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2023-04-18T13:46:08+00:00" "time": "2023-05-30T17:12:32+00:00"
}, },
{ {
"name": "symfony/polyfill-iconv", "name": "symfony/polyfill-iconv",
@ -12114,21 +12115,21 @@
}, },
{ {
"name": "symfony/stopwatch", "name": "symfony/stopwatch",
"version": "v6.2.7", "version": "v6.3.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/stopwatch.git", "url": "https://github.com/symfony/stopwatch.git",
"reference": "f3adc98c1061875dd2edcd45e5b04e63d0e29f8f" "reference": "fc47f1015ec80927ff64ba9094dfe8b9d48fe9f2"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/stopwatch/zipball/f3adc98c1061875dd2edcd45e5b04e63d0e29f8f", "url": "https://api.github.com/repos/symfony/stopwatch/zipball/fc47f1015ec80927ff64ba9094dfe8b9d48fe9f2",
"reference": "f3adc98c1061875dd2edcd45e5b04e63d0e29f8f", "reference": "fc47f1015ec80927ff64ba9094dfe8b9d48fe9f2",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": ">=8.1", "php": ">=8.1",
"symfony/service-contracts": "^1|^2|^3" "symfony/service-contracts": "^2.5|^3"
}, },
"type": "library", "type": "library",
"autoload": { "autoload": {
@ -12156,7 +12157,7 @@
"description": "Provides a way to profile code", "description": "Provides a way to profile code",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"support": { "support": {
"source": "https://github.com/symfony/stopwatch/tree/v6.2.7" "source": "https://github.com/symfony/stopwatch/tree/v6.3.0"
}, },
"funding": [ "funding": [
{ {
@ -12172,7 +12173,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2023-02-14T08:44:56+00:00" "time": "2023-02-16T10:14:28+00:00"
}, },
{ {
"name": "symfony/yaml", "name": "symfony/yaml",
@ -12547,27 +12548,27 @@
}, },
{ {
"name": "zbateson/stream-decorators", "name": "zbateson/stream-decorators",
"version": "1.1.0", "version": "1.2.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/zbateson/stream-decorators.git", "url": "https://github.com/zbateson/stream-decorators.git",
"reference": "7466ff45d249c86b96267a83cdae68365ae1787e" "reference": "783b034024fda8eafa19675fb2552f8654d3a3e9"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/zbateson/stream-decorators/zipball/7466ff45d249c86b96267a83cdae68365ae1787e", "url": "https://api.github.com/repos/zbateson/stream-decorators/zipball/783b034024fda8eafa19675fb2552f8654d3a3e9",
"reference": "7466ff45d249c86b96267a83cdae68365ae1787e", "reference": "783b034024fda8eafa19675fb2552f8654d3a3e9",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"guzzlehttp/psr7": "^1.9 | ^2.0", "guzzlehttp/psr7": "^1.9 | ^2.0",
"php": ">=7.1", "php": ">=7.2",
"zbateson/mb-wrapper": "^1.0.0" "zbateson/mb-wrapper": "^1.0.0"
}, },
"require-dev": { "require-dev": {
"friendsofphp/php-cs-fixer": "*", "friendsofphp/php-cs-fixer": "*",
"phpstan/phpstan": "*", "phpstan/phpstan": "*",
"phpunit/phpunit": "<=9.0" "phpunit/phpunit": "<10.0"
}, },
"type": "library", "type": "library",
"autoload": { "autoload": {
@ -12598,7 +12599,7 @@
], ],
"support": { "support": {
"issues": "https://github.com/zbateson/stream-decorators/issues", "issues": "https://github.com/zbateson/stream-decorators/issues",
"source": "https://github.com/zbateson/stream-decorators/tree/1.1.0" "source": "https://github.com/zbateson/stream-decorators/tree/1.2.1"
}, },
"funding": [ "funding": [
{ {
@ -12606,7 +12607,7 @@
"type": "github" "type": "github"
} }
], ],
"time": "2023-01-11T23:22:44+00:00" "time": "2023-05-30T22:51:52+00:00"
} }
], ],
"aliases": [], "aliases": [],

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View file

@ -1,5 +1,5 @@
{ {
"/app.js": "/app.js?id=c6187bff8d842d49dbb4d3de4b583600", "/app.js": "/app.js?id=c6d58c1ba0a1e0ad976bd661884a1582",
"/app-dark.css": "/app-dark.css?id=15c72df05e2b1147fa3e4b0670cfb435", "/app-dark.css": "/app-dark.css?id=15c72df05e2b1147fa3e4b0670cfb435",
"/app.css": "/app.css?id=4d6a1a7fe095eedc2cb2a4ce822ea8a5", "/app.css": "/app.css?id=4d6a1a7fe095eedc2cb2a4ce822ea8a5",
"/img/favicon.png": "/img/favicon.png?id=1542bfe8a0010dcbee710da13cce367f", "/img/favicon.png": "/img/favicon.png?id=1542bfe8a0010dcbee710da13cce367f",