File tree Expand file tree Collapse file tree 3 files changed +6
-5
lines changed
tests/FreeElephants/JsonApiToolkit/DTO Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
7
7
## [ Unreleased]
8
8
9
+ ### Changed
10
+ - Add conflict with origin neomerx/json-api (use fork laravel-json-api/neomerx-json-api for best php 8.* support)
11
+
9
12
## [ 0.0.15] - 2025-02-06
10
13
11
14
### Added
Original file line number Diff line number Diff line change 43
43
"laminas/laminas-httphandlerrunner" : " *" ,
44
44
"nyholm/psr7" : " ^1.2"
45
45
},
46
+ "conflict" : {
47
+ "neomerx/json-api" : " *"
48
+ },
46
49
"autoload" : {
47
50
"psr-4" : {
48
51
"FreeElephants\\ " : [
Original file line number Diff line number Diff line change @@ -31,8 +31,3 @@ public function testRelationshipTypes()
31
31
$ this ->assertSame ('one ' , $ resourceObject ->relationships ->one ->data ->type );
32
32
}
33
33
}
34
-
35
- class Attributes extends AbstractAttributes
36
- {
37
- public string $ foo ;
38
- }
You can’t perform that action at this time.
0 commit comments