FriendsOfSymfony1 / doctrine1

[DEPRECATED -- Use Doctrine2 instead] Doctrine 1 Object Relational Mapper.
http://www.doctrine-project.org
GNU Lesser General Public License v2.1
40 stars 75 forks source link

Updated composer.json #63

Closed thePanz closed 5 years ago

thePanz commented 6 years ago

@GromNaN this is the PR to fix the name and aliases

j0k3r commented 6 years ago

Is it the right way to rename a package? How people will be noticed about the renaming?

GromNaN commented 6 years ago

The package can be deprecated on packagist. https://packagist.org/packages/lexpress/doctrine1

We can use composer replace attribute to allow transparent auto-update. https://getcomposer.org/doc/04-schema.md#replace

thePanz commented 6 years ago

I agree with the suggestion from @GromNaN , @j0k3r . But I am skeptical that just moving the lexpress/doctrine1 to here was the correct thing to do. What about:

alquerci commented 6 years ago

As minor but it can help too, I suggest also to fill the support configuration at least for issues.

thePanz commented 5 years ago

Closed this PR, changes have been applied in 13ffd77499