Skip to content

Conversation

@alexmerlin
Copy link
Member

In order to remove package doctrine/doctrine-module from your application, follow these steps:

  1. run composer remove doctrine/doctrine-module
  2. manually remove \DoctrineModule\ConfigProvider::class, from your config/config.php file
  3. clear config cache by running composer clear-config-cache

This PR also bumps composer dependencies to their latest version available at this moment.

@alexmerlin alexmerlin requested a review from arhimede November 3, 2021 14:13
@alexmerlin alexmerlin self-assigned this Nov 3, 2021
Copy link
Member

@arhimede arhimede left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

how about the extra steps :

  1. update the composer.json file
  2. delete composer.lock
  3. then there rest of your steps
  4. then run composer update

@alexmerlin
Copy link
Member Author

how about the extra steps :

My steps cover all those steps:

1. update the composer.json file

2. delete composer.lock

running composer remove doctrine/doctrine-module will both update composer.json and rebuild composer.lock

3. then there rest of your steps

steps 2 and 3 go here

4. then run composer update

no need to run composer update again since nothing changed in composer.json since step 1

@arhimede arhimede merged commit 1209a8f into 3.0 Nov 3, 2021
@alexmerlin alexmerlin deleted the issue/238 branch November 3, 2021 18:15
@alexmerlin alexmerlin mentioned this pull request Nov 9, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants