Skip to content

Commit 4df8276

Browse files
committed
Fix PHP8.1 crash on null parameter instead array
1 parent dc4050a commit 4df8276

3 files changed

Lines changed: 22 additions & 8 deletions

File tree

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
# Version 4.1.3 (cmming soon)
2+
3+
* Min. PHP Version set to 7.3
4+
* Support PhpUnit 8.0
5+
* Please take a look at [UPGRADE-4.0.0](UPGRADE-4.0.0.md)
6+
7+
## Features
8+
9+
* none
10+
11+
## Bugfixes
12+
* import
13+
* Fix PHP8.1 crash on null parameter instead array
14+
115
# Version 4.1.2
216

317
* Min. PHP Version set to 7.3

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"license": "MIT",
55
"require": {
66
"php": ">=7.3.0",
7-
"techdivision/import": "^17.1.1",
7+
"techdivision/import": "^17.1.2",
88
"techdivision/import-cli": "^12.0.0",
99
"techdivision/import-app-simple": "^18.0.0",
1010
"techdivision/import-configuration-jms": "^17.1.0",

composer.lock

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)