Skip to content

Commit

Permalink
Add support for PHP 8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromegamez committed Aug 16, 2024
1 parent f5447c9 commit 1f0d368
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 15 deletions.
1 change: 1 addition & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
- "8.1"
- "8.2"
- "8.3"
- "8.4"

env:
extensions: json
Expand Down
22 changes: 8 additions & 14 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,34 +2,28 @@

## Unreleased

## [1.4.0] - 2023-11-30
* Added support for PHP 8.4

## 1.4.0 - 2023-11-30

* Restored support for PHP 8.1

## [1.3.0] - 2023-11-25
## 1.3.0 - 2023-11-25

* Added support for PHP 8.3, dropped support for PHP 8.1

## [1.2.1] - 2022-12-19
## 1.2.1 - 2022-12-19

Fixed symlinks not being properly resolved

## [1.2.0] - 2022-12-01
## 1.2.0 - 2022-12-01

Added more checks when decoding JSON Files

## [1.1.0] - 2022-11-04
## 1.1.0 - 2022-11-04

Dropped support for PHP <8.1

## [1.0.0] - 2022-02-12
## 1.0.0 - 2022-02-12

Initial release

[Unreleased]: https://github.com/beste/json/compare/1.4.0...main
[1.4.0]: https://github.com/beste/json/compare/1.3.0...1.4.0
[1.3.0]: https://github.com/beste/json/compare/1.2.1...1.3.0
[1.2.1]: https://github.com/beste/json/compare/1.2.0...1.2.1
[1.2.0]: https://github.com/beste/json/compare/1.1.0...1.2.0
[1.1.0]: https://github.com/beste/json/compare/1.0.0...1.1.0
[1.0.0]: https://github.com/beste/json/releases/tag/1.0.0
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
}
],
"require": {
"php": "~8.1.0 || ~8.2.0 || ~8.3.0",
"php": "~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0",
"ext-json": "*"
},
"require-dev": {
Expand Down

0 comments on commit 1f0d368

Please sign in to comment.