diff --git a/CHANGELOG.md b/CHANGELOG.md
index a5ebd60..79ea456 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,8 +5,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased]
+
+# [1.2.3] = 16 April 2022
### Added
- New command for generate PHPUnit unit tests
+- Upgraded deps to allow for PHP 8 compat
# [1.2.2] = 30 November 2020
### Fixed
diff --git a/Console/Command/RunPhpStanCommand.php b/Console/Command/RunPhpStanCommand.php
index f59eeef..8c99b4d 100644
--- a/Console/Command/RunPhpStanCommand.php
+++ b/Console/Command/RunPhpStanCommand.php
@@ -23,6 +23,7 @@ class RunPhpStanCommand extends Command
* @var ComponentRegistrar
*/
private $componentRegistrar;
+
/**
* @var DirectoryList
*/
diff --git a/composer.json b/composer.json
index f769fb0..84bafcc 100644
--- a/composer.json
+++ b/composer.json
@@ -2,7 +2,7 @@
"name": "yireo/magento2-extensionchecker",
"license": "OSL-3.0",
"type": "magento2-module",
- "version": "1.2.2",
+ "version": "1.2.3",
"homepage": "https://github.com/yireo/Yireo_ExtensionChecker",
"description": "Scan the code of a Magento module",
"keywords": [
@@ -19,9 +19,9 @@
"magento/framework": "^100.1|^101.0|^102.0|^103.0",
"magento/module-store": "^100.1|^101.0",
"symfony/finder": "^3.0|^4.0|^5.0",
- "composer/semver": "^1.5",
+ "composer/semver": "^1.5|^2.0|^3.0",
"nette/php-generator": "^3.5",
- "php": ">=7.2.0",
+ "php": ">=7.2.0|^8.0",
"ext-json": "*",
"ext-pcre": "*"
},
diff --git a/etc/di.xml b/etc/di.xml
index f1fe0e9..980f9e9 100644
--- a/etc/di.xml
+++ b/etc/di.xml
@@ -18,4 +18,10 @@
Yireo\ExtensionChecker\Scan\Scan\Proxy
+
+
+
+ \Magento\Framework\Filesystem\DirectoryList\Proxy
+
+