Skip to content

Commit 2b08d53

Browse files
committed
Update README
1 parent dd326bd commit 2b08d53

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ Symfony bundle which provides a way to version your application using various ve
3131
composer require bizkit/versioning-bundle
3232
```
3333

34+
If your project doesn't use [Symfony Flex](https://github.com/symfony/flex), continue with the following steps:
35+
3436
1. Create a configuration file under `config/packages/bizkit_versioning.yaml`. Here's a reference configuration:
3537

3638
```yaml
@@ -84,8 +86,7 @@ Symfony bundle which provides a way to version your application using various ve
8486
path_to_executable: null
8587
```
8688

87-
1. If your project doesn't use [Symfony Flex](https://github.com/symfony/flex), enable the bundle in
88-
`config/bundles.php` by adding it to the array:
89+
1. Enable the bundle in `config/bundles.php` by adding it to the array:
8990

9091
```php
9192
Bizkit\VersioningBundle\BizkitVersioningBundle::class => ['all' => true],

0 commit comments

Comments
 (0)