auraphp/Aura.SqlSchema

on renaming

harikt opened this issue · 2 comments

Hi guys,

This is regarding the renaming discussion happening at

https://groups.google.com/d/msg/auraphp/JNnklDBaGnU/kKG2MoC8Jm0J

I noticed @cordoval 's work on https://github.com/cordoval/random-packagist-test/blob/master/composer.json#L3 .

So I feel it is good to have a composer.json in Aura.Sql_Schema with

{
    "name": "aura/sql-query",
    "replace": {
        "aura/sqlquery": "no-sure on version"
    }
}

So the new package aura/sqlquery can be found by the old one aura/sql-query .
If you guys have any insights on this it will be great help. / cc @simensen

Thank you.

Hm, I think the replace should go in Aura.SqlQuery and not in Aura.Sql_Query .

I was reading http://blog.naderman.de/2014/02/17/replace-conflict-forks-explained/ and it seems to me the replace functionality is not intended for these sort of stuffs.