Skip to content

Commit

Permalink
Use PHP 8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ipf committed Jan 13, 2022
1 parent 7041f23 commit f2ca57a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .php-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
8.0
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit f2ca57a

Please sign in to comment.