1
0
mirror of https://github.com/halaxa/json-machine.git synced 2025-03-15 17:09:39 +01:00

Merge branch 'master' into recursive

This commit is contained in:
Filip Halaxa 2024-11-22 13:06:09 +01:00
commit 0c5096a0d5
2 changed files with 11 additions and 1 deletions

View File

@ -20,6 +20,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
<br>
## 1.1.5 - 2024-11-22
### Added
- Support for PHP 8.4
- Exception on misspelled option name suggests a correct one.
### Fixed
- Wrong key when combining list and scalar value pointers (#110). Thanks [@daniel-sc](https://github.com/daniel-sc)
### Removed
- Removed support for PHP 7.0, 7.1
<br>
## 1.1.4 - 2023-11-28
- Minor fixes and added some tests.
### Added

View File

@ -12,7 +12,7 @@ define PHP_VERSIONS
"8.1 3.1.1"\
"8.2 3.2.0"\
"8.3 3.3.2"\
"8.4-rc 3.4.0beta1"
"8.4 3.4.0beta1"
endef
define DOCKER_RUN