Skip to content

Commit

Permalink
update: doc, composer libs, docker image version
Browse files Browse the repository at this point in the history
  • Loading branch information
geekcom committed Nov 5, 2023
1 parent 5503766 commit bae2d6c
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 5 deletions.
16 changes: 13 additions & 3 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,26 @@
Release Notes - PHPJasper - Version 3.4.0
========================================================
* Update
* Exception::__construct(): Passing null to parameter #2 ($code) of type int is deprecated (Solved)
* Capture JasperStarter errors and include them in ErrorCommandExecutable exception message
* PathExecutable parameter
* Update composer libs
* Update phpjasper docker image
* Update doc
________________________________________________
Release Notes - PHPJasper - Version 3.3.0
========================================================
* Improvement
* add support to coverage tests
* add support to travisCI
* static Static Analysis with phpstan
* Static Analysis with phpstan
* add phpunit.xml.dist
* new badges
________________________________________________
Release Notes - PHPJasper - Version 3.2.0
========================================================
* Improvement
* minimum PHP version now is 7.2
* minimum PHP version now is 7.2
https://www.php.net/supported-versions.php
* phpunit minimal now is 8.*
* Update
Expand Down Expand Up @@ -91,4 +101,4 @@ Release Notes - JasperStarter - Version 3.1.0

* Improvement
* [JAS-84] - How to pass $P{XML_DATA_DOCUMENT} to sub report - additional documentation
________________________________________________________
________________________________________________________
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ Or in your file'composer.json' add:
```json
{
"require": {
"geekcom/phpjasper": "^3.2.0"
"geekcom/phpjasper": "^3.4.0"
}
}
```
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: '2'
services:
php:
image: geekcom/phpjasper
image: geekcom/phpjasper:latest
container_name: phpjasper
volumes:
- .:/var/www/app
Expand Down

0 comments on commit bae2d6c

Please sign in to comment.