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 d2ab8e7..7f5f333 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 c8eebce..8cd339a 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ DotKernel's debug bar built on top of [maximebf/php-debugbar](https://github.com/maximebf/php-debugbar). ![OSS Lifecycle](https://img.shields.io/osslifecycle/dotkernel/dot-debugbar) -![PHP from Packagist (specify version)](https://img.shields.io/packagist/php-v/dotkernel/dot-debugbar/1.1.4) +![PHP from Packagist (specify version)](https://img.shields.io/packagist/php-v/dotkernel/dot-debugbar/1.1.5) [![GitHub issues](https://img.shields.io/github/issues/dotkernel/dot-debugbar)](https://github.com/dotkernel/dot-debugbar/issues) [![GitHub forks](https://img.shields.io/github/forks/dotkernel/dot-debugbar)](https://github.com/dotkernel/dot-debugbar/network) diff --git a/composer.json b/composer.json index 47cb905..8db3070 100644 --- a/composer.json +++ b/composer.json @@ -27,11 +27,11 @@ } }, "require": { - "php": "~8.1.0 || ~8.2.0", - "doctrine/orm": "^2.7", - "dotkernel/dot-twigrenderer": "^3.4", - "laminas/laminas-stratigility": "^3.9", - "maximebf/debugbar": "^1.17" + "php": "~8.1.0 || ~8.2.0 || ~8.3.0", + "doctrine/orm": "^2.17.3", + "dotkernel/dot-twigrenderer": "^3.4.2", + "laminas/laminas-stratigility": "^3.11.0", + "maximebf/debugbar": "^1.19.1" }, "autoload-dev": { "psr-4": { @@ -40,8 +40,8 @@ }, "require-dev": { "laminas/laminas-coding-standard": "^2.5", - "phpunit/phpunit": "^10.2", - "vimeo/psalm": "^5.13" + "phpunit/phpunit": "^10.5.7", + "vimeo/psalm": "^5.19.1" }, "scripts": { "check": [