Closed raphaelstolt closed 8 years ago
I see, perhaps construct should also support feature versions as well, so you can do something like: construct generate vendor/project --php=5.6
But if you do construct generate vendor/project --php=5.6.0
everything should work fine.
Just had an issue with Travis CI where the in Composer required PHP version (set via
construct
) was greater than the version on the Travis CI box. Maybe we should just pinpoint the PHP version to the minor version.