Skip to content

Commit bae2d6c

Browse files
committed
update: doc, composer libs, docker image version
1 parent 5503766 commit bae2d6c

File tree

3 files changed

+15
-5
lines changed

3 files changed

+15
-5
lines changed

CHANGES.md

+13-3
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,26 @@
1+
Release Notes - PHPJasper - Version 3.4.0
2+
========================================================
3+
* Update
4+
* Exception::__construct(): Passing null to parameter #2 ($code) of type int is deprecated (Solved)
5+
* Capture JasperStarter errors and include them in ErrorCommandExecutable exception message
6+
* PathExecutable parameter
7+
* Update composer libs
8+
* Update phpjasper docker image
9+
* Update doc
10+
________________________________________________
111
Release Notes - PHPJasper - Version 3.3.0
212
========================================================
313
* Improvement
414
* add support to coverage tests
515
* add support to travisCI
6-
* static Static Analysis with phpstan
16+
* Static Analysis with phpstan
717
* add phpunit.xml.dist
818
* new badges
919
________________________________________________
1020
Release Notes - PHPJasper - Version 3.2.0
1121
========================================================
1222
* Improvement
13-
* minimum PHP version now is 7.2
23+
* minimum PHP version now is 7.2
1424
https://www.php.net/supported-versions.php
1525
* phpunit minimal now is 8.*
1626
* Update
@@ -91,4 +101,4 @@ Release Notes - JasperStarter - Version 3.1.0
91101

92102
* Improvement
93103
* [JAS-84] - How to pass $P{XML_DATA_DOCUMENT} to sub report - additional documentation
94-
________________________________________________________
104+
________________________________________________________

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ Or in your file'composer.json' add:
8080
```json
8181
{
8282
"require": {
83-
"geekcom/phpjasper": "^3.2.0"
83+
"geekcom/phpjasper": "^3.4.0"
8484
}
8585
}
8686
```

docker-compose.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
version: '2'
22
services:
33
php:
4-
image: geekcom/phpjasper
4+
image: geekcom/phpjasper:latest
55
container_name: phpjasper
66
volumes:
77
- .:/var/www/app

0 commit comments

Comments
 (0)