From 194d45298bff1a70f116f41a837dc7ca06c7d69c Mon Sep 17 00:00:00 2001 From: Anthony Clark Date: Mon, 3 Jun 2024 11:41:40 -0700 Subject: [PATCH] Update Duster to v3 --- .github/workflows/run-duster.yml | 4 ++-- composer.json | 2 +- composer.lock | 28 ++++++++++++++-------------- 3 files changed, 17 insertions(+), 17 deletions(-) diff --git a/.github/workflows/run-duster.yml b/.github/workflows/run-duster.yml index c5562ee..628841b 100644 --- a/.github/workflows/run-duster.yml +++ b/.github/workflows/run-duster.yml @@ -10,8 +10,8 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: "Duster Lint" - uses: tighten/duster-action@v2 + uses: tighten/duster-action@v3 with: args: lint diff --git a/composer.json b/composer.json index d608bcd..9e484a7 100644 --- a/composer.json +++ b/composer.json @@ -44,7 +44,7 @@ "phpunit/phpunit": "^10.1", "spatie/laravel-ignition": "^2.0", "spatie/laravel-ray": "^1.32", - "tightenco/duster": "^2.0" + "tightenco/duster": "^3.0" }, "config": { "optimize-autoloader": true, diff --git a/composer.lock b/composer.lock index 8bd5101..404872e 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": "1dfb8d31d19ebe85dd33c5b920c30a45", + "content-hash": "eb7228555893b7762c8666c2d490c990", "packages": [ { "name": "brick/math", @@ -12246,29 +12246,29 @@ }, { "name": "tightenco/duster", - "version": "v2.7.4", + "version": "v3.0.0", "source": { "type": "git", "url": "https://github.com/tighten/duster.git", - "reference": "e2c5db67313b451d5d966cf47ef15712644d3ab5" + "reference": "e7c38d576ec555a2765b4a01fb762f09fe7179bd" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/tighten/duster/zipball/e2c5db67313b451d5d966cf47ef15712644d3ab5", - "reference": "e2c5db67313b451d5d966cf47ef15712644d3ab5", + "url": "https://api.github.com/repos/tighten/duster/zipball/e7c38d576ec555a2765b4a01fb762f09fe7179bd", + "reference": "e7c38d576ec555a2765b4a01fb762f09fe7179bd", "shasum": "" }, "require": { - "php": "^8.1.0" + "php": "^8.2.0" }, "require-dev": { - "friendsofphp/php-cs-fixer": "^3.49", - "laravel-zero/framework": "^10.3", - "laravel/pint": "^1.13", - "nunomaduro/termwind": "^1.15", + "friendsofphp/php-cs-fixer": "^3.54", + "laravel-zero/framework": "^11.0", + "laravel/pint": "^1.15", + "nunomaduro/termwind": "^2.0", "spatie/invade": "^1.1", - "squizlabs/php_codesniffer": "^3.8", - "tightenco/tlint": "^9.2" + "squizlabs/php_codesniffer": "^3.9", + "tightenco/tlint": "^9.3" }, "bin": [ "builds/duster" @@ -12312,7 +12312,7 @@ "issues": "https://github.com/tighten/duster/issues", "source": "https://github.com/tighten/duster" }, - "time": "2024-03-30T17:16:21+00:00" + "time": "2024-06-03T18:29:50+00:00" }, { "name": "zbateson/mail-mime-parser", @@ -12536,5 +12536,5 @@ "platform-overrides": { "php": "8.2" }, - "plugin-api-version": "2.3.0" + "plugin-api-version": "2.6.0" }