Releases: matteosister/GitElephant
Releases · matteosister/GitElephant
v4.1.0: Merge pull request #163 from matteosister/symfony-5-upgrade
Added Symfony 5 components version to supported composer dependencies
v4.0.1: Merge pull request #158 from matteosister/develop
- fixed alpine based dockerfile
Release v4.0.0
This release does:
- improve readability of test bootstrap & utilities code
- improves the speed of the git status invocation in cases where the description was not needed
- fixes an issue where git version detection did not work on MacOS
- upgrades PHPUnit to 8. This is the reason, that this is a major version jump, as the PHP requirements did change with it.
- note the increased PHP requirements in README and dockerfile
V3.0.1
V3.0.0
This version introduces an improved clone command thanks to @kirkmadera and a refactor of the Caller leading to more consistent code and the deletion of the GitBinary class.
v2.1.1: Merge pull request #144 from matteosister/develop
Removed LC_ALL call for Windows OS
v2.1.0
v2.0.0
php 7 compatibility...
v1.1.2
bugfix
v1.1.0
minimum php version is now 5.3.3
I'm planning to drop the support to 5.3 and 5.4 for the 1.2 release.