Skip to content

Commit

Permalink
chore: fix readme
Browse files Browse the repository at this point in the history
  • Loading branch information
k0d3r1s committed Mar 15, 2023
1 parent 73660eb commit ca307d7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ composer require whitedigital-eu/storage-item-resource
```

With the help of `vich/uploader-bundle` this package enables file upload when used with api platform.
After this, you need to update your database schema to use Audit entity.
After this, you need to update your database schema to use StorageItem entity.
If using migrations:
```shell
bin/console doctrine:migrations:diff
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"require": {
"php": ">=8.1.0",
"ext-exif": "*",
"api-platform/core": "^3",
"api-platform/core": "^3.1",
"doctrine/annotations": "*",
"doctrine/doctrine-bundle": "*",
"doctrine/orm": "*",
Expand Down

0 comments on commit ca307d7

Please sign in to comment.