Skip to content

Composer fixes

michael requested to merge michael/docs-publisher:composer-fixes into master

Description

This PR will bring the required PHP version down from PHP 7.1 to PHP 7.0.

Before

At least PHP 7.1 was required to set the app up locally.

After

  • The app is compatible with PHP 7.0
  • A new check for PHP version is done when running composer update
  • The PHPUnit version was updated and test classes changes accordingly

Sample failed update

image

Sample successful update

image

  • Tests pass
Edited by michael

Merge request reports