diff --git a/SECURITY.md b/SECURITY.md index 3400451..2c22f5e 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -3,10 +3,10 @@ ## Supported Versions -| Version | Supported | PHP Version | -|---------|--------------------|----------------------------------------------------------------------------------------------------------------------| -| 3.x | :white_check_mark: | ![PHP from Packagist (specify version)](https://img.shields.io/packagist/php-v/dotkernel/dot-doctrine-metadata/3.2.2)| - +| Version | Supported | PHP Version | +|----------|--------------------|-----------------------------------------------------------------------------------------------------------------------| +| 3.x | :white_check_mark: | ![PHP from Packagist (specify version)](https://img.shields.io/packagist/php-v/dotkernel/dot-doctrine-metadata/3.2.2) | +| <= 2.x | :x: | | ## Reporting Potential Security Issues diff --git a/docs/book/v3/migrating-from-previous-integrations.md b/docs/book/v3/migrating-from-previous-integrations.md index 04ff25b..626e50f 100644 --- a/docs/book/v3/migrating-from-previous-integrations.md +++ b/docs/book/v3/migrating-from-previous-integrations.md @@ -4,20 +4,16 @@ To migrate from previous integrations please follow the below steps, in order: - Remove the previous fork from composer.json at the `repositories` key : -```$xslt -{ - "type": "vcs", - "url": "https://github.com/dotkernel/mezzio-hal" -} -``` + { + "type": "vcs", + "url": "https://github.com/dotkernel/mezzio-hal" + } - Remove "`mezzio/mezzio-hal`" package from composer.json - Delete composer.lock - Run below command: -```$xslt -composer require dotkernel/dot-doctrine-metadata -``` + composer require dotkernel/dot-doctrine-metadata - Register the package’s `ConfigProvider` in `/config/config.php` in the `//DK Packages` section `Dot\DoctrineMetadata\ConfigProvider::class,`