allow vendord
All checks were successful
Build, Push and Deploy / build-and-push (push) Successful in 3m3s
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 16s
Build, Push and Deploy / deploy-staging (push) Successful in 32s
Build, Push and Deploy / deploy-production (push) Has been skipped
Build, Push and Deploy / cleanup (push) Successful in 1s
All checks were successful
Build, Push and Deploy / build-and-push (push) Successful in 3m3s
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 16s
Build, Push and Deploy / deploy-staging (push) Successful in 32s
Build, Push and Deploy / deploy-production (push) Has been skipped
Build, Push and Deploy / cleanup (push) Successful in 1s
This commit is contained in:
44
vendor/beste/json/CHANGELOG.md
vendored
Normal file
44
vendor/beste/json/CHANGELOG.md
vendored
Normal file
@@ -0,0 +1,44 @@
|
||||
# CHANGELOG
|
||||
|
||||
## Unreleased
|
||||
|
||||
## 1.7.0 - 2025-09-12
|
||||
|
||||
* Added support for PHP 8.5
|
||||
|
||||
## 1.6.0 - 2025-04-07
|
||||
|
||||
* Use conditional PHPStan return type to correctly type hint an array when using `JSON::decode()` and
|
||||
`JSON::decodeFile()`
|
||||
|
||||
## 1.5.0 - 2024-12-19
|
||||
|
||||
* Remove requirement that a string must be non-empty
|
||||
|
||||
## 1.5.0 - 2024-08-17
|
||||
|
||||
* Added support for PHP 8.4
|
||||
|
||||
## 1.4.0 - 2023-11-30
|
||||
|
||||
* Restored support for PHP 8.1
|
||||
|
||||
## 1.3.0 - 2023-11-25
|
||||
|
||||
* Added support for PHP 8.3, dropped support for PHP 8.1
|
||||
|
||||
## 1.2.1 - 2022-12-19
|
||||
|
||||
Fixed symlinks not being properly resolved
|
||||
|
||||
## 1.2.0 - 2022-12-01
|
||||
|
||||
Added more checks when decoding JSON Files
|
||||
|
||||
## 1.1.0 - 2022-11-04
|
||||
|
||||
Dropped support for PHP <8.1
|
||||
|
||||
## 1.0.0 - 2022-02-12
|
||||
|
||||
Initial release
|
||||
Reference in New Issue
Block a user