PhileCMS / Phile

A flat file CMS with a swappable parser and template engine.
https://philecms.github.io/
Other
255 stars 48 forks source link

[BUG] "composer create-project --no-dev phile-cms/phile" doesn't allow further composer usage #319

Closed Schlaefer closed 6 years ago

Schlaefer commented 6 years ago

Create-project doesn't preserve the version from the git tag and fails when running composer again e.g. to install further packages with composer require <package>.

The version has to be set manually in composer.json until Phile itself is split into an app-skeleton and a core-dependency.