From cb2f59d13a16210ea25bd7177471abcb4312071c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=90=D0=BD=D0=B4=D1=80=D0=B5=D0=B9=20=D0=90=D1=80=D1=82?= =?UTF-8?q?=D0=B0=D1=85=D0=B0=D0=BD=D0=BE=D0=B2?= Date: Tue, 3 Oct 2023 16:00:49 +0300 Subject: [PATCH] update dependencies --- .github/workflows/ci.yml | 2 +- composer.json | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7cee895..6298c9c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - php-version: ['7.3', '7.4', '8.0'] + php-version: ['7.3', '7.4', '8.0', '8.1', '8.2'] steps: - uses: actions/checkout@v2 - name: Setup PHP ${{ matrix.php-version }} diff --git a/composer.json b/composer.json index 78e49a1..743a4e5 100644 --- a/composer.json +++ b/composer.json @@ -21,11 +21,12 @@ "minimum-stability": "stable", "require": { "ext-json": "*", - "php": ">=7.2", + "php": ">=7.3", "pda/pheanstalk": "^4.0", - "symfony/messenger": "^5.2" + "symfony/messenger": "^5.0|^6.0" }, "require-dev": { + "roave/security-advisories": "dev-latest", "phpmd/phpmd": "^2.9", "squizlabs/php_codesniffer": "^3.5", "phpunit/phpunit": "^9.5"