8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5ec2a84 + 72a1180 commit 1277a79Copy full SHA for 1277a79
CHANGELOG.md
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file. This projec
5
6
## Unreleased
7
8
+## [3.0.2] - 2024-11-30
9
+
10
+### Changed
11
12
+- Bump `cloudcreativity/json-api-testing` package to fix deprecation notices in PHP 8.4.
13
14
## [3.0.1] - 2024-11-26
15
16
### Fixed
composer.json
@@ -25,7 +25,7 @@
25
"require": {
26
"php": "^8.2",
27
"ext-json": "*",
28
- "cloudcreativity/json-api-testing": "^6.0",
+ "cloudcreativity/json-api-testing": "^6.0.1",
29
"illuminate/http": "^11.0",
30
"illuminate/support": "^11.0",
31
"illuminate/testing": "^11.0"
0 commit comments