Skip to content

Commit

Permalink
README: minor cleanups
Browse files Browse the repository at this point in the history
* don't reference old symfony versions
* this bundle has a recipe now, so no need to require it being enabled manually
  • Loading branch information
lazka committed Jan 14, 2025
1 parent f5f4075 commit 518a58b
Showing 1 changed file with 1 addition and 14 deletions.
15 changes: 1 addition & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

DISCLAIMER: This bundle needs a specific ALMA configuration to work. Please contact [[email protected]](mailto:[email protected]) for more information.

This Symfony 4.4 bundle provides API endpoints for
This bundle provides API endpoints for

- assigning a call number to a book
- borrowing a book from the sublibrary
Expand All @@ -35,19 +35,6 @@ You can install the bundle directly from [packagist.org](https://packagist.org/p
composer require dbp/relay-sublibrary-bundle
```

## Integration into the API Server

* Add the necessary bundles to your `config/bundles.php`:

```php
...
Dbp\Relay\SublibraryBundle\DbpRelaySublibraryBundle::class => ['all' => true],
Dbp\Relay\CoreBundle\DbpRelayCoreBundle::class => ['all' => true],
];
```

* Run `composer install` to clear caches

## Configuration

The bundle has configuration values that you can specify in your app, either by hardcoding it,
Expand Down

0 comments on commit 518a58b

Please sign in to comment.