From 2243d850522b4023ef90b58a7ec2d9c3d6282c2e Mon Sep 17 00:00:00 2001 From: Dennis Riehle Date: Thu, 23 Jan 2025 19:59:10 +0100 Subject: [PATCH 1/2] allow PHP 8.4 --- .github/workflows/coding-standards.yml | 2 +- .github/workflows/composer-lint.yml | 2 +- .github/workflows/continuous-integration.yml | 1 + .github/workflows/phpstan.yml | 2 +- composer.json | 4 ++-- 5 files changed, 6 insertions(+), 5 deletions(-) diff --git a/.github/workflows/coding-standards.yml b/.github/workflows/coding-standards.yml index 1e78392d..0e55e906 100644 --- a/.github/workflows/coding-standards.yml +++ b/.github/workflows/coding-standards.yml @@ -25,4 +25,4 @@ jobs: name: "Coding Standards" uses: "doctrine/.github/.github/workflows/coding-standards.yml@6.0.0" with: - php-version: "8.3" + php-version: "8.4" diff --git a/.github/workflows/composer-lint.yml b/.github/workflows/composer-lint.yml index 39e14e0c..0b791ea1 100644 --- a/.github/workflows/composer-lint.yml +++ b/.github/workflows/composer-lint.yml @@ -19,4 +19,4 @@ jobs: name: "Composer Lint" uses: "doctrine/.github/.github/workflows/composer-lint.yml@6.0.0" with: - php-version: "8.3" + php-version: "8.4" diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index ce162874..056f9a26 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -32,6 +32,7 @@ jobs: - "8.1" - "8.2" - "8.3" + - "8.4" dbal-version: - "3.3.0" dependencies: diff --git a/.github/workflows/phpstan.yml b/.github/workflows/phpstan.yml index f1e6edc2..17457e45 100644 --- a/.github/workflows/phpstan.yml +++ b/.github/workflows/phpstan.yml @@ -25,4 +25,4 @@ jobs: name: "Static Analysis" uses: "doctrine/.github/.github/workflows/phpstan.yml@6.0.0" with: - php-version: "8.3" + php-version: "8.4" diff --git a/composer.json b/composer.json index 2a14aec5..3af9add7 100644 --- a/composer.json +++ b/composer.json @@ -11,11 +11,11 @@ ], "homepage": "https://www.doctrine-project.org/", "require": { - "php": "~8.1.0 || ~8.2.0 || ~8.3.0", + "php": "~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0", "ext-json": "*", "doctrine/dbal": "^3.3.2", "doctrine/doctrine-laminas-hydrator": "^3.2.0", - "doctrine/doctrine-module": "^6.2.0", + "doctrine/doctrine-module": "^6.3.0", "doctrine/event-manager": "^2.0.0", "doctrine/orm": "^2.13.0", "doctrine/persistence": "^3.0.0", From f4f5782bde1468f98466e141092ebf05e12c11e2 Mon Sep 17 00:00:00 2001 From: Dennis Riehle Date: Fri, 24 Jan 2025 16:20:01 +0100 Subject: [PATCH 2/2] year 2025 --- LICENSE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LICENSE.md b/LICENSE.md index e59a0ab9..490617fa 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -1,4 +1,4 @@ -Copyright (c) 2006-2023 Doctrine Project +Copyright (c) 2006-2025 Doctrine Project Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation