Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
fix(chore): for to downgrade for prevent any problem of not compatible h5p
  • Loading branch information
jorisdugue committed Sep 18, 2023
1 parent e940b3f commit 8a17e2e
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 @@ -23,15 +23,15 @@
"name": "Joris Dugué",
"email": "[email protected]",
"role": "developer",
"homepage": "https://joris.dugue.ml"
"homepage": "https://zaruike.dev"
}
],
"require": {
"php": ">= 7.2.5",
"doctrine/orm": "^2.14.1",
"guzzlehttp/guzzle": "^7.5",
"h5p/h5p-core": "^1.24",
"h5p/h5p-editor": "^1.25",
"h5p/h5p-core": "~1.24.0",
"h5p/h5p-editor": "~1.24.0",
"symfony/framework-bundle": "~5.0|~6.0|~7.0",
"symfony/serializer": "~5.0|~6.0|~7.0",
"twig/extra-bundle": "^3.0",
Expand Down

0 comments on commit 8a17e2e

Please sign in to comment.