Skip to content

Commit

Permalink
requested changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
Geo committed Apr 23, 2024
1 parent 2440d06 commit 6b25884
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 13 deletions.
8 changes: 4 additions & 4 deletions SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
14 changes: 5 additions & 9 deletions docs/book/v3/migrating-from-previous-integrations.md
Original file line number Diff line number Diff line change
Expand Up @@ -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,`

0 comments on commit 6b25884

Please sign in to comment.