From 8060d66c7845f5d2069aa411f126529b8c110d26 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andrei=20Ioni=C8=9B=C4=83?= Date: Wed, 1 Apr 2026 13:16:27 +0100 Subject: [PATCH] feat: support laravel 13 --- .github/workflows/tests.yml | 2 +- composer.json | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 9a19915..2c65baa 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -13,10 +13,10 @@ jobs: fail-fast: false matrix: php: - - 8.1 - 8.2 - 8.3 - 8.4 + - 8.5 steps: - name: Checkout diff --git a/composer.json b/composer.json index 750d6a4..f8a150f 100644 --- a/composer.json +++ b/composer.json @@ -4,12 +4,12 @@ "description": "Lightweight package that enables easy display and management of your application's version information.", "license": "MPL-2.0", "require": { - "php": "^8.1", - "illuminate/support": "^10.0|^11.0|^12.0" + "php": "^8.2", + "illuminate/support": "^10.0|^11.0|^12.0|^13.0" }, "require-dev": { - "friendsofphp/php-cs-fixer": "^3.84", - "orchestra/testbench": "^8.0|^9.0|^10.0" + "friendsofphp/php-cs-fixer": "^3.94", + "orchestra/testbench": "^8.0|^9.0|^10.0|^11.0" }, "autoload": { "psr-4": {