Skip to content

Commit

Permalink
linting fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
Geo committed Apr 23, 2024
1 parent 171e6f3 commit 2440d06
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
14 changes: 6 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,15 +39,13 @@ 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 `composer require dotkernel/dot-doctrine-metadata`
- Register the package’s `ConfigProvider` in `/config/config.php` in the `//DK Packages` section
`Dot\DoctrineMetadata\ConfigProvider::class,`
- Register the package’s `ConfigProvider` in `/config/config.php` in the `//DK Packages` section
`Dot\DoctrineMetadata\ConfigProvider::class,`
4 changes: 3 additions & 1 deletion docs/book/v3/migrating-from-previous-integrations.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@ To migrate from previous integrations please follow the below steps, in order:
- Delete composer.lock
- Run below command:

composer require dotkernel/dot-doctrine-metadata
```$xslt
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 2440d06

Please sign in to comment.