Skip to content

Commit

Permalink
Merge pull request #912 from goetas/phar
Browse files Browse the repository at this point in the history
phar file should be built for php 7.2
  • Loading branch information
goetas authored Jan 15, 2020
2 parents b31e429 + 9e8dd0d commit 9bf3b0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-phar.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ function restorePlatform {
}

# lock PHP to minimum allowed version
composer config platform.php 7.1.0
composer config platform.php 7.2.0
cp composer.lock composer.lock.back || true
composer update

Expand Down

0 comments on commit 9bf3b0b

Please sign in to comment.