Skip to content

Releases: gdbots/uri-template-php

v2.0.0

Choose a tag to compare

@gdbrown gdbrown released this 10 Dec 19:43

BREAKING CHANGES

  • Require php 8.1.

v1.1.0

Choose a tag to compare

@gdbrown gdbrown released this 27 May 17:07
  • Add declare(strict_types=1); to all files.
  • Change UriTemplate to class and copy Guzzle's UriTemplate here since they removed it in 7.x.
  • Require php >=7.4

v1.0.0

Choose a tag to compare

@gdbrown gdbrown released this 09 Jun 19:34
  • Initial stable version.

v0.2.0

Choose a tag to compare

@gdbrown gdbrown released this 29 Jan 18:18

BREAKING CHANGES

  • Require "guzzlehttp/guzzle": "^6.2" and php 7.1 or greater.

v0.1.0

Choose a tag to compare

@gdbrown gdbrown released this 22 Jun 20:12
add some todos