Skip to content

Remove version limitations from phar assembly tool #159

Closed
@Ocramius

Description

@Ocramius

See

# lock PHP to minimum allowed version
composer config platform.php 7.2.0
composer update --no-dev

That is wrong, since:

  1. we will run the phar assembly on the correct version
  2. we shouldn't composer update, but rather composer install --no-dev
  3. script should completely bail out in case of errors

Metadata

Metadata

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions