From db2a5f024ee6a7212b04d27829afcbbdfe25e786 Mon Sep 17 00:00:00 2001 From: yvesniyo Date: Tue, 7 Feb 2023 18:16:05 +0200 Subject: [PATCH] Added the php version acceptable to composer.json --- composer.json | 1 + 1 file changed, 1 insertion(+) diff --git a/composer.json b/composer.json index 1f8cfb4..b579b0e 100644 --- a/composer.json +++ b/composer.json @@ -11,6 +11,7 @@ "encryption" ], "require": { + "php": "^7.2", "aminyazdanpanah/php-shaka": "^1.0", "php-ffmpeg/php-ffmpeg": "^0.19.0" },