Releases: Tampere/ptv-php-client-v11
Releases · Tampere/ptv-php-client-v11
2.0.2 - Now works as a composer package
The previous release (2.0.0) had some serious flaws in its composer.json. This release fixes those flaws, making it possible to actually require this as a composer library with a simple repository definition:
"type": "git",
"url": "https://github.com/Tampere/ptv-php-client-v11.git"
and then e.g.
"tampere/ptv-php-client-v11": "~2.0.2"
2.0.0 - New code generator
Replaced codebase with one generated by openapi-generator.
Also added phan configuration and package to verify compatibility with PHP 8.1.
Full Changelog: 1.0.1...2.0.0
1.0.1 - Improved compatibility with PHP 8
Version 1.0.1 Changes since version 1.0.0: - Pull request #3: Improve php8 compatibility
1.0.0 - First version in production use
The version naming is without the customary 'v' in front to keep it simple for composer.