Skip to content

Commit ff21e6f

Browse files
committed
Fix php 8.1 compatibility
1 parent 1bfa1fc commit ff21e6f

File tree

5 files changed

+26
-10
lines changed

5 files changed

+26
-10
lines changed

.semver

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
:major: 4
33
:minor: 2
4-
:patch: 2
4+
:patch: 3
55
:special: ''
66
:metadata: ''

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
# Version 4.2.3
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+
13+
* import:
14+
* php 8.1 compatibility
15+
16+
117
# Version 4.2.2
218

319
* Min. PHP Version set to 7.3

RoboFile.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ class RoboFile extends \Robo\Tasks
4040
'target.dir' => __DIR__ . '/target',
4141
'symfony.dir' => __DIR__ . '/symfony',
4242
'webapp.name' => 'import-cli-simple',
43-
'webapp.version' => '4.2.2'
43+
'webapp.version' => '4.2.3'
4444
);
4545

4646
/**

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.3.5",
7+
"techdivision/import": "^17.3.6",
88
"techdivision/import-cli": "^12.1.1",
99
"techdivision/import-app-simple": "^18.0.0",
1010
"techdivision/import-configuration-jms": "^17.3.1",

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)