Skip to content

Commit

Permalink
Update doc to include modern SF versions
Browse files Browse the repository at this point in the history
  • Loading branch information
lisachenko authored Dec 22, 2017
1 parent cdc4a16 commit 0433bf2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ GoAopBundle
[![Minimum PHP Version](http://img.shields.io/badge/php-%3E%3D%205.5-8892BF.svg)](https://php.net/)
[![License](https://img.shields.io/packagist/l/goaop/goaop-symfony-bundle.svg)](https://packagist.org/packages/goaop/goaop-symfony-bundle)

The GoAopBundle adds support for Aspect-Oriented Programming via Go! AOP Framework for Symfony2 applications.
The GoAopBundle adds support for Aspect-Oriented Programming via Go! AOP Framework for Symfony2-Symfony4 applications.

Overview
--------
Expand All @@ -33,7 +33,7 @@ $ composer require goaop/goaop-symfony-bundle
```

Versions 1.x are for Symfony >=2.0,<2.7
Versions 2.x(master) are for Symfony >= 2.7 and 3.0
Versions 2.x(master) are for Symfony >= 2.7 and 3.x

Then enable the bundle in the kernel:
```php
Expand Down

0 comments on commit 0433bf2

Please sign in to comment.