Skip to content

Commit

Permalink
fix readme
Browse files Browse the repository at this point in the history
  • Loading branch information
addfs committed Jul 5, 2022
1 parent ce852fb commit 7c8c0b0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@ Also PinbaBundle changes pinba `script_name` variable to `request_uri` value oth

## Installation ##

PinbaBundle requires Symfony 2.1 or higher.
PinbaBundle requires Symfony 4.4 or higher.

Require the bundle in your `composer.json` file:

```json
{
"require": {
"intaro/pinba-bundle": "~0.4.2",
"intaro/pinba-bundle": "^2.0",
}
}
```
Expand All @@ -33,9 +33,9 @@ Require the bundle in your `composer.json` file:

public function registerBundles()
{
$bundles = array(
$bundles = [
//...
);
];

if ('prod' === $this->environment) {
$bundles[] = new Intaro\PinbaBundle\IntaroPinbaBundle();
Expand Down

0 comments on commit 7c8c0b0

Please sign in to comment.