Composer fixes
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
Sample successful update
-
Tests pass
Edited by michael