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 13, 2015
1 parent 9d30d0b commit 59bc93c
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

Package to generate reports with [JasperReports 6](http://community.jaspersoft.com/project/jasperreports-library) library through [JasperStarter v3](http://jasperstarter.sourceforge.net/) command-line tool.

##Install

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

##Introduction

This package aims to be a solution to compile and process JasperReports (.jrxml & .jasper files).
Expand Down Expand Up @@ -136,11 +142,16 @@ Now run the `java -version` again and check if the output is ok.

Install [Composer](http://getcomposer.org) if you don't have it.

Now in your `composer.json` file add:
```
composer require cossou/jasperphp:2.0.*
```

Or in your `composer.json` file add:

```javascript
{
"require": {
"cossou/jasperphp": "dev-master",
"cossou/jasperphp": "2.0.*",
}
}
```
Expand Down

0 comments on commit 59bc93c

Please sign in to comment.