Open goranalkovic-infinum opened 2 months ago
The private and version keys shouldn't be there, it fails config validation.
private
version
"license": "proprietary", can be added instead per-project, if needed.
"license": "proprietary",
I would suggest not setting any composer project metadata apart from require, require-dev, scripts and mandatory keys.
The
private
andversion
keys shouldn't be there, it fails config validation."license": "proprietary",
can be added instead per-project, if needed.