From f2ca57ab9c05f3f5c3d851cf0426d15997da8cac Mon Sep 17 00:00:00 2001 From: Ingo Pfennigstorf Date: Thu, 13 Jan 2022 14:15:46 +0100 Subject: [PATCH] Use PHP 8.0 --- .php-version | 1 + README.md | 2 +- composer.json | 4 ++-- 3 files changed, 4 insertions(+), 3 deletions(-) create mode 100644 .php-version diff --git a/.php-version b/.php-version new file mode 100644 index 0000000..cc40bca --- /dev/null +++ b/.php-version @@ -0,0 +1 @@ +8.0 diff --git a/README.md b/README.md index bc54c7f..309795a 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # IIIF Bundle -This is a Symfony 5.x Bundle to get an IIIF Representation out of arbitrary data structures. +This is a Symfony 5.x/6.x Bundle to get an IIIF Representation out of arbitrary data structures. ## Example configuration diff --git a/composer.json b/composer.json index 5327054..d84766b 100644 --- a/composer.json +++ b/composer.json @@ -22,9 +22,9 @@ "php": "^7.4 || ^8.0", "ext-gd": "*", "ext-imagick": "*", - "jms/serializer-bundle": "^3.0", + "jms/serializer-bundle": "^4.0", "liip/imagine-bundle": "^2.0", - "ralouphie/mimey": "^2.0", + "xantios/mimey": "^2.0", "oneup/flysystem-bundle": "^4.0", "subugoe/iiif-model": "^0.2", "myclabs/php-enum": "^1.7"