Skip to content

Commit

Permalink
Make the project compatible with Allegro
Browse files Browse the repository at this point in the history
  • Loading branch information
Carlos Ortega committed Nov 27, 2016
1 parent ca66694 commit 9e48e68
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
13 changes: 8 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,16 @@ This command requires you to have Composer installed globally, as explained
in the [installation chapter](https://getcomposer.org/doc/00-intro.md)
of the Composer documentation.

Step 2: Enable the Bundle
Step 2: Enable the bundle
-------------------------

Then, enable the bundle by adding it to the list of registered bundles
in the `app/AppKernel.php` file of your project (as it is meant to be for
development, you may want to place it under your development configuration in
this file):
If you are using [Allegro](https://github.com/carlosV2/Allegro) then you don't
need to do anything else to have it installed.

In case you are not using Allegro, enable the bundle by adding it to the list
of registered bundles in the `app/AppKernel.php` file of your project (as it
is meant to be for development, you may want to place it under your development
configuration in this file):

```php
<?php
Expand Down
3 changes: 3 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
},
"symfony": {
"bundles": ["carlosV2\\DumbsmartRepositoriesBundle\\DumbsmartRepositoriesBundle"]
}
},
"suggest": {
Expand Down

0 comments on commit 9e48e68

Please sign in to comment.