-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Update version number as part of build process #356
Comments
Somebody backport and maintain |
Banning @Ocramius for blatant advertisment. |
On a serious note, would you have a problem with this repository having a dependency on |
|
It's easier if we just up the requirements of this skeleton application to 7.0.x. |
That might be true but i think de dependcy on PHP-7 for the default app that 90% of people will start with is just to soon. |
@Ocramius I forked your |
there is a samsonasik/package-versions now! a backport of ocramius/package-versions that support php 5.6 ;) |
I've created PR #371 for it to use samsonasik/package-versions as backport of ocramius/package-versions that support php 5.6 ;) |
And... despite having this and related issues open today... I forgot to bump the version when I released 3.0.3 a short bit ago, belying the need for this to be in place. I'm still unsure how to proceed. The version constant approach does have use cases in terms of us helping understand where to start with a user, but typically the output of In many ways, I think I'd rather just drop the version constant altogether. Thoughts? |
As I remember correctly the idea to have the constant was for easier investigating issues with the skeleton, to help resolve reported issues. It is going to help only with issues only in the skeleton, not in dependencies, as I've mentioned already over a year ago #371 (comment) and suggested there dropping the version constant. Removing the version constant from the skeleton - YES from me 👍 |
This repository has been closed and moved to laminas/laminas-skeleton-installer; a new issue has been opened at laminas/laminas-skeleton-installer#3. |
We need to to this as part of release but I have no idea how.
Suggestions.
The text was updated successfully, but these errors were encountered: