Skip to content

Releases: Tampere/ptv-php-client-v11

2.0.2 - Now works as a composer package

08 Feb 15:17

Choose a tag to compare

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

30 Nov 13:35

Choose a tag to compare

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

28 Nov 11:22

Choose a tag to compare

Version 1.0.1

Changes since version 1.0.0:
- Pull request #3: Improve php8 compatibility

1.0.0 - First version in production use

06 Oct 07:28

Choose a tag to compare

The version naming is without the customary 'v' in front to keep it simple for composer.