diff --git a/.github/workflows/codecov.yml b/.github/workflows/codecov.yml index f5980e7..190b4da 100644 --- a/.github/workflows/codecov.yml +++ b/.github/workflows/codecov.yml @@ -17,6 +17,7 @@ jobs: php: - "8.1" - "8.2" + - "8.3" steps: - name: Checkout diff --git a/.github/workflows/cs-tests.yml b/.github/workflows/cs-tests.yml index e4032b1..e8bbade 100644 --- a/.github/workflows/cs-tests.yml +++ b/.github/workflows/cs-tests.yml @@ -17,6 +17,7 @@ jobs: php: - "8.1" - "8.2" + - "8.3" steps: - name: Checkout diff --git a/.github/workflows/static-analysis.yml b/.github/workflows/static-analysis.yml index 134ff5b..6f7452d 100644 --- a/.github/workflows/static-analysis.yml +++ b/.github/workflows/static-analysis.yml @@ -17,6 +17,7 @@ jobs: php: - "8.1" - "8.2" + - "8.3" steps: - name: Checkout diff --git a/.github/workflows/unit-tests.yml b/.github/workflows/unit-tests.yml index 593bed9..8f6f990 100644 --- a/.github/workflows/unit-tests.yml +++ b/.github/workflows/unit-tests.yml @@ -17,6 +17,7 @@ jobs: php: - "8.1" - "8.2" + - "8.3" steps: - name: Checkout diff --git a/README.md b/README.md index b833381..33960a1 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ DotKernel component providing twig extensions and customizations. ![OSS Lifecycle](https://img.shields.io/osslifecycle/dotkernel/dot-twigrenderer) -![PHP from Packagist (specify version)](https://img.shields.io/packagist/php-v/dotkernel/dot-twigrenderer/3.4.1) +![PHP from Packagist (specify version)](https://img.shields.io/packagist/php-v/dotkernel/dot-twigrenderer/3.4.2) [![GitHub issues](https://img.shields.io/github/issues/dotkernel/dot-twigrenderer)](https://github.com/dotkernel/dot-twigrenderer/issues) [![GitHub forks](https://img.shields.io/github/forks/dotkernel/dot-twigrenderer)](https://github.com/dotkernel/dot-twigrenderer/network) diff --git a/composer.json b/composer.json index 7b26cd0..28a0747 100644 --- a/composer.json +++ b/composer.json @@ -16,21 +16,21 @@ } ], "require": { - "php": "~8.1.0 || ~8.2.0", - "laminas/laminas-servicemanager": "^3.11", - "mezzio/mezzio-twigrenderer": "^2.9", - "laminas/laminas-view": "^2.20", - "laminas/laminas-authentication": "^2.10", - "dotkernel/dot-navigation": "^3.1", - "dotkernel/dot-flashmessenger": "^3.1.1", - "laminas/laminas-form": "^3.1.1", - "doctrine/doctrine-module": "^5.1", - "dotkernel/dot-authorization": "^3.3" + "php": "~8.1.0 || ~8.2.0 || ~8.3.0", + "laminas/laminas-servicemanager": "^3.22.1", + "mezzio/mezzio-twigrenderer": "^2.15", + "laminas/laminas-view": "^2.33", + "laminas/laminas-authentication": "^2.16", + "dotkernel/dot-navigation": "^3.4.2", + "dotkernel/dot-flashmessenger": "^3.4.2", + "laminas/laminas-form": "^3.19.1", + "doctrine/doctrine-module": "^6.1.0", + "dotkernel/dot-authorization": "^3.4.1" }, "require-dev": { - "phpunit/phpunit": "^10.2", + "phpunit/phpunit": "^10.5.7", "laminas/laminas-coding-standard": "^2.5", - "vimeo/psalm": "^5.13" + "vimeo/psalm": "^5.19.1" }, "autoload": { "psr-4": {