diff --git a/CHANGELOG.md b/CHANGELOG.md index a58d513..bc2ace0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +# Version 18.0.0 + +## Features + +### PHP 8.1 Compatibility + +* Update dependencies +* Add PHP ">=8.1" support +* Remove PHP 7.3 support + # Version 17.0.6 ## Bugfixes diff --git a/composer.json b/composer.json index 8e6dc84..a32c3ab 100755 --- a/composer.json +++ b/composer.json @@ -4,7 +4,7 @@ "license": "MIT", "require": { "php": "^8.1", - "techdivision/import-customer": "dev-compatibility-php-81" + "techdivision/import-customer": "^18.0.0" }, "require-dev": { "doctrine/dbal": "^4.0.4", @@ -14,8 +14,8 @@ "sebastian/phpcpd": "^2.0.1", "squizlabs/php_codesniffer": "^3.10.1", "consolidation/robo": "^4.0.2", - "mikey179/vfsstream": "v1.6.11", - "symfony/http-kernel": "v4.4.51" + "mikey179/vfsstream": "~1.6.11", + "symfony/http-kernel": "~4.4.51" }, "minimum-stability": "dev", "prefer-stable": true,