Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,10 @@ You may provide the following as envelopes:

<a name="changelog"></a>
## Changelog
* `1.5.0`
* The minimum PHP version has been changed from 5.4 to 7.3.
* Packages have been updated.
* Old tests modified
* `1.4.1`
* Added optional `mrz_authority` and `mrz_issue_date` fields for document event
* `1.4.0`
Expand Down
16 changes: 8 additions & 8 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,17 +18,17 @@
},
"minimum-stability": "stable",
"require": {
"php": ">=5.4",
"psr/http-message": "~1.0",
"psr/log": "~1.0",
"guzzlehttp/psr7": ">=1.0.0"
"php": ">=7.3",
"psr/http-message": "2.0",
"psr/log": "1.1.4",
"guzzlehttp/psr7": "2.7.0"
},
"suggest": {
"guzzlehttp/guzzle": ">=6.0.0"
"guzzlehttp/guzzle": ">=7.9.2"
},
"require-dev": {
"phpunit/phpunit": "4.8.36",
"symfony/yaml": "2.1.13",
"phpdocumentor/reflection-docblock": "2.0.4"
"phpunit/phpunit": "9.6.22",
"symfony/yaml": "5.4.45",
"phpdocumentor/reflection-docblock": "5.3.0"
}
}
Loading