magento-engcom / php-7.2-support

Repository for implementing support of php-7.2 support in Magento
Open Software License 3.0
23 stars 25 forks source link

Update to Symfony 4 #86

Closed pmclain closed 6 years ago

pmclain commented 6 years ago

Description

Updates libraries to versions supporting PHP 7.2. This includes the Symfony components and brings composer.lock to a state that allows composer install on PHP ~7.1.3 and ~7.2.0

Fixed Issues (if relevant)

  1. magento-engcom/php-7.2-support#4

Contribution checklist

buskamuza commented 6 years ago

Confirmed: composer install runs w/o errors on both PHP 7.1 and 7.2

buskamuza commented 6 years ago

Docs needed:

@shrielenee, could you please help with this? See updated PHP versions https://github.com/magento-engcom/php-7.2-support/pull/86/files#diff-b5d0ee8c97c7abd7e3fa29b9a27d1780R15

pmclain commented 6 years ago

@buskamuza The requested changes have been made. I also updated .travis.yml, replacing php 7.0 with 7.2.

buskamuza commented 6 years ago

Waiting for PRs to internal repositories before this one can be merged.