Skip to content

Commit

Permalink
Allow more serializer versions
Browse files Browse the repository at this point in the history
  • Loading branch information
ipf committed Jan 10, 2025
1 parent 0e2c9cb commit 7d52fd7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@
"email": "[email protected]"
}],
"require": {
"php": "^8.1",
"jms/serializer": "^4.0 || ^5.0",
"subugoe/iiif-model": "^0.2.4",
"php": "^8.2",
"jms/serializer": "*",
"subugoe/iiif-model": "*",
"doctrine/collections": "*"
},
"scripts": {
Expand Down

0 comments on commit 7d52fd7

Please sign in to comment.