-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(chore): for to downgrade for prevent any problem of not compatible h5p
- Loading branch information
1 parent
e940b3f
commit 8a17e2e
Showing
1 changed file
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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", | ||
|