Skip to content

Commit

Permalink
fix(chore): resolve namespace and remove doctrine annotation of readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jorisdugue committed Nov 20, 2024
1 parent 2cf24fe commit 17fd413
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,10 @@ This bundle was tested on :
Prerequisite
------------

You need install doctrine annotations and orm before running this installation
You need install orm before running this installation

```bash
composer require orm
composer require doctrine/annotations
```

Installation
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jorisdugue/h5p-bundle",
"version": "3.0.0",
"version": "3.0.1",
"type": "symfony-bundle",
"description": "H5P Bundle for Symfony 5, 6 and Symfony 7",
"keywords": [
Expand Down

0 comments on commit 17fd413

Please sign in to comment.