File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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+
34361. 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\V ersioningBundle\B izkitVersioningBundle::class => [' all' => true],
You can’t perform that action at this time.
0 commit comments