From 4741110986ca56992135bcb20d0990829312b62c Mon Sep 17 00:00:00 2001 From: otsch Date: Tue, 6 Jan 2026 21:57:30 +0100 Subject: [PATCH] Update dev dependencies Allow PEST ^4.0 and PHPStan ^2.0. --- LICENSE | 2 +- composer.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/LICENSE b/LICENSE index 4b0c56e..8a745ea 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2025 Christian Olear +Copyright (c) 2026 Christian Olear Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the diff --git a/composer.json b/composer.json index 7d46456..63872a5 100644 --- a/composer.json +++ b/composer.json @@ -40,9 +40,9 @@ "php" : "^8.0" }, "require-dev": { - "pestphp/pest": "^1.21|^2.0|^3.0", + "pestphp/pest": "^1.21|^2.0|^3.0|^4.0", "friendsofphp/php-cs-fixer": "^3.8", - "phpstan/phpstan": "^1.7" + "phpstan/phpstan": "^1.7|^2.0" }, "scripts": { "test": "@php vendor/bin/pest",