Skip to content
This repository has been archived by the owner on Oct 25, 2022. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
cossou committed Oct 16, 2015
1 parent c99cbee commit 6e222fb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Package to generate reports with [JasperReports 6](http://community.jaspersoft.c
##Install

```
composer require cossou/jasperphp:2.1.*
composer require cossou/jasperphp
```

##Introduction
Expand Down Expand Up @@ -143,15 +143,15 @@ Now run the `java -version` again and check if the output is ok.
Install [Composer](http://getcomposer.org) if you don't have it.

```
composer require cossou/jasperphp:2.1.*
composer require cossou/jasperphp
```

Or in your `composer.json` file add:

```javascript
{
"require": {
"cossou/jasperphp": "2.1.*",
"cossou/jasperphp": "~2",
}
}
```
Expand Down

0 comments on commit 6e222fb

Please sign in to comment.