Skip to content

Commit

Permalink
Changed Composer constraints for Symfony 4 support (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sander-Toonen authored and norberttech committed Mar 9, 2019
1 parent 028d266 commit 605bdaf
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,15 @@ This bundle is supporting following Symfony versions:

* [Symfony ^2.8](https://github.com/norzechowicz/aceeditor-bundle/tree/2.8)
* [Symfony ^3.0](https://github.com/norzechowicz/aceeditor-bundle/tree/3.0)
* [Symfony ^4.0](https://github.com/norzechowicz/aceeditor-bundle/tree/4.0)


## Composer

To use this bundle with `Symfony ^3.0`, require it in [Composer](https://getcomposer.org/):
To use this bundle with `Symfony ^4.0`, require it in [Composer](https://getcomposer.org/):

```sh
composer require "norzechowicz/aceeditor-bundle" ^3.0
composer require "norzechowicz/aceeditor-bundle" ^4.0
```

Register bundle in AppKernel.php
Expand Down

0 comments on commit 605bdaf

Please sign in to comment.