From 1319fbb5c8a6d9305ac4b107a9aac42226273de9 Mon Sep 17 00:00:00 2001 From: Brent Scheffler Date: Tue, 25 Feb 2025 16:53:37 -0800 Subject: [PATCH 1/3] Updating copyright year. Adding PHP 8.4 to test suite. --- .github/workflows/php.yml | 2 +- LICENSE | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/php.yml b/.github/workflows/php.yml index fe398de..07cd349 100644 --- a/.github/workflows/php.yml +++ b/.github/workflows/php.yml @@ -10,7 +10,7 @@ jobs: strategy: fail-fast: false matrix: - php-version: [8.2, 8.3] + php-version: [8.2, 8.3, 8.4] runs-on: ubuntu-latest diff --git a/LICENSE b/LICENSE index 1e98576..ae616bf 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2024 nimbly.io +Copyright (c) 2025 nimbly.io Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal From a7f399df5c9b8e609934d202cdd05910910d948a Mon Sep 17 00:00:00 2001 From: Brent Scheffler Date: Tue, 25 Feb 2025 16:59:29 -0800 Subject: [PATCH 2/3] Bumping Psalm to 6.x --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 2233d01..e859138 100644 --- a/composer.json +++ b/composer.json @@ -24,7 +24,7 @@ }, "require-dev": { "phpunit/phpunit": "^9.0", - "vimeo/psalm": "^5.0", + "vimeo/psalm": "^6.0", "symfony/var-dumper": "^5.1", "nimbly/capsule": "^3.0" } From 93f446a47b2ac2fa44149f852dba622e7594858a Mon Sep 17 00:00:00 2001 From: Brent Scheffler Date: Tue, 25 Feb 2025 17:07:00 -0800 Subject: [PATCH 3/3] Adjusting to new Psalm settings. --- psalm.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/psalm.xml b/psalm.xml index 96323bd..83b76b1 100644 --- a/psalm.xml +++ b/psalm.xml @@ -1,12 +1,13 @@