diff --git a/CHANGELOG.md b/CHANGELOG.md index 3a52639..33af397 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +# Version 28.0.0 + +## Features + +### PHP 8.1 Compatibility + +* Update dependencies +* Add PHP ">=8.1" support +* Remove PHP 7.3 support + # Version 27.0.0 ## Bugfixes diff --git a/composer.json b/composer.json index a0ffee5..a061c4a 100755 --- a/composer.json +++ b/composer.json @@ -4,8 +4,8 @@ "license": "MIT", "require": { "php": "^8.1", - "techdivision/import-product-ee": "dev-compatibility-php-81", - "techdivision/import-product-link": "dev-compatibility-php-81" + "techdivision/import-product-ee": "^27.0.0", + "techdivision/import-product-link": "^26.0.0" }, "require-dev": { "doctrine/dbal": "^4.0.4", @@ -15,8 +15,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,