Skip to content

Commit a808ffd

Browse files
committed
build(deps): bump json-api-testing package for php 8.4
1 parent 1af57d0 commit a808ffd

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file. This projec
55

66
## Unreleased
77

8+
### Changed
9+
10+
- Bump `cloudcreativity/json-api-testing` package to fix deprecation notices in PHP 8.4.
11+
812
## [3.0.1] - 2024-11-26
913

1014
### Fixed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"require": {
2626
"php": "^8.2",
2727
"ext-json": "*",
28-
"cloudcreativity/json-api-testing": "^6.0",
28+
"cloudcreativity/json-api-testing": "^6.1",
2929
"illuminate/http": "^11.0",
3030
"illuminate/support": "^11.0",
3131
"illuminate/testing": "^11.0"
@@ -49,7 +49,7 @@
4949
"dev-develop": "3.x-dev"
5050
}
5151
},
52-
"minimum-stability": "stable",
52+
"minimum-stability": "dev",
5353
"prefer-stable": true,
5454
"config": {
5555
"sort-packages": true

0 commit comments

Comments
 (0)