From 785a5ba05dd88b3b8146f85f18476b259b23917c Mon Sep 17 00:00:00 2001 From: Buster Neece Date: Tue, 2 Jan 2024 04:37:01 -0600 Subject: [PATCH] Update dependencies to include PHP 8.3 and Symfony 7.x. (#914) * Update dependencies to include PHP 8.3 and Symfony 7.x. * Added PHP 8.3 to GitHub Actions --------- Co-authored-by: Pascal Baljet --- .github/workflows/test.yaml | 2 +- composer.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 0effdb08..9a2845a3 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -9,7 +9,7 @@ jobs: fail-fast: true matrix: os: [ubuntu-20.04] - php: [8.2, 8.1, 8.0] + php: [8.3, 8.2, 8.1, 8.0] ffmpeg: [5.0, 4.4] dependency-version: [prefer-lowest, prefer-stable] diff --git a/composer.json b/composer.json index a6d46553..188983bf 100644 --- a/composer.json +++ b/composer.json @@ -46,7 +46,7 @@ } ], "require": { - "php": "^8.0 || ^8.1 || ^8.2", + "php": "^8.0 || ^8.1 || ^8.2 || ^8.3", "evenement/evenement": "^3.0", "psr/log": "^1.0 || ^2.0 || ^3.0", "spatie/temporary-directory": "^2.0",