Releases: ashleyhood/php-lxd
Releases · ashleyhood/php-lxd
v0.12.0
v0.11.1
Fix Packagist not getting latest release
v.0.11.0
This release has added PHP v8.0 support.
The dev packages were upgraded and the test refactored to use the latest PHPUnit.
Upgraded php-http/httplug to v2.2
This release upgraded php-http/httplug to v2.2 to allow Guzzle7 to be used.
This is a BC breaking change and if you are unable to upgrade to Guzzle7 you will need to stay with v0.9 releases.
Fix error if no output available
v0.9.1 Update CHANGELOG.md
Dropped support for PHP5
v0.9.0 Update CHANGELOG.md
Added file delete method
Merge pull request #19 from TonyBogdanov/master Added file delete method
Fix array type-hint
v0.7.1 Remove array type-hint for data parameters
Add snapshot restore
Merge pull request #13 from renky/master added restore-function to Snapshot-Interface
v0.6.1: Merge pull request #8 from lcherone/patch-3
Update AbstructEndpoint.php