puli / issues

The Puli issue tracker.
90 stars 5 forks source link

Properly support the new versioning mechanism #198

Open webmozart opened 8 years ago

webmozart commented 8 years ago

In master, the versioning mechanism of the puli.json files was changed from versions to schemas:

Before:

{
   "version": "1.0"
}

After:

{
    "$schema": "http://puli.io/schema/2.0/manager/module"
}

Puli is supposed to transparently support both formats. For some reason, that currently doesn't work however.