Skip to content

Commit

Permalink
Fix php 8.1 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
Mardl committed Dec 19, 2022
1 parent 1bfa1fc commit ff21e6f
Show file tree
Hide file tree
Showing 5 changed files with 26 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .semver
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
:major: 4
:minor: 2
:patch: 2
:patch: 3
:special: ''
:metadata: ''
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
# Version 4.2.3

* Min. PHP Version set to 7.3
* Support PhpUnit 8.0
* Please take a look at [UPGRADE-4.0.0](UPGRADE-4.0.0.md)

## Features

* none

## Bugfixes

* import:
* php 8.1 compatibility


# Version 4.2.2

* Min. PHP Version set to 7.3
Expand Down
2 changes: 1 addition & 1 deletion RoboFile.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ class RoboFile extends \Robo\Tasks
'target.dir' => __DIR__ . '/target',
'symfony.dir' => __DIR__ . '/symfony',
'webapp.name' => 'import-cli-simple',
'webapp.version' => '4.2.2'
'webapp.version' => '4.2.3'
);

/**
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"license": "MIT",
"require": {
"php": ">=7.3.0",
"techdivision/import": "^17.3.5",
"techdivision/import": "^17.3.6",
"techdivision/import-cli": "^12.1.1",
"techdivision/import-app-simple": "^18.0.0",
"techdivision/import-configuration-jms": "^17.3.1",
Expand Down
14 changes: 7 additions & 7 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit ff21e6f

Please sign in to comment.