Skip to content

Commit

Permalink
Update composer.json (#195)
Browse files Browse the repository at this point in the history
* Update composer.json

* Update readme.md
  • Loading branch information
tarreislam authored Sep 21, 2023
1 parent 357a1df commit dcee8dd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"type": "package",
"require": {
"php": ">=7.4",
"laravel/framework": "^8|^9",
"laravel/framework": "^8|^9|^10",
"h5p/h5p-core": "1.24.*|dev-master",
"h5p/h5p-editor": "1.24.*|dev-master",
"escolalms/core": "^1",
Expand Down
5 changes: 4 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Headless H5P Laravel API
# Headless H5P Laravel API for Escola LMS ecosystem

[![swagger](https://img.shields.io/badge/documentation-swagger-green)](https://escolalms.github.io/H5P/)
[![codecov](https://codecov.io/gh/EscolaLMS/H5P/branch/main/graph/badge.svg?token=ci4VPQbrOI)](https://codecov.io/gh/EscolaLMS/H5P)
Expand All @@ -8,6 +8,9 @@
[![downloads](https://img.shields.io/packagist/l/escolalms/headless-h5p)](https://packagist.org/packages/escolalms/headless-h5p)
[![Maintainability](https://api.codeclimate.com/v1/badges/6316e8dc93a06d28c6a0/maintainability)](https://codeclimate.com/github/EscolaLMS/H5P/maintainability)

## Before you begin
This product is tightly coupled with the Escola LMS ecosystem and is not compatible with any other Laravel application.

## Working demo

Proof of concept demo is available at [https://h5p-laravel-demo.stage.etd24.pl/](https://h5p-laravel-demo.stage.etd24.pl/).
Expand Down

0 comments on commit dcee8dd

Please sign in to comment.