Skip to content

Commit 0ab272e

Browse files
committed
update docs
1 parent b445e76 commit 0ab272e

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,14 +82,14 @@ Now run the `javac -version` again and check if the output is ok.
8282

8383
Install [Composer](http://getcomposer.org) if you don't have it.
8484
```
85-
composer require geekcom/phpjasper
85+
composer require geekcom/phpjasper-laravel
8686
```
8787
Or in your file'composer.json' add:
8888

8989
```json
9090
{
9191
"require": {
92-
"geekcom/phpjasper": "^2.4"
92+
"geekcom/phpjasper-laravel": "^1.0"
9393
}
9494
}
9595
```

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "geekcom/phpjasper",
2+
"name": "geekcom/phpjasper-laravel",
33
"description": "A PHP report generator",
44
"license": "MIT",
55
"keywords": [

docs/pt_BR/LEIA-ME_pt_BR.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,15 +84,15 @@ Agora rode novamente o comando `javac -version` e veja se deu tudo certo.
8484
Instale o [Composer](http://getcomposer.org), e rode o comando:
8585

8686
```
87-
composer require geekcom/phpjasper
87+
composer require geekcom/phpjasper-laravel
8888
```
8989

9090
Ou crie um arquivo 'composer.json' e adicione o trecho:
9191

9292
```json
9393
{
9494
"require": {
95-
"geekcom/phpjasper": "^2.1"
95+
"geekcom/phpjasper-laravel": "^1.0"
9696
}
9797
}
9898
```

0 commit comments

Comments
 (0)