From 095ae34f7cd9b36306dc119f935ed02fd2f27aa8 Mon Sep 17 00:00:00 2001 From: Julius Kiekbusch Date: Fri, 19 Jan 2024 21:24:47 +0100 Subject: [PATCH] Bump dependencies (#244) --- composer.json | 4 ++-- composer.lock | 16 ++++++++-------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/composer.json b/composer.json index 50b201d1..477fdbd7 100644 --- a/composer.json +++ b/composer.json @@ -23,8 +23,8 @@ "ext-xml": "*" }, "require-dev": { - "friendsofphp/php-cs-fixer": "^3.47.0", - "illuminate/view": "^10.40.0", + "friendsofphp/php-cs-fixer": "^3.47.1", + "illuminate/view": "^10.41.0", "larastan/larastan": "^2.8.1", "laravel-zero/framework": "^10.3.0", "mockery/mockery": "^1.6.7", diff --git a/composer.lock b/composer.lock index 36122009..6b13de01 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "fc4889899c56fb10df589445ab6a4ef9", + "content-hash": "51ddfd5ff28a6182857d764f07115e27", "packages": [], "packages-dev": [ { @@ -777,16 +777,16 @@ }, { "name": "friendsofphp/php-cs-fixer", - "version": "v3.47.0", + "version": "v3.47.1", "source": { "type": "git", "url": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer.git", - "reference": "184dd992fe49169a18300dba4435212db55220f7" + "reference": "173c60d1eff911c9c54322704623a45561d3241d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/PHP-CS-Fixer/PHP-CS-Fixer/zipball/184dd992fe49169a18300dba4435212db55220f7", - "reference": "184dd992fe49169a18300dba4435212db55220f7", + "url": "https://api.github.com/repos/PHP-CS-Fixer/PHP-CS-Fixer/zipball/173c60d1eff911c9c54322704623a45561d3241d", + "reference": "173c60d1eff911c9c54322704623a45561d3241d", "shasum": "" }, "require": { @@ -856,7 +856,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.47.0" + "source": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/tree/v3.47.1" }, "funding": [ { @@ -864,7 +864,7 @@ "type": "github" } ], - "time": "2024-01-15T15:35:57+00:00" + "time": "2024-01-16T18:54:21+00:00" }, { "name": "fruitcake/php-cors", @@ -8627,5 +8627,5 @@ "platform-overrides": { "php": "8.1.0" }, - "plugin-api-version": "2.3.0" + "plugin-api-version": "2.6.0" }