Skip to content

Commit cb8153b

Browse files
author
Dragoslav Predojevic
committed
TSMD-22794 Updated dependencies and code to work with all versions of PHP,with PHP 8.2 and older
1 parent 67e62ed commit cb8153b

File tree

4 files changed

+929
-3
lines changed

4 files changed

+929
-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)

0 commit comments

Comments
 (0)