Open webmozart opened 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.
In master, the versioning mechanism of the puli.json files was changed from versions to schemas:
Before:
After:
Puli is supposed to transparently support both formats. For some reason, that currently doesn't work however.