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/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 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",