diff --git a/.github/workflows/static-analysis.yml b/.github/workflows/static-analysis.yml index ebc1fe4..b0b145c 100644 --- a/.github/workflows/static-analysis.yml +++ b/.github/workflows/static-analysis.yml @@ -13,7 +13,7 @@ jobs: strategy: fail-fast: true matrix: - php: [ 8.3, 8.2, 8.1 ] + php: [ 8.4, 8.3, 8.2, 8.1 ] name: P${{ matrix.php }} diff --git a/composer.json b/composer.json index efd5b7a..0101645 100644 --- a/composer.json +++ b/composer.json @@ -4,7 +4,7 @@ "type": "phpstan-extension", "keywords": ["dev", "static analysis"], "require": { - "php": "~8.1|~8.2|~8.3", + "php": "~8.1|~8.2|~8.3|~8.4", "phpstan/phpstan": "^2.1.6", "shipmonk/composer-dependency-analyser": "1.8.2" }, diff --git a/composer.lock b/composer.lock index 9f40b48..59d1f4c 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": "08b8394ad8fddccca5f1dcc1c64b2c8c", + "content-hash": "d94224055d2d8ed25b5e6afa10f0e890", "packages": [ { "name": "phpstan/phpstan", @@ -134,16 +134,16 @@ "packages-dev": [ { "name": "laravel/pint", - "version": "v1.20.0", + "version": "v1.21.0", "source": { "type": "git", "url": "https://github.com/laravel/pint.git", - "reference": "53072e8ea22213a7ed168a8a15b96fbb8b82d44b" + "reference": "531fa0871fbde719c51b12afa3a443b8f4e4b425" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/laravel/pint/zipball/53072e8ea22213a7ed168a8a15b96fbb8b82d44b", - "reference": "53072e8ea22213a7ed168a8a15b96fbb8b82d44b", + "url": "https://api.github.com/repos/laravel/pint/zipball/531fa0871fbde719c51b12afa3a443b8f4e4b425", + "reference": "531fa0871fbde719c51b12afa3a443b8f4e4b425", "shasum": "" }, "require": { @@ -151,15 +151,15 @@ "ext-mbstring": "*", "ext-tokenizer": "*", "ext-xml": "*", - "php": "^8.1.0" + "php": "^8.2.0" }, "require-dev": { - "friendsofphp/php-cs-fixer": "^3.66.0", - "illuminate/view": "^10.48.25", - "larastan/larastan": "^2.9.12", - "laravel-zero/framework": "^10.48.25", + "friendsofphp/php-cs-fixer": "^3.68.5", + "illuminate/view": "^11.42.0", + "larastan/larastan": "^3.0.4", + "laravel-zero/framework": "^11.36.1", "mockery/mockery": "^1.6.12", - "nunomaduro/termwind": "^1.17.0", + "nunomaduro/termwind": "^2.3", "pestphp/pest": "^2.36.0" }, "bin": [ @@ -196,17 +196,17 @@ "issues": "https://github.com/laravel/pint/issues", "source": "https://github.com/laravel/pint" }, - "time": "2025-01-14T16:20:53+00:00" + "time": "2025-02-18T03:18:57+00:00" } ], "aliases": [], "minimum-stability": "stable", - "stability-flags": [], + "stability-flags": {}, "prefer-stable": false, "prefer-lowest": false, "platform": { - "php": "~8.1|~8.2|~8.3" + "php": "~8.1|~8.2|~8.3|~8.4" }, - "platform-dev": [], - "plugin-api-version": "2.3.0" + "platform-dev": {}, + "plugin-api-version": "2.6.0" }