Skip to content

Commit 58f807f

Browse files
author
geekcom
committed
Update README.md
1 parent 8bb58c3 commit 58f807f

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
# JasperReports for PHP
1+
# JasperReports for PHP v1.0
2+
3+
***Is using Linux servers?*
4+
5+
Do not forget to grant permission 777 for the directory **/vendor/lavela/phpjasper/src/JasperStarter/bin** and the file binary **jasperstarter**
26

37
##Introduction
48

@@ -72,7 +76,7 @@ Or in your 'composer.json' file add:
7276
```javascript
7377
{
7478
"require": {
75-
"lavela/phpjasper": "1.0",
79+
"lavela/phpjasper": "1.*"
7680
}
7781
}
7882
```
@@ -196,7 +200,7 @@ Or in your 'composer.json' file add:
196200
```javascript
197201
{
198202
"require": {
199-
"lavela/phpjasper": "1.0",
203+
"lavela/phpjasper": "1.*"
200204
}
201205
}
202206
```

0 commit comments

Comments
 (0)