This PR adds PHP 7.2 to the build matrix on Travis CI. To ensure that the latest version of pear/archive_tar is installed (which includes fixes for PHP 7.2) I removed the composer.lock file. At the moment, the dependencies are locked to specific versions on Travis CI. However, the users will actually ignore the lock file and just use composer.json.
This PR adds PHP 7.2 to the build matrix on Travis CI. To ensure that the latest version of pear/archive_tar is installed (which includes fixes for PHP 7.2) I removed the
composer.lock
file. At the moment, the dependencies are locked to specific versions on Travis CI. However, the users will actually ignore the lock file and just usecomposer.json
.