Skip to content

Commit 313e19a

Browse files
author
Dragoslav Predojevic
committed
Pull request #6: Feature/TSMD-22794 update packagelist
Merge in SDK/php_telesign from feature/TSMD-22794_update_packagelist to master * commit 'c271cc2eada54f2ec294f57c66c1ba1e99b61379': TSMD-22794 TSMD-22794 Updated dependencies and code to work with all versions of PHP,with PHP 8.2 and older TSMD-22794 Updated dependencies and code to work with all versions of PHP,with PHP 8.2 and older
2 parents 67e62ed + c271cc2 commit 313e19a

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

RELEASE

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
3.0.1
2+
- Updated dependencies and code to work with all versions of PHP
3+
- With PHP 8.2 and older
4+
15
3.0.0
26
- Drop support for PHP5.
37
- Update dependencies and code to support PHP 7.2+
@@ -30,4 +34,4 @@
3034
- started managing dependencies with Composer
3135
- request headers generation routine is now made static
3236
- added utility functions
33-
- added examples
37+
- added examples

Vagrantfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# -*- mode: ruby -*-
22
# vi: set ft=ruby :
33

4-
remi = ["php72", "php73", "php74", "php80"]
4+
remi = ["php72", "php73", "php74", "php80", "php82"]
55

66
composer = <<-SHELL
77
EXPECTED_SIGNATURE=$(curl https://composer.github.io/installer.sig)

src/version/version.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
namespace telesign\sdk\version;
44

5-
const VERSION = "v3.0.0";
5+
const VERSION = "v3.0.1";

0 commit comments

Comments
 (0)