Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: subugoe/IIIFBundle
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.11.10
Choose a base ref
...
head repository: subugoe/IIIFBundle
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 1 commit
  • 3 files changed
  • 1 contributor

Commits on Jan 13, 2022

  1. Use PHP 8.0

    ipf committed Jan 13, 2022
    Copy the full SHA
    f2ca57a View commit details
Showing with 4 additions and 3 deletions.
  1. +1 −0 .php-version
  2. +1 −1 README.md
  3. +2 −2 composer.json
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

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